.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-1bd200f2-ca32-4fca-a098-c5fbf3a67e7d { padding-top: 0px;
padding-bottom: 0px; }
.shogun-image-container {
  position: relative;
}

.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 !important;
  max-width: 100% !important;
}

.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-f36afde4-cd2f-4f81-8649-ae42945326ac { text-align: center; }
.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-9d603832-ef42-450e-aca3-3d4f08cc1d7d { background-image: url(https://i.shgcdn.com/9f167d2b-e1f3-4347-8809-4ae5886582ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center; }
@media (max-width: 767px){#s-9d603832-ef42-450e-aca3-3d4f08cc1d7d, #wrap-s-9d603832-ef42-450e-aca3-3d4f08cc1d7d { display:none !important; }}
#s-9d603832-ef42-450e-aca3-3d4f08cc1d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-4cf061aa-7c40-444a-9295-231bbb159984 { padding-top: 10px;
padding-bottom: 10px; }
 #s-4cf061aa-7c40-444a-9295-231bbb159984 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Cinzel;
   font-style:  normal ;
   font-size: 32px;
   
   
   text-align: center;
 }

 

#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b { min-height: 50px; }
#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-65ed9f15-1644-4045-aebf-880282686443 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px; }
#s-65ed9f15-1644-4045-aebf-880282686443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65 { margin-left: 20px;
margin-right: 20px; }
@media (max-width: 767px){#s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65, #wrap-s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-4d801bb6-c687-4d8c-8699-144c31a02dfb { min-height: 100px; }
@media (max-width: 767px){#s-4d801bb6-c687-4d8c-8699-144c31a02dfb, #wrap-s-4d801bb6-c687-4d8c-8699-144c31a02dfb { display:none !important; }}
#s-4d801bb6-c687-4d8c-8699-144c31a02dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0304fcbc-7135-439e-a479-982228252703 {  }
#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 { min-height: 100px; }
#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6ec90b47-09eb-403a-a091-5f1fd68c4133 {  }
#s-a786468e-29b6-4410-892d-121500190229 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {  }
#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 { text-align: center; }
#s-47ba6969-3267-447e-aa7d-9954b2c14e5c { min-height: 300px; }
#s-47ba6969-3267-447e-aa7d-9954b2c14e5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8c4cdd83-2da5-440e-b124-141e415da640 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-8c4cdd83-2da5-440e-b124-141e415da640 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   font-family: Cinzel;
   font-style:  normal ;
   font-size: 25px;
   
   
   text-align: center;
 }

 
 #s-8c4cdd83-2da5-440e-b124-141e415da640 .shogun-heading-component h1 a {
   color: #000;
 }
 

.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: text;
  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-2dd19cd5-36d7-411d-9924-601d50456703 { margin-left: 20px;
margin-right: 20px; }
.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-e758b30a-aff5-4d42-86c4-8e5da01ec27a { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 10px;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(37, 37, 37, 0);
text-decoration: none; }
#s-e758b30a-aff5-4d42-86c4-8e5da01ec27a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-e758b30a-aff5-4d42-86c4-8e5da01ec27a:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-e758b30a-aff5-4d42-86c4-8e5da01ec27a.shg-btn {
   color: rgba(0, 0, 0, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-7ad6edec-122e-4c50-b745-410598f2f304 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-554e25d9-aef3-4524-9327-32fe1f2ace51 { min-height: 300px; }
#s-554e25d9-aef3-4524-9327-32fe1f2ace51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   font-family: Cinzel;
   font-style:  normal ;
   font-size: 25px;
   
   
   text-align: center;
 }

 
 #s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 .shogun-heading-component h1 a {
   color: #000;
 }
 

#s-8ef6eb76-db0c-43d5-8f67-c6651294eaea { margin-left: 20px;
margin-right: 20px; }
#s-2721aa0b-4597-48be-a742-5d411a3478ee { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 10px;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(37, 37, 37, 0);
text-decoration: none; }
#s-2721aa0b-4597-48be-a742-5d411a3478ee:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-2721aa0b-4597-48be-a742-5d411a3478ee:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-2721aa0b-4597-48be-a742-5d411a3478ee.shg-btn {
   color: rgba(0, 0, 0, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {  }
#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 { text-align: center; }
#s-b0e55cbd-e840-40d1-a845-513f5164d9d0 { padding-top: 10px;
padding-bottom: 10px; }
 #s-b0e55cbd-e840-40d1-a845-513f5164d9d0 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-1136ad9c-f134-4f20-9351-1d50cde14538 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px; }
#s-1136ad9c-f134-4f20-9351-1d50cde14538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-37c70ad1-5af7-42b5-8fda-bfb3a25acc55 { margin-bottom: 20px;
min-height: 300px; }
#s-37c70ad1-5af7-42b5-8fda-bfb3a25acc55 {
  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: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-6c4e2a92-496a-4756-919d-66101bc57a97 { text-align: left; }
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 { text-align: center; }
#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-sold-out {
  display: none;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper .shg-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

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

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

#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
border-color: #000;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff; }
#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Itim;
}

#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3.shg-btn.shg-product-atc-error {
  font-weight:  100 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-8bcf7dea-8e96-4f4a-bd2e-fd937f13bbe5 { margin-bottom: 20px;
min-height: 300px; }
#s-8bcf7dea-8e96-4f4a-bd2e-fd937f13bbe5 {
  display: none;
}
#s-9af57a5e-3e21-4e39-9d96-af73171cc273 { text-align: left; }
#s-061f64bc-50a8-4dfb-8771-a9abd63ba097 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-061f64bc-50a8-4dfb-8771-a9abd63ba097 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}

#s-4fd95fb7-1117-442c-961e-7c3516fd94ae { text-align: center; }
#s-4fd95fb7-1117-442c-961e-7c3516fd94ae .shg-product-sold-out {
  display: none;
}

#s-4fd95fb7-1117-442c-961e-7c3516fd94ae .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  
}

#s-4fd95fb7-1117-442c-961e-7c3516fd94ae .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5163c686-825f-4650-83c5-aa438bf0b422 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
border-color: #000;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff; }
#s-5163c686-825f-4650-83c5-aa438bf0b422:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-5163c686-825f-4650-83c5-aa438bf0b422:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-5163c686-825f-4650-83c5-aa438bf0b422 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5163c686-825f-4650-83c5-aa438bf0b422.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5163c686-825f-4650-83c5-aa438bf0b422.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Itim;
}

#s-5163c686-825f-4650-83c5-aa438bf0b422.shg-btn.shg-product-atc-error {
  font-weight:  100 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-50ffc30f-e570-4b17-bd8c-ce5f06afc79d { margin-bottom: 20px;
min-height: 300px; }
#s-50ffc30f-e570-4b17-bd8c-ce5f06afc79d {
  display: none;
}
#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 { text-align: left; }
#s-94364041-d4c5-4544-b327-a3c64e115beb { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-94364041-d4c5-4544-b327-a3c64e115beb .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}

#s-12f6fc87-84a5-4670-987c-018131400ae0 { text-align: center; }
#s-12f6fc87-84a5-4670-987c-018131400ae0 .shg-product-sold-out {
  display: none;
}

#s-12f6fc87-84a5-4670-987c-018131400ae0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  
}

#s-12f6fc87-84a5-4670-987c-018131400ae0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-23df3416-d999-4a8e-a828-7aabf8285c46 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
border-color: #000;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff; }
#s-23df3416-d999-4a8e-a828-7aabf8285c46:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-23df3416-d999-4a8e-a828-7aabf8285c46:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-23df3416-d999-4a8e-a828-7aabf8285c46 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23df3416-d999-4a8e-a828-7aabf8285c46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23df3416-d999-4a8e-a828-7aabf8285c46.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Itim;
}

#s-23df3416-d999-4a8e-a828-7aabf8285c46.shg-btn.shg-product-atc-error {
  font-weight:  100 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-f972ea6c-78d6-4710-a554-029c337d8e06 { margin-bottom: 20px;
min-height: 300px; }
#s-f972ea6c-78d6-4710-a554-029c337d8e06 {
  display: none;
}
#s-6d17d38e-6047-4c83-a039-a6e6bd971582 { text-align: left; }
#s-5ee5cad5-e629-49ff-98c4-d8f6b8fbd5c9 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-5ee5cad5-e629-49ff-98c4-d8f6b8fbd5c9 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}

#s-91d111ec-8dc1-47af-b695-14b5d4025b71 { text-align: center; }
#s-91d111ec-8dc1-47af-b695-14b5d4025b71 .shg-product-sold-out {
  display: none;
}

#s-91d111ec-8dc1-47af-b695-14b5d4025b71 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  
}

#s-91d111ec-8dc1-47af-b695-14b5d4025b71 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
border-color: #000;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff; }
#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight:  normal ;
  font-style:  normal ;
  font-family: Itim;
}

#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1.shg-btn.shg-product-atc-error {
  font-weight:  100 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-6762fc79-b137-4156-9119-8fdb75e0ecfd { background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
border-top-width: 5px;
border-left-width: 6px;
border-bottom-width: 5px;
border-right-width: 6px;
border-radius: 15px;
min-height: 50px;
background-position: center top;
border-color: rgba(255, 73, 0, 1); }
#s-6762fc79-b137-4156-9119-8fdb75e0ecfd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.23;
}
#s-db001b3e-d10d-49de-b023-68815195bc38 { margin-top: 50px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px; }
 #s-db001b3e-d10d-49de-b023-68815195bc38 .shogun-heading-component h2 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Cinzel;
   font-style:  normal ;
   font-size: 35px;
   
   
   text-align: center;
 }

 

#s-97c14de9-dfe8-48a1-b2ae-e22002ea18ff { margin-top: 50px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px; }
 #s-97c14de9-dfe8-48a1-b2ae-e22002ea18ff .shogun-heading-component h2 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Cinzel;
   font-style:  normal ;
   font-size: 35px;
   
   
   text-align: center;
 }

 

#s-96cdef66-b774-4050-b918-b38d6559f9f7 { margin-top: 30px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px; }
 #s-96cdef66-b774-4050-b918-b38d6559f9f7 .shogun-heading-component h2 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Cinzel;
   font-style:  normal ;
   font-size: 35px;
   
   
   text-align: center;
 }

 

#s-cc6d1f23-596c-4701-a790-c14b00dbbb7c { min-height: 50px; }
#s-cc6d1f23-596c-4701-a790-c14b00dbbb7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-db866250-f861-473a-b423-978545a5c9ec { margin-left: 20px;
margin-right: 20px; }
#s-8edd416f-6264-4fd6-acbc-bb77cb7c099a { min-height: 50px; }
#s-8edd416f-6264-4fd6-acbc-bb77cb7c099a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px; }
#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d445265c-226a-425f-bca5-ab91462baec0 { border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000; }
@media (min-width: 0px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-5b20759a-9ffc-494b-8974-eb2718598611 { background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-radius: 20px;
min-height: 250px;
background-position: center center;
border-color: #000; }
#s-5b20759a-9ffc-494b-8974-eb2718598611 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-5b20759a-9ffc-494b-8974-eb2718598611 {
  cursor: pointer;
}
#s-de05045b-b8be-443c-ba0d-b14f7a68456d { margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-de05045b-b8be-443c-ba0d-b14f7a68456d .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Julius Sans One;
   font-style:  normal ;
   
   
   
   text-align: center;
 }

 

#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5 { background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-radius: 20px;
min-height: 250px;
background-position: center center;
border-color: #000; }
#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5 {
  cursor: pointer;
}
#s-2c592f38-a47c-4ad6-b05b-27b533313128 { margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-2c592f38-a47c-4ad6-b05b-27b533313128 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Julius Sans One;
   font-style:  normal ;
   
   
   
   text-align: center;
 }

 

#s-1e03129d-ee2f-486a-a2c8-56e918619442 { background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-bottom: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-radius: 20px;
min-height: 250px;
background-position: center center;
border-color: #000; }
#s-1e03129d-ee2f-486a-a2c8-56e918619442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.25;
}#s-1e03129d-ee2f-486a-a2c8-56e918619442 {
  cursor: pointer;
}
#s-2627b223-f744-41d2-b843-565a559bcc51 { margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-2627b223-f744-41d2-b843-565a559bcc51 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Julius Sans One;
   font-style:  normal ;
   
   
   
   text-align: center;
 }

 

#s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-dc67d415-3f93-47f0-bde0-361aa51c055d { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1); }
 #s-dc67d415-3f93-47f0-bde0-361aa51c055d .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Cinzel;
   font-style:  normal ;
   
   
   
   text-align: center;
 }

 

#s-d68527f9-2a3a-4399-86da-eff271db34e0 { margin-top: 40px;
margin-bottom: 40px;
min-height: 50px; }
#s-d68527f9-2a3a-4399-86da-eff271db34e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cf03075e-912a-4ed3-a262-ed117f2dbe12 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-d9a95ec5-eb07-479c-a26a-445554e532cf {
  display: none;
}
#s-79bc1af2-9177-4263-bdca-ca877937dc95 { text-align: left; }
#s-d93a71f8-8f8a-4110-9ef0-0a659c4fedba { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d93a71f8-8f8a-4110-9ef0-0a659c4fedba .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
}

#s-0045bca5-4f93-4f27-9fc6-a91b1662e110 { text-align: center; }
#s-0045bca5-4f93-4f27-9fc6-a91b1662e110 .shg-product-sold-out {
  display: none;
}

#s-0045bca5-4f93-4f27-9fc6-a91b1662e110 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0045bca5-4f93-4f27-9fc6-a91b1662e110 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-92585507-a669-44bf-aacb-1576de59d9d7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-92585507-a669-44bf-aacb-1576de59d9d7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-92585507-a669-44bf-aacb-1576de59d9d7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-92585507-a669-44bf-aacb-1576de59d9d7 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92585507-a669-44bf-aacb-1576de59d9d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92585507-a669-44bf-aacb-1576de59d9d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-92585507-a669-44bf-aacb-1576de59d9d7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-aea30f90-d2eb-4343-a998-fc2130a24970 {
  display: none;
}
#s-b3533f31-52a6-44c8-8a96-b7c2c1c39936 { text-align: left; }
#s-86a9abcb-0f0c-4342-8ed9-783d2b50f451 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-86a9abcb-0f0c-4342-8ed9-783d2b50f451 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
}

#s-0aafb588-f763-4311-9729-a1ea476c0706 { text-align: center; }
#s-0aafb588-f763-4311-9729-a1ea476c0706 .shg-product-sold-out {
  display: none;
}

#s-0aafb588-f763-4311-9729-a1ea476c0706 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  
}

#s-0aafb588-f763-4311-9729-a1ea476c0706 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-40b9dee5-71a5-4664-9a46-9cd30fae6f31 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-40b9dee5-71a5-4664-9a46-9cd30fae6f31:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-40b9dee5-71a5-4664-9a46-9cd30fae6f31:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-40b9dee5-71a5-4664-9a46-9cd30fae6f31 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40b9dee5-71a5-4664-9a46-9cd30fae6f31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40b9dee5-71a5-4664-9a46-9cd30fae6f31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-40b9dee5-71a5-4664-9a46-9cd30fae6f31.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4a374edb-2e08-4f06-9f25-190d85a62bd7 {
  display: none;
}
#s-ba62c5f7-454f-4021-81c7-6e51bdf78176 { text-align: left; }
#s-ccc0dacf-a5cc-4423-b84b-a207de09072d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ccc0dacf-a5cc-4423-b84b-a207de09072d .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
}

#s-6a905269-33c4-4763-a004-6e313bfd35fe { text-align: center; }
#s-6a905269-33c4-4763-a004-6e313bfd35fe .shg-product-sold-out {
  display: none;
}

#s-6a905269-33c4-4763-a004-6e313bfd35fe .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6a905269-33c4-4763-a004-6e313bfd35fe .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2210346e-807e-4e1c-b584-4a598af8ea1b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2210346e-807e-4e1c-b584-4a598af8ea1b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2210346e-807e-4e1c-b584-4a598af8ea1b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2210346e-807e-4e1c-b584-4a598af8ea1b {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2210346e-807e-4e1c-b584-4a598af8ea1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2210346e-807e-4e1c-b584-4a598af8ea1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2210346e-807e-4e1c-b584-4a598af8ea1b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e644171c-92fb-4abc-af2e-713af3fb3c55 {
  display: none;
}
#s-456059ce-e3be-4e6c-b171-e64115b51c7f { text-align: left; }
#s-e9536f79-ef26-40f3-a497-b6ee658cd6ea { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e9536f79-ef26-40f3-a497-b6ee658cd6ea .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
}

#s-c6e8a38c-346b-4b9a-913a-319db121b6eb { text-align: center; }
#s-c6e8a38c-346b-4b9a-913a-319db121b6eb .shg-product-sold-out {
  display: none;
}

#s-c6e8a38c-346b-4b9a-913a-319db121b6eb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c6e8a38c-346b-4b9a-913a-319db121b6eb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ff3c4c80-d97a-4cda-ad52-67fdf466c0fa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ff3c4c80-d97a-4cda-ad52-67fdf466c0fa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ff3c4c80-d97a-4cda-ad52-67fdf466c0fa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ff3c4c80-d97a-4cda-ad52-67fdf466c0fa {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff3c4c80-d97a-4cda-ad52-67fdf466c0fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff3c4c80-d97a-4cda-ad52-67fdf466c0fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ff3c4c80-d97a-4cda-ad52-67fdf466c0fa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f0951ade-dd04-4f5b-9ab2-f4cf038011a7 {
  display: none;
}
#s-70b6d088-a247-4af6-ba98-b32029761947 { text-align: left; }
#s-53c3f330-8226-4c06-834f-2cbb30497eff { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-53c3f330-8226-4c06-834f-2cbb30497eff .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
}

#s-a1af952a-e068-4731-aa19-2dd81d68262a { text-align: center; }
#s-a1af952a-e068-4731-aa19-2dd81d68262a .shg-product-sold-out {
  display: none;
}

#s-a1af952a-e068-4731-aa19-2dd81d68262a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a1af952a-e068-4731-aa19-2dd81d68262a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e6559ff0-b06d-4522-87cd-1cc3e4fbdc4a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e6559ff0-b06d-4522-87cd-1cc3e4fbdc4a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e6559ff0-b06d-4522-87cd-1cc3e4fbdc4a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e6559ff0-b06d-4522-87cd-1cc3e4fbdc4a {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6559ff0-b06d-4522-87cd-1cc3e4fbdc4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6559ff0-b06d-4522-87cd-1cc3e4fbdc4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e6559ff0-b06d-4522-87cd-1cc3e4fbdc4a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6c760beb-a4c2-4ecd-a54d-558a6838f4b8 {
  display: none;
}
#s-867272d9-2ee6-4242-83a4-953bd6f3cf2c { text-align: left; }
#s-42a19349-2159-4db1-a0a1-d7fd59ca6c55 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-42a19349-2159-4db1-a0a1-d7fd59ca6c55 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
}

#s-4e06bcc5-fe2c-45c9-911f-5af556e9d375 { text-align: center; }
#s-4e06bcc5-fe2c-45c9-911f-5af556e9d375 .shg-product-sold-out {
  display: none;
}

#s-4e06bcc5-fe2c-45c9-911f-5af556e9d375 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4e06bcc5-fe2c-45c9-911f-5af556e9d375 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c919bee1-9db0-4e5e-ae08-0f195cb32d20 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c919bee1-9db0-4e5e-ae08-0f195cb32d20:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c919bee1-9db0-4e5e-ae08-0f195cb32d20:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c919bee1-9db0-4e5e-ae08-0f195cb32d20 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c919bee1-9db0-4e5e-ae08-0f195cb32d20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c919bee1-9db0-4e5e-ae08-0f195cb32d20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c919bee1-9db0-4e5e-ae08-0f195cb32d20.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cec9fb7d-8a0f-4e76-90cd-8983dc4cc4b2 { background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
background-position: center bottom; }
#s-cec9fb7d-8a0f-4e76-90cd-8983dc4cc4b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.25;
}
#s-cf542261-f249-408f-a0f4-37fe4092d6d0 { margin-top: 40px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cf542261-f249-408f-a0f4-37fe4092d6d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-092722d9-fbea-49e4-b6e8-7f4002f0de2b .shogun-icon-wrapper {
  text-align: center;
}


#s-092722d9-fbea-49e4-b6e8-7f4002f0de2b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-0e3690e2-a86c-471f-af5c-7dc25cc968bb { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1); }
 #s-0e3690e2-a86c-471f-af5c-7dc25cc968bb .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 45px;
   
   
   text-align: center;
 }

 

#s-86cd27da-6e18-477e-af56-1f9a9e16c9c3 { background-color: rgba(0, 0, 0, 0); }
.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input, textarea {
  margin: 0;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input, .shogun-form textarea {
  width: 100%;
}

#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 { padding-top: 25px;
background-color: rgba(205, 205, 205, 0); }
/*
  $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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
}
