.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-bbab5b03-3388-4337-ba91-a0b3c80841d3 {
  margin-top: -1px;
margin-left: 10px;
margin-bottom: -1px;
margin-right: 10px;
padding-left: 8px;
padding-right: 8px;
}

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

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-0f5dcadd-ee33-45d3-af94-fee48e7b58fb {
  margin-left: 46px;
margin-right: 46px;
text-align: center;
}




  #s-0f5dcadd-ee33-45d3-af94-fee48e7b58fb img.shogun-image {
    
    width: px;
  }


#s-0f5dcadd-ee33-45d3-af94-fee48e7b58fb .shogun-image-content {
  
    align-items: center;
  
}

#s-4a6c79c5-99e7-4355-a728-574ce1acf1ef {
  margin-top: 3px;
margin-bottom: 3px;
}

.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-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d {
  padding-left: 37px;
padding-right: 37px;
}

@media (min-width: 0px) {
[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

[id="s-3dd2afb3-4ff3-465e-8d5b-4151dc126f6d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.0px);
}

}

#s-fee0385c-fcb8-4e54-a665-45684324b4aa {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

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

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-9d88909d-8e65-4558-bac6-fe36b22ab76b {
  text-align: left;
}


.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b {
  max-width: 100%;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom,
.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b {
  max-width: 100%;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom,
.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b {
  max-width: 100%;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom,
.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b {
  max-width: 100%;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom,
.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b {
  max-width: 100%;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom,
.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d88909d-8e65-4558-bac6-fe36b22ab76b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-92ceda40-b397-46d6-abf7-fa9d442262cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92ceda40-b397-46d6-abf7-fa9d442262cb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-73b033c7-0e4a-40f0-89dd-cc6083e19cf9 {
  display: none;
}
#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 {
  text-align: left;
}


.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 {
  max-width: 100%;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom,
.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 {
  max-width: 100%;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom,
.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 {
  max-width: 100%;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom,
.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 {
  max-width: 100%;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom,
.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 {
  max-width: 100%;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom,
.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0462588c-55c9-4ab2-8f03-6c5a1cbadb59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ee53aaaf-4fff-430e-b298-ad5ee16d8d2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee53aaaf-4fff-430e-b298-ad5ee16d8d2d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-484f379f-3431-4cf3-b725-d7f0a930d565 {
  display: none;
}
#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 {
  text-align: left;
}


.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 {
  max-width: 100%;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom,
.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 {
  max-width: 100%;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom,
.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 {
  max-width: 100%;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom,
.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 {
  max-width: 100%;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom,
.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 {
  max-width: 100%;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom,
.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52165dfa-f7c4-4d9c-8355-e86cef5511f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf9b189c-b606-43a0-8d12-88d3fed72838 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf9b189c-b606-43a0-8d12-88d3fed72838 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-738bc124-0efb-4a37-a898-7eeb74a19e98 {
  display: none;
}
#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 {
  text-align: left;
}


.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 {
  max-width: 100%;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom,
.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 {
  max-width: 100%;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom,
.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 {
  max-width: 100%;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom,
.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 {
  max-width: 100%;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom,
.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 {
  max-width: 100%;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom,
.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f9dfe1-77e7-4b22-b74a-d2a64d0e9ac5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bd84c7b0-3854-450b-9282-2d64bb75a9be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd84c7b0-3854-450b-9282-2d64bb75a9be .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-d5e30ed1-7e07-40e6-927e-947e2ff55dcf hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(0, 0, 0, 1);
}

#s-acfdf727-2d3b-4bd5-9ed5-9c7d87b0d54b {
  margin-top: 27px;
margin-bottom: 27px;
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-top: -2px;
margin-left: 20px;
margin-bottom: -2px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9dd0e3ef-75ac-4e98-9c65-3106d636fb74 {
  text-align: center;
}




  #s-9dd0e3ef-75ac-4e98-9c65-3106d636fb74 img.shogun-image {
    
    width: px;
  }


#s-9dd0e3ef-75ac-4e98-9c65-3106d636fb74 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-48666566-bc77-4a9a-a450-0fca3d338d5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48666566-bc77-4a9a-a450-0fca3d338d5b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e65b84b8-9aee-4d1e-a3f0-aff995e1d0af {
  text-align: center;
}




  #s-e65b84b8-9aee-4d1e-a3f0-aff995e1d0af img.shogun-image {
    
    width: px;
  }


#s-e65b84b8-9aee-4d1e-a3f0-aff995e1d0af .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dc7e3aff-8439-4366-819f-ac81e7287b11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc7e3aff-8439-4366-819f-ac81e7287b11 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c6f7d0c5-b7cd-4b7d-aad3-b0b36364b516 {
  text-align: center;
}




  #s-c6f7d0c5-b7cd-4b7d-aad3-b0b36364b516 img.shogun-image {
    
    width: px;
  }


#s-c6f7d0c5-b7cd-4b7d-aad3-b0b36364b516 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e67fc04d-077b-43bd-b3bf-fe7c1dec96bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e67fc04d-077b-43bd-b3bf-fe7c1dec96bd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-653b197e-74c4-4e2a-b788-3469bd3df391 {
  text-align: center;
}




  #s-653b197e-74c4-4e2a-b788-3469bd3df391 img.shogun-image {
    
    width: px;
  }


#s-653b197e-74c4-4e2a-b788-3469bd3df391 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cc19a22-b012-493d-9b02-13b6f0e63ce6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cc19a22-b012-493d-9b02-13b6f0e63ce6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0fdee683-d7d1-4364-8df7-b81ffe00956c {
  margin-top: -9px;
margin-bottom: -9px;
}

#s-0fdee683-d7d1-4364-8df7-b81ffe00956c hr {
  border: 0;
  width: 100%;
  border-top: 7px solid rgba(0, 0, 0, 1);
}

#s-2886712c-7cb3-4929-a66d-8f6addd5e6e8 {
  margin-top: -3px;
margin-left: 7px;
margin-bottom: -3px;
margin-right: 7px;
text-align: center;
}




  #s-2886712c-7cb3-4929-a66d-8f6addd5e6e8 img.shogun-image {
    
    width: px;
  }


#s-2886712c-7cb3-4929-a66d-8f6addd5e6e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a158896-4804-4820-97d4-3be979fe62cc {
  margin-top: 2px;
margin-bottom: 2px;
}

#s-4a158896-4804-4820-97d4-3be979fe62cc hr {
  border: 0;
  width: 100%;
  border-top: 7px solid rgba(12, 11, 11, 1);
}

#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 17px;
padding-bottom: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  
}
}@media (max-width: 767px){#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab {
  
}
}
#s-1c1e279a-b0e1-4807-b7f7-307d8ce43fab .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-21865edc-00a8-4ca7-b24e-66bbe235c431"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1255aa29-07be-413b-8cb8-79806f8e5da6 {
  text-align: center;
}




  #s-1255aa29-07be-413b-8cb8-79806f8e5da6 img.shogun-image {
    
    width: px;
  }


#s-1255aa29-07be-413b-8cb8-79806f8e5da6 .shogun-image-content {
  
    align-items: center;
  
}

#s-71f7a3d7-e3dc-4a56-99ed-3cc148ab0dc7 {
  text-align: center;
}




  #s-71f7a3d7-e3dc-4a56-99ed-3cc148ab0dc7 img.shogun-image {
    
    width: px;
  }


#s-71f7a3d7-e3dc-4a56-99ed-3cc148ab0dc7 .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

#s-fa25246c-5ac7-4c14-859a-61ef66b377ce {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 19px;
margin-bottom: 19px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-fa25246c-5ac7-4c14-859a-61ef66b377ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa25246c-5ac7-4c14-859a-61ef66b377ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa25246c-5ac7-4c14-859a-61ef66b377ce {
  
}
}@media (max-width: 767px){#s-fa25246c-5ac7-4c14-859a-61ef66b377ce {
  
}
}







#s-fa25246c-5ac7-4c14-859a-61ef66b377ce > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-fa25246c-5ac7-4c14-859a-61ef66b377ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-894b23de-aae9-41d4-8511-f4b9f19373c1 {
  margin-top: 7px;
margin-left: 20px;
margin-bottom: 7px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-894b23de-aae9-41d4-8511-f4b9f19373c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-894b23de-aae9-41d4-8511-f4b9f19373c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-894b23de-aae9-41d4-8511-f4b9f19373c1 {
  
}
}@media (max-width: 767px){#s-894b23de-aae9-41d4-8511-f4b9f19373c1 {
  
}
}
@media (min-width: 0px) {
[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 36.0px);
}

}

@media (min-width: 992px) {
[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 36.0px);
}

}

@media (min-width: 1200px) {
[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 36.0px);
}

[id="s-894b23de-aae9-41d4-8511-f4b9f19373c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 36.0px);
}

}

#s-51e91180-fe47-417a-885e-b337e90902f4 {
  padding-top: 18px;
padding-bottom: 18px;
text-align: center;
}

#s-51e91180-fe47-417a-885e-b337e90902f4 .shogun-heading-component h2 {
  color: rgba(255, 252, 252, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56f53205-26d7-4af6-8e38-47d7312ca6f2 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-56f53205-26d7-4af6-8e38-47d7312ca6f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56f53205-26d7-4af6-8e38-47d7312ca6f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56f53205-26d7-4af6-8e38-47d7312ca6f2 {
  
}
}@media (max-width: 767px){#s-56f53205-26d7-4af6-8e38-47d7312ca6f2 {
  
}
}
@media (min-width: 0px) {
[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-56f53205-26d7-4af6-8e38-47d7312ca6f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

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

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

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

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

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

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

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

#s-365f5e33-ea10-4ded-a7ab-3eb0dd48561c {
  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-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-365f5e33-ea10-4ded-a7ab-3eb0dd48561c: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-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-365f5e33-ea10-4ded-a7ab-3eb0dd48561c:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(9, 9, 9, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-365f5e33-ea10-4ded-a7ab-3eb0dd48561c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-365f5e33-ea10-4ded-a7ab-3eb0dd48561c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-365f5e33-ea10-4ded-a7ab-3eb0dd48561c {
  
}
}@media (max-width: 767px){#s-365f5e33-ea10-4ded-a7ab-3eb0dd48561c {
  
}
}


#s-365f5e33-ea10-4ded-a7ab-3eb0dd48561c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-22d0341d-1d71-4c2e-a949-73b35c17c39b {
  box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
margin-top: 8px;
margin-bottom: 8px;
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-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-22d0341d-1d71-4c2e-a949-73b35c17c39b: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-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-22d0341d-1d71-4c2e-a949-73b35c17c39b:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(9, 9, 9, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-22d0341d-1d71-4c2e-a949-73b35c17c39b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22d0341d-1d71-4c2e-a949-73b35c17c39b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22d0341d-1d71-4c2e-a949-73b35c17c39b {
  
}
}@media (max-width: 767px){#s-22d0341d-1d71-4c2e-a949-73b35c17c39b {
  
}
}


#s-22d0341d-1d71-4c2e-a949-73b35c17c39b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
margin-top: 47px;
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);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac56e103-aac0-48c4-984b-5624762ab2f5 hr {
  border: 0;
  width: 100%;
  border-top: 21px solid rgba(255, 255, 255, 1);
}

#s-32682d2c-9edc-45df-b98b-b5cc46293bd1 {
  margin-top: -32px;
margin-left: 20px;
margin-bottom: -32px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-32682d2c-9edc-45df-b98b-b5cc46293bd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32682d2c-9edc-45df-b98b-b5cc46293bd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32682d2c-9edc-45df-b98b-b5cc46293bd1 {
  
}
}@media (max-width: 767px){#s-32682d2c-9edc-45df-b98b-b5cc46293bd1 {
  
}
}
@media (min-width: 0px) {
[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.5px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.75px);
}

}

@media (min-width: 992px) {
[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.75px);
}

}

@media (min-width: 1200px) {
[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.75px);
}

[id="s-32682d2c-9edc-45df-b98b-b5cc46293bd1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.75px);
}

}

#s-134c2fcb-ff5b-43ad-b064-07a7b74976f7 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-134c2fcb-ff5b-43ad-b064-07a7b74976f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-134c2fcb-ff5b-43ad-b064-07a7b74976f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-134c2fcb-ff5b-43ad-b064-07a7b74976f7 {
  
}
}@media (max-width: 767px){#s-134c2fcb-ff5b-43ad-b064-07a7b74976f7 {
  
}
}
#s-134c2fcb-ff5b-43ad-b064-07a7b74976f7 {
  display: none;
}
#s-044e2ff6-ac15-4d21-bdc0-35bb3b089316 {
  display: none;
}
#s-d85e8535-6157-4063-b1e5-827fc2f7e761 {
  text-align: center;
}


.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 {
  max-width: 100%;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom,
.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 {
  max-width: 100%;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom,
.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 {
  max-width: 100%;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom,
.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 {
  max-width: 100%;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom,
.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 {
  max-width: 100%;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom,
.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d85e8535-6157-4063-b1e5-827fc2f7e761 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2e622360-e92b-4b9d-bf12-a74f21a4f5cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e622360-e92b-4b9d-bf12-a74f21a4f5cc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
}

#s-c2ec35fc-a43f-4d14-a0e6-34dea7073cc6 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-c2ec35fc-a43f-4d14-a0e6-34dea7073cc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2ec35fc-a43f-4d14-a0e6-34dea7073cc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2ec35fc-a43f-4d14-a0e6-34dea7073cc6 {
  
}
}@media (max-width: 767px){#s-c2ec35fc-a43f-4d14-a0e6-34dea7073cc6 {
  
}
}
#s-c2ec35fc-a43f-4d14-a0e6-34dea7073cc6 {
  display: none;
}
#s-ff679832-5700-4d1a-b450-25c7fff8ab4d {
  text-align: center;
}




  #s-ff679832-5700-4d1a-b450-25c7fff8ab4d img.shogun-image {
    
    width: px;
  }


#s-ff679832-5700-4d1a-b450-25c7fff8ab4d .shogun-image-content {
  
    align-items: center;
  
}

#s-05151f29-815a-4e23-a638-833a18bb232c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05151f29-815a-4e23-a638-833a18bb232c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

#s-856d6007-5ed2-4d6d-8902-c0077ea81b9e {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-856d6007-5ed2-4d6d-8902-c0077ea81b9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-856d6007-5ed2-4d6d-8902-c0077ea81b9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-856d6007-5ed2-4d6d-8902-c0077ea81b9e {
  
}
}@media (max-width: 767px){#s-856d6007-5ed2-4d6d-8902-c0077ea81b9e {
  
}
}
#s-856d6007-5ed2-4d6d-8902-c0077ea81b9e {
  display: none;
}
#s-0e3f4c65-dd29-47ee-b654-29626a98d226 {
  text-align: center;
}




  #s-0e3f4c65-dd29-47ee-b654-29626a98d226 img.shogun-image {
    
    width: px;
  }


#s-0e3f4c65-dd29-47ee-b654-29626a98d226 .shogun-image-content {
  
    align-items: center;
  
}

#s-35fea9d5-047e-447e-8664-9035d95de9e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35fea9d5-047e-447e-8664-9035d95de9e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

#s-933dbff4-194b-49b2-a436-a9eb9d7e0d8b {
  display: none;
}
#s-0931594f-77a6-44e0-9e87-2922b34d55b4 {
  text-align: center;
}




  #s-0931594f-77a6-44e0-9e87-2922b34d55b4 img.shogun-image {
    
    width: px;
  }


#s-0931594f-77a6-44e0-9e87-2922b34d55b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1531765b-521d-43e3-8f49-39e2ccacd27b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1531765b-521d-43e3-8f49-39e2ccacd27b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
}

#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 28px;
margin-left: 0px;
margin-bottom: 28px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: rgba(200, 195, 217, 1);
  opacity: 0.3;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  justify-content: flex-start;
}

#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: 1200px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (max-width: 767px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}
@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;
}
@media (min-width: 1200px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (max-width: 767px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}
#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;
}
@media (min-width: 1200px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (max-width: 767px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}
#s-2a78e799-2548-4693-85ee-0206dffdd923 .shogun-icon-wrapper {
  text-align: center;
}


#s-2a78e799-2548-4693-85ee-0206dffdd923 .shogun-icon-wrapper > .shogun-icon {

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

#s-07063159-9af0-491c-ab0f-bdf259099949 {
  opacity: 1;
}
@media (min-width: 1200px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (max-width: 767px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}
#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;
}
@media (min-width: 1200px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (max-width: 767px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  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-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.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: -1px;
  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 {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

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

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (max-width: 767px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}
#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs {
  justify-content: center;
}


  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(220, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0.21);
  }
#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Work Sans;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(220, 0, 0, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (max-width: 767px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}
@media (min-width: 0px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.5px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.5px);
}

}

#s-a0c47fed-4229-4f4c-807f-a2e48d5446c4 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-a0c47fed-4229-4f4c-807f-a2e48d5446c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0c47fed-4229-4f4c-807f-a2e48d5446c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0c47fed-4229-4f4c-807f-a2e48d5446c4 {
  
}
}@media (max-width: 767px){#s-a0c47fed-4229-4f4c-807f-a2e48d5446c4 {
  
}
}
#s-a0c47fed-4229-4f4c-807f-a2e48d5446c4 {
  display: none;
}
#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (max-width: 767px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  max-width: 100%;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom,
.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  
}
}@media (max-width: 767px){#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  
}
}
#s-1f1964c6-f6c6-4761-9548-2b1121b95976 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-4e00d39d-ad27-46f0-8dc5-2a2ade58bf95 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-4e00d39d-ad27-46f0-8dc5-2a2ade58bf95 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e00d39d-ad27-46f0-8dc5-2a2ade58bf95 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e00d39d-ad27-46f0-8dc5-2a2ade58bf95 {
  
}
}@media (max-width: 767px){#s-4e00d39d-ad27-46f0-8dc5-2a2ade58bf95 {
  
}
}
#s-4e00d39d-ad27-46f0-8dc5-2a2ade58bf95 {
  display: none;
}
#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  
}
}@media (max-width: 767px){#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  
}
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf {
  max-width: 100%;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom,
.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d0b782-dfae-4d52-abe3-dcdf10a7dedf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  
}
}@media (max-width: 767px){#s-c216c8cc-f893-4755-9ade-a367aa9828b5 {
  
}
}
#s-c216c8cc-f893-4755-9ade-a367aa9828b5 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-a08539a5-90d2-4a04-be75-5f280e8e756e {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-a08539a5-90d2-4a04-be75-5f280e8e756e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a08539a5-90d2-4a04-be75-5f280e8e756e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a08539a5-90d2-4a04-be75-5f280e8e756e {
  
}
}@media (max-width: 767px){#s-a08539a5-90d2-4a04-be75-5f280e8e756e {
  
}
}
#s-a08539a5-90d2-4a04-be75-5f280e8e756e {
  display: none;
}
#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
background-image: url(https://i.shgcdn.com/3af582f0-d8cb-4cf8-9a17-736ecc2d3ee8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  
}
}@media (max-width: 767px){#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  
}
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae {
  max-width: 100%;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom,
.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9c23442-d3c8-4f21-a67e-31be35435fae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  
}
}@media (max-width: 767px){#s-7fe4a985-8531-4423-96c9-53791c3f3764 {
  
}
}
#s-7fe4a985-8531-4423-96c9-53791c3f3764 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-ac21ba29-c853-429d-8d2b-35f730b1668f {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-ac21ba29-c853-429d-8d2b-35f730b1668f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac21ba29-c853-429d-8d2b-35f730b1668f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac21ba29-c853-429d-8d2b-35f730b1668f {
  
}
}@media (max-width: 767px){#s-ac21ba29-c853-429d-8d2b-35f730b1668f {
  
}
}
#s-ac21ba29-c853-429d-8d2b-35f730b1668f {
  display: none;
}
#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  
}
}@media (max-width: 767px){#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  
}
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 {
  max-width: 100%;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom,
.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f999f8e0-6b06-4795-8a39-82a3e2491eb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  
}
}@media (max-width: 767px){#s-fa536175-5576-46db-a6d0-fef2afb67f0e {
  
}
}
#s-fa536175-5576-46db-a6d0-fef2afb67f0e .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-67e93cff-fa1a-4dc1-abda-90d06df0af66 {
  background-image: url(https://ucarecdn.com/9fd08a81-c590-4146-abbf-2ab86f502010/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-67e93cff-fa1a-4dc1-abda-90d06df0af66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67e93cff-fa1a-4dc1-abda-90d06df0af66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67e93cff-fa1a-4dc1-abda-90d06df0af66 {
  
}
}@media (max-width: 767px){#s-67e93cff-fa1a-4dc1-abda-90d06df0af66 {
  
}
}







#s-67e93cff-fa1a-4dc1-abda-90d06df0af66 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0.66;
}#s-67e93cff-fa1a-4dc1-abda-90d06df0af66.shg-box.shg-c {
  justify-content: center;
}

#s-ea184695-92a6-4501-9c30-7a6ae3c47e47 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
min-width: 200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ea184695-92a6-4501-9c30-7a6ae3c47e47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea184695-92a6-4501-9c30-7a6ae3c47e47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea184695-92a6-4501-9c30-7a6ae3c47e47 {
  
}
}@media (max-width: 767px){#s-ea184695-92a6-4501-9c30-7a6ae3c47e47 {
  
}
}
#s-6cd767b0-a109-4990-b861-fcd24681ff44 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6cd767b0-a109-4990-b861-fcd24681ff44 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cd767b0-a109-4990-b861-fcd24681ff44 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cd767b0-a109-4990-b861-fcd24681ff44 {
  
}
}@media (max-width: 767px){#s-6cd767b0-a109-4990-b861-fcd24681ff44 {
  
}
}
#s-6cd767b0-a109-4990-b861-fcd24681ff44 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 64px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-80ff5639-fee7-4878-bf22-106a922086b7 {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-80ff5639-fee7-4878-bf22-106a922086b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80ff5639-fee7-4878-bf22-106a922086b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80ff5639-fee7-4878-bf22-106a922086b7 {
  
}
}@media (max-width: 767px){#s-80ff5639-fee7-4878-bf22-106a922086b7 {
  
}
}
#s-5029305a-7e3c-4c24-813f-26bfde0966dc {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-5029305a-7e3c-4c24-813f-26bfde0966dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5029305a-7e3c-4c24-813f-26bfde0966dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5029305a-7e3c-4c24-813f-26bfde0966dc {
  
}
}@media (max-width: 767px){#s-5029305a-7e3c-4c24-813f-26bfde0966dc {
  
}
}
@media (min-width: 0px) {
[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5029305a-7e3c-4c24-813f-26bfde0966dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6693a2c4-5839-43c4-aac1-d0843bda4620 {
  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-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(0, 216, 161, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-6693a2c4-5839-43c4-aac1-d0843bda4620: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-color: rgba(0, 216, 161, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6693a2c4-5839-43c4-aac1-d0843bda4620:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6693a2c4-5839-43c4-aac1-d0843bda4620 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6693a2c4-5839-43c4-aac1-d0843bda4620 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6693a2c4-5839-43c4-aac1-d0843bda4620 {
  
}
}@media (max-width: 767px){#s-6693a2c4-5839-43c4-aac1-d0843bda4620 {
  
}
}


#s-6693a2c4-5839-43c4-aac1-d0843bda4620.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  
}
}@media (max-width: 767px){#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  
}
}
@media (min-width: 0px) {
[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-e851b59a-1680-4ec5-b18b-d49e54248360 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-e851b59a-1680-4ec5-b18b-d49e54248360 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e851b59a-1680-4ec5-b18b-d49e54248360 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e851b59a-1680-4ec5-b18b-d49e54248360 {
  
}
}@media (max-width: 767px){#s-e851b59a-1680-4ec5-b18b-d49e54248360 {
  
}
}
#s-e851b59a-1680-4ec5-b18b-d49e54248360 {
  display: none;
}
@media (min-width: 0px) {
[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-651688ed-194c-408b-9beb-3bda9389221d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-66023f79-209c-4296-9ed7-f55618eefdeb {
  text-align: left;
}


.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb {
  max-width: 100%;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom,
.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb {
  max-width: 100%;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom,
.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb {
  max-width: 100%;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom,
.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb {
  max-width: 100%;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom,
.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb {
  max-width: 100%;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom,
.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66023f79-209c-4296-9ed7-f55618eefdeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1f26e888-6391-4a2d-a184-344229998559 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1f26e888-6391-4a2d-a184-344229998559 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f26e888-6391-4a2d-a184-344229998559 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f26e888-6391-4a2d-a184-344229998559 {
  
}
}@media (max-width: 767px){#s-1f26e888-6391-4a2d-a184-344229998559 {
  
}
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 {
  max-width: 100%;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom,
.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 {
  max-width: 100%;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom,
.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 {
  max-width: 100%;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom,
.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 {
  max-width: 100%;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom,
.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 {
  max-width: 100%;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom,
.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f26e888-6391-4a2d-a184-344229998559 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cfb8173a-0a56-46d2-a86b-2cc1b7df3668 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-cfb8173a-0a56-46d2-a86b-2cc1b7df3668 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfb8173a-0a56-46d2-a86b-2cc1b7df3668 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfb8173a-0a56-46d2-a86b-2cc1b7df3668 {
  
}
}@media (max-width: 767px){#s-cfb8173a-0a56-46d2-a86b-2cc1b7df3668 {
  
}
}
#s-cfb8173a-0a56-46d2-a86b-2cc1b7df3668 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}

#s-4021b9d8-0af9-4420-be6f-1b918e79d5ce {
  text-align: center;
}
@media (min-width: 1200px){#s-4021b9d8-0af9-4420-be6f-1b918e79d5ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4021b9d8-0af9-4420-be6f-1b918e79d5ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4021b9d8-0af9-4420-be6f-1b918e79d5ce {
  
}
}@media (max-width: 767px){#s-4021b9d8-0af9-4420-be6f-1b918e79d5ce {
  
}
}
#s-4021b9d8-0af9-4420-be6f-1b918e79d5ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-4021b9d8-0af9-4420-be6f-1b918e79d5ce .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-4021b9d8-0af9-4420-be6f-1b918e79d5ce .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-eab94374-2e30-4d63-bdb9-a5f99f61d24b {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-eab94374-2e30-4d63-bdb9-a5f99f61d24b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eab94374-2e30-4d63-bdb9-a5f99f61d24b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eab94374-2e30-4d63-bdb9-a5f99f61d24b {
  
}
}@media (max-width: 767px){#s-eab94374-2e30-4d63-bdb9-a5f99f61d24b {
  
}
}
#s-eab94374-2e30-4d63-bdb9-a5f99f61d24b {
  display: none;
}
#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  
}
}@media (max-width: 767px){#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  
}
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  max-width: 100%;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom,
.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  max-width: 100%;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom,
.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  max-width: 100%;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom,
.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  max-width: 100%;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom,
.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 {
  max-width: 100%;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom,
.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e087dae-b937-4f4d-ae86-3798ad7daac0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-94eb272b-152f-4fa2-8b5d-399d4250e1a9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-94eb272b-152f-4fa2-8b5d-399d4250e1a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94eb272b-152f-4fa2-8b5d-399d4250e1a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94eb272b-152f-4fa2-8b5d-399d4250e1a9 {
  
}
}@media (max-width: 767px){#s-94eb272b-152f-4fa2-8b5d-399d4250e1a9 {
  
}
}
#s-94eb272b-152f-4fa2-8b5d-399d4250e1a9 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}

#s-92aea110-5e18-475b-b192-4197976e4508 {
  text-align: center;
}
@media (min-width: 1200px){#s-92aea110-5e18-475b-b192-4197976e4508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92aea110-5e18-475b-b192-4197976e4508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92aea110-5e18-475b-b192-4197976e4508 {
  
}
}@media (max-width: 767px){#s-92aea110-5e18-475b-b192-4197976e4508 {
  
}
}
#s-92aea110-5e18-475b-b192-4197976e4508 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-92aea110-5e18-475b-b192-4197976e4508 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-92aea110-5e18-475b-b192-4197976e4508 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a95d957b-47a4-4c30-9a0e-fd6093982a75 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-a95d957b-47a4-4c30-9a0e-fd6093982a75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a95d957b-47a4-4c30-9a0e-fd6093982a75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a95d957b-47a4-4c30-9a0e-fd6093982a75 {
  
}
}@media (max-width: 767px){#s-a95d957b-47a4-4c30-9a0e-fd6093982a75 {
  
}
}
#s-a95d957b-47a4-4c30-9a0e-fd6093982a75 {
  display: none;
}
#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  
}
}@media (max-width: 767px){#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  
}
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  max-width: 100%;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom,
.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  max-width: 100%;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom,
.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  max-width: 100%;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom,
.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  max-width: 100%;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom,
.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 {
  max-width: 100%;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom,
.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1e20887-378d-4a7a-94a6-d707e7951c78 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b01e96aa-930e-411c-ac92-111a55375fed {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-b01e96aa-930e-411c-ac92-111a55375fed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b01e96aa-930e-411c-ac92-111a55375fed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b01e96aa-930e-411c-ac92-111a55375fed {
  
}
}@media (max-width: 767px){#s-b01e96aa-930e-411c-ac92-111a55375fed {
  
}
}
#s-b01e96aa-930e-411c-ac92-111a55375fed .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}

#s-60e7fcfc-2d0d-40be-b6cb-7fa862363351 {
  text-align: center;
}
@media (min-width: 1200px){#s-60e7fcfc-2d0d-40be-b6cb-7fa862363351 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60e7fcfc-2d0d-40be-b6cb-7fa862363351 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60e7fcfc-2d0d-40be-b6cb-7fa862363351 {
  
}
}@media (max-width: 767px){#s-60e7fcfc-2d0d-40be-b6cb-7fa862363351 {
  
}
}
#s-60e7fcfc-2d0d-40be-b6cb-7fa862363351 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-60e7fcfc-2d0d-40be-b6cb-7fa862363351 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-60e7fcfc-2d0d-40be-b6cb-7fa862363351 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a52dcc59-d864-45f2-9516-0f85eb66a25a {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-a52dcc59-d864-45f2-9516-0f85eb66a25a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a52dcc59-d864-45f2-9516-0f85eb66a25a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a52dcc59-d864-45f2-9516-0f85eb66a25a {
  
}
}@media (max-width: 767px){#s-a52dcc59-d864-45f2-9516-0f85eb66a25a {
  
}
}
#s-a52dcc59-d864-45f2-9516-0f85eb66a25a {
  display: none;
}
#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  
}
}@media (max-width: 767px){#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  
}
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  max-width: 100%;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom,
.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  max-width: 100%;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom,
.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  max-width: 100%;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom,
.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  max-width: 100%;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom,
.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef {
  max-width: 100%;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom,
.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3beb6048-3c1f-4f1d-9b5e-5c1306cae4ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a065b6b8-afc6-49a3-9f0b-6a45613adc50 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-a065b6b8-afc6-49a3-9f0b-6a45613adc50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a065b6b8-afc6-49a3-9f0b-6a45613adc50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a065b6b8-afc6-49a3-9f0b-6a45613adc50 {
  
}
}@media (max-width: 767px){#s-a065b6b8-afc6-49a3-9f0b-6a45613adc50 {
  
}
}
#s-a065b6b8-afc6-49a3-9f0b-6a45613adc50 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 23px;
}

#s-1b170d11-498c-468e-af43-2a9db2524390 {
  text-align: center;
}
@media (min-width: 1200px){#s-1b170d11-498c-468e-af43-2a9db2524390 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b170d11-498c-468e-af43-2a9db2524390 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b170d11-498c-468e-af43-2a9db2524390 {
  
}
}@media (max-width: 767px){#s-1b170d11-498c-468e-af43-2a9db2524390 {
  
}
}
#s-1b170d11-498c-468e-af43-2a9db2524390 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-1b170d11-498c-468e-af43-2a9db2524390 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-1b170d11-498c-468e-af43-2a9db2524390 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-dcdd585d-95af-4632-86af-7f6b34c66527 {
  padding-top: 25px;
padding-bottom: 25px;
opacity: 0.94;
text-align: center;
}




  #s-dcdd585d-95af-4632-86af-7f6b34c66527 img.shogun-image {
    
    width: px;
  }


#s-dcdd585d-95af-4632-86af-7f6b34c66527 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ec9b39af-faac-41f0-b808-120a620463a7 {
  padding-top: 7px;
padding-bottom: 7px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ec9b39af-faac-41f0-b808-120a620463a7 {
  display: none;
}
#s-ec9b39af-faac-41f0-b808-120a620463a7, #wrap-s-ec9b39af-faac-41f0-b808-120a620463a7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-ec9b39af-faac-41f0-b808-120a620463a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.0px);
}

}

#s-199d775e-fc78-4028-b8c3-ed1ae4d57027 {
  padding-left: 22px;
padding-right: 22px;
}

#s-d0c9ead8-fef9-4646-98c8-5e4d8297fec9 {
  min-height: 50px;
}








#s-d0c9ead8-fef9-4646-98c8-5e4d8297fec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0c9ead8-fef9-4646-98c8-5e4d8297fec9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f08c41ed-437f-438e-a7f8-b785f1e64643 {
  text-align: center;
}




  #s-f08c41ed-437f-438e-a7f8-b785f1e64643 img.shogun-image {
    
    width: px;
  }


#s-f08c41ed-437f-438e-a7f8-b785f1e64643 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ceff6fc4-f9aa-466a-a788-7ecb492a7407 {
  min-height: 50px;
}








#s-ceff6fc4-f9aa-466a-a788-7ecb492a7407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceff6fc4-f9aa-466a-a788-7ecb492a7407.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bd9fb39a-0695-436e-a86b-e45afd7e6c49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd9fb39a-0695-436e-a86b-e45afd7e6c49 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f09ace4-5aa3-4298-aa62-59ed3ea4f489 {
  text-align: center;
}




  #s-8f09ace4-5aa3-4298-aa62-59ed3ea4f489 img.shogun-image {
    
    width: px;
  }


#s-8f09ace4-5aa3-4298-aa62-59ed3ea4f489 .shogun-image-content {
  
    align-items: center;
  
}

#s-25134976-8908-4ce7-ac35-55f31ebed4e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25134976-8908-4ce7-ac35-55f31ebed4e4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65d4b9f9-c71b-4ac3-94ca-34f29655f37a {
  text-align: center;
}




  #s-65d4b9f9-c71b-4ac3-94ca-34f29655f37a img.shogun-image {
    
    width: px;
  }


#s-65d4b9f9-c71b-4ac3-94ca-34f29655f37a .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 40px;
padding-bottom: 40px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (max-width: 767px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}







#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0.shg-box.shg-c {
  justify-content: center;
}

#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);
text-align: right;
}

#s-ec08c90f-696b-48eb-8e56-64c1044015e3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 29px;
  line-height: 0.5em;
  letter-spacing: 1px;
  text-align: right;
}



#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (max-width: 767px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}
#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (max-width: 767px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}
@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-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(255, 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-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 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;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 {
  
}
}@media (max-width: 767px){#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0 {
  
}
}


#s-82b09ec0-fcb7-4c87-8d43-ec1f936739f0.shg-btn {
  color: rgba(255, 0, 0, 1);
  font-size: 27px;
  
  
  
  display:  block ;
}

#s-9aed946c-fd10-4edb-a95a-59439e08600f {
  margin-top: 9px;
margin-left: 7px;
margin-bottom: 9px;
margin-right: 7px;
text-align: center;
}




  #s-9aed946c-fd10-4edb-a95a-59439e08600f img.shogun-image {
    
    width: px;
  }


#s-9aed946c-fd10-4edb-a95a-59439e08600f .shogun-image-content {
  
    align-items: center;
  
}

#s-c6ac1e70-f35a-4a11-8b3e-14096adad609 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
padding-top: 11px;
padding-left: 24px;
padding-bottom: 11px;
padding-right: 24px;
background-color: rgba(0, 0, 0, 1);
}

#s-8ec2976c-6d71-4f58-8ecb-34f2536ed026 {
  border-style: solid;
margin-top: 0px;
margin-left: 55px;
margin-bottom: 0px;
margin-right: 55px;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 2px;
}

@media (min-width: 0px) {
[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.0px);
}

[id="s-8ec2976c-6d71-4f58-8ecb-34f2536ed026"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.0px);
}

}

#s-d56cf9be-8f69-4e30-a319-9f9153044a4f {
  margin-left: 6px;
margin-right: 6px;
padding-top: 19px;
padding-left: 13px;
padding-bottom: 19px;
padding-right: 13px;
}

#s-90957fa7-5d00-4c3f-a18d-86352623660d {
  margin-top: 7px;
margin-bottom: 7px;
padding-left: 11px;
padding-right: 11px;
text-align: center;
}




  #s-90957fa7-5d00-4c3f-a18d-86352623660d img.shogun-image {
    
    width: px;
  }


#s-90957fa7-5d00-4c3f-a18d-86352623660d .shogun-image-content {
  
    align-items: center;
  
}

#s-1da33c50-be45-490a-bb5e-61cb7309939e {
  margin-left: 22px;
margin-right: 22px;
padding-top: 19px;
padding-left: 13px;
padding-bottom: 19px;
padding-right: 13px;
}

#s-42180416-a0d9-49d6-bb5e-c0b04d10fb50 {
  text-align: center;
}




  #s-42180416-a0d9-49d6-bb5e-c0b04d10fb50 img.shogun-image {
    
    width: px;
  }


#s-42180416-a0d9-49d6-bb5e-c0b04d10fb50 .shogun-image-content {
  
    align-items: center;
  
}

#s-befe493f-7575-4711-a5b6-df4467d5e216 {
  margin-left: 22px;
margin-right: 22px;
padding-top: 9px;
padding-left: 13px;
padding-bottom: 9px;
padding-right: 13px;
}

#s-fdbede6a-77c0-4905-a9a4-e1ebafbb5f56 {
  margin-top: -1px;
margin-bottom: -1px;
text-align: center;
}




  #s-fdbede6a-77c0-4905-a9a4-e1ebafbb5f56 img.shogun-image {
    
    width: px;
  }


#s-fdbede6a-77c0-4905-a9a4-e1ebafbb5f56 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3395629-72a2-4e91-bf4a-6019385e275e {
  margin-left: 22px;
margin-right: 22px;
padding-top: 9px;
padding-left: 13px;
padding-bottom: 9px;
padding-right: 13px;
}

#s-252dc8dc-15fc-44ba-96af-673493951bcd {
  text-align: center;
}




  #s-252dc8dc-15fc-44ba-96af-673493951bcd img.shogun-image {
    
    width: px;
  }


#s-252dc8dc-15fc-44ba-96af-673493951bcd .shogun-image-content {
  
    align-items: center;
  
}

#s-300a2bdf-89f6-40ce-9b00-298f6190f976 {
  margin-left: 22px;
margin-right: 22px;
padding-top: 9px;
padding-left: 13px;
padding-bottom: 9px;
padding-right: 13px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

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

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

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

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

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
