.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.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-d66b6253-5420-4f81-b04c-da61a2667b46 {
  background-attachment: fixed;
min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d66b6253-5420-4f81-b04c-da61a2667b46 {
  display: none;
}
#s-d66b6253-5420-4f81-b04c-da61a2667b46, #wrap-s-d66b6253-5420-4f81-b04c-da61a2667b46 { display:none !important; }}@media (max-width: 767px){#s-d66b6253-5420-4f81-b04c-da61a2667b46 {
  display: none;
}
#s-d66b6253-5420-4f81-b04c-da61a2667b46, #wrap-s-d66b6253-5420-4f81-b04c-da61a2667b46 { display:none !important; }}







#s-d66b6253-5420-4f81-b04c-da61a2667b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d66b6253-5420-4f81-b04c-da61a2667b46.shg-box.shg-c {
  justify-content: flex-start;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-3ee59a89-9553-4791-ac30-523a84c01d58 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.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-bebe1e73-cb6d-4930-ab06-e7b452e7b60a {
  background-image: url(https://i.shgcdn.com/3dad40d0-3b0b-4b33-b3c0-2ed87aec3049/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bebe1e73-cb6d-4930-ab06-e7b452e7b60a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-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;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-50d524fc-158d-4ad5-8059-d983eeb418fe {
  margin-top: 150px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50d524fc-158d-4ad5-8059-d983eeb418fe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 65px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-860f9d58-eb61-4ee9-967a-e023052df9ad {
  margin-bottom: 150px;
}

@media (min-width: 0px) {
[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-860f9d58-eb61-4ee9-967a-e023052df9ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a073d544-ab0d-44c0-b45d-c00b38dcb3d1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-a073d544-ab0d-44c0-b45d-c00b38dcb3d1:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-a073d544-ab0d-44c0-b45d-c00b38dcb3d1:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-a073d544-ab0d-44c0-b45d-c00b38dcb3d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  font-family: Cormorant Garamond;
  display:  block ;
}

#s-903b1b36-a659-45f0-9e67-88f6c42ba0a6 {
  background-image: url(https://i.shgcdn.com/bea5ef2b-43cf-45fc-92ce-dd9ee5db6306/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-903b1b36-a659-45f0-9e67-88f6c42ba0a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fbf09fe1-88fb-4c48-afa2-aa5923c75d58 {
  margin-top: 150px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbf09fe1-88fb-4c48-afa2-aa5923c75d58 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 65px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e2b4d2d9-0111-4717-890b-ff453c21f693 {
  margin-bottom: 150px;
}

@media (min-width: 0px) {
[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2b4d2d9-0111-4717-890b-ff453c21f693"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2a3ace56-313f-409f-88f8-9cd0b53aa681 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-2a3ace56-313f-409f-88f8-9cd0b53aa681:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-2a3ace56-313f-409f-88f8-9cd0b53aa681:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-2a3ace56-313f-409f-88f8-9cd0b53aa681.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Cormorant Garamond;
  display:  block ;
}

#s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f {
  background-image: url(https://i.shgcdn.com/fa7451d0-13ea-4367-98d6-e4ccb4b527fe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-abc4dbfd-ce94-41cc-b8f4-26f5b197a75f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6e5e35e1-5718-4a47-87eb-236e31edf0ad {
  margin-bottom: 150px;
}

@media (min-width: 0px) {
[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e5e35e1-5718-4a47-87eb-236e31edf0ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c3a90f6d-3863-463c-a55e-3c83406f799f {
  margin-top: 150px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3a90f6d-3863-463c-a55e-3c83406f799f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 65px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6280a6cf-d359-439f-951e-daf5af7c2aca {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-6280a6cf-d359-439f-951e-daf5af7c2aca:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-6280a6cf-d359-439f-951e-daf5af7c2aca:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-6280a6cf-d359-439f-951e-daf5af7c2aca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  font-family: Cormorant Garamond;
  display:  block ;
}

#s-6f502cfa-4605-455a-afa4-808fd3e4cd40 {
  background-image: url(https://i.shgcdn.com/01d9f6bc-af67-48ec-b9b7-67f15ae533a9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f502cfa-4605-455a-afa4-808fd3e4cd40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7aa70a20-f81b-4ece-936f-086aa1e29d9a {
  margin-top: 150px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7aa70a20-f81b-4ece-936f-086aa1e29d9a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 65px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-28c6ad26-924f-49f5-a845-fae7cb6af1af {
  margin-bottom: 150px;
}

@media (min-width: 0px) {
[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28c6ad26-924f-49f5-a845-fae7cb6af1af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-91004e43-1f9f-42f2-8767-93795b08b27e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-91004e43-1f9f-42f2-8767-93795b08b27e:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-91004e43-1f9f-42f2-8767-93795b08b27e:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-91004e43-1f9f-42f2-8767-93795b08b27e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  font-family: Cormorant Garamond;
  display:  block ;
}

#s-32afe974-f41f-45a9-a014-8a5e48fecfb5 {
  background-image: url(https://i.shgcdn.com/fd7a15c4-cefa-4704-bc3c-c532291f3fcf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32afe974-f41f-45a9-a014-8a5e48fecfb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c378ba8b-c719-4bc7-ac2a-3cd47429a712 {
  margin-top: 150px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c378ba8b-c719-4bc7-ac2a-3cd47429a712 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 65px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f1257e26-2cca-41ce-a235-59f69db0b0d7 {
  margin-bottom: 150px;
}

@media (min-width: 0px) {
[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1257e26-2cca-41ce-a235-59f69db0b0d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-64fcd2d8-a44d-41ba-9202-ded50921ecb2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-64fcd2d8-a44d-41ba-9202-ded50921ecb2:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-64fcd2d8-a44d-41ba-9202-ded50921ecb2:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-64fcd2d8-a44d-41ba-9202-ded50921ecb2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: ;
  
  
  font-family: Cormorant Garamond;
  display:  block ;
}

#s-d61e3583-3240-4ab0-b336-f87cffe5f9e0 {
  background-image: url(https://i.shgcdn.com/b94d9b5f-9239-4c99-88ed-a382fc88b1e3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d61e3583-3240-4ab0-b336-f87cffe5f9e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-78a314ed-141a-4bb1-9fe3-2d14d865a7b6 {
  margin-top: 150px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78a314ed-141a-4bb1-9fe3-2d14d865a7b6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 65px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f00be3d9-6c06-40ea-88a0-b429faa6506d {
  margin-bottom: 150px;
}

@media (min-width: 0px) {
[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f00be3d9-6c06-40ea-88a0-b429faa6506d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ee9a7327-6495-4f7b-92d5-7937d598c516 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-ee9a7327-6495-4f7b-92d5-7937d598c516:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-ee9a7327-6495-4f7b-92d5-7937d598c516:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-ee9a7327-6495-4f7b-92d5-7937d598c516.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  font-family: Cormorant Garamond;
  display:  block ;
}

#s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79 {
  background-image: url(https://i.shgcdn.com/bbaece67-f95b-47ad-bf40-b9a1289f6ea3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7638b60-667a-4e6c-8fa6-6ae4e7ff7d79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ac75e7e7-8fb6-43aa-8faf-87c01c494ae7 {
  margin-top: 150px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac75e7e7-8fb6-43aa-8faf-87c01c494ae7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 65px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f0e0658-681a-4142-b364-1bf2eab71265 {
  margin-bottom: 150px;
}

@media (min-width: 0px) {
[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f0e0658-681a-4142-b364-1bf2eab71265"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fc0060ca-e4fb-4626-873b-8a155f6d739e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-fc0060ca-e4fb-4626-873b-8a155f6d739e:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-fc0060ca-e4fb-4626-873b-8a155f6d739e:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-fc0060ca-e4fb-4626-873b-8a155f6d739e.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Cormorant Garamond;
  display:  block ;
}

#s-41ac9056-82e5-49ba-92f1-30d96e1fef57 {
  background-attachment: fixed;
min-height: 50px;
}
@media (min-width: 1200px){#s-41ac9056-82e5-49ba-92f1-30d96e1fef57 {
  display: none;
}
#s-41ac9056-82e5-49ba-92f1-30d96e1fef57, #wrap-s-41ac9056-82e5-49ba-92f1-30d96e1fef57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41ac9056-82e5-49ba-92f1-30d96e1fef57 {
  display: none;
}
#s-41ac9056-82e5-49ba-92f1-30d96e1fef57, #wrap-s-41ac9056-82e5-49ba-92f1-30d96e1fef57 { display:none !important; }}@media (max-width: 767px){#s-41ac9056-82e5-49ba-92f1-30d96e1fef57 {
  display: none;
}
#s-41ac9056-82e5-49ba-92f1-30d96e1fef57, #wrap-s-41ac9056-82e5-49ba-92f1-30d96e1fef57 { display:none !important; }}







#s-41ac9056-82e5-49ba-92f1-30d96e1fef57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41ac9056-82e5-49ba-92f1-30d96e1fef57.shg-box.shg-c {
  justify-content: flex-start;
}

#s-69dde7a7-c152-4e11-9d73-009fd20c21c1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c {
  background-image: url(https://i.shgcdn.com/96c7983f-1a92-41b8-ad02-79e907bdf0f8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8171e5f8-206e-4b2b-b47b-0c3d053ae36c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8379a29a-2f0c-4bc9-8e40-90ca09b1c046 {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8379a29a-2f0c-4bc9-8e40-90ca09b1c046 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2e2c7cb6-2966-48df-9ede-961ca3cb38a2 {
  border-style: solid;
margin-top: 0px;
margin-left: 100px;
margin-bottom: 180px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-2e2c7cb6-2966-48df-9ede-961ca3cb38a2:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-2e2c7cb6-2966-48df-9ede-961ca3cb38a2:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-2e2c7cb6-2966-48df-9ede-961ca3cb38a2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a31a12e6-a568-481c-bb24-2b49113695c3 {
  background-image: url(https://i.shgcdn.com/abc0122a-6e00-4a19-afc9-3256f54dc439/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a31a12e6-a568-481c-bb24-2b49113695c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1ffb36ce-fd79-4cb7-bb41-47c725e177b3 {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ffb36ce-fd79-4cb7-bb41-47c725e177b3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-50483d96-10b7-40fe-a28c-789412870344 {
  border-style: solid;
margin-top: 0px;
margin-left: 100px;
margin-bottom: 180px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-50483d96-10b7-40fe-a28c-789412870344:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-50483d96-10b7-40fe-a28c-789412870344:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-50483d96-10b7-40fe-a28c-789412870344.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7b06130f-a2a8-4542-b43b-1a8552c4444d {
  background-image: url(https://i.shgcdn.com/6ccce558-b232-46b1-8b09-d95e8656c91c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b06130f-a2a8-4542-b43b-1a8552c4444d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fbb9ff9e-b748-41d2-a599-96119ea4c450 {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbb9ff9e-b748-41d2-a599-96119ea4c450 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-52453e41-416c-43e6-965f-66f2be859248 {
  border-style: solid;
margin-top: 0px;
margin-left: 100px;
margin-bottom: 180px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-52453e41-416c-43e6-965f-66f2be859248:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-52453e41-416c-43e6-965f-66f2be859248:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-52453e41-416c-43e6-965f-66f2be859248.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8c59193e-9695-4b1e-808f-52467b47f53e {
  background-image: url(https://i.shgcdn.com/eb29e21c-03a3-4d9a-83c2-87bcb9ff0b6b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c59193e-9695-4b1e-808f-52467b47f53e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-acf1bb6d-c118-4018-9274-187a9a28e79c {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acf1bb6d-c118-4018-9274-187a9a28e79c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc0481df-67e5-4cd2-bec3-6ee8e1283975 {
  border-style: solid;
margin-top: 0px;
margin-left: 100px;
margin-bottom: 180px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-bc0481df-67e5-4cd2-bec3-6ee8e1283975:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-bc0481df-67e5-4cd2-bec3-6ee8e1283975:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-bc0481df-67e5-4cd2-bec3-6ee8e1283975.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-775613a3-8e45-480a-826d-20c5856006a8 {
  background-image: url(https://i.shgcdn.com/617db96f-7fdc-4b00-aa64-74c5f554d693/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-775613a3-8e45-480a-826d-20c5856006a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c6f840aa-b5fd-41a3-80d7-d0ef8375118f {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(137, 152, 142, 1);
}

#s-c6f840aa-b5fd-41a3-80d7-d0ef8375118f .shogun-heading-component h1 {
  color: rgba(239, 234, 234, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-38fb1c3d-35d3-4d3e-a547-dea45758d9be {
  border-style: solid;
margin-top: 0px;
margin-left: 100px;
margin-bottom: 180px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(181, 196, 185, 0);
text-decoration: none;
}
#s-38fb1c3d-35d3-4d3e-a547-dea45758d9be:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-38fb1c3d-35d3-4d3e-a547-dea45758d9be:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-38fb1c3d-35d3-4d3e-a547-dea45758d9be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-666500a6-f48f-403e-b890-36a5b63ba516 {
  background-image: url(https://i.shgcdn.com/375cf110-8be4-4e3d-8cc8-4a83853d371d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-666500a6-f48f-403e-b890-36a5b63ba516"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7fdd06f0-285f-49bd-b415-95faddcf97f9 {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fdd06f0-285f-49bd-b415-95faddcf97f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-feacba6b-4800-48cb-aee9-11937779a1af {
  border-style: solid;
margin-top: 0px;
margin-left: 100px;
margin-bottom: 180px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-feacba6b-4800-48cb-aee9-11937779a1af:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-feacba6b-4800-48cb-aee9-11937779a1af:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-feacba6b-4800-48cb-aee9-11937779a1af.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-32989c44-6acc-437b-8dfb-41cd696392e1 {
  background-image: url(https://i.shgcdn.com/922e639d-32cb-49a1-9fb9-00e0e0c1ab42/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32989c44-6acc-437b-8dfb-41cd696392e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-32536e7e-ee56-440e-883f-dc5c4b64bffe {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32536e7e-ee56-440e-883f-dc5c4b64bffe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f2864f23-3fbc-4e1b-97ee-4ede77f55835 {
  border-style: solid;
margin-top: 0px;
margin-left: 100px;
margin-bottom: 180px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-f2864f23-3fbc-4e1b-97ee-4ede77f55835:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-f2864f23-3fbc-4e1b-97ee-4ede77f55835:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-f2864f23-3fbc-4e1b-97ee-4ede77f55835.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c63b5aef-98fb-46c7-b895-bdf2f171d563 {
  background-attachment: fixed;
min-height: 50px;
}
@media (min-width: 1200px){#s-c63b5aef-98fb-46c7-b895-bdf2f171d563 {
  display: none;
}
#s-c63b5aef-98fb-46c7-b895-bdf2f171d563, #wrap-s-c63b5aef-98fb-46c7-b895-bdf2f171d563 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c63b5aef-98fb-46c7-b895-bdf2f171d563 {
  display: none;
}
#s-c63b5aef-98fb-46c7-b895-bdf2f171d563, #wrap-s-c63b5aef-98fb-46c7-b895-bdf2f171d563 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c63b5aef-98fb-46c7-b895-bdf2f171d563 {
  display: none;
}
#s-c63b5aef-98fb-46c7-b895-bdf2f171d563, #wrap-s-c63b5aef-98fb-46c7-b895-bdf2f171d563 { display:none !important; }}@media (max-width: 767px){#s-c63b5aef-98fb-46c7-b895-bdf2f171d563 {
  
}
}







#s-c63b5aef-98fb-46c7-b895-bdf2f171d563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c63b5aef-98fb-46c7-b895-bdf2f171d563.shg-box.shg-c {
  justify-content: flex-start;
}

#s-58fd49a0-00f8-4517-82ba-bbc0b494a6ea {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086 {
  background-image: url(https://i.shgcdn.com/01ff1c95-afa4-42f9-b976-95e7e50a12ec/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea3d5f6d-e2fc-43c5-a31e-c0d1fc97c086"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3ceaf68e-5126-47b2-913c-aced006d0b04 {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ceaf68e-5126-47b2-913c-aced006d0b04 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f406a72e-bcdc-43df-9d7b-304b55c16dd4 {
  border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 70px;
margin-right: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-f406a72e-bcdc-43df-9d7b-304b55c16dd4:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-f406a72e-bcdc-43df-9d7b-304b55c16dd4:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-f406a72e-bcdc-43df-9d7b-304b55c16dd4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-eae679f5-2351-4a0d-b1b1-949303bc213a {
  background-image: url(https://i.shgcdn.com/7cf766c4-d28f-4efa-b1df-163e15774a65/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eae679f5-2351-4a0d-b1b1-949303bc213a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-83610281-c55a-47b1-aac3-3aca5c769d23 {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83610281-c55a-47b1-aac3-3aca5c769d23 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d5abc222-fd25-4944-9dd6-3f82b435bdd7 {
  border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 70px;
margin-right: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-d5abc222-fd25-4944-9dd6-3f82b435bdd7:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-d5abc222-fd25-4944-9dd6-3f82b435bdd7:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-d5abc222-fd25-4944-9dd6-3f82b435bdd7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144 {
  background-image: url(https://i.shgcdn.com/9f988b4d-29d9-4c76-b40f-6165275ea7c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-827b6bb4-6fab-4ee8-93d8-b58d11ac4144"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7fde50a8-d554-4277-83a4-074c6974390f {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fde50a8-d554-4277-83a4-074c6974390f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-42bffe8c-00a8-400d-bede-d10d9f90020a {
  border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 70px;
margin-right: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-42bffe8c-00a8-400d-bede-d10d9f90020a:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-42bffe8c-00a8-400d-bede-d10d9f90020a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-42bffe8c-00a8-400d-bede-d10d9f90020a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-440476fe-6cb8-4750-918e-5274c44c3eb9 {
  background-image: url(https://i.shgcdn.com/b25f6481-5232-4d12-aa97-5d67e17c8a1a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-440476fe-6cb8-4750-918e-5274c44c3eb9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5186b721-5e46-455f-8da3-85a4760b7efd {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5186b721-5e46-455f-8da3-85a4760b7efd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-150e33c2-6f28-4794-9224-67f5c039a108 {
  border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 70px;
margin-right: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-150e33c2-6f28-4794-9224-67f5c039a108:hover {background-color: rgba(0, 0, 0, 0.63) !important;
text-decoration: none !important;}#s-150e33c2-6f28-4794-9224-67f5c039a108:active {background-color: rgba(0, 0, 0, 0.63) !important;
text-decoration: none !important;}


#s-150e33c2-6f28-4794-9224-67f5c039a108.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-43151ca9-8d69-4371-826a-5873e0410f3a {
  background-image: url(https://i.shgcdn.com/225329c3-5689-4b28-bd07-70a04c96422c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43151ca9-8d69-4371-826a-5873e0410f3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7f30b7d5-9a05-4148-abe2-ab1cf068b9bf {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f30b7d5-9a05-4148-abe2-ab1cf068b9bf .shogun-heading-component h1 {
  color: rgba(249, 248, 240, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-23f270da-bbdb-4a33-96f4-775e7b2823bd {
  border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 70px;
margin-right: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(237, 230, 230, 1);
}
#s-23f270da-bbdb-4a33-96f4-775e7b2823bd:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-23f270da-bbdb-4a33-96f4-775e7b2823bd:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-23f270da-bbdb-4a33-96f4-775e7b2823bd.shg-btn {
  color: rgba(237, 230, 230, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff {
  background-image: url(https://i.shgcdn.com/b7dd8e96-eaac-4aab-a4bc-33342423c2cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad88aa72-7e79-4773-a65f-73ac88e1c1ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4df16484-2f01-41cc-9890-9df81cbbc23f {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4df16484-2f01-41cc-9890-9df81cbbc23f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bdf435aa-7613-483d-a338-918af0c9d0d9 {
  border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 70px;
margin-right: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-bdf435aa-7613-483d-a338-918af0c9d0d9:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-bdf435aa-7613-483d-a338-918af0c9d0d9:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-bdf435aa-7613-483d-a338-918af0c9d0d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c6db04ab-02eb-4eb3-b910-1f00c928ee73 {
  background-image: url(https://i.shgcdn.com/7ece2e70-6fb6-4c0b-b4ac-ce31da84e920/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c6db04ab-02eb-4eb3-b910-1f00c928ee73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-131451a9-6e25-4940-8ffd-7c4ca1f7b350 {
  margin-top: 200px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-131451a9-6e25-4940-8ffd-7c4ca1f7b350 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-303b59b5-ece9-4ede-b62e-969f859d9d6d {
  border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 70px;
margin-right: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-303b59b5-ece9-4ede-b62e-969f859d9d6d:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-303b59b5-ece9-4ede-b62e-969f859d9d6d:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-303b59b5-ece9-4ede-b62e-969f859d9d6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5c4467d1-681b-4b6a-aaf1-8f43f8fb8820 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c4467d1-681b-4b6a-aaf1-8f43f8fb8820 {
  display: none;
}
#s-5c4467d1-681b-4b6a-aaf1-8f43f8fb8820, #wrap-s-5c4467d1-681b-4b6a-aaf1-8f43f8fb8820 { display:none !important; }}@media (max-width: 767px){#s-5c4467d1-681b-4b6a-aaf1-8f43f8fb8820 {
  display: none;
}
#s-5c4467d1-681b-4b6a-aaf1-8f43f8fb8820, #wrap-s-5c4467d1-681b-4b6a-aaf1-8f43f8fb8820 { display:none !important; }}







#s-5c4467d1-681b-4b6a-aaf1-8f43f8fb8820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c4467d1-681b-4b6a-aaf1-8f43f8fb8820.shg-box.shg-c {
  justify-content: flex-start;
}

#s-762da4b3-6afd-452b-a3d6-a08f42749851 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-762da4b3-6afd-452b-a3d6-a08f42749851"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

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

.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 {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b253f2ae-45fd-4275-9aab-a5bfe126eab0 {
  margin-left: 60px;
margin-right: 60px;
text-align: center;
}




  #s-b253f2ae-45fd-4275-9aab-a5bfe126eab0 img.shogun-image {
    
    width: px;
  }


#s-b253f2ae-45fd-4275-9aab-a5bfe126eab0 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .shg-category-row.stacked {
    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-a4913df0-ed39-467d-872a-c1dabea3b9d5 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

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

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

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

#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 {
  text-align: left;
}


.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 {
  max-width: 100%;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom,
.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 {
  max-width: 100%;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom,
.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 {
  max-width: 100%;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom,
.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 {
  max-width: 100%;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom,
.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 {
  max-width: 100%;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom,
.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917ccaad-5f71-48ec-a12d-e06d87bf8749 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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-7398a4ec-b553-4b9e-8d5b-962aeb893c7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7398a4ec-b553-4b9e-8d5b-962aeb893c7c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}

#s-6082e4c1-fcc9-46a7-be01-440097d4eafb {
  text-align: center;
}

#s-6082e4c1-fcc9-46a7-be01-440097d4eafb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-6082e4c1-fcc9-46a7-be01-440097d4eafb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-6082e4c1-fcc9-46a7-be01-440097d4eafb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9581868c-d588-4a48-879d-3f3280a5e6a1 {
  display: none;
}
#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c {
  text-align: left;
}


.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c {
  max-width: 100%;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom,
.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c {
  max-width: 100%;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom,
.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c {
  max-width: 100%;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom,
.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c {
  max-width: 100%;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom,
.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c {
  max-width: 100%;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom,
.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db17ee-ed4d-43ba-8ba6-707e97294a8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c39fc1b8-65f0-4711-8efe-67fb87afae8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c39fc1b8-65f0-4711-8efe-67fb87afae8e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}

#s-161fceb0-37f7-47ac-9278-aa7cc5caf837 {
  text-align: center;
}

#s-161fceb0-37f7-47ac-9278-aa7cc5caf837 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-161fceb0-37f7-47ac-9278-aa7cc5caf837 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-161fceb0-37f7-47ac-9278-aa7cc5caf837 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9d02c892-8971-4fce-8c46-2cb207bd521c {
  display: none;
}
#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 {
  text-align: left;
}


.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 {
  max-width: 100%;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom,
.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 {
  max-width: 100%;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom,
.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 {
  max-width: 100%;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom,
.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 {
  max-width: 100%;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom,
.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 {
  max-width: 100%;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom,
.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5456e7a0-26a6-49f6-86d2-8ca43eff9cb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b20bba34-affd-4f91-9e1c-58e1143f52a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b20bba34-affd-4f91-9e1c-58e1143f52a1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}

#s-fb1af691-20c0-4ea5-89b4-cc116aa41f15 {
  text-align: center;
}

#s-fb1af691-20c0-4ea5-89b4-cc116aa41f15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-fb1af691-20c0-4ea5-89b4-cc116aa41f15 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-fb1af691-20c0-4ea5-89b4-cc116aa41f15 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d5d1b33b-d52e-41ed-a16e-62009c311f33 {
  display: none;
}
#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 {
  text-align: left;
}


.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 {
  max-width: 100%;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom,
.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 {
  max-width: 100%;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom,
.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 {
  max-width: 100%;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom,
.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 {
  max-width: 100%;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom,
.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 {
  max-width: 100%;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom,
.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c850776-b55f-4e0a-9d80-f3834e74bed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf23fb40-13b8-4e73-af8a-c4e0e6ff285f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf23fb40-13b8-4e73-af8a-c4e0e6ff285f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}

#s-17202494-ca3c-4ad7-89bf-760793818bda {
  text-align: center;
}

#s-17202494-ca3c-4ad7-89bf-760793818bda .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-17202494-ca3c-4ad7-89bf-760793818bda .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-17202494-ca3c-4ad7-89bf-760793818bda .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a64c0507-45f6-48f4-bb4a-eb1eac8b6093 {
  display: none;
}
#s-ec75adba-f799-4124-8732-3cca30d3e0c8 {
  text-align: left;
}


.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 {
  max-width: 100%;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom,
.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 {
  max-width: 100%;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom,
.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 {
  max-width: 100%;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom,
.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 {
  max-width: 100%;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom,
.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 {
  max-width: 100%;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom,
.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec75adba-f799-4124-8732-3cca30d3e0c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-30dc778d-f4ca-4abc-b716-ae41129e4590 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30dc778d-f4ca-4abc-b716-ae41129e4590 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}

#s-d0678c50-ebe9-42f1-bd01-1ffce7ff33d7 {
  text-align: center;
}

#s-d0678c50-ebe9-42f1-bd01-1ffce7ff33d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-d0678c50-ebe9-42f1-bd01-1ffce7ff33d7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-d0678c50-ebe9-42f1-bd01-1ffce7ff33d7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-63259f43-b7c5-46dc-99ef-7a29189e5f35 {
  display: none;
}
#s-28786162-9a6d-4554-9c72-b54817e30611 {
  text-align: left;
}


.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 {
  max-width: 100%;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom,
.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 {
  max-width: 100%;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom,
.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 {
  max-width: 100%;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom,
.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 {
  max-width: 100%;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom,
.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 {
  max-width: 100%;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom,
.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28786162-9a6d-4554-9c72-b54817e30611 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-294b7045-5a6d-4026-aca5-383d8b4da1b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-294b7045-5a6d-4026-aca5-383d8b4da1b6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-40ffe7e6-c195-4b62-a8fa-9b12589bc1e0 {
  text-align: left;
}

#s-40ffe7e6-c195-4b62-a8fa-9b12589bc1e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-40ffe7e6-c195-4b62-a8fa-9b12589bc1e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-40ffe7e6-c195-4b62-a8fa-9b12589bc1e0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.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%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-5b67694b-55fa-421e-90ce-d73065e4f932 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-5b67694b-55fa-421e-90ce-d73065e4f932:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-5b67694b-55fa-421e-90ce-d73065e4f932:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b67694b-55fa-421e-90ce-d73065e4f932 {
  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-5b67694b-55fa-421e-90ce-d73065e4f932.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b67694b-55fa-421e-90ce-d73065e4f932.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5b67694b-55fa-421e-90ce-d73065e4f932.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d082bd1b-15f8-4492-9448-70788e122ceb {
  margin-top: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d082bd1b-15f8-4492-9448-70788e122ceb {
  display: none;
}
#s-d082bd1b-15f8-4492-9448-70788e122ceb, #wrap-s-d082bd1b-15f8-4492-9448-70788e122ceb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d082bd1b-15f8-4492-9448-70788e122ceb {
  display: none;
}
#s-d082bd1b-15f8-4492-9448-70788e122ceb, #wrap-s-d082bd1b-15f8-4492-9448-70788e122ceb { display:none !important; }}@media (max-width: 767px){#s-d082bd1b-15f8-4492-9448-70788e122ceb {
  display: none;
}
#s-d082bd1b-15f8-4492-9448-70788e122ceb, #wrap-s-d082bd1b-15f8-4492-9448-70788e122ceb { display:none !important; }}







#s-d082bd1b-15f8-4492-9448-70788e122ceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d082bd1b-15f8-4492-9448-70788e122ceb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4ed795ee-f25d-4919-9a19-fea020a51634 {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}




  #s-4ed795ee-f25d-4919-9a19-fea020a51634 img.shogun-image {
    
    width: px;
  }


#s-4ed795ee-f25d-4919-9a19-fea020a51634 .shogun-image-content {
  
    align-items: center;
  
}

#s-42420a35-fe99-4fb7-8769-ca1a8c847d47 {
  margin-left: 200px;
margin-right: 200px;
}

#s-49b9f329-06c3-41ca-9bf9-912a28c92df5 {
  display: none;
}
#s-60a46674-95f1-4d53-bb7f-115ed66cf93b {
  text-align: left;
}


.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b {
  max-width: 100%;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom,
.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b {
  max-width: 100%;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom,
.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b {
  max-width: 100%;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom,
.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b {
  max-width: 100%;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom,
.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b {
  max-width: 100%;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom,
.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60a46674-95f1-4d53-bb7f-115ed66cf93b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74fb7c4b-04ed-4b0c-800a-ad683867c0d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74fb7c4b-04ed-4b0c-800a-ad683867c0d8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-36312c20-c5d8-4ebc-91cc-939a952fe61f {
  text-align: center;
}

#s-36312c20-c5d8-4ebc-91cc-939a952fe61f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
}

#s-36312c20-c5d8-4ebc-91cc-939a952fe61f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-36312c20-c5d8-4ebc-91cc-939a952fe61f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-44accaca-ae29-475c-9a82-a2b870cddeb1 {
  display: none;
}
#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb {
  text-align: left;
}


.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb {
  max-width: 100%;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom,
.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb {
  max-width: 100%;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom,
.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb {
  max-width: 100%;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom,
.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb {
  max-width: 100%;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom,
.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb {
  max-width: 100%;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom,
.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-093ddf63-7a64-49cf-8f78-3d37ab6d78cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1e2ea480-8376-4f6b-acf4-0f9b8b7213fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e2ea480-8376-4f6b-acf4-0f9b8b7213fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-7a29f566-991b-468d-baa6-c4c1c5afe11f {
  text-align: center;
}

#s-7a29f566-991b-468d-baa6-c4c1c5afe11f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
}

#s-7a29f566-991b-468d-baa6-c4c1c5afe11f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-7a29f566-991b-468d-baa6-c4c1c5afe11f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-22da1816-481c-4c2f-8feb-880fb63f85c1 {
  display: none;
}
#s-e2b35532-c835-4d02-9f6d-1e31714880ff {
  text-align: left;
}


.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff {
  max-width: 100%;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom,
.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff {
  max-width: 100%;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom,
.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff {
  max-width: 100%;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom,
.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff {
  max-width: 100%;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom,
.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff {
  max-width: 100%;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom,
.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2b35532-c835-4d02-9f6d-1e31714880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b82a6f6d-89ee-4446-b0a7-29eeca2dabcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b82a6f6d-89ee-4446-b0a7-29eeca2dabcb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-7a234a36-80cb-42ab-ac3f-0e8b3fe16e57 {
  text-align: center;
}

#s-7a234a36-80cb-42ab-ac3f-0e8b3fe16e57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
}

#s-7a234a36-80cb-42ab-ac3f-0e8b3fe16e57 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-7a234a36-80cb-42ab-ac3f-0e8b3fe16e57 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d07094e3-467e-4780-9592-3caca17680a4 {
  display: none;
}
#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 {
  text-align: left;
}


.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 {
  max-width: 100%;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom,
.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 {
  max-width: 100%;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom,
.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 {
  max-width: 100%;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom,
.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 {
  max-width: 100%;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom,
.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 {
  max-width: 100%;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom,
.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5cf3c01-8939-449c-8f53-348d1e40e2e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-af90f902-e423-4b70-b458-2133ffa15791 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af90f902-e423-4b70-b458-2133ffa15791 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-49ed7c11-1f16-49bb-89fd-3ceb709f87cc {
  text-align: center;
}

#s-49ed7c11-1f16-49bb-89fd-3ceb709f87cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
}

#s-49ed7c11-1f16-49bb-89fd-3ceb709f87cc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-49ed7c11-1f16-49bb-89fd-3ceb709f87cc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-295c85db-a780-47fb-af64-0e0996b954a2 {
  display: none;
}
#s-56db6e10-2065-45cb-8392-26a49155d49c {
  text-align: left;
}


.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c {
  max-width: 100%;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom,
.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c {
  max-width: 100%;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom,
.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c {
  max-width: 100%;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom,
.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c {
  max-width: 100%;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom,
.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c {
  max-width: 100%;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom,
.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56db6e10-2065-45cb-8392-26a49155d49c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5aa248b2-5d89-4ee1-a849-f60d24c11130 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5aa248b2-5d89-4ee1-a849-f60d24c11130 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-8f3673e9-c574-4f1f-9b84-5e18ffaac533 {
  text-align: center;
}

#s-8f3673e9-c574-4f1f-9b84-5e18ffaac533 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
}

#s-8f3673e9-c574-4f1f-9b84-5e18ffaac533 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-8f3673e9-c574-4f1f-9b84-5e18ffaac533 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4556177c-0107-41b9-a55e-8bf4fcc939ca {
  display: none;
}
#s-91617e01-581d-4b65-a974-4add1b60eb12 {
  text-align: left;
}


.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 {
  max-width: 100%;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom,
.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 {
  max-width: 100%;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom,
.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 {
  max-width: 100%;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom,
.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 {
  max-width: 100%;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom,
.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 {
  max-width: 100%;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom,
.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91617e01-581d-4b65-a974-4add1b60eb12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8e5620b4-8583-497e-b9d9-991200e1dfc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e5620b4-8583-497e-b9d9-991200e1dfc9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-55e9df32-69fc-4d1a-9ac8-12df1f64cf64 {
  text-align: left;
}

#s-55e9df32-69fc-4d1a-9ac8-12df1f64cf64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-55e9df32-69fc-4d1a-9ac8-12df1f64cf64 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-55e9df32-69fc-4d1a-9ac8-12df1f64cf64 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b084c7d7-1044-45f4-902d-cd83cd0f73b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b084c7d7-1044-45f4-902d-cd83cd0f73b8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b084c7d7-1044-45f4-902d-cd83cd0f73b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b084c7d7-1044-45f4-902d-cd83cd0f73b8 {
  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-b084c7d7-1044-45f4-902d-cd83cd0f73b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b084c7d7-1044-45f4-902d-cd83cd0f73b8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b084c7d7-1044-45f4-902d-cd83cd0f73b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe83c7e3-9c99-426b-9800-beff13819a10 {
  margin-top: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-fe83c7e3-9c99-426b-9800-beff13819a10 {
  display: none;
}
#s-fe83c7e3-9c99-426b-9800-beff13819a10, #wrap-s-fe83c7e3-9c99-426b-9800-beff13819a10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe83c7e3-9c99-426b-9800-beff13819a10 {
  display: none;
}
#s-fe83c7e3-9c99-426b-9800-beff13819a10, #wrap-s-fe83c7e3-9c99-426b-9800-beff13819a10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe83c7e3-9c99-426b-9800-beff13819a10 {
  display: none;
}
#s-fe83c7e3-9c99-426b-9800-beff13819a10, #wrap-s-fe83c7e3-9c99-426b-9800-beff13819a10 { display:none !important; }}@media (max-width: 767px){#s-fe83c7e3-9c99-426b-9800-beff13819a10 {
  
}
}







#s-fe83c7e3-9c99-426b-9800-beff13819a10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe83c7e3-9c99-426b-9800-beff13819a10.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dbf785b7-f193-4e1a-99ce-e7fe76ac5364 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-dbf785b7-f193-4e1a-99ce-e7fe76ac5364 img.shogun-image {
    
    width: px;
  }


#s-dbf785b7-f193-4e1a-99ce-e7fe76ac5364 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd9de3bd-6d49-43a8-bdfb-5460f2c8a61e {
  margin-left: 30px;
margin-right: 30px;
}

#s-a3e6500c-c45d-4215-8ff8-33d3aa68d976 {
  display: none;
}
#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 {
  text-align: left;
}


.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 {
  max-width: 100%;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom,
.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 {
  max-width: 100%;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom,
.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 {
  max-width: 100%;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom,
.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 {
  max-width: 100%;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom,
.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 {
  max-width: 100%;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom,
.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da86eb9e-0131-40a2-b7fe-59117767e9b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ad726c5d-6141-49c4-afd4-b2dce357a4b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad726c5d-6141-49c4-afd4-b2dce357a4b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-d679c584-c0cd-4e5c-a509-5315dc4d25a8 {
  text-align: center;
}

#s-d679c584-c0cd-4e5c-a509-5315dc4d25a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-d679c584-c0cd-4e5c-a509-5315dc4d25a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-d679c584-c0cd-4e5c-a509-5315dc4d25a8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-01916652-9020-4052-bd7e-328965cd2a25 {
  display: none;
}
#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f {
  text-align: left;
}


.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f {
  max-width: 100%;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom,
.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f {
  max-width: 100%;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom,
.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f {
  max-width: 100%;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom,
.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f {
  max-width: 100%;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom,
.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f {
  max-width: 100%;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom,
.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8549703d-90ea-40f1-a2a0-d1872c4aac8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-09a0bef0-0e74-4aef-9bf5-99c6b7e63f6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09a0bef0-0e74-4aef-9bf5-99c6b7e63f6a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-d159e3ba-9e24-4dba-9f50-b3f8c41722a0 {
  text-align: center;
}

#s-d159e3ba-9e24-4dba-9f50-b3f8c41722a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-d159e3ba-9e24-4dba-9f50-b3f8c41722a0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-d159e3ba-9e24-4dba-9f50-b3f8c41722a0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fcea0ad2-16ba-4791-a534-bc2ffa9f1455 {
  display: none;
}
#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e {
  text-align: left;
}


.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e {
  max-width: 100%;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom,
.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e {
  max-width: 100%;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom,
.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e {
  max-width: 100%;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom,
.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e {
  max-width: 100%;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom,
.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e {
  max-width: 100%;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom,
.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdc45dfc-6ac0-4ed4-954f-60c72082a69e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-40e7ebba-a098-4302-b8a1-a6f8102e786d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40e7ebba-a098-4302-b8a1-a6f8102e786d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-4f7620e7-39cb-4a18-b9de-5fb50387a0c2 {
  text-align: center;
}

#s-4f7620e7-39cb-4a18-b9de-5fb50387a0c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-4f7620e7-39cb-4a18-b9de-5fb50387a0c2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-4f7620e7-39cb-4a18-b9de-5fb50387a0c2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6064485f-b3f0-4879-afa2-f4fd7d36fac3 {
  display: none;
}
#s-fff5ac2e-a218-4525-8fd6-869d2966c397 {
  text-align: left;
}


.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 {
  max-width: 100%;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom,
.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 {
  max-width: 100%;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom,
.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 {
  max-width: 100%;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom,
.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 {
  max-width: 100%;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom,
.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 {
  max-width: 100%;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom,
.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff5ac2e-a218-4525-8fd6-869d2966c397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dc15191c-ab1a-465c-b691-da8fafacc3b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc15191c-ab1a-465c-b691-da8fafacc3b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-a168a5a8-3aff-4f04-80fc-7ee9898dc012 {
  text-align: center;
}

#s-a168a5a8-3aff-4f04-80fc-7ee9898dc012 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-a168a5a8-3aff-4f04-80fc-7ee9898dc012 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-a168a5a8-3aff-4f04-80fc-7ee9898dc012 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c6ff863a-f9e7-4968-9859-d671c0267eac {
  display: none;
}
#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a {
  text-align: left;
}


.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a {
  max-width: 100%;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom,
.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a {
  max-width: 100%;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom,
.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a {
  max-width: 100%;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom,
.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a {
  max-width: 100%;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom,
.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a {
  max-width: 100%;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom,
.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b213e1-58c7-444e-b2be-90e3f3a3f55a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7a605e73-5f7e-4d33-b0c2-0f79c2fad341 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a605e73-5f7e-4d33-b0c2-0f79c2fad341 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-951dcc86-cd6f-48f9-adba-bdd6d3674981 {
  text-align: center;
}

#s-951dcc86-cd6f-48f9-adba-bdd6d3674981 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-951dcc86-cd6f-48f9-adba-bdd6d3674981 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-951dcc86-cd6f-48f9-adba-bdd6d3674981 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-cc3c8885-8b14-4d20-a56f-ce61542407d0 {
  display: none;
}
#s-d489123f-5383-4944-9d04-2508b6ee5c74 {
  text-align: left;
}


.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 {
  max-width: 100%;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom,
.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 {
  max-width: 100%;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom,
.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 {
  max-width: 100%;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom,
.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 {
  max-width: 100%;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom,
.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 {
  max-width: 100%;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom,
.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d489123f-5383-4944-9d04-2508b6ee5c74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43087c41-abd0-4d15-91fa-e6172c6071bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43087c41-abd0-4d15-91fa-e6172c6071bf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-018eed82-0434-4a07-9c30-f6dedbd60002 {
  text-align: left;
}

#s-018eed82-0434-4a07-9c30-f6dedbd60002 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-018eed82-0434-4a07-9c30-f6dedbd60002 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-018eed82-0434-4a07-9c30-f6dedbd60002 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9d415a52-0eaa-4105-80e5-a258df87b938 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-9d415a52-0eaa-4105-80e5-a258df87b938:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9d415a52-0eaa-4105-80e5-a258df87b938:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d415a52-0eaa-4105-80e5-a258df87b938 {
  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-9d415a52-0eaa-4105-80e5-a258df87b938.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d415a52-0eaa-4105-80e5-a258df87b938.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9d415a52-0eaa-4105-80e5-a258df87b938.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b94ca32-905c-4fd9-bc85-8777a5c934ed {
  margin-top: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b94ca32-905c-4fd9-bc85-8777a5c934ed {
  display: none;
}
#s-9b94ca32-905c-4fd9-bc85-8777a5c934ed, #wrap-s-9b94ca32-905c-4fd9-bc85-8777a5c934ed { display:none !important; }}@media (max-width: 767px){#s-9b94ca32-905c-4fd9-bc85-8777a5c934ed {
  display: none;
}
#s-9b94ca32-905c-4fd9-bc85-8777a5c934ed, #wrap-s-9b94ca32-905c-4fd9-bc85-8777a5c934ed { display:none !important; }}







#s-9b94ca32-905c-4fd9-bc85-8777a5c934ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b94ca32-905c-4fd9-bc85-8777a5c934ed.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b311468f-12a5-4b82-89dd-d1acb03f7b50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f01b96c8-c535-4db2-8c23-28bff831e0b7 {
  text-align: center;
}




  #s-f01b96c8-c535-4db2-8c23-28bff831e0b7 img.shogun-image {
    
    width: px;
  }


#s-f01b96c8-c535-4db2-8c23-28bff831e0b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-43ef364f-7a36-435d-820d-14f94e65acd7 {
  margin-top: 0px;
margin-left: 150px;
margin-bottom: 20px;
margin-right: 150px;
text-align: center;
}




  #s-43ef364f-7a36-435d-820d-14f94e65acd7 img.shogun-image {
    
    width: px;
  }


#s-43ef364f-7a36-435d-820d-14f94e65acd7 .shogun-image-content {
  
    align-items: center;
  
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-0476a471-c7fb-49a5-9a3e-f03684c147f4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e53e89a3-7987-4b55-94f5-aaa8c6028def {
  margin-top: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e53e89a3-7987-4b55-94f5-aaa8c6028def {
  display: none;
}
#s-e53e89a3-7987-4b55-94f5-aaa8c6028def, #wrap-s-e53e89a3-7987-4b55-94f5-aaa8c6028def { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e53e89a3-7987-4b55-94f5-aaa8c6028def {
  display: none;
}
#s-e53e89a3-7987-4b55-94f5-aaa8c6028def, #wrap-s-e53e89a3-7987-4b55-94f5-aaa8c6028def { display:none !important; }}@media (max-width: 767px){#s-e53e89a3-7987-4b55-94f5-aaa8c6028def {
  display: none;
}
#s-e53e89a3-7987-4b55-94f5-aaa8c6028def, #wrap-s-e53e89a3-7987-4b55-94f5-aaa8c6028def { display:none !important; }}







#s-e53e89a3-7987-4b55-94f5-aaa8c6028def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e53e89a3-7987-4b55-94f5-aaa8c6028def.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5452feb6-61be-4540-8098-1fec01ee2ee6 {
  text-align: center;
}




  #s-5452feb6-61be-4540-8098-1fec01ee2ee6 img.shogun-image {
    
    width: px;
  }


#s-5452feb6-61be-4540-8098-1fec01ee2ee6 .shogun-image-content {
  
    align-items: center;
  
}

#s-276e9b83-8212-4e35-8ce7-be21b5c5cc79 {
  margin-top: 30px;
margin-left: 200px;
margin-right: 200px;
text-align: center;
}




  #s-276e9b83-8212-4e35-8ce7-be21b5c5cc79 img.shogun-image {
    
    width: px;
  }


#s-276e9b83-8212-4e35-8ce7-be21b5c5cc79 .shogun-image-content {
  
    align-items: center;
  
}

#s-1971d1c6-a3c9-493d-8ba6-4ecb53faf645 {
  margin-top: 20px;
}

#s-47d7704a-6516-4f91-b214-9a8f5b32e17f {
  margin-top: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-47d7704a-6516-4f91-b214-9a8f5b32e17f {
  display: none;
}
#s-47d7704a-6516-4f91-b214-9a8f5b32e17f, #wrap-s-47d7704a-6516-4f91-b214-9a8f5b32e17f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47d7704a-6516-4f91-b214-9a8f5b32e17f {
  display: none;
}
#s-47d7704a-6516-4f91-b214-9a8f5b32e17f, #wrap-s-47d7704a-6516-4f91-b214-9a8f5b32e17f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47d7704a-6516-4f91-b214-9a8f5b32e17f {
  display: none;
}
#s-47d7704a-6516-4f91-b214-9a8f5b32e17f, #wrap-s-47d7704a-6516-4f91-b214-9a8f5b32e17f { display:none !important; }}@media (max-width: 767px){#s-47d7704a-6516-4f91-b214-9a8f5b32e17f {
  
}
}







#s-47d7704a-6516-4f91-b214-9a8f5b32e17f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47d7704a-6516-4f91-b214-9a8f5b32e17f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-81453678-4cd5-4045-9212-a6c4db86667b {
  margin-top: 30px;
margin-left: 70px;
margin-right: 70px;
text-align: center;
}




  #s-81453678-4cd5-4045-9212-a6c4db86667b img.shogun-image {
    
    width: px;
  }


#s-81453678-4cd5-4045-9212-a6c4db86667b .shogun-image-content {
  
    align-items: center;
  
}

#s-3a60ae99-d913-4b00-a6d1-dc6addeff51e {
  text-align: center;
}




  #s-3a60ae99-d913-4b00-a6d1-dc6addeff51e img.shogun-image {
    
    width: px;
  }


#s-3a60ae99-d913-4b00-a6d1-dc6addeff51e .shogun-image-content {
  
    align-items: center;
  
}

#s-a75895d0-93f2-4452-b5ab-030b81a1f3c1 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}

#s-6cafd2bd-a7f8-486d-9241-c3cec860d69d {
  margin-top: 100px;
min-height: 50px;
}








#s-6cafd2bd-a7f8-486d-9241-c3cec860d69d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cafd2bd-a7f8-486d-9241-c3cec860d69d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-01aacaf9-a030-4f33-a78a-ff533a2a871d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01aacaf9-a030-4f33-a78a-ff533a2a871d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-cb816494-2b5c-4e94-be9a-f357df3f57ee {
  margin-top: 30px;
}

[id="s-cb816494-2b5c-4e94-be9a-f357df3f57ee"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-cb816494-2b5c-4e94-be9a-f357df3f57ee"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  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);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}