.shg-box {
  position: relative;
}

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

.shg-box-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 { min-height: 50px; }
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef { background-image: url(https://i.shgcdn.com/00aac24e-be56-487c-86ff-bc23405aed25/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -160px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 550px;
background-position: center center; }
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-sld {
  display: flex;
  flex-direction: column;
}

.shg-sld-content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.shg-sld-slides {
  width: 100%;
  order: 2;
}

.shg-sld-nav-button {
  cursor: pointer;
  width: 35px;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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

.shg-sld-nav-button.shg-sld-right {
  order: 3;
  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 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.shg-sld-dot {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  margin-left: 5px;
  background-color: #BBBBBB;
  cursor: pointer;
}

.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: .4}
  to {opacity: 1}
}

@keyframes shg-sld-fade {
  from {opacity: .4}
  to {opacity: 1}
}

#s-7c816e0f-c7de-4466-ab07-02c569de601a { padding-top: 10px;
padding-bottom: 10px; }
#s-65395796-cfec-4a65-91fe-32bc6839a9ec { min-height: 50px;
background-color: rgba(255, 255, 255, 0.21); }
#s-65395796-cfec-4a65-91fe-32bc6839a9ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.48;
}
.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-c580cb7d-c4f1-4e59-963c-4d772abb3cde { margin-top: 10px;
margin-bottom: 10px;
padding-top: 14px;
padding-bottom: 14px; }
@media (min-width: 0px) {
[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c580cb7d-c4f1-4e59-963c-4d772abb3cde"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e926efb0-d5b7-4d8a-9d1a-d232ff373616 { text-align: center; }
.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-be6cfd81-ee16-4301-8805-1c20efe2557e { margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(251, 248, 248, 0); }
 #s-be6cfd81-ee16-4301-8805-1c20efe2557e .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   text-align: center;
 }

 

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

#s-1e081031-cec2-4f69-ba85-94efc226ffaf { margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
text-decoration: none; }
#s-1e081031-cec2-4f69-ba85-94efc226ffaf:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-1e081031-cec2-4f69-ba85-94efc226ffaf:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-1e081031-cec2-4f69-ba85-94efc226ffaf.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b { padding-top: 25px;
padding-bottom: 25px;
min-height: 40px;
background-color: rgba(255, 255, 255, 0.5); }
#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 { margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px; }
 #s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Black Ops One;
   font-style:  normal ;
   
   text-align: left;
 }

 

#s-3ca271ad-182a-49b5-8362-a481e08b3565 { margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0); }
#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 { margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-9803972d-37cb-48bd-bc13-a86aba0df5ee { box-shadow:0px 10px 40px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-radius: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(9, 115, 186, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-9803972d-37cb-48bd-bc13-a86aba0df5ee:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-radius: 0px !important;
opacity: 1 !important;
border-color: rgba(0, 216, 161, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-9803972d-37cb-48bd-bc13-a86aba0df5ee:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
opacity: 1 !important;
border-color: rgba(0, 216, 161, 1) !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

 #s-9803972d-37cb-48bd-bc13-a86aba0df5ee.shg-btn {
   color: rgba(0, 0, 0, 1);
   font-size: 16px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 5px;
min-height: 12px;
background-color: rgba(211, 209, 209, 1); }
#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .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-6 {
  width: calc(50% - 10.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% - 15.0px);
}

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

#s-6fe50fb3-2406-41d4-b5b9-b81fdee43a11 .shogun-icon-wrapper {
  text-align: center;
}


#s-6fe50fb3-2406-41d4-b5b9-b81fdee43a11 .shogun-icon-wrapper > .shogun-icon {

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

#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f { opacity: 1; }
#s-27eddb5f-ca2e-488f-91a7-8048021260ad .shogun-icon-wrapper {
  text-align: center;
}


#s-27eddb5f-ca2e-488f-91a7-8048021260ad .shogun-icon-wrapper > .shogun-icon {

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

#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d { opacity: 1; }
#s-7e639e91-fa65-485e-bf4d-28c2d562629f .shogun-icon-wrapper {
  text-align: center;
}


#s-7e639e91-fa65-485e-bf4d-28c2d562629f .shogun-icon-wrapper > .shogun-icon {

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

#s-07063159-9af0-491c-ab0f-bdf259099949 { opacity: 1; }
#s-5e9055fd-7c26-460e-9db1-f11b4b01c893 .shogun-icon-wrapper {
  text-align: center;
}


#s-5e9055fd-7c26-460e-9db1-f11b4b01c893 .shogun-icon-wrapper > .shogun-icon {

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

#s-73becf24-b876-45fd-9d25-8c0794ea90c2 { opacity: 1; }
#s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7 { margin-top: 20px;
margin-bottom: 20px; }
@media (min-width: 0px) {
[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6cc7c30-e1fa-4239-af3f-45b38541b7c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2 { background-color: rgba(8, 8, 8, 1); }
@media (min-width: 0px) {
[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1ef9f9af-4dd1-49c0-b55a-c0ad42efedb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1808bdce-1333-4a87-a4e0-76746cb8fd87 { padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px; }
 #s-1808bdce-1333-4a87-a4e0-76746cb8fd87 .shogun-heading-component h2 {
   color: rgba(246, 244, 244, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 51px;
   text-align: center;
 }

 

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > div > span {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span {
    line-height: 45px;
  }

  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }
  
  .shogun-countdown-small > span {
    line-height: 30px;
  }

  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span {
    line-height: 68px;
  }
  
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-b2e985e1-ce73-4cc6-8e1d-6f0d0934adea { padding-left: 25%;
padding-right: 25%;
text-align: center; }
#s-b2e985e1-ce73-4cc6-8e1d-6f0d0934adea .shogun-countdown span, #s-b2e985e1-ce73-4cc6-8e1d-6f0d0934adea .shogun-countdown label {
  color: #555;
}
#s-6af02850-8814-4e80-8573-3d6ec4b35b63 {
  display: none;
}
#s-224ff02a-33f9-439b-bf74-1481fbb547b8 { margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(234, 13, 13, 0.43); }
@media (min-width: 0px) {
[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-224ff02a-33f9-439b-bf74-1481fbb547b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

#s-c15dee30-6f79-4b86-aa3b-3f05a61dc302 { text-align: center; }
.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-2db083eb-24e8-46da-9675-e070ae69e4ce { margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2db083eb-24e8-46da-9675-e070ae69e4ce .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Black Ops One;
  font-style:  normal ;
  font-size: 24px;
}
#s-a03038b1-0b17-46b1-a759-8679f378d956 { margin-top: 9px;
margin-bottom: 9px;
text-align: center; }
#s-a03038b1-0b17-46b1-a759-8679f378d956 .shg-product-sold-out {
  display: none;
}

#s-a03038b1-0b17-46b1-a759-8679f378d956 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
}

#s-a03038b1-0b17-46b1-a759-8679f378d956 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-product-atc-wrapper {
  position: relative;
}

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

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

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

#s-5ccbd060-2443-41b2-8294-62792df4c798 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-5ccbd060-2443-41b2-8294-62792df4c798:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-5ccbd060-2443-41b2-8294-62792df4c798:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5ccbd060-2443-41b2-8294-62792df4c798 {
  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-5ccbd060-2443-41b2-8294-62792df4c798.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ccbd060-2443-41b2-8294-62792df4c798.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5ccbd060-2443-41b2-8294-62792df4c798.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-b4a5271d-3904-4655-94c8-5b2b01457183 { box-shadow:10px 13px 29px 0px rgba(236, 24, 24, 1);
margin-top: 0%;
margin-left: 20px;
margin-bottom: 0%;
margin-right: 20px; }
#s-bb85bb26-2fd4-4b13-944e-38696c59754c { margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1); }
#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 { border-style: solid;
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
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-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   font-family: Josefin Sans;
   font-style:  normal ;
   
   text-align: center;
 }

 

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.shogun-tab-border {
  position: absolute;
}

#s-d233d2b2-8841-4f8e-bf98-2e0a3194b0e7 { margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px; }
#s-d233d2b2-8841-4f8e-bf98-2e0a3194b0e7 .shogun-tabs {
  justify-content: center;
}


  #s-d233d2b2-8841-4f8e-bf98-2e0a3194b0e7 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-d233d2b2-8841-4f8e-bf98-2e0a3194b0e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(0, 0, 0, 0.21);
  }
#s-d233d2b2-8841-4f8e-bf98-2e0a3194b0e7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Work Sans;
  
  
  font-size: 11px;
}

#s-d233d2b2-8841-4f8e-bf98-2e0a3194b0e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-d233d2b2-8841-4f8e-bf98-2e0a3194b0e7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(244, 244, 244, 1);
}

#s-d233d2b2-8841-4f8e-bf98-2e0a3194b0e7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

#s-8dd1a498-abac-4aef-be37-0dd540b1ed92 { padding-top: 19px;
padding-bottom: 19px; }
@media (min-width: 0px) {
[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-8dd1a498-abac-4aef-be37-0dd540b1ed92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-7caed3e8-33e2-4987-92e8-107f08ffd8ab { text-align: right; }

#s-7caed3e8-33e2-4987-92e8-107f08ffd8ab .shogun-image-overlay p {
  font-size: 40px;
  color: #fff;
  
  
  
}



#s-5ca531a3-4764-4721-8768-3f0c97149a24 { text-align: center; }

#s-5ca531a3-4764-4721-8768-3f0c97149a24 .shogun-image-overlay p {
  font-size: 40px;
  color: #fff;
  
  
  
}



#s-95836325-e501-4022-85e9-fbd2ac596fc9 { text-align: left; }

#s-95836325-e501-4022-85e9-fbd2ac596fc9 .shogun-image-overlay p {
  font-size: 40px;
  color: #fff;
  
  
  
}



#s-e2b25a66-c7e0-48b0-81a2-63a1444f05d4 { background-image: url(https://i.shgcdn.com/22e409c0-930f-48cc-a59a-f2d18858765b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center; }
#s-e2b25a66-c7e0-48b0-81a2-63a1444f05d4 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0.66;
}
#s-28db0ab1-3da1-4d0b-bcd4-2550535b67e2 { margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
min-width: 200px;
background-color: rgba(0, 0, 0, 0); }
#s-fc00ff97-890b-4f20-85ec-cc85cdd30188 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-fc00ff97-890b-4f20-85ec-cc85cdd30188 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Josefin Sans;
   font-style:  normal ;
   font-size: 64px;
   text-align: center;
 }

 

#s-723ce90a-e23b-4437-9ada-eec4ef7ea3d8 { margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0); }
#s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06 { margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-73cbc2ec-338e-4b01-bcd3-64d2d8e8ee06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8ff86701-d6df-44e6-80c4-802d45644d0a { box-shadow:0px 10px 40px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-radius: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 216, 161, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-8ff86701-d6df-44e6-80c4-802d45644d0a:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-radius: 0px !important;
opacity: 1 !important;
border-color: rgba(0, 216, 161, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-8ff86701-d6df-44e6-80c4-802d45644d0a:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
opacity: 1 !important;
border-color: rgba(0, 216, 161, 1) !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

 #s-8ff86701-d6df-44e6-80c4-802d45644d0a.shg-btn {
   color: rgba(0, 0, 0, 1);
   font-size: 16px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-226087e4-aeb2-43c5-9fb6-e1305f96593b { margin-left: 0px;
margin-right: 0px; }
@media (min-width: 0px) {
[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-226087e4-aeb2-43c5-9fb6-e1305f96593b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-134f1c97-b19f-407b-b6ac-0558c8fe815b { margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0); }
#s-134f1c97-b19f-407b-b6ac-0558c8fe815b {
  display: none;
}
#s-282f7ec6-d194-473d-8dba-c0e2e5d864cb { box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1); }
#s-1faefd6d-bd2c-43bf-9777-b681679bd819 { padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center; }
#s-1faefd6d-bd2c-43bf-9777-b681679bd819 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}
#s-7420532a-3f29-4eaa-bf96-6f69ea71ace3 { text-align: center; }
#s-7420532a-3f29-4eaa-bf96-6f69ea71ace3 .shg-product-sold-out {
  display: none;
}

#s-7420532a-3f29-4eaa-bf96-6f69ea71ace3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-7420532a-3f29-4eaa-bf96-6f69ea71ace3 .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-f565960f-16f3-4759-984b-adc82e9d7559 {  }
@media (min-width: 0px) {
[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f565960f-16f3-4759-984b-adc82e9d7559"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ba1b3d14-999d-4136-ba43-64982bdad03c { 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: 0px;
min-width: 100%;
max-width: 197px;
opacity: 1;
text-align: center;
border-color: rgba(0, 216, 161, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1); }
#s-ba1b3d14-999d-4136-ba43-64982bdad03c:hover {border-style: solid !important;
padding-top: 8px !important;
padding-bottom: 8px !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
opacity: 1 !important;
border-color: rgba(0, 216, 161, 1) !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-ba1b3d14-999d-4136-ba43-64982bdad03c:active {border-style: solid !important;
border-color: rgba(0, 216, 161, 0.65) !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-ba1b3d14-999d-4136-ba43-64982bdad03c {
  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-ba1b3d14-999d-4136-ba43-64982bdad03c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba1b3d14-999d-4136-ba43-64982bdad03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ba1b3d14-999d-4136-ba43-64982bdad03c.shg-btn.shg-product-atc-error {
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:  normal ;
  
  color: rgba(255, 255, 255, 0.5);
}


#s-edc1a385-96d2-4848-a5d5-8cf2d8899e70 { margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0); }
#s-edc1a385-96d2-4848-a5d5-8cf2d8899e70 {
  display: none;
}
#s-7f2015df-8a6a-49b0-8e72-2fcde7605cfb { box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1); }
#s-6c3d9d56-dd2d-4a72-80b8-fbb0a4097c9b { padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center; }
#s-6c3d9d56-dd2d-4a72-80b8-fbb0a4097c9b .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}
#s-8fdf0b2a-6f65-41ff-8073-a7a54b1d2a99 { text-align: center; }
#s-8fdf0b2a-6f65-41ff-8073-a7a54b1d2a99 .shg-product-sold-out {
  display: none;
}

#s-8fdf0b2a-6f65-41ff-8073-a7a54b1d2a99 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-8fdf0b2a-6f65-41ff-8073-a7a54b1d2a99 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-ecd83020-96c5-4868-94bb-98cfaf14a490 {  }
@media (min-width: 0px) {
[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ecd83020-96c5-4868-94bb-98cfaf14a490"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5619e881-f471-4b68-9388-17d165e3ed50 { 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: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
border-color: rgba(0, 216, 161, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1); }
#s-5619e881-f471-4b68-9388-17d165e3ed50:hover {opacity: 1 !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-5619e881-f471-4b68-9388-17d165e3ed50:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-5619e881-f471-4b68-9388-17d165e3ed50 {
  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-5619e881-f471-4b68-9388-17d165e3ed50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5619e881-f471-4b68-9388-17d165e3ed50.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5619e881-f471-4b68-9388-17d165e3ed50.shg-btn.shg-product-atc-error {
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:  normal ;
  
  color: rgba(255, 255, 255, 0.5);
}


#s-6c45b2cf-39f3-4962-858a-4aac9fc5dbe9 { margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0); }
#s-6c45b2cf-39f3-4962-858a-4aac9fc5dbe9 {
  display: none;
}
#s-60451ce7-9326-4572-86d2-946c4444f11a { box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1); }
#s-fa41df9d-82fd-4ced-acc8-312e8cfd14a3 { padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center; }
#s-fa41df9d-82fd-4ced-acc8-312e8cfd14a3 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}
#s-9f10f449-0678-41e8-8e4f-bca8446fcd68 { text-align: center; }
#s-9f10f449-0678-41e8-8e4f-bca8446fcd68 .shg-product-sold-out {
  display: none;
}

#s-9f10f449-0678-41e8-8e4f-bca8446fcd68 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-9f10f449-0678-41e8-8e4f-bca8446fcd68 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-8f360082-278e-4666-a7d7-f8a29b73be6d {  }
@media (min-width: 0px) {
[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8f360082-278e-4666-a7d7-f8a29b73be6d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bfe1334c-f04e-48e3-8d14-d6d51cbcf2c0 { 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: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
border-color: rgba(0, 216, 161, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1); }
#s-bfe1334c-f04e-48e3-8d14-d6d51cbcf2c0:hover {opacity: 1 !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-bfe1334c-f04e-48e3-8d14-d6d51cbcf2c0:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-bfe1334c-f04e-48e3-8d14-d6d51cbcf2c0 {
  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-bfe1334c-f04e-48e3-8d14-d6d51cbcf2c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfe1334c-f04e-48e3-8d14-d6d51cbcf2c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bfe1334c-f04e-48e3-8d14-d6d51cbcf2c0.shg-btn.shg-product-atc-error {
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:  normal ;
  
  color: rgba(255, 255, 255, 0.5);
}


#s-d905a5d6-a579-45e5-9d3b-3baa6d8adc20 { margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0); }
#s-d905a5d6-a579-45e5-9d3b-3baa6d8adc20 {
  display: none;
}
#s-decf0dc0-b728-44c4-a6fb-fce34f17b16b { box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1); }
#s-c94984e1-5a3f-4dfa-9a81-cdeb7af9685a { padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center; }
#s-c94984e1-5a3f-4dfa-9a81-cdeb7af9685a .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}
#s-b1eb62c0-c646-4c1b-b08b-eac2f29556b7 { text-align: center; }
#s-b1eb62c0-c646-4c1b-b08b-eac2f29556b7 .shg-product-sold-out {
  display: none;
}

#s-b1eb62c0-c646-4c1b-b08b-eac2f29556b7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-b1eb62c0-c646-4c1b-b08b-eac2f29556b7 .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-864d7b97-9f6a-41c2-bdea-aafe5536b0fb {  }
@media (min-width: 0px) {
[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-864d7b97-9f6a-41c2-bdea-aafe5536b0fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-df2acbf8-333c-4699-bf7b-71c3697a631d { 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: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
border-color: rgba(0, 216, 161, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1); }
#s-df2acbf8-333c-4699-bf7b-71c3697a631d:hover {opacity: 1 !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-df2acbf8-333c-4699-bf7b-71c3697a631d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

#s-df2acbf8-333c-4699-bf7b-71c3697a631d {
  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-df2acbf8-333c-4699-bf7b-71c3697a631d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df2acbf8-333c-4699-bf7b-71c3697a631d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-df2acbf8-333c-4699-bf7b-71c3697a631d.shg-btn.shg-product-atc-error {
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:  normal ;
  
  color: rgba(255, 255, 255, 0.5);
}


#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 { background-image: url(https://i.shgcdn.com/a2d09de9-728d-489c-b946-a9146d2340d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center; }
#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}
#s-ec08c90f-696b-48eb-8e56-64c1044015e3 { border-style: solid;
margin-left: 20px;
margin-right: 20px;
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-ec08c90f-696b-48eb-8e56-64c1044015e3 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  300 ;
   font-family: Josefin Sans;
   font-style:  normal ;
   
   text-align: center;
 }

 

#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b { margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0); }
#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 { box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-radius: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-radius: 0px !important;
opacity: 1 !important;
border-color: rgba(0, 216, 161, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
opacity: 1 !important;
border-color: rgba(0, 216, 161, 1) !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

 #s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0.shg-btn {
   color: rgba(0, 0, 0, 1);
   font-size: 16px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-789851af-34cf-40c7-aebd-76c50c92d1d1 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1); }
#s-789851af-34cf-40c7-aebd-76c50c92d1d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-356246fa-65ed-4e4a-a755-ea0d1a5ec6fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-2c633934-60d2-4e9c-a40b-f27bf7e5eea6 { margin-top: 20px;
margin-bottom: 10px;
min-height: 400px;
background-attachment: scroll; }
#s-2c633934-60d2-4e9c-a40b-f27bf7e5eea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9d6df64e-9da4-4aed-a882-d8133ac2df37 { text-align: center; }
#s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-c0e51529-d0ad-46fe-9a0b-3a6165a3aed4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-48ad07cb-1bbe-4f8e-a9c5-bc22b615cdee { box-shadow:0px 0px 0px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-radius: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(127, 139, 217, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-48ad07cb-1bbe-4f8e-a9c5-bc22b615cdee:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-radius: 0px !important;
opacity: 1 !important;
border-color: rgba(0, 216, 161, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-48ad07cb-1bbe-4f8e-a9c5-bc22b615cdee:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
opacity: 1 !important;
border-color: rgba(0, 216, 161, 1) !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

 #s-48ad07cb-1bbe-4f8e-a9c5-bc22b615cdee.shg-btn {
   color: rgba(0, 0, 0, 1);
   font-size: 16px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-b52da470-921f-4770-bca1-65ee88b75243 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-b52da470-921f-4770-bca1-65ee88b75243 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Black Ops One;
   font-style:  normal ;
   
   text-align: center;
 }

 

#s-d3d818f3-f806-43b6-aa0c-61e6b599a053 { margin-left: 20px;
margin-bottom: 7px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d3d818f3-f806-43b6-aa0c-61e6b599a053"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-9bc0a7e2-32fd-4a58-8301-0ecb692a283d { box-shadow:0px 0px 0px 0px rgba(0, 201, 148, 0.33);
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: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none; }
#s-9bc0a7e2-32fd-4a58-8301-0ecb692a283d:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-radius: 0px !important;
opacity: 1 !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}
#s-9bc0a7e2-32fd-4a58-8301-0ecb692a283d:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
opacity: 1 !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-9bc0a7e2-32fd-4a58-8301-0ecb692a283d.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 16px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-f1b93dfb-7774-4bba-90a3-b24c7e211f79 { background-image: url(https://i.shgcdn.com/7adb2d6f-f8a4-4044-814e-a767f82f9d1b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 400px;
background-position: center center;
border-color: #000; }
#s-f1b93dfb-7774-4bba-90a3-b24c7e211f79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.18;
}
@media (min-width: 0px) {
[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35ebb711-a3f4-4b61-8b03-ac392d594abf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2a03e738-6e1d-480a-9dff-a4e1700c12f7 { margin-top: 7px;
margin-bottom: 7px; }
.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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