.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-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(https://i.shgcdn.com/b0d5a065-85e1-4fe1-909c-9ce20e8e0180/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  display: none;
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f, #wrap-s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  display: none;
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f, #wrap-s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  min-height: 480px;
}
}@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  min-height: 600px;
}
}







#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  cursor: pointer;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  justify-content: center;
}

#s-4755c20e-5a23-4aa4-a64b-22ed8895dd4f {
  padding-top: 11px;
padding-bottom: 21px;
min-height: 50px;
background-color: rgba(246, 233, 233, 1);
}
@media (min-width: 1200px){#s-4755c20e-5a23-4aa4-a64b-22ed8895dd4f {
  display: none;
}
#s-4755c20e-5a23-4aa4-a64b-22ed8895dd4f, #wrap-s-4755c20e-5a23-4aa4-a64b-22ed8895dd4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4755c20e-5a23-4aa4-a64b-22ed8895dd4f {
  display: none;
}
#s-4755c20e-5a23-4aa4-a64b-22ed8895dd4f, #wrap-s-4755c20e-5a23-4aa4-a64b-22ed8895dd4f { display:none !important; }}







#s-4755c20e-5a23-4aa4-a64b-22ed8895dd4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4755c20e-5a23-4aa4-a64b-22ed8895dd4f.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fa1e9e56-5022-4e9f-8f16-c37555dc2113 {
  margin-left: 5%;
margin-right: 5%;
}

.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-fd961988-152c-4e6a-9a51-e85a48116e99 {
  margin-left: 4%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 191, 191, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fd961988-152c-4e6a-9a51-e85a48116e99:hover {background-color: rgba(255, 191, 191, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd961988-152c-4e6a-9a51-e85a48116e99:active {background-color: rgba(255, 201, 201, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd961988-152c-4e6a-9a51-e85a48116e99-btn-wrapper {
    text-align: left;
  }


#s-fd961988-152c-4e6a-9a51-e85a48116e99.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

.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-52d57bda-ee94-4ab8-a5dc-6cd09b11dbb9 {
  text-align: center;
}
@media (min-width: 1200px){#s-52d57bda-ee94-4ab8-a5dc-6cd09b11dbb9 {
  display: none;
}
#s-52d57bda-ee94-4ab8-a5dc-6cd09b11dbb9, #wrap-s-52d57bda-ee94-4ab8-a5dc-6cd09b11dbb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52d57bda-ee94-4ab8-a5dc-6cd09b11dbb9 {
  display: none;
}
#s-52d57bda-ee94-4ab8-a5dc-6cd09b11dbb9, #wrap-s-52d57bda-ee94-4ab8-a5dc-6cd09b11dbb9 { display:none !important; }}



  #s-52d57bda-ee94-4ab8-a5dc-6cd09b11dbb9 img.shogun-image {
    
    width: px;
  }


#s-52d57bda-ee94-4ab8-a5dc-6cd09b11dbb9 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

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

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-093e078d-f393-4c10-a611-8a51560db840 {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-093e078d-f393-4c10-a611-8a51560db840 {
  display: none;
}
#s-093e078d-f393-4c10-a611-8a51560db840, #wrap-s-093e078d-f393-4c10-a611-8a51560db840 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-093e078d-f393-4c10-a611-8a51560db840 {
  display: none;
}
#s-093e078d-f393-4c10-a611-8a51560db840, #wrap-s-093e078d-f393-4c10-a611-8a51560db840 { display:none !important; }}
#s-093e078d-f393-4c10-a611-8a51560db840 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-093e078d-f393-4c10-a611-8a51560db840 .shg-sld-nav-button.shg-sld-left,
#s-093e078d-f393-4c10-a611-8a51560db840 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-8fc057eb-ffa2-440c-a0a2-1dc265f5f079 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-8fc057eb-ffa2-440c-a0a2-1dc265f5f079 {
  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-85ec52a3-76e3-4552-b864-999687b8bb85 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 {
  max-width: 100%;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom,
.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 {
  max-width: 100%;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom,
.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 {
  max-width: 100%;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom,
.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 {
  max-width: 100%;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom,
.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 {
  max-width: 100%;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom,
.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85ec52a3-76e3-4552-b864-999687b8bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-b94c4678-8654-4476-85cd-2f05812f894f {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-b94c4678-8654-4476-85cd-2f05812f894f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-35ddaabb-45b5-4cb5-bdcd-e545021d1c30 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-35ddaabb-45b5-4cb5-bdcd-e545021d1c30 {
  display: none;
}
#s-35ddaabb-45b5-4cb5-bdcd-e545021d1c30, #wrap-s-35ddaabb-45b5-4cb5-bdcd-e545021d1c30 { display:none !important; }}
#s-35ddaabb-45b5-4cb5-bdcd-e545021d1c30 {
  display: none;
}
#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 {
  max-width: 100%;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom,
.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 {
  max-width: 100%;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom,
.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 {
  max-width: 100%;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom,
.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 {
  max-width: 100%;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom,
.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 {
  max-width: 100%;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom,
.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c3ce8f-0778-4af1-8091-d909002ba9e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b1d3b0f1-453b-4f7e-b259-298edaf06a6a {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-b1d3b0f1-453b-4f7e-b259-298edaf06a6a .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-0c5ec3ab-7db3-4f5f-a56e-1cd1f2a2717a {
  display: none;
}
#s-84d19d1b-1765-414b-aae3-ef91da165160 {
  display: none;
}
#s-acd69d06-35b0-433b-b811-3bed310cdd2e {
  margin-left: 25%;
margin-right: 25%;
text-align: left;
}


.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e {
  max-width: 100%;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom,
.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e {
  max-width: 100%;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom,
.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e {
  max-width: 100%;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom,
.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e {
  max-width: 100%;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom,
.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e {
  max-width: 100%;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom,
.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acd69d06-35b0-433b-b811-3bed310cdd2e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a5f0542e-81d8-4da6-8208-c70bfd0201cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5f0542e-81d8-4da6-8208-c70bfd0201cf .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-28cf0669-5356-4022-b738-5af321c4a6f1 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-28cf0669-5356-4022-b738-5af321c4a6f1 {
  display: none;
}
#s-cef806b7-140f-4ed5-be66-76cc3a6e0a47 {
  display: none;
}
#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 {
  margin-left: 25%;
margin-right: 25%;
text-align: left;
}


.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 {
  max-width: 100%;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom,
.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 {
  max-width: 100%;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom,
.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 {
  max-width: 100%;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom,
.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 {
  max-width: 100%;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom,
.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 {
  max-width: 100%;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom,
.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c51fea-2de2-485e-a8cf-0d32612228d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc259369-e906-4028-838c-77b420fff4f6 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-bc259369-e906-4028-838c-77b420fff4f6 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-56ad6f92-936b-468b-92aa-6a5be5c6c17c {
  text-align: center;
}
@media (min-width: 1200px){#s-56ad6f92-936b-468b-92aa-6a5be5c6c17c {
  display: none;
}
#s-56ad6f92-936b-468b-92aa-6a5be5c6c17c, #wrap-s-56ad6f92-936b-468b-92aa-6a5be5c6c17c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56ad6f92-936b-468b-92aa-6a5be5c6c17c {
  display: none;
}
#s-56ad6f92-936b-468b-92aa-6a5be5c6c17c, #wrap-s-56ad6f92-936b-468b-92aa-6a5be5c6c17c { display:none !important; }}



  #s-56ad6f92-936b-468b-92aa-6a5be5c6c17c img.shogun-image {
    
    width: px;
  }


#s-56ad6f92-936b-468b-92aa-6a5be5c6c17c .shogun-image-content {
  
    align-items: center;
  
}

#s-26773172-1370-4d86-8d8a-b3b66501b0f2 {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-26773172-1370-4d86-8d8a-b3b66501b0f2 {
  display: none;
}
#s-26773172-1370-4d86-8d8a-b3b66501b0f2, #wrap-s-26773172-1370-4d86-8d8a-b3b66501b0f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26773172-1370-4d86-8d8a-b3b66501b0f2 {
  display: none;
}
#s-26773172-1370-4d86-8d8a-b3b66501b0f2, #wrap-s-26773172-1370-4d86-8d8a-b3b66501b0f2 { display:none !important; }}
#s-26773172-1370-4d86-8d8a-b3b66501b0f2 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-26773172-1370-4d86-8d8a-b3b66501b0f2 .shg-sld-nav-button.shg-sld-left,
#s-26773172-1370-4d86-8d8a-b3b66501b0f2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-ac5bda7c-cb4a-4b2d-84a9-41e8cb0a907c {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-ac5bda7c-cb4a-4b2d-84a9-41e8cb0a907c {
  display: none;
}
#s-1381664b-a6b5-4a47-bac0-11760c553727 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 {
  max-width: 100%;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom,
.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 {
  max-width: 100%;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom,
.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 {
  max-width: 100%;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom,
.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 {
  max-width: 100%;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom,
.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 {
  max-width: 100%;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom,
.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1381664b-a6b5-4a47-bac0-11760c553727 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6e55c23b-5245-4ce1-bc14-c50fb13589ee {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-6e55c23b-5245-4ce1-bc14-c50fb13589ee .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-8d713f19-ae55-43a3-bf09-b1b28bba5865 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8d713f19-ae55-43a3-bf09-b1b28bba5865 {
  display: none;
}
#s-8d713f19-ae55-43a3-bf09-b1b28bba5865, #wrap-s-8d713f19-ae55-43a3-bf09-b1b28bba5865 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d713f19-ae55-43a3-bf09-b1b28bba5865 {
  display: none;
}
#s-8d713f19-ae55-43a3-bf09-b1b28bba5865, #wrap-s-8d713f19-ae55-43a3-bf09-b1b28bba5865 { display:none !important; }}
#s-8d713f19-ae55-43a3-bf09-b1b28bba5865 {
  display: none;
}
#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 {
  max-width: 100%;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom,
.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 {
  max-width: 100%;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom,
.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 {
  max-width: 100%;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom,
.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 {
  max-width: 100%;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom,
.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 {
  max-width: 100%;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom,
.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da8da35d-8e20-46ba-a7a2-f00e5f13bf23 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5b75283b-f914-4777-8947-94762fc5d6a9 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-5b75283b-f914-4777-8947-94762fc5d6a9 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-9bef67a5-7eb9-4433-ab68-1d2771180c95 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-9bef67a5-7eb9-4433-ab68-1d2771180c95 {
  display: none;
}
#s-4abb1006-80b9-4ab0-8a3a-743e9620c128 {
  display: none;
}
#s-57961596-c7a3-40c9-91b7-bedf4aa52731 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-57961596-c7a3-40c9-91b7-bedf4aa52731 {
  display: none;
}
#s-b19cc797-5f86-4594-8b39-53561cc31944 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 {
  max-width: 100%;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom,
.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 {
  max-width: 100%;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom,
.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 {
  max-width: 100%;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom,
.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 {
  max-width: 100%;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom,
.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 {
  max-width: 100%;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom,
.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b19cc797-5f86-4594-8b39-53561cc31944 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7f1c0097-cf10-475a-bcab-130ce869b0b1 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-7f1c0097-cf10-475a-bcab-130ce869b0b1 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-299c1bef-f41f-4acb-8d40-c9db46c7d42d {
  text-align: center;
}
@media (min-width: 1200px){#s-299c1bef-f41f-4acb-8d40-c9db46c7d42d {
  display: none;
}
#s-299c1bef-f41f-4acb-8d40-c9db46c7d42d, #wrap-s-299c1bef-f41f-4acb-8d40-c9db46c7d42d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-299c1bef-f41f-4acb-8d40-c9db46c7d42d {
  display: none;
}
#s-299c1bef-f41f-4acb-8d40-c9db46c7d42d, #wrap-s-299c1bef-f41f-4acb-8d40-c9db46c7d42d { display:none !important; }}



  #s-299c1bef-f41f-4acb-8d40-c9db46c7d42d img.shogun-image {
    
    width: px;
  }


#s-299c1bef-f41f-4acb-8d40-c9db46c7d42d .shogun-image-content {
  
    align-items: center;
  
}

#s-9a872de0-19e9-469b-bd8d-edeff0c846e6 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 100px;
}
@media (min-width: 1200px){#s-9a872de0-19e9-469b-bd8d-edeff0c846e6 {
  display: none;
}
#s-9a872de0-19e9-469b-bd8d-edeff0c846e6, #wrap-s-9a872de0-19e9-469b-bd8d-edeff0c846e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a872de0-19e9-469b-bd8d-edeff0c846e6 {
  display: none;
}
#s-9a872de0-19e9-469b-bd8d-edeff0c846e6, #wrap-s-9a872de0-19e9-469b-bd8d-edeff0c846e6 { display:none !important; }}
#s-9a872de0-19e9-469b-bd8d-edeff0c846e6 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-9a872de0-19e9-469b-bd8d-edeff0c846e6 .shg-sld-nav-button.shg-sld-left,
#s-9a872de0-19e9-469b-bd8d-edeff0c846e6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-80cd6c90-121b-4111-978d-61f976b5a710 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-80cd6c90-121b-4111-978d-61f976b5a710 {
  display: none;
}
#s-e45acc12-23cc-4188-982e-b8b84cca5be5 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 {
  max-width: 100%;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom,
.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 {
  max-width: 100%;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom,
.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 {
  max-width: 100%;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom,
.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 {
  max-width: 100%;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom,
.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 {
  max-width: 100%;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom,
.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e45acc12-23cc-4188-982e-b8b84cca5be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8cc766b7-af1a-439d-a738-b725cd5bc997 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-8cc766b7-af1a-439d-a738-b725cd5bc997 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-280f49ca-3700-4bf1-b13a-0eabfde2c0b7 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-280f49ca-3700-4bf1-b13a-0eabfde2c0b7 {
  display: none;
}
#s-00b5bd10-bf05-429b-8120-942408ff22a0 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 {
  max-width: 100%;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom,
.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 {
  max-width: 100%;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom,
.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 {
  max-width: 100%;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom,
.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 {
  max-width: 100%;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom,
.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 {
  max-width: 100%;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom,
.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00b5bd10-bf05-429b-8120-942408ff22a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b042d9f1-9cd6-45f1-8daa-95b318c308c5 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-b042d9f1-9cd6-45f1-8daa-95b318c308c5 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-8d4daa3d-8696-4dbf-89dc-b0fe99c4f700 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-8d4daa3d-8696-4dbf-89dc-b0fe99c4f700 {
  display: none;
}
#s-d45f7553-d519-4173-8241-e44b8f2cf9be {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d45f7553-d519-4173-8241-e44b8f2cf9be {
  display: none;
}
#s-d45f7553-d519-4173-8241-e44b8f2cf9be, #wrap-s-d45f7553-d519-4173-8241-e44b8f2cf9be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d45f7553-d519-4173-8241-e44b8f2cf9be {
  display: none;
}
#s-d45f7553-d519-4173-8241-e44b8f2cf9be, #wrap-s-d45f7553-d519-4173-8241-e44b8f2cf9be { display:none !important; }}
#s-d45f7553-d519-4173-8241-e44b8f2cf9be {
  display: none;
}
#s-a9553aae-fb39-4539-956d-3e5db83dbc83 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 {
  max-width: 100%;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom,
.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 {
  max-width: 100%;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom,
.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 {
  max-width: 100%;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom,
.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 {
  max-width: 100%;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom,
.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 {
  max-width: 100%;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom,
.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9553aae-fb39-4539-956d-3e5db83dbc83 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2cd29b83-7e9f-4238-83e4-df6aad2de46c {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-2cd29b83-7e9f-4238-83e4-df6aad2de46c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-317b34ad-b4bf-4565-b087-112cc19cead2 {
  text-align: center;
}
@media (min-width: 1200px){#s-317b34ad-b4bf-4565-b087-112cc19cead2 {
  display: none;
}
#s-317b34ad-b4bf-4565-b087-112cc19cead2, #wrap-s-317b34ad-b4bf-4565-b087-112cc19cead2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-317b34ad-b4bf-4565-b087-112cc19cead2 {
  display: none;
}
#s-317b34ad-b4bf-4565-b087-112cc19cead2, #wrap-s-317b34ad-b4bf-4565-b087-112cc19cead2 { display:none !important; }}



  #s-317b34ad-b4bf-4565-b087-112cc19cead2 img.shogun-image {
    
    width: px;
  }


#s-317b34ad-b4bf-4565-b087-112cc19cead2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd {
  display: none;
}
#s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd, #wrap-s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd {
  display: none;
}
#s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd, #wrap-s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd { display:none !important; }}
#s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd .shg-sld-nav-button.shg-sld-left,
#s-9e4c68de-8cfc-4725-8b57-17779d1ce5fd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-f955aedd-660b-49ee-82d9-db9d322e38c2 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-f955aedd-660b-49ee-82d9-db9d322e38c2 {
  display: none;
}
#s-0769815b-0554-4323-b1ca-5489b0724b4c {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c {
  max-width: 100%;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom,
.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c {
  max-width: 100%;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom,
.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c {
  max-width: 100%;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom,
.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c {
  max-width: 100%;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom,
.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c {
  max-width: 100%;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom,
.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0769815b-0554-4323-b1ca-5489b0724b4c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3e4c0986-c453-4480-92ea-b17e5bd1d5e9 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-3e4c0986-c453-4480-92ea-b17e5bd1d5e9 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-81156e41-2f60-4c17-ab05-1db5bee73246 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-81156e41-2f60-4c17-ab05-1db5bee73246 {
  display: none;
}
#s-6d480ddc-a409-4117-956c-fc45d59cf612 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 {
  max-width: 100%;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom,
.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 {
  max-width: 100%;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom,
.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 {
  max-width: 100%;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom,
.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 {
  max-width: 100%;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom,
.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 {
  max-width: 100%;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom,
.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d480ddc-a409-4117-956c-fc45d59cf612 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-92f0fd7b-bc91-458a-bca5-8aa1db0d9baf {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-92f0fd7b-bc91-458a-bca5-8aa1db0d9baf .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-0bc3cb1b-76e2-486a-8601-566e2ca18b97 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-0bc3cb1b-76e2-486a-8601-566e2ca18b97 {
  display: none;
}
#s-5c842839-c01a-449f-8fa5-6697e9d82655 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 {
  max-width: 100%;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom,
.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 {
  max-width: 100%;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom,
.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 {
  max-width: 100%;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom,
.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 {
  max-width: 100%;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom,
.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 {
  max-width: 100%;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom,
.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c842839-c01a-449f-8fa5-6697e9d82655 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-87e025be-0812-4d7a-a0ac-2d95032c7932 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-87e025be-0812-4d7a-a0ac-2d95032c7932 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-5ce26480-e374-47bc-8916-aaa2fa171e7d {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-5ce26480-e374-47bc-8916-aaa2fa171e7d {
  display: none;
}
#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a {
  max-width: 100%;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom,
.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a {
  max-width: 100%;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom,
.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a {
  max-width: 100%;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom,
.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a {
  max-width: 100%;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom,
.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a {
  max-width: 100%;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom,
.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f0aa6c1-bf3c-4a63-be86-8a7d3b60e11a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-397101f1-dda2-471b-af4e-da9f4409fee4 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-397101f1-dda2-471b-af4e-da9f4409fee4 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-6082623d-a407-447a-b5b8-971b888789d4 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6082623d-a407-447a-b5b8-971b888789d4 {
  display: none;
}
#s-6082623d-a407-447a-b5b8-971b888789d4, #wrap-s-6082623d-a407-447a-b5b8-971b888789d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6082623d-a407-447a-b5b8-971b888789d4 {
  display: none;
}
#s-6082623d-a407-447a-b5b8-971b888789d4, #wrap-s-6082623d-a407-447a-b5b8-971b888789d4 { display:none !important; }}
#s-6082623d-a407-447a-b5b8-971b888789d4 {
  display: none;
}
#s-15003cb8-92fc-4138-b690-63d108f4d188 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 {
  max-width: 100%;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom,
.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 {
  max-width: 100%;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom,
.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 {
  max-width: 100%;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom,
.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 {
  max-width: 100%;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom,
.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 {
  max-width: 100%;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom,
.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15003cb8-92fc-4138-b690-63d108f4d188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a41f879d-c8f5-4538-8e70-3afd2c45efcc {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-a41f879d-c8f5-4538-8e70-3afd2c45efcc .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-f7056c32-e3b4-43b6-a09e-e2adf3da04de {
  text-align: center;
}
@media (min-width: 1200px){#s-f7056c32-e3b4-43b6-a09e-e2adf3da04de {
  display: none;
}
#s-f7056c32-e3b4-43b6-a09e-e2adf3da04de, #wrap-s-f7056c32-e3b4-43b6-a09e-e2adf3da04de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7056c32-e3b4-43b6-a09e-e2adf3da04de {
  display: none;
}
#s-f7056c32-e3b4-43b6-a09e-e2adf3da04de, #wrap-s-f7056c32-e3b4-43b6-a09e-e2adf3da04de { display:none !important; }}



  #s-f7056c32-e3b4-43b6-a09e-e2adf3da04de img.shogun-image {
    
    width: px;
  }


#s-f7056c32-e3b4-43b6-a09e-e2adf3da04de .shogun-image-content {
  
    align-items: center;
  
}

#s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0 {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 101px;
}
@media (min-width: 1200px){#s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0 {
  display: none;
}
#s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0, #wrap-s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0 {
  display: none;
}
#s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0, #wrap-s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0 { display:none !important; }}
#s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0 .shg-sld-nav-button.shg-sld-left,
#s-b90d3df0-9173-45c2-86e7-f8c37f9e95a0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-64c851d4-dc4b-4af1-a647-47e725502309 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-64c851d4-dc4b-4af1-a647-47e725502309 {
  display: none;
}
#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 {
  max-width: 100%;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom,
.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 {
  max-width: 100%;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom,
.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 {
  max-width: 100%;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom,
.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 {
  max-width: 100%;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom,
.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 {
  max-width: 100%;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom,
.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa6f404d-9e88-458f-9d29-cc298b5245a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5120ff5a-c71b-4b23-8db0-8232e46fba27 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-5120ff5a-c71b-4b23-8db0-8232e46fba27 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-c66d2b1e-088d-4f16-8ed3-f2817f35dbc2 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c66d2b1e-088d-4f16-8ed3-f2817f35dbc2 {
  display: none;
}
#s-c66d2b1e-088d-4f16-8ed3-f2817f35dbc2, #wrap-s-c66d2b1e-088d-4f16-8ed3-f2817f35dbc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c66d2b1e-088d-4f16-8ed3-f2817f35dbc2 {
  display: none;
}
#s-c66d2b1e-088d-4f16-8ed3-f2817f35dbc2, #wrap-s-c66d2b1e-088d-4f16-8ed3-f2817f35dbc2 { display:none !important; }}
#s-c66d2b1e-088d-4f16-8ed3-f2817f35dbc2 {
  display: none;
}
#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 {
  max-width: 100%;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom,
.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 {
  max-width: 100%;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom,
.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 {
  max-width: 100%;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom,
.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 {
  max-width: 100%;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom,
.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 {
  max-width: 100%;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom,
.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f90c4ef4-f30e-4f32-9350-bc6b054c49d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9827928d-3fa5-492f-b0ff-37ab2da50f23 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-9827928d-3fa5-492f-b0ff-37ab2da50f23 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-33f03683-fe1c-4905-8736-92fe56964c6a {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-33f03683-fe1c-4905-8736-92fe56964c6a {
  display: none;
}
#s-87a3bff9-cb99-4357-8087-49940d7dc803 {
  margin-top: 7px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 {
  max-width: 100%;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom,
.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 {
  max-width: 100%;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom,
.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 {
  max-width: 100%;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom,
.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 {
  max-width: 100%;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom,
.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 {
  max-width: 100%;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom,
.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a3bff9-cb99-4357-8087-49940d7dc803 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-101b9fcb-5569-446a-ba6d-271befffb5fe {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-101b9fcb-5569-446a-ba6d-271befffb5fe .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-f81c65af-000e-4717-9ae7-53900f7f3c11 {
  text-align: center;
}
@media (min-width: 1200px){#s-f81c65af-000e-4717-9ae7-53900f7f3c11 {
  display: none;
}
#s-f81c65af-000e-4717-9ae7-53900f7f3c11, #wrap-s-f81c65af-000e-4717-9ae7-53900f7f3c11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f81c65af-000e-4717-9ae7-53900f7f3c11 {
  display: none;
}
#s-f81c65af-000e-4717-9ae7-53900f7f3c11, #wrap-s-f81c65af-000e-4717-9ae7-53900f7f3c11 { display:none !important; }}



  #s-f81c65af-000e-4717-9ae7-53900f7f3c11 img.shogun-image {
    
    width: px;
  }


#s-f81c65af-000e-4717-9ae7-53900f7f3c11 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cd81366-ca29-44c8-b3a8-4832fbba7239 {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-0cd81366-ca29-44c8-b3a8-4832fbba7239 {
  display: none;
}
#s-0cd81366-ca29-44c8-b3a8-4832fbba7239, #wrap-s-0cd81366-ca29-44c8-b3a8-4832fbba7239 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cd81366-ca29-44c8-b3a8-4832fbba7239 {
  display: none;
}
#s-0cd81366-ca29-44c8-b3a8-4832fbba7239, #wrap-s-0cd81366-ca29-44c8-b3a8-4832fbba7239 { display:none !important; }}
#s-0cd81366-ca29-44c8-b3a8-4832fbba7239 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-0cd81366-ca29-44c8-b3a8-4832fbba7239 .shg-sld-nav-button.shg-sld-left,
#s-0cd81366-ca29-44c8-b3a8-4832fbba7239 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-1fb04e3a-fca4-48f0-9036-0ed263f9faf7 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1fb04e3a-fca4-48f0-9036-0ed263f9faf7 {
  display: none;
}
#s-1fb04e3a-fca4-48f0-9036-0ed263f9faf7, #wrap-s-1fb04e3a-fca4-48f0-9036-0ed263f9faf7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fb04e3a-fca4-48f0-9036-0ed263f9faf7 {
  display: none;
}
#s-1fb04e3a-fca4-48f0-9036-0ed263f9faf7, #wrap-s-1fb04e3a-fca4-48f0-9036-0ed263f9faf7 { display:none !important; }}
#s-1fb04e3a-fca4-48f0-9036-0ed263f9faf7 {
  display: none;
}
#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 {
  max-width: 100%;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom,
.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 {
  max-width: 100%;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom,
.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 {
  max-width: 100%;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom,
.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 {
  max-width: 100%;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom,
.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 {
  max-width: 100%;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom,
.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34ccb5bd-d676-4b85-8506-8fe18bc955d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0ba6ad4e-c217-4513-952c-5819ea0473fd {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-0ba6ad4e-c217-4513-952c-5819ea0473fd .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-65c66506-6d77-4c44-a262-5976f34c5a75 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-65c66506-6d77-4c44-a262-5976f34c5a75 {
  display: none;
}
#s-6580c5c3-f6ba-4149-ba60-825f27a0526e {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e {
  max-width: 100%;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom,
.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e {
  max-width: 100%;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom,
.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e {
  max-width: 100%;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom,
.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e {
  max-width: 100%;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom,
.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e {
  max-width: 100%;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom,
.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6580c5c3-f6ba-4149-ba60-825f27a0526e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-96047864-03ea-4bc2-b3dc-bf5c7e567e2f {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-96047864-03ea-4bc2-b3dc-bf5c7e567e2f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-3a672a27-245a-4705-9c7e-964d6b6d7574 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-3a672a27-245a-4705-9c7e-964d6b6d7574 {
  display: none;
}
#s-e247dc51-6405-4a86-8870-9eee15b40fd1 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 {
  max-width: 100%;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom,
.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 {
  max-width: 100%;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom,
.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 {
  max-width: 100%;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom,
.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 {
  max-width: 100%;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom,
.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 {
  max-width: 100%;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom,
.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e247dc51-6405-4a86-8870-9eee15b40fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cb94e25d-54c9-411f-b762-ec1caa86efdd {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-cb94e25d-54c9-411f-b762-ec1caa86efdd .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-172e9994-eeab-4454-a8b3-de91f1e12569 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-172e9994-eeab-4454-a8b3-de91f1e12569 {
  display: none;
}
#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 {
  max-width: 100%;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom,
.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 {
  max-width: 100%;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom,
.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 {
  max-width: 100%;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom,
.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 {
  max-width: 100%;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom,
.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 {
  max-width: 100%;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom,
.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d805286d-5d0f-4b5b-b0eb-10cd9ae76588 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a7783d82-d33b-4aa6-879a-0355056b2cb0 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-a7783d82-d33b-4aa6-879a-0355056b2cb0 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  display: none;
}
#s-beec684e-e346-4686-a9a3-dcf4c7faa51b, #wrap-s-beec684e-e346-4686-a9a3-dcf4c7faa51b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  display: none;
}
#s-beec684e-e346-4686-a9a3-dcf4c7faa51b, #wrap-s-beec684e-e346-4686-a9a3-dcf4c7faa51b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  min-height: 360px;
}
}@media (max-width: 767px){#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-beec684e-e346-4686-a9a3-dcf4c7faa51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beec684e-e346-4686-a9a3-dcf4c7faa51b.shg-box.shg-c {
  justify-content: flex-end;
}

.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-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-0fbf1f73-4638-49de-8444-74e845475ddf {
  min-height: 50px;
}








#s-0fbf1f73-4638-49de-8444-74e845475ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fbf1f73-4638-49de-8444-74e845475ddf.shg-box.shg-c {
  justify-content: center;
}

#s-840d2f15-8b95-4119-ac2e-cd4b58652603 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-840d2f15-8b95-4119-ac2e-cd4b58652603:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-840d2f15-8b95-4119-ac2e-cd4b58652603:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-840d2f15-8b95-4119-ac2e-cd4b58652603-btn-wrapper {
    text-align: left;
  }


#s-840d2f15-8b95-4119-ac2e-cd4b58652603.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-81637a07-5edd-4ac4-9d30-3e7f01974cec {
  display: none;
}
#s-81637a07-5edd-4ac4-9d30-3e7f01974cec, #wrap-s-81637a07-5edd-4ac4-9d30-3e7f01974cec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81637a07-5edd-4ac4-9d30-3e7f01974cec {
  display: none;
}
#s-81637a07-5edd-4ac4-9d30-3e7f01974cec, #wrap-s-81637a07-5edd-4ac4-9d30-3e7f01974cec { display:none !important; }}
#s-81637a07-5edd-4ac4-9d30-3e7f01974cec hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

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

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

@media (min-width: 1200px){#s-61243aca-683a-4e36-9c5a-3b00e808456a {
  display: none;
}
#s-61243aca-683a-4e36-9c5a-3b00e808456a, #wrap-s-61243aca-683a-4e36-9c5a-3b00e808456a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61243aca-683a-4e36-9c5a-3b00e808456a {
  display: none;
}
#s-61243aca-683a-4e36-9c5a-3b00e808456a, #wrap-s-61243aca-683a-4e36-9c5a-3b00e808456a { display:none !important; }}
@media (min-width: 1200px){#s-1aa09723-b3c9-4aa3-a865-09f017d09688 {
  display: none;
}
#s-1aa09723-b3c9-4aa3-a865-09f017d09688, #wrap-s-1aa09723-b3c9-4aa3-a865-09f017d09688 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1aa09723-b3c9-4aa3-a865-09f017d09688 {
  display: none;
}
#s-1aa09723-b3c9-4aa3-a865-09f017d09688, #wrap-s-1aa09723-b3c9-4aa3-a865-09f017d09688 { display:none !important; }}
#s-1aa09723-b3c9-4aa3-a865-09f017d09688 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-34b046f4-e35c-40b1-88b7-82332cceedd1 {
  text-align: center;
}
@media (min-width: 1200px){#s-34b046f4-e35c-40b1-88b7-82332cceedd1 {
  display: none;
}
#s-34b046f4-e35c-40b1-88b7-82332cceedd1, #wrap-s-34b046f4-e35c-40b1-88b7-82332cceedd1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34b046f4-e35c-40b1-88b7-82332cceedd1 {
  display: none;
}
#s-34b046f4-e35c-40b1-88b7-82332cceedd1, #wrap-s-34b046f4-e35c-40b1-88b7-82332cceedd1 { display:none !important; }}



  #s-34b046f4-e35c-40b1-88b7-82332cceedd1 img.shogun-image {
    
    width: px;
  }


#s-34b046f4-e35c-40b1-88b7-82332cceedd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-56301b3a-2303-4dcf-8b16-66e793705efc {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-56301b3a-2303-4dcf-8b16-66e793705efc {
  display: none;
}
#s-56301b3a-2303-4dcf-8b16-66e793705efc, #wrap-s-56301b3a-2303-4dcf-8b16-66e793705efc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56301b3a-2303-4dcf-8b16-66e793705efc {
  display: none;
}
#s-56301b3a-2303-4dcf-8b16-66e793705efc, #wrap-s-56301b3a-2303-4dcf-8b16-66e793705efc { display:none !important; }}
#s-56301b3a-2303-4dcf-8b16-66e793705efc .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-56301b3a-2303-4dcf-8b16-66e793705efc .shg-sld-nav-button.shg-sld-left,
#s-56301b3a-2303-4dcf-8b16-66e793705efc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-bb506742-dcb5-4519-bc72-82a132269c9e {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bb506742-dcb5-4519-bc72-82a132269c9e {
  display: none;
}
#s-bb506742-dcb5-4519-bc72-82a132269c9e, #wrap-s-bb506742-dcb5-4519-bc72-82a132269c9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb506742-dcb5-4519-bc72-82a132269c9e {
  display: none;
}
#s-bb506742-dcb5-4519-bc72-82a132269c9e, #wrap-s-bb506742-dcb5-4519-bc72-82a132269c9e { display:none !important; }}
#s-bb506742-dcb5-4519-bc72-82a132269c9e {
  display: none;
}
#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 {
  max-width: 100%;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom,
.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 {
  max-width: 100%;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom,
.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 {
  max-width: 100%;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom,
.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 {
  max-width: 100%;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom,
.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 {
  max-width: 100%;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom,
.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a17602a1-4c46-44a5-ab97-1819c0f6d5a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6d5fa088-a4ae-4380-abae-b04c0a7d9f8b {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-6d5fa088-a4ae-4380-abae-b04c0a7d9f8b .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-69924df5-029c-412b-a841-a6a2b0a817ac {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-69924df5-029c-412b-a841-a6a2b0a817ac {
  display: none;
}
#s-225a622e-2733-42b3-96a3-e0020910d935 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 {
  max-width: 100%;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom,
.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 {
  max-width: 100%;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom,
.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 {
  max-width: 100%;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom,
.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 {
  max-width: 100%;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom,
.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 {
  max-width: 100%;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom,
.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-225a622e-2733-42b3-96a3-e0020910d935 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4934d260-63f8-49f5-9b94-89a4762ad50e {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-4934d260-63f8-49f5-9b94-89a4762ad50e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-7ace3e3a-b6ae-4045-86b9-f5f5b0c50b0e {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-7ace3e3a-b6ae-4045-86b9-f5f5b0c50b0e {
  display: none;
}
#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf {
  max-width: 100%;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom,
.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf {
  max-width: 100%;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom,
.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf {
  max-width: 100%;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom,
.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf {
  max-width: 100%;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom,
.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf {
  max-width: 100%;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom,
.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec13ec09-5f1d-458c-9aa0-7f6fbc9a9fcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dd832346-e383-4b5d-a611-402aa36eaf75 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-dd832346-e383-4b5d-a611-402aa36eaf75 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-b6a290ff-fa8c-4f5a-b514-29598f19e928 {
  text-align: center;
}
@media (min-width: 1200px){#s-b6a290ff-fa8c-4f5a-b514-29598f19e928 {
  display: none;
}
#s-b6a290ff-fa8c-4f5a-b514-29598f19e928, #wrap-s-b6a290ff-fa8c-4f5a-b514-29598f19e928 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6a290ff-fa8c-4f5a-b514-29598f19e928 {
  display: none;
}
#s-b6a290ff-fa8c-4f5a-b514-29598f19e928, #wrap-s-b6a290ff-fa8c-4f5a-b514-29598f19e928 { display:none !important; }}



  #s-b6a290ff-fa8c-4f5a-b514-29598f19e928 img.shogun-image {
    
    width: px;
  }


#s-b6a290ff-fa8c-4f5a-b514-29598f19e928 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f48c802-2c43-4028-9886-b0ab75fb32e5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-9f48c802-2c43-4028-9886-b0ab75fb32e5 {
  display: none;
}
#s-9f48c802-2c43-4028-9886-b0ab75fb32e5, #wrap-s-9f48c802-2c43-4028-9886-b0ab75fb32e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f48c802-2c43-4028-9886-b0ab75fb32e5 {
  display: none;
}
#s-9f48c802-2c43-4028-9886-b0ab75fb32e5, #wrap-s-9f48c802-2c43-4028-9886-b0ab75fb32e5 { display:none !important; }}
#s-9f48c802-2c43-4028-9886-b0ab75fb32e5 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-9f48c802-2c43-4028-9886-b0ab75fb32e5 .shg-sld-nav-button.shg-sld-left,
#s-9f48c802-2c43-4028-9886-b0ab75fb32e5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-0f7ce37e-0c54-4c01-a4a0-1542ef13a669 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0f7ce37e-0c54-4c01-a4a0-1542ef13a669 {
  display: none;
}
#s-0f7ce37e-0c54-4c01-a4a0-1542ef13a669, #wrap-s-0f7ce37e-0c54-4c01-a4a0-1542ef13a669 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f7ce37e-0c54-4c01-a4a0-1542ef13a669 {
  display: none;
}
#s-0f7ce37e-0c54-4c01-a4a0-1542ef13a669, #wrap-s-0f7ce37e-0c54-4c01-a4a0-1542ef13a669 { display:none !important; }}
#s-0f7ce37e-0c54-4c01-a4a0-1542ef13a669 {
  display: none;
}
#s-72f95605-aaa3-4549-b559-80401df3c70b {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b {
  max-width: 100%;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom,
.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b {
  max-width: 100%;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom,
.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b {
  max-width: 100%;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom,
.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b {
  max-width: 100%;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom,
.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b {
  max-width: 100%;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom,
.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f95605-aaa3-4549-b559-80401df3c70b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b640d9e8-3e27-44ca-a427-f1d8ae1cceab {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-b640d9e8-3e27-44ca-a427-f1d8ae1cceab .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-a5ba9ef1-9fab-45c7-a486-ace6f6976f44 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-a5ba9ef1-9fab-45c7-a486-ace6f6976f44 {
  display: none;
}
#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f {
  max-width: 100%;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom,
.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f {
  max-width: 100%;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom,
.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f {
  max-width: 100%;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom,
.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f {
  max-width: 100%;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom,
.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f {
  max-width: 100%;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom,
.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e7bdfa9-a113-4aee-834a-d0ede7571a0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-94cf41a9-25b9-4aa9-9e17-b13c5464a641 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-94cf41a9-25b9-4aa9-9e17-b13c5464a641 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-49d28ea8-22be-4e64-b9c4-6ec0377a263d {
  text-align: center;
}
@media (min-width: 1200px){#s-49d28ea8-22be-4e64-b9c4-6ec0377a263d {
  display: none;
}
#s-49d28ea8-22be-4e64-b9c4-6ec0377a263d, #wrap-s-49d28ea8-22be-4e64-b9c4-6ec0377a263d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49d28ea8-22be-4e64-b9c4-6ec0377a263d {
  display: none;
}
#s-49d28ea8-22be-4e64-b9c4-6ec0377a263d, #wrap-s-49d28ea8-22be-4e64-b9c4-6ec0377a263d { display:none !important; }}



  #s-49d28ea8-22be-4e64-b9c4-6ec0377a263d img.shogun-image {
    
    width: px;
  }


#s-49d28ea8-22be-4e64-b9c4-6ec0377a263d .shogun-image-content {
  
    align-items: center;
  
}

#s-f838a36b-ca1e-4772-a758-dfb997b3146b {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-f838a36b-ca1e-4772-a758-dfb997b3146b {
  display: none;
}
#s-f838a36b-ca1e-4772-a758-dfb997b3146b, #wrap-s-f838a36b-ca1e-4772-a758-dfb997b3146b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f838a36b-ca1e-4772-a758-dfb997b3146b {
  display: none;
}
#s-f838a36b-ca1e-4772-a758-dfb997b3146b, #wrap-s-f838a36b-ca1e-4772-a758-dfb997b3146b { display:none !important; }}
#s-f838a36b-ca1e-4772-a758-dfb997b3146b .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-f838a36b-ca1e-4772-a758-dfb997b3146b .shg-sld-nav-button.shg-sld-left,
#s-f838a36b-ca1e-4772-a758-dfb997b3146b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-47c0aa9f-86f3-4043-87e4-8845d5d6f97d {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-47c0aa9f-86f3-4043-87e4-8845d5d6f97d {
  display: none;
}
#s-d3171bcc-9ead-4d68-9357-5736506db514 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 {
  max-width: 100%;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom,
.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 {
  max-width: 100%;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom,
.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 {
  max-width: 100%;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom,
.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 {
  max-width: 100%;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom,
.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 {
  max-width: 100%;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom,
.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3171bcc-9ead-4d68-9357-5736506db514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fcbb4500-31eb-4eb8-9eaf-eae9b9c49412 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-fcbb4500-31eb-4eb8-9eaf-eae9b9c49412 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-fe34d52e-6d16-40a2-bd1f-b41252ff1c9d {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-fe34d52e-6d16-40a2-bd1f-b41252ff1c9d {
  display: none;
}
#s-995e4139-4e51-422b-9a26-a2abe0df74ac {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac {
  max-width: 100%;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom,
.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac {
  max-width: 100%;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom,
.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac {
  max-width: 100%;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom,
.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac {
  max-width: 100%;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom,
.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac {
  max-width: 100%;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom,
.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-995e4139-4e51-422b-9a26-a2abe0df74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-806d9403-f6a1-4b05-999c-f4fc6b3faf13 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-806d9403-f6a1-4b05-999c-f4fc6b3faf13 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-bbb56327-3b6e-44d1-b402-5d66b27e2875 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-bbb56327-3b6e-44d1-b402-5d66b27e2875 {
  display: none;
}
#s-93129595-92d3-43f4-89e2-6378d4d50d9f {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f {
  max-width: 100%;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom,
.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f {
  max-width: 100%;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom,
.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f {
  max-width: 100%;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom,
.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f {
  max-width: 100%;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom,
.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f {
  max-width: 100%;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom,
.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93129595-92d3-43f4-89e2-6378d4d50d9f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e9578b36-2f78-4200-9eb9-d67983308774 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-e9578b36-2f78-4200-9eb9-d67983308774 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-6a63c486-e3ad-41d0-8771-ce35f842db70 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6a63c486-e3ad-41d0-8771-ce35f842db70 {
  display: none;
}
#s-6a63c486-e3ad-41d0-8771-ce35f842db70, #wrap-s-6a63c486-e3ad-41d0-8771-ce35f842db70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a63c486-e3ad-41d0-8771-ce35f842db70 {
  display: none;
}
#s-6a63c486-e3ad-41d0-8771-ce35f842db70, #wrap-s-6a63c486-e3ad-41d0-8771-ce35f842db70 { display:none !important; }}
#s-6a63c486-e3ad-41d0-8771-ce35f842db70 {
  display: none;
}
#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 {
  max-width: 100%;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom,
.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 {
  max-width: 100%;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom,
.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 {
  max-width: 100%;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom,
.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 {
  max-width: 100%;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom,
.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 {
  max-width: 100%;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom,
.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e98b08a1-c92d-4754-9864-ffa6cf8301f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5d93eed9-54af-47a4-a683-bc156a64bd58 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-5d93eed9-54af-47a4-a683-bc156a64bd58 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-6c6a8d9f-ad5c-4003-bcb6-046a5182a51c {
  text-align: center;
}
@media (min-width: 1200px){#s-6c6a8d9f-ad5c-4003-bcb6-046a5182a51c {
  display: none;
}
#s-6c6a8d9f-ad5c-4003-bcb6-046a5182a51c, #wrap-s-6c6a8d9f-ad5c-4003-bcb6-046a5182a51c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c6a8d9f-ad5c-4003-bcb6-046a5182a51c {
  display: none;
}
#s-6c6a8d9f-ad5c-4003-bcb6-046a5182a51c, #wrap-s-6c6a8d9f-ad5c-4003-bcb6-046a5182a51c { display:none !important; }}



  #s-6c6a8d9f-ad5c-4003-bcb6-046a5182a51c img.shogun-image {
    
    width: px;
  }


#s-6c6a8d9f-ad5c-4003-bcb6-046a5182a51c .shogun-image-content {
  
    align-items: center;
  
}

#s-752f517f-f9dd-4805-bcde-ad8597974447 {
  padding-top: 0px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-752f517f-f9dd-4805-bcde-ad8597974447 {
  display: none;
}
#s-752f517f-f9dd-4805-bcde-ad8597974447, #wrap-s-752f517f-f9dd-4805-bcde-ad8597974447 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-752f517f-f9dd-4805-bcde-ad8597974447 {
  display: none;
}
#s-752f517f-f9dd-4805-bcde-ad8597974447, #wrap-s-752f517f-f9dd-4805-bcde-ad8597974447 { display:none !important; }}
#s-752f517f-f9dd-4805-bcde-ad8597974447 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-752f517f-f9dd-4805-bcde-ad8597974447 .shg-sld-nav-button.shg-sld-left,
#s-752f517f-f9dd-4805-bcde-ad8597974447 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-7d6bccd5-5159-4e8b-8019-f77d1c00d171 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7d6bccd5-5159-4e8b-8019-f77d1c00d171 {
  display: none;
}
#s-7d6bccd5-5159-4e8b-8019-f77d1c00d171, #wrap-s-7d6bccd5-5159-4e8b-8019-f77d1c00d171 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d6bccd5-5159-4e8b-8019-f77d1c00d171 {
  display: none;
}
#s-7d6bccd5-5159-4e8b-8019-f77d1c00d171, #wrap-s-7d6bccd5-5159-4e8b-8019-f77d1c00d171 { display:none !important; }}
#s-7d6bccd5-5159-4e8b-8019-f77d1c00d171 {
  display: none;
}
#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd {
  max-width: 100%;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom,
.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd {
  max-width: 100%;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom,
.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd {
  max-width: 100%;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom,
.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd {
  max-width: 100%;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom,
.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd {
  max-width: 100%;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom,
.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb72e7f0-4635-408b-bf1b-e6eb5d1993fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-31fcbdad-17c9-4986-95ca-8adb72479347 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-31fcbdad-17c9-4986-95ca-8adb72479347 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-c58fd53f-d024-4dc8-988e-85cacdcb9091 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-c58fd53f-d024-4dc8-988e-85cacdcb9091 {
  display: none;
}
#s-5938a4ef-decb-46ec-8828-c85c9c9db232 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 {
  max-width: 100%;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom,
.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 {
  max-width: 100%;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom,
.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 {
  max-width: 100%;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom,
.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 {
  max-width: 100%;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom,
.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 {
  max-width: 100%;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom,
.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5938a4ef-decb-46ec-8828-c85c9c9db232 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8abf8d87-470e-4297-a623-8072f0b76f02 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-8abf8d87-470e-4297-a623-8072f0b76f02 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-3f06b983-e436-476a-bd87-61975bc10d9d {
  text-align: center;
}
@media (min-width: 1200px){#s-3f06b983-e436-476a-bd87-61975bc10d9d {
  display: none;
}
#s-3f06b983-e436-476a-bd87-61975bc10d9d, #wrap-s-3f06b983-e436-476a-bd87-61975bc10d9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f06b983-e436-476a-bd87-61975bc10d9d {
  display: none;
}
#s-3f06b983-e436-476a-bd87-61975bc10d9d, #wrap-s-3f06b983-e436-476a-bd87-61975bc10d9d { display:none !important; }}



  #s-3f06b983-e436-476a-bd87-61975bc10d9d img.shogun-image {
    
    width: px;
  }


#s-3f06b983-e436-476a-bd87-61975bc10d9d .shogun-image-content {
  
    align-items: center;
  
}

#s-13a91214-b709-4797-a981-fd2b7d255a9d {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-13a91214-b709-4797-a981-fd2b7d255a9d {
  display: none;
}
#s-13a91214-b709-4797-a981-fd2b7d255a9d, #wrap-s-13a91214-b709-4797-a981-fd2b7d255a9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13a91214-b709-4797-a981-fd2b7d255a9d {
  display: none;
}
#s-13a91214-b709-4797-a981-fd2b7d255a9d, #wrap-s-13a91214-b709-4797-a981-fd2b7d255a9d { display:none !important; }}
#s-13a91214-b709-4797-a981-fd2b7d255a9d .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-13a91214-b709-4797-a981-fd2b7d255a9d .shg-sld-nav-button.shg-sld-left,
#s-13a91214-b709-4797-a981-fd2b7d255a9d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-f0403fa3-43f4-4bea-afbf-60075db14575 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-f0403fa3-43f4-4bea-afbf-60075db14575 {
  display: none;
}
#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 {
  max-width: 100%;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom,
.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 {
  max-width: 100%;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom,
.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 {
  max-width: 100%;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom,
.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 {
  max-width: 100%;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom,
.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 {
  max-width: 100%;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom,
.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb655b7-3128-4703-a6eb-6d8e392e4af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4b49e760-fa24-4573-9fb7-9de3f0f51e89 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-4b49e760-fa24-4573-9fb7-9de3f0f51e89 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-51c59d59-f9b8-42ab-a8fa-a97f37958ab1 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-51c59d59-f9b8-42ab-a8fa-a97f37958ab1 {
  display: none;
}
#s-d313b83d-17af-4007-961f-917036b2bf6f {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f {
  max-width: 100%;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom,
.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f {
  max-width: 100%;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom,
.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f {
  max-width: 100%;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom,
.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f {
  max-width: 100%;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom,
.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f {
  max-width: 100%;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom,
.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d313b83d-17af-4007-961f-917036b2bf6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6322661d-2aaa-49ab-9428-8d54f31b721a {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-6322661d-2aaa-49ab-9428-8d54f31b721a .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-9d5cddac-0ff6-4abd-90f7-f78dcc37c9f6 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-9d5cddac-0ff6-4abd-90f7-f78dcc37c9f6 {
  display: none;
}
#s-7b3968d0-161d-4d31-8450-f1c206f2fbad {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad {
  max-width: 100%;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom,
.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad {
  max-width: 100%;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom,
.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad {
  max-width: 100%;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom,
.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad {
  max-width: 100%;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom,
.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad {
  max-width: 100%;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom,
.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b3968d0-161d-4d31-8450-f1c206f2fbad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e2d1c4b6-f474-4e78-bcf8-ae3ed6fbbb1a {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-e2d1c4b6-f474-4e78-bcf8-ae3ed6fbbb1a .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-a359d124-3b54-491c-a8b5-8c24bbbd28b7 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a359d124-3b54-491c-a8b5-8c24bbbd28b7 {
  display: none;
}
#s-a359d124-3b54-491c-a8b5-8c24bbbd28b7, #wrap-s-a359d124-3b54-491c-a8b5-8c24bbbd28b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a359d124-3b54-491c-a8b5-8c24bbbd28b7 {
  display: none;
}
#s-a359d124-3b54-491c-a8b5-8c24bbbd28b7, #wrap-s-a359d124-3b54-491c-a8b5-8c24bbbd28b7 { display:none !important; }}
#s-a359d124-3b54-491c-a8b5-8c24bbbd28b7 {
  display: none;
}
#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 {
  max-width: 100%;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom,
.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 {
  max-width: 100%;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom,
.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 {
  max-width: 100%;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom,
.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 {
  max-width: 100%;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom,
.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 {
  max-width: 100%;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom,
.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-853f8e5c-1f28-43b1-b1c0-c20495b500a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f1d78faf-2698-43fb-92bb-aec0f35cf2e1 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-f1d78faf-2698-43fb-92bb-aec0f35cf2e1 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71 {
  display: none;
}
#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71, #wrap-s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71 {
  display: none;
}
#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71, #wrap-s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71 {
  cursor: pointer;
}#s-8b2144f9-9af8-40ad-8c3a-9ac4f1839c71.shg-box.shg-c {
  justify-content: flex-end;
}

#s-8ee1ffe5-32ef-45ec-b68b-4d34f7900af6 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8ee1ffe5-32ef-45ec-b68b-4d34f7900af6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8ee1ffe5-32ef-45ec-b68b-4d34f7900af6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-8ee1ffe5-32ef-45ec-b68b-4d34f7900af6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-fda6c24a-7265-4059-a420-3e629789e1f5 {
  min-height: 50px;
}








#s-fda6c24a-7265-4059-a420-3e629789e1f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fda6c24a-7265-4059-a420-3e629789e1f5.shg-box.shg-c {
  justify-content: center;
}

#s-0e54d7a0-a3bf-462a-a8bb-ba8051e8e904 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0e54d7a0-a3bf-462a-a8bb-ba8051e8e904:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0e54d7a0-a3bf-462a-a8bb-ba8051e8e904:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0e54d7a0-a3bf-462a-a8bb-ba8051e8e904-btn-wrapper {
    text-align: left;
  }


#s-0e54d7a0-a3bf-462a-a8bb-ba8051e8e904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-9c8f6d1f-fa32-44d4-8ae2-d18e83a7c719 {
  display: none;
}
#s-9c8f6d1f-fa32-44d4-8ae2-d18e83a7c719, #wrap-s-9c8f6d1f-fa32-44d4-8ae2-d18e83a7c719 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c8f6d1f-fa32-44d4-8ae2-d18e83a7c719 {
  display: none;
}
#s-9c8f6d1f-fa32-44d4-8ae2-d18e83a7c719, #wrap-s-9c8f6d1f-fa32-44d4-8ae2-d18e83a7c719 { display:none !important; }}
#s-9c8f6d1f-fa32-44d4-8ae2-d18e83a7c719 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-28d3747c-9b7d-4be1-a969-1604d01080d7 {
  text-align: center;
}
@media (min-width: 1200px){#s-28d3747c-9b7d-4be1-a969-1604d01080d7 {
  display: none;
}
#s-28d3747c-9b7d-4be1-a969-1604d01080d7, #wrap-s-28d3747c-9b7d-4be1-a969-1604d01080d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28d3747c-9b7d-4be1-a969-1604d01080d7 {
  display: none;
}
#s-28d3747c-9b7d-4be1-a969-1604d01080d7, #wrap-s-28d3747c-9b7d-4be1-a969-1604d01080d7 { display:none !important; }}



  #s-28d3747c-9b7d-4be1-a969-1604d01080d7 img.shogun-image {
    
    width: px;
  }


#s-28d3747c-9b7d-4be1-a969-1604d01080d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-968d3e12-27f8-4bb6-b31f-196fc428b142 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-968d3e12-27f8-4bb6-b31f-196fc428b142 {
  display: none;
}
#s-968d3e12-27f8-4bb6-b31f-196fc428b142, #wrap-s-968d3e12-27f8-4bb6-b31f-196fc428b142 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-968d3e12-27f8-4bb6-b31f-196fc428b142 {
  display: none;
}
#s-968d3e12-27f8-4bb6-b31f-196fc428b142, #wrap-s-968d3e12-27f8-4bb6-b31f-196fc428b142 { display:none !important; }}







#s-968d3e12-27f8-4bb6-b31f-196fc428b142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-968d3e12-27f8-4bb6-b31f-196fc428b142.shg-box.shg-c {
  justify-content: center;
}

#s-f1d9c727-52b1-49ad-b133-c64b8936e885 {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-f1d9c727-52b1-49ad-b133-c64b8936e885 {
  display: none;
}
#s-f1d9c727-52b1-49ad-b133-c64b8936e885, #wrap-s-f1d9c727-52b1-49ad-b133-c64b8936e885 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1d9c727-52b1-49ad-b133-c64b8936e885 {
  display: none;
}
#s-f1d9c727-52b1-49ad-b133-c64b8936e885, #wrap-s-f1d9c727-52b1-49ad-b133-c64b8936e885 { display:none !important; }}
#s-f1d9c727-52b1-49ad-b133-c64b8936e885 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-f1d9c727-52b1-49ad-b133-c64b8936e885 .shg-sld-nav-button.shg-sld-left,
#s-f1d9c727-52b1-49ad-b133-c64b8936e885 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-71814b0c-5df2-4334-a727-74a57938621e {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-71814b0c-5df2-4334-a727-74a57938621e {
  display: none;
}
#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 {
  max-width: 100%;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom,
.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 {
  max-width: 100%;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom,
.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 {
  max-width: 100%;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom,
.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 {
  max-width: 100%;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom,
.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 {
  max-width: 100%;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom,
.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0208e167-6ce9-4980-b2ba-dfe58d2f15e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-929f90de-19d4-49af-a2a9-8f6c5c12e24b {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-929f90de-19d4-49af-a2a9-8f6c5c12e24b .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-a1a1a57b-198e-4515-81c9-709e905951dc {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-a1a1a57b-198e-4515-81c9-709e905951dc {
  display: none;
}
#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 {
  max-width: 100%;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom,
.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 {
  max-width: 100%;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom,
.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 {
  max-width: 100%;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom,
.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 {
  max-width: 100%;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom,
.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 {
  max-width: 100%;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom,
.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996f9446-0a99-4d58-b0dc-68b4aa0bdce6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ecaf7c5c-d439-482c-9a88-d78da6994916 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-ecaf7c5c-d439-482c-9a88-d78da6994916 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-1df5b172-97ce-411f-b79b-cb2d734bf500 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1df5b172-97ce-411f-b79b-cb2d734bf500 {
  display: none;
}
#s-1df5b172-97ce-411f-b79b-cb2d734bf500, #wrap-s-1df5b172-97ce-411f-b79b-cb2d734bf500 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1df5b172-97ce-411f-b79b-cb2d734bf500 {
  display: none;
}
#s-1df5b172-97ce-411f-b79b-cb2d734bf500, #wrap-s-1df5b172-97ce-411f-b79b-cb2d734bf500 { display:none !important; }}
#s-1df5b172-97ce-411f-b79b-cb2d734bf500 {
  display: none;
}
#s-c82124ce-78af-432b-b4d4-30a2c2921800 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}


.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 {
  max-width: 100%;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom,
.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 {
  max-width: 100%;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom,
.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 {
  max-width: 100%;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom,
.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 {
  max-width: 100%;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom,
.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 {
  max-width: 100%;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom,
.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c82124ce-78af-432b-b4d4-30a2c2921800 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b09d833e-9f45-4510-8f73-f6d40ff76288 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-b09d833e-9f45-4510-8f73-f6d40ff76288 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-896edf0b-296f-4dab-91c9-bbc9d09af84e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-896edf0b-296f-4dab-91c9-bbc9d09af84e {
  display: none;
}
#s-896edf0b-296f-4dab-91c9-bbc9d09af84e, #wrap-s-896edf0b-296f-4dab-91c9-bbc9d09af84e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-896edf0b-296f-4dab-91c9-bbc9d09af84e {
  display: none;
}
#s-896edf0b-296f-4dab-91c9-bbc9d09af84e, #wrap-s-896edf0b-296f-4dab-91c9-bbc9d09af84e { display:none !important; }}
#s-896edf0b-296f-4dab-91c9-bbc9d09af84e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-896edf0b-296f-4dab-91c9-bbc9d09af84e .shg-sld-nav-button.shg-sld-left,
#s-896edf0b-296f-4dab-91c9-bbc9d09af84e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-af741385-05f2-4f30-8ca1-1e65087bf863 {
  text-align: center;
}




  #s-af741385-05f2-4f30-8ca1-1e65087bf863 img.shogun-image {
    
    width: px;
  }


#s-af741385-05f2-4f30-8ca1-1e65087bf863 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d011426-84de-47ec-b4c4-1daaf8792fbb {
  text-align: center;
}




  #s-3d011426-84de-47ec-b4c4-1daaf8792fbb img.shogun-image {
    
    width: px;
  }


#s-3d011426-84de-47ec-b4c4-1daaf8792fbb .shogun-image-content {
  
    align-items: center;
  
}

#s-5589e641-ccd7-4733-908e-3e293bdefc1b {
  text-align: center;
}
@media (min-width: 1200px){#s-5589e641-ccd7-4733-908e-3e293bdefc1b {
  display: none;
}
#s-5589e641-ccd7-4733-908e-3e293bdefc1b, #wrap-s-5589e641-ccd7-4733-908e-3e293bdefc1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5589e641-ccd7-4733-908e-3e293bdefc1b {
  display: none;
}
#s-5589e641-ccd7-4733-908e-3e293bdefc1b, #wrap-s-5589e641-ccd7-4733-908e-3e293bdefc1b { display:none !important; }}



  #s-5589e641-ccd7-4733-908e-3e293bdefc1b img.shogun-image {
    
    width: px;
  }


#s-5589e641-ccd7-4733-908e-3e293bdefc1b .shogun-image-content {
  
    align-items: center;
  
}

#s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631 {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631 {
  display: none;
}
#s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631, #wrap-s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631 {
  display: none;
}
#s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631, #wrap-s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631 { display:none !important; }}
#s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631 .shg-sld-nav-button.shg-sld-left,
#s-3b9ef3e1-f790-4cac-9d58-b6f8ba654631 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-3d702557-fafd-4ab3-8b4b-d99db488a585 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3d702557-fafd-4ab3-8b4b-d99db488a585 {
  display: none;
}
#s-3d702557-fafd-4ab3-8b4b-d99db488a585, #wrap-s-3d702557-fafd-4ab3-8b4b-d99db488a585 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d702557-fafd-4ab3-8b4b-d99db488a585 {
  display: none;
}
#s-3d702557-fafd-4ab3-8b4b-d99db488a585, #wrap-s-3d702557-fafd-4ab3-8b4b-d99db488a585 { display:none !important; }}
#s-3d702557-fafd-4ab3-8b4b-d99db488a585 {
  display: none;
}
#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 {
  max-width: 100%;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom,
.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 {
  max-width: 100%;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom,
.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 {
  max-width: 100%;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom,
.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 {
  max-width: 100%;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom,
.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 {
  max-width: 100%;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom,
.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3da59f2b-fdc0-49e1-ba57-9542bda4ef70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e72839cf-b388-47da-96f1-1294cc10bc71 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-e72839cf-b388-47da-96f1-1294cc10bc71 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-5da562b8-f471-4fb7-a3d2-080771241a49 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-5da562b8-f471-4fb7-a3d2-080771241a49 {
  display: none;
}
#s-58c47fdb-aaae-4a05-affc-7cc01089e548 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 {
  max-width: 100%;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom,
.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 {
  max-width: 100%;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom,
.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 {
  max-width: 100%;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom,
.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 {
  max-width: 100%;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom,
.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 {
  max-width: 100%;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom,
.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58c47fdb-aaae-4a05-affc-7cc01089e548 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c1bba746-d1f7-42c6-acd3-cd5fd382b78e {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-c1bba746-d1f7-42c6-acd3-cd5fd382b78e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-d8b6a4bd-7536-4e64-9e44-7175d7b820be {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-d8b6a4bd-7536-4e64-9e44-7175d7b820be {
  display: none;
}
#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 {
  max-width: 100%;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom,
.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 {
  max-width: 100%;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom,
.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 {
  max-width: 100%;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom,
.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 {
  max-width: 100%;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom,
.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 {
  max-width: 100%;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom,
.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e680b51b-34c2-49a5-9a92-26e7e0f20406 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1bb9bb2e-5ba6-442d-81ee-16e4924169a4 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-1bb9bb2e-5ba6-442d-81ee-16e4924169a4 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-2417d11a-33ed-4ba6-ab08-276b22433318 {
  text-align: center;
}
@media (min-width: 1200px){#s-2417d11a-33ed-4ba6-ab08-276b22433318 {
  display: none;
}
#s-2417d11a-33ed-4ba6-ab08-276b22433318, #wrap-s-2417d11a-33ed-4ba6-ab08-276b22433318 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2417d11a-33ed-4ba6-ab08-276b22433318 {
  display: none;
}
#s-2417d11a-33ed-4ba6-ab08-276b22433318, #wrap-s-2417d11a-33ed-4ba6-ab08-276b22433318 { display:none !important; }}



  #s-2417d11a-33ed-4ba6-ab08-276b22433318 img.shogun-image {
    
    width: px;
  }


#s-2417d11a-33ed-4ba6-ab08-276b22433318 .shogun-image-content {
  
    align-items: center;
  
}

#s-af5b23a1-a569-44f5-b170-e2a14a52d42e {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 100px;
}
@media (min-width: 1200px){#s-af5b23a1-a569-44f5-b170-e2a14a52d42e {
  display: none;
}
#s-af5b23a1-a569-44f5-b170-e2a14a52d42e, #wrap-s-af5b23a1-a569-44f5-b170-e2a14a52d42e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af5b23a1-a569-44f5-b170-e2a14a52d42e {
  display: none;
}
#s-af5b23a1-a569-44f5-b170-e2a14a52d42e, #wrap-s-af5b23a1-a569-44f5-b170-e2a14a52d42e { display:none !important; }}
#s-af5b23a1-a569-44f5-b170-e2a14a52d42e .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-af5b23a1-a569-44f5-b170-e2a14a52d42e .shg-sld-nav-button.shg-sld-left,
#s-af5b23a1-a569-44f5-b170-e2a14a52d42e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-81c4465e-65a7-48db-b7cf-431e69080546 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-81c4465e-65a7-48db-b7cf-431e69080546 {
  display: none;
}
#s-bab22e86-4765-4d11-8efe-61d0474bfa2d {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d {
  max-width: 100%;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom,
.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d {
  max-width: 100%;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom,
.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d {
  max-width: 100%;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom,
.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d {
  max-width: 100%;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom,
.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d {
  max-width: 100%;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom,
.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bab22e86-4765-4d11-8efe-61d0474bfa2d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fcd90ddd-49d1-49dd-acce-62ab4c88fc50 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-fcd90ddd-49d1-49dd-acce-62ab4c88fc50 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-78bb97f7-dc76-4616-877a-4d9992e41ecd {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-78bb97f7-dc76-4616-877a-4d9992e41ecd {
  display: none;
}
#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 {
  max-width: 100%;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom,
.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 {
  max-width: 100%;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom,
.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 {
  max-width: 100%;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom,
.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 {
  max-width: 100%;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom,
.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 {
  max-width: 100%;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom,
.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61e11bd5-6054-4acb-a028-6dd39ec29ce0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ed7576e9-60b6-4b44-b94f-883983ca1ebf {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-ed7576e9-60b6-4b44-b94f-883983ca1ebf .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-5933b317-568e-463d-b37b-25cf777e7406 {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 14px;
padding-bottom: 14px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5933b317-568e-463d-b37b-25cf777e7406 {
  display: none;
}
#s-5933b317-568e-463d-b37b-25cf777e7406, #wrap-s-5933b317-568e-463d-b37b-25cf777e7406 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5933b317-568e-463d-b37b-25cf777e7406 {
  display: none;
}
#s-5933b317-568e-463d-b37b-25cf777e7406, #wrap-s-5933b317-568e-463d-b37b-25cf777e7406 { display:none !important; }}
#s-5933b317-568e-463d-b37b-25cf777e7406 {
  display: none;
}
#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 {
  max-width: 100%;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom,
.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 {
  max-width: 100%;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom,
.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 {
  max-width: 100%;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom,
.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 {
  max-width: 100%;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom,
.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 {
  max-width: 100%;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom,
.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae30fe89-0e2a-4c85-85df-7a50a0481963 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b40b047e-3218-4fb4-93d3-af5d6f319e69 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-b40b047e-3218-4fb4-93d3-af5d6f319e69 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5 {
  display: none;
}
#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5, #wrap-s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5 {
  display: none;
}
#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5, #wrap-s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5 {
  cursor: pointer;
}#s-6c4c0a29-138c-4c2f-80a7-c88d11d2c7f5.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6156a5ee-bfe9-432e-9754-8b938f3934c5 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6156a5ee-bfe9-432e-9754-8b938f3934c5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6156a5ee-bfe9-432e-9754-8b938f3934c5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-6156a5ee-bfe9-432e-9754-8b938f3934c5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-ae316cab-a9e6-472d-8918-0ed1fd3e2360 {
  min-height: 50px;
}








#s-ae316cab-a9e6-472d-8918-0ed1fd3e2360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae316cab-a9e6-472d-8918-0ed1fd3e2360.shg-box.shg-c {
  justify-content: center;
}

#s-87f21c76-2c07-4d61-a637-1d4b6d18dd34 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-87f21c76-2c07-4d61-a637-1d4b6d18dd34:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-87f21c76-2c07-4d61-a637-1d4b6d18dd34:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-87f21c76-2c07-4d61-a637-1d4b6d18dd34-btn-wrapper {
    text-align: left;
  }


#s-87f21c76-2c07-4d61-a637-1d4b6d18dd34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-40ea5eb0-4fec-41c2-acc5-63b47726fe99 {
  display: none;
}
#s-40ea5eb0-4fec-41c2-acc5-63b47726fe99, #wrap-s-40ea5eb0-4fec-41c2-acc5-63b47726fe99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40ea5eb0-4fec-41c2-acc5-63b47726fe99 {
  display: none;
}
#s-40ea5eb0-4fec-41c2-acc5-63b47726fe99, #wrap-s-40ea5eb0-4fec-41c2-acc5-63b47726fe99 { display:none !important; }}
#s-40ea5eb0-4fec-41c2-acc5-63b47726fe99 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-c2cc93e3-798b-441b-9683-00f61924325a {
  display: none;
}
#s-c2cc93e3-798b-441b-9683-00f61924325a, #wrap-s-c2cc93e3-798b-441b-9683-00f61924325a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2cc93e3-798b-441b-9683-00f61924325a {
  display: none;
}
#s-c2cc93e3-798b-441b-9683-00f61924325a, #wrap-s-c2cc93e3-798b-441b-9683-00f61924325a { display:none !important; }}
@media (min-width: 1200px){#s-c79a700d-e9ab-407b-84c6-973203938862 {
  display: none;
}
#s-c79a700d-e9ab-407b-84c6-973203938862, #wrap-s-c79a700d-e9ab-407b-84c6-973203938862 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c79a700d-e9ab-407b-84c6-973203938862 {
  display: none;
}
#s-c79a700d-e9ab-407b-84c6-973203938862, #wrap-s-c79a700d-e9ab-407b-84c6-973203938862 { display:none !important; }}
#s-c79a700d-e9ab-407b-84c6-973203938862 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9a6c0988-77ce-4aa6-90b8-5777870eb297 {
  text-align: center;
}
@media (min-width: 1200px){#s-9a6c0988-77ce-4aa6-90b8-5777870eb297 {
  display: none;
}
#s-9a6c0988-77ce-4aa6-90b8-5777870eb297, #wrap-s-9a6c0988-77ce-4aa6-90b8-5777870eb297 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a6c0988-77ce-4aa6-90b8-5777870eb297 {
  display: none;
}
#s-9a6c0988-77ce-4aa6-90b8-5777870eb297, #wrap-s-9a6c0988-77ce-4aa6-90b8-5777870eb297 { display:none !important; }}



  #s-9a6c0988-77ce-4aa6-90b8-5777870eb297 img.shogun-image {
    
    width: px;
  }


#s-9a6c0988-77ce-4aa6-90b8-5777870eb297 .shogun-image-content {
  
    align-items: center;
  
}

#s-099e1b82-6fd5-4d8e-b89e-1cc031e84005 {
  padding-top: 0px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-099e1b82-6fd5-4d8e-b89e-1cc031e84005 {
  display: none;
}
#s-099e1b82-6fd5-4d8e-b89e-1cc031e84005, #wrap-s-099e1b82-6fd5-4d8e-b89e-1cc031e84005 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-099e1b82-6fd5-4d8e-b89e-1cc031e84005 {
  display: none;
}
#s-099e1b82-6fd5-4d8e-b89e-1cc031e84005, #wrap-s-099e1b82-6fd5-4d8e-b89e-1cc031e84005 { display:none !important; }}
#s-099e1b82-6fd5-4d8e-b89e-1cc031e84005 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-099e1b82-6fd5-4d8e-b89e-1cc031e84005 .shg-sld-nav-button.shg-sld-left,
#s-099e1b82-6fd5-4d8e-b89e-1cc031e84005 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-5c4e8d2d-e8e6-4dc8-ae08-09f8596c45ef {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-5c4e8d2d-e8e6-4dc8-ae08-09f8596c45ef {
  display: none;
}
#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 {
  max-width: 100%;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom,
.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 {
  max-width: 100%;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom,
.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 {
  max-width: 100%;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom,
.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 {
  max-width: 100%;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom,
.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 {
  max-width: 100%;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom,
.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae42db3c-4eb0-4a75-9936-ca00635d0cc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d37683af-4e7e-4cce-b01c-a48d61c88bf3 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-d37683af-4e7e-4cce-b01c-a48d61c88bf3 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-71696de7-f7be-40a3-a7e5-d9ec8c18e61d {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-71696de7-f7be-40a3-a7e5-d9ec8c18e61d {
  display: none;
}
#s-71696de7-f7be-40a3-a7e5-d9ec8c18e61d, #wrap-s-71696de7-f7be-40a3-a7e5-d9ec8c18e61d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71696de7-f7be-40a3-a7e5-d9ec8c18e61d {
  display: none;
}
#s-71696de7-f7be-40a3-a7e5-d9ec8c18e61d, #wrap-s-71696de7-f7be-40a3-a7e5-d9ec8c18e61d { display:none !important; }}
#s-71696de7-f7be-40a3-a7e5-d9ec8c18e61d {
  display: none;
}
#s-2b095feb-509f-42aa-9a97-d725dff41f04 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 {
  max-width: 100%;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom,
.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 {
  max-width: 100%;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom,
.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 {
  max-width: 100%;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom,
.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 {
  max-width: 100%;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom,
.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 {
  max-width: 100%;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom,
.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b095feb-509f-42aa-9a97-d725dff41f04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f8c410a4-ba48-4457-ae5b-287aca7e0023 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-f8c410a4-ba48-4457-ae5b-287aca7e0023 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-c6967256-7845-4b14-8bed-e5b90a2ee39c {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-c6967256-7845-4b14-8bed-e5b90a2ee39c {
  display: none;
}
#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 {
  max-width: 100%;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom,
.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 {
  max-width: 100%;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom,
.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 {
  max-width: 100%;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom,
.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 {
  max-width: 100%;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom,
.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 {
  max-width: 100%;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom,
.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7aa1a01-8e5e-4281-9c6b-9b753ab966c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-351070c0-5455-4209-9e2c-f28bfa59e1d1 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-351070c0-5455-4209-9e2c-f28bfa59e1d1 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-14b8f312-ebc0-41af-a983-edfc696efbe3 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-14b8f312-ebc0-41af-a983-edfc696efbe3 {
  display: none;
}
#s-a640871e-0400-4764-bbe0-d4fbbd139c1b {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b {
  max-width: 100%;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom,
.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b {
  max-width: 100%;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom,
.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b {
  max-width: 100%;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom,
.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b {
  max-width: 100%;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom,
.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b {
  max-width: 100%;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom,
.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a640871e-0400-4764-bbe0-d4fbbd139c1b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d97ddbad-a3f5-4170-8b74-b583615c0125 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-d97ddbad-a3f5-4170-8b74-b583615c0125 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-1ac274a4-f937-4fad-983f-376e3510ca9b {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-1ac274a4-f937-4fad-983f-376e3510ca9b {
  display: none;
}
#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c {
  max-width: 100%;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom,
.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c {
  max-width: 100%;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom,
.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c {
  max-width: 100%;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom,
.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c {
  max-width: 100%;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom,
.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c {
  max-width: 100%;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom,
.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825b18e0-8093-4f4a-a4cb-7264ce2cd90c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8927fb63-3e0d-4b09-9d25-f2d4b70e23d0 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-8927fb63-3e0d-4b09-9d25-f2d4b70e23d0 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f {
  display: none;
}
#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f, #wrap-s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f {
  display: none;
}
#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f, #wrap-s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f {
  min-height: 360px;
}
}@media (max-width: 767px){#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f {
  cursor: pointer;
}#s-ac0ce0a2-587b-46c1-ac16-6e9d5e41056f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-827be5f1-a5b5-4762-acae-0fcbe60ae282 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-827be5f1-a5b5-4762-acae-0fcbe60ae282 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-827be5f1-a5b5-4762-acae-0fcbe60ae282 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-827be5f1-a5b5-4762-acae-0fcbe60ae282 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-bd180045-42f6-4f10-890e-bb152ed2d9fa {
  min-height: 50px;
}








#s-bd180045-42f6-4f10-890e-bb152ed2d9fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd180045-42f6-4f10-890e-bb152ed2d9fa.shg-box.shg-c {
  justify-content: center;
}

#s-9f889a6e-03d8-4ab3-b7b9-499c236de417 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9f889a6e-03d8-4ab3-b7b9-499c236de417:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9f889a6e-03d8-4ab3-b7b9-499c236de417:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9f889a6e-03d8-4ab3-b7b9-499c236de417-btn-wrapper {
    text-align: left;
  }


#s-9f889a6e-03d8-4ab3-b7b9-499c236de417.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-c9b5f52e-32cd-4f16-8aeb-e504d5b12a24 {
  display: none;
}
#s-c9b5f52e-32cd-4f16-8aeb-e504d5b12a24, #wrap-s-c9b5f52e-32cd-4f16-8aeb-e504d5b12a24 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9b5f52e-32cd-4f16-8aeb-e504d5b12a24 {
  display: none;
}
#s-c9b5f52e-32cd-4f16-8aeb-e504d5b12a24, #wrap-s-c9b5f52e-32cd-4f16-8aeb-e504d5b12a24 { display:none !important; }}
#s-c9b5f52e-32cd-4f16-8aeb-e504d5b12a24 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-c035fb5b-bf8f-41e0-ae94-3de22b7baa36 {
  display: none;
}
#s-c035fb5b-bf8f-41e0-ae94-3de22b7baa36, #wrap-s-c035fb5b-bf8f-41e0-ae94-3de22b7baa36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c035fb5b-bf8f-41e0-ae94-3de22b7baa36 {
  display: none;
}
#s-c035fb5b-bf8f-41e0-ae94-3de22b7baa36, #wrap-s-c035fb5b-bf8f-41e0-ae94-3de22b7baa36 { display:none !important; }}
@media (min-width: 1200px){#s-358a3b1d-08de-41bf-92ad-daef51bfb38a {
  display: none;
}
#s-358a3b1d-08de-41bf-92ad-daef51bfb38a, #wrap-s-358a3b1d-08de-41bf-92ad-daef51bfb38a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-358a3b1d-08de-41bf-92ad-daef51bfb38a {
  display: none;
}
#s-358a3b1d-08de-41bf-92ad-daef51bfb38a, #wrap-s-358a3b1d-08de-41bf-92ad-daef51bfb38a { display:none !important; }}
#s-358a3b1d-08de-41bf-92ad-daef51bfb38a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b3b583a8-0ecb-4417-abf6-d6347d920cec {
  text-align: center;
}
@media (min-width: 1200px){#s-b3b583a8-0ecb-4417-abf6-d6347d920cec {
  display: none;
}
#s-b3b583a8-0ecb-4417-abf6-d6347d920cec, #wrap-s-b3b583a8-0ecb-4417-abf6-d6347d920cec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3b583a8-0ecb-4417-abf6-d6347d920cec {
  display: none;
}
#s-b3b583a8-0ecb-4417-abf6-d6347d920cec, #wrap-s-b3b583a8-0ecb-4417-abf6-d6347d920cec { display:none !important; }}



  #s-b3b583a8-0ecb-4417-abf6-d6347d920cec img.shogun-image {
    
    width: px;
  }


#s-b3b583a8-0ecb-4417-abf6-d6347d920cec .shogun-image-content {
  
    align-items: center;
  
}

#s-57901c68-902f-45bc-afad-e7652c72e5b4 {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-57901c68-902f-45bc-afad-e7652c72e5b4 {
  display: none;
}
#s-57901c68-902f-45bc-afad-e7652c72e5b4, #wrap-s-57901c68-902f-45bc-afad-e7652c72e5b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57901c68-902f-45bc-afad-e7652c72e5b4 {
  display: none;
}
#s-57901c68-902f-45bc-afad-e7652c72e5b4, #wrap-s-57901c68-902f-45bc-afad-e7652c72e5b4 { display:none !important; }}
#s-57901c68-902f-45bc-afad-e7652c72e5b4 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-57901c68-902f-45bc-afad-e7652c72e5b4 .shg-sld-nav-button.shg-sld-left,
#s-57901c68-902f-45bc-afad-e7652c72e5b4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-8dc170e3-c761-4124-8d58-1cc409ae0b73 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8dc170e3-c761-4124-8d58-1cc409ae0b73 {
  display: none;
}
#s-8dc170e3-c761-4124-8d58-1cc409ae0b73, #wrap-s-8dc170e3-c761-4124-8d58-1cc409ae0b73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dc170e3-c761-4124-8d58-1cc409ae0b73 {
  display: none;
}
#s-8dc170e3-c761-4124-8d58-1cc409ae0b73, #wrap-s-8dc170e3-c761-4124-8d58-1cc409ae0b73 { display:none !important; }}
#s-8dc170e3-c761-4124-8d58-1cc409ae0b73 {
  display: none;
}
#s-6a604054-9513-464c-b048-9d7a221805cd {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd {
  max-width: 100%;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom,
.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd {
  max-width: 100%;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom,
.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd {
  max-width: 100%;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom,
.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd {
  max-width: 100%;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom,
.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd {
  max-width: 100%;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom,
.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a604054-9513-464c-b048-9d7a221805cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-890147ba-d7bd-41f7-b712-405aa12e4589 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-890147ba-d7bd-41f7-b712-405aa12e4589 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-5919fbbb-0328-4654-bc24-3aa52a34db19 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-5919fbbb-0328-4654-bc24-3aa52a34db19 {
  display: none;
}
#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 {
  max-width: 100%;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom,
.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 {
  max-width: 100%;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom,
.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 {
  max-width: 100%;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom,
.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 {
  max-width: 100%;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom,
.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 {
  max-width: 100%;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom,
.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08509ed4-dcc9-413a-8fa6-1118add7ea49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dd27ed3f-f634-457c-ab05-b69cb3f5d170 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-dd27ed3f-f634-457c-ab05-b69cb3f5d170 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4 {
  display: none;
}
#s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4, #wrap-s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4 {
  display: none;
}
#s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4, #wrap-s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4 { display:none !important; }}
#s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4 .shg-sld-nav-button.shg-sld-left,
#s-b3aa2c84-5d6c-4932-9f57-11a158c7dfd4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3b1133a7-8543-4254-a47e-d36b87ba2718 {
  text-align: center;
}




  #s-3b1133a7-8543-4254-a47e-d36b87ba2718 img.shogun-image {
    
    width: px;
  }


#s-3b1133a7-8543-4254-a47e-d36b87ba2718 .shogun-image-content {
  
    align-items: center;
  
}

#s-7533e38b-ba02-48ab-88bb-c730e0fdd616 {
  text-align: center;
}




  #s-7533e38b-ba02-48ab-88bb-c730e0fdd616 img.shogun-image {
    
    width: px;
  }


#s-7533e38b-ba02-48ab-88bb-c730e0fdd616 .shogun-image-content {
  
    align-items: center;
  
}

#s-28a56e0d-930f-4b0d-af39-7309d0c8d5dc {
  text-align: center;
}
@media (min-width: 1200px){#s-28a56e0d-930f-4b0d-af39-7309d0c8d5dc {
  display: none;
}
#s-28a56e0d-930f-4b0d-af39-7309d0c8d5dc, #wrap-s-28a56e0d-930f-4b0d-af39-7309d0c8d5dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28a56e0d-930f-4b0d-af39-7309d0c8d5dc {
  display: none;
}
#s-28a56e0d-930f-4b0d-af39-7309d0c8d5dc, #wrap-s-28a56e0d-930f-4b0d-af39-7309d0c8d5dc { display:none !important; }}



  #s-28a56e0d-930f-4b0d-af39-7309d0c8d5dc img.shogun-image {
    
    width: px;
  }


#s-28a56e0d-930f-4b0d-af39-7309d0c8d5dc .shogun-image-content {
  
    align-items: center;
  
}

#s-4688c0b4-6d51-4b91-981f-4b5ec690e560 {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-4688c0b4-6d51-4b91-981f-4b5ec690e560 {
  display: none;
}
#s-4688c0b4-6d51-4b91-981f-4b5ec690e560, #wrap-s-4688c0b4-6d51-4b91-981f-4b5ec690e560 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4688c0b4-6d51-4b91-981f-4b5ec690e560 {
  display: none;
}
#s-4688c0b4-6d51-4b91-981f-4b5ec690e560, #wrap-s-4688c0b4-6d51-4b91-981f-4b5ec690e560 { display:none !important; }}
#s-4688c0b4-6d51-4b91-981f-4b5ec690e560 .shg-sld-dot {
  background-color: rgba(255, 191, 191, 1);
}

#s-4688c0b4-6d51-4b91-981f-4b5ec690e560 .shg-sld-nav-button.shg-sld-left,
#s-4688c0b4-6d51-4b91-981f-4b5ec690e560 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 191, 191, 1);
}

#s-f02c69b4-5457-41fb-9420-29176a2804d6 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-f02c69b4-5457-41fb-9420-29176a2804d6 {
  display: none;
}
#s-d536e98b-7e37-4fb0-b451-b2fa86de725f {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f {
  max-width: 100%;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom,
.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f {
  max-width: 100%;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom,
.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f {
  max-width: 100%;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom,
.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f {
  max-width: 100%;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom,
.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f {
  max-width: 100%;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom,
.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d536e98b-7e37-4fb0-b451-b2fa86de725f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a78e61d2-9476-44da-a671-ac07c2588b82 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-a78e61d2-9476-44da-a671-ac07c2588b82 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-6e6a8ee4-04df-47a1-83f6-33d4882c2c32 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-6e6a8ee4-04df-47a1-83f6-33d4882c2c32 {
  display: none;
}
#s-cc382ace-892d-4e35-94fd-c14432f47c6c {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c {
  max-width: 100%;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom,
.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c {
  max-width: 100%;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom,
.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c {
  max-width: 100%;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom,
.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c {
  max-width: 100%;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom,
.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c {
  max-width: 100%;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom,
.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc382ace-892d-4e35-94fd-c14432f47c6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a93462ae-0c93-47fa-aed0-20da5f1173ca {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-a93462ae-0c93-47fa-aed0-20da5f1173ca .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-7093653b-c0b2-4bcf-bd41-f37f179575cf {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-7093653b-c0b2-4bcf-bd41-f37f179575cf {
  display: none;
}
#s-243dbb20-991e-4f5e-a81d-140e64502925 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 {
  max-width: 100%;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom,
.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 {
  max-width: 100%;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom,
.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 {
  max-width: 100%;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom,
.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 {
  max-width: 100%;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom,
.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 {
  max-width: 100%;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom,
.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-243dbb20-991e-4f5e-a81d-140e64502925 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-77dd51c7-4a06-4a99-bf51-c6886f3e44b3 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-77dd51c7-4a06-4a99-bf51-c6886f3e44b3 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-1bc124e1-1c5d-499a-b7a8-d363ec7ad7d6 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}

#s-1bc124e1-1c5d-499a-b7a8-d363ec7ad7d6 {
  display: none;
}
#s-77eb50b8-0361-4552-965b-dd3accde7f73 {
  margin-top: 11px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 {
  max-width: 100%;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom,
.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 {
  max-width: 100%;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom,
.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 {
  max-width: 100%;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom,
.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 {
  max-width: 100%;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom,
.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 {
  max-width: 100%;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom,
.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77eb50b8-0361-4552-965b-dd3accde7f73 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e59941e6-7956-4350-8b04-130e9f3d90b1 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-e59941e6-7956-4350-8b04-130e9f3d90b1 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-b430b29b-cf81-460d-9d40-9668231b111b {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b430b29b-cf81-460d-9d40-9668231b111b {
  display: none;
}
#s-b430b29b-cf81-460d-9d40-9668231b111b, #wrap-s-b430b29b-cf81-460d-9d40-9668231b111b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b430b29b-cf81-460d-9d40-9668231b111b {
  display: none;
}
#s-b430b29b-cf81-460d-9d40-9668231b111b, #wrap-s-b430b29b-cf81-460d-9d40-9668231b111b { display:none !important; }}
#s-b430b29b-cf81-460d-9d40-9668231b111b {
  display: none;
}
#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 {
  max-width: 100%;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom,
.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 {
  max-width: 100%;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom,
.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 {
  max-width: 100%;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom,
.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 {
  max-width: 100%;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom,
.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 {
  max-width: 100%;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom,
.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0eb2de88-9e4a-428c-a94f-ebfea99ae6e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d89f7e7b-8474-478c-9e2d-6d4e571c2828 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: center;
}

#s-d89f7e7b-8474-478c-9e2d-6d4e571c2828 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-ba3c6d58-cb5a-4de5-a53e-adba75588e87 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-ba3c6d58-cb5a-4de5-a53e-adba75588e87 {
  display: none;
}
#s-ba3c6d58-cb5a-4de5-a53e-adba75588e87, #wrap-s-ba3c6d58-cb5a-4de5-a53e-adba75588e87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba3c6d58-cb5a-4de5-a53e-adba75588e87 {
  display: none;
}
#s-ba3c6d58-cb5a-4de5-a53e-adba75588e87, #wrap-s-ba3c6d58-cb5a-4de5-a53e-adba75588e87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba3c6d58-cb5a-4de5-a53e-adba75588e87 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-ba3c6d58-cb5a-4de5-a53e-adba75588e87 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-ba3c6d58-cb5a-4de5-a53e-adba75588e87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba3c6d58-cb5a-4de5-a53e-adba75588e87.shg-box.shg-c {
  justify-content: flex-end;
}

#s-65992808-196a-435e-a4e1-9b9ed0d97c7a {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-65992808-196a-435e-a4e1-9b9ed0d97c7a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-65992808-196a-435e-a4e1-9b9ed0d97c7a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-65992808-196a-435e-a4e1-9b9ed0d97c7a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-10176eae-674a-419d-a7cc-6db236920915 {
  min-height: 50px;
}








#s-10176eae-674a-419d-a7cc-6db236920915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10176eae-674a-419d-a7cc-6db236920915.shg-box.shg-c {
  justify-content: center;
}

#s-119f90fb-26cc-438d-b9f2-ed2ca9cebeaa {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-119f90fb-26cc-438d-b9f2-ed2ca9cebeaa:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-119f90fb-26cc-438d-b9f2-ed2ca9cebeaa:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-119f90fb-26cc-438d-b9f2-ed2ca9cebeaa-btn-wrapper {
    text-align: left;
  }


#s-119f90fb-26cc-438d-b9f2-ed2ca9cebeaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-d94c751c-8a9e-4bbb-8a97-41852ebee53b {
  display: none;
}
#s-d94c751c-8a9e-4bbb-8a97-41852ebee53b, #wrap-s-d94c751c-8a9e-4bbb-8a97-41852ebee53b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d94c751c-8a9e-4bbb-8a97-41852ebee53b {
  display: none;
}
#s-d94c751c-8a9e-4bbb-8a97-41852ebee53b, #wrap-s-d94c751c-8a9e-4bbb-8a97-41852ebee53b { display:none !important; }}
#s-d94c751c-8a9e-4bbb-8a97-41852ebee53b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a {
  display: none;
}
#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a, #wrap-s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a {
  display: none;
}
#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a, #wrap-s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a {
  min-height: 480px;
}
}@media (max-width: 767px){#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a {
  min-height: 600px;
}
}







#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a {
  cursor: pointer;
}#s-fb1f341a-bdfc-4f7a-ad1c-5a1c1e1b5f2a.shg-box.shg-c {
  justify-content: center;
}

#s-581414a0-6917-4f0b-8056-cbbd6b496ac2 {
  margin-top: 200px;
margin-left: 4%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 191, 191, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-581414a0-6917-4f0b-8056-cbbd6b496ac2:hover {background-color: rgba(255, 191, 191, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-581414a0-6917-4f0b-8056-cbbd6b496ac2:active {background-color: rgba(255, 201, 201, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-581414a0-6917-4f0b-8056-cbbd6b496ac2-btn-wrapper {
    text-align: center;
  }


#s-581414a0-6917-4f0b-8056-cbbd6b496ac2.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

.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;
}

@media (min-width: 768px) and (max-width: 991px){#s-1ee0bbf2-41ef-4033-9070-2a1083b34417 {
  display: none;
}
#s-1ee0bbf2-41ef-4033-9070-2a1083b34417, #wrap-s-1ee0bbf2-41ef-4033-9070-2a1083b34417 { display:none !important; }}@media (max-width: 767px){#s-1ee0bbf2-41ef-4033-9070-2a1083b34417 {
  display: none;
}
#s-1ee0bbf2-41ef-4033-9070-2a1083b34417, #wrap-s-1ee0bbf2-41ef-4033-9070-2a1083b34417 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ee0bbf2-41ef-4033-9070-2a1083b34417"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-38b9d891-4fa8-49e8-8679-c01ef1e646b8 {
  text-align: center;
}




  #s-38b9d891-4fa8-49e8-8679-c01ef1e646b8 img.shogun-image {
    
    width: px;
  }


#s-38b9d891-4fa8-49e8-8679-c01ef1e646b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8812208-8f06-4135-88d0-7f8d3a8b74fc {
  margin-top: 500px;
padding-right: 10%;
}

#s-5b9657d1-ce5d-47e7-aae9-5024e62986cf {
  margin-top: 59px;
margin-left: 0%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 191, 191, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5b9657d1-ce5d-47e7-aae9-5024e62986cf:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 191, 191, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b9657d1-ce5d-47e7-aae9-5024e62986cf:active {background-color: rgba(255, 201, 201, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-5b9657d1-ce5d-47e7-aae9-5024e62986cf {
  display: none;
}
#s-5b9657d1-ce5d-47e7-aae9-5024e62986cf, #wrap-s-5b9657d1-ce5d-47e7-aae9-5024e62986cf { display:none !important; }}@media (max-width: 767px){#s-5b9657d1-ce5d-47e7-aae9-5024e62986cf {
  display: none;
}
#s-5b9657d1-ce5d-47e7-aae9-5024e62986cf, #wrap-s-5b9657d1-ce5d-47e7-aae9-5024e62986cf { display:none !important; }}

  #s-5b9657d1-ce5d-47e7-aae9-5024e62986cf-btn-wrapper {
    text-align: left;
  }


#s-5b9657d1-ce5d-47e7-aae9-5024e62986cf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-e0223724-e54e-4412-be79-91007ef0f58f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0223724-e54e-4412-be79-91007ef0f58f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0223724-e54e-4412-be79-91007ef0f58f {
  display: none;
}
#s-e0223724-e54e-4412-be79-91007ef0f58f, #wrap-s-e0223724-e54e-4412-be79-91007ef0f58f { display:none !important; }}@media (max-width: 767px){#s-e0223724-e54e-4412-be79-91007ef0f58f {
  display: none;
}
#s-e0223724-e54e-4412-be79-91007ef0f58f, #wrap-s-e0223724-e54e-4412-be79-91007ef0f58f { display:none !important; }}
#s-e0223724-e54e-4412-be79-91007ef0f58f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-b9560b86-e1be-43eb-a63d-e1d952142eb4 {
  display: none;
}
#s-b9560b86-e1be-43eb-a63d-e1d952142eb4, #wrap-s-b9560b86-e1be-43eb-a63d-e1d952142eb4 { display:none !important; }}@media (max-width: 767px){#s-b9560b86-e1be-43eb-a63d-e1d952142eb4 {
  display: none;
}
#s-b9560b86-e1be-43eb-a63d-e1d952142eb4, #wrap-s-b9560b86-e1be-43eb-a63d-e1d952142eb4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9560b86-e1be-43eb-a63d-e1d952142eb4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-10e88c83-5069-4fff-b4f9-e01434d9706d {
  padding-top: 36px;
padding-bottom: 1px;
text-align: center;
}




  #s-10e88c83-5069-4fff-b4f9-e01434d9706d img.shogun-image {
    
    width: px;
  }


#s-10e88c83-5069-4fff-b4f9-e01434d9706d .shogun-image-content {
  
    align-items: center;
  
}

#s-afabf978-ba27-4548-8dd9-b576429eaf25 {
  margin-top: 250px;
margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-33a6f2cb-dd9a-4367-bc70-cecd346a3c94 {
  display: none;
}
#s-33a6f2cb-dd9a-4367-bc70-cecd346a3c94, #wrap-s-33a6f2cb-dd9a-4367-bc70-cecd346a3c94 { display:none !important; }}@media (max-width: 767px){#s-33a6f2cb-dd9a-4367-bc70-cecd346a3c94 {
  display: none;
}
#s-33a6f2cb-dd9a-4367-bc70-cecd346a3c94, #wrap-s-33a6f2cb-dd9a-4367-bc70-cecd346a3c94 { display:none !important; }}
#s-33a6f2cb-dd9a-4367-bc70-cecd346a3c94 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-0cf0321e-8b77-479c-825d-d2f8ef849476 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0cf0321e-8b77-479c-825d-d2f8ef849476 {
  display: none;
}
#s-0cf0321e-8b77-479c-825d-d2f8ef849476, #wrap-s-0cf0321e-8b77-479c-825d-d2f8ef849476 { display:none !important; }}@media (max-width: 767px){#s-0cf0321e-8b77-479c-825d-d2f8ef849476 {
  display: none;
}
#s-0cf0321e-8b77-479c-825d-d2f8ef849476, #wrap-s-0cf0321e-8b77-479c-825d-d2f8ef849476 { display:none !important; }}







#s-0cf0321e-8b77-479c-825d-d2f8ef849476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cf0321e-8b77-479c-825d-d2f8ef849476.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-605a8786-8454-4d62-915c-09d0d092b004 {
  display: none;
}
#s-605a8786-8454-4d62-915c-09d0d092b004, #wrap-s-605a8786-8454-4d62-915c-09d0d092b004 { display:none !important; }}@media (max-width: 767px){#s-605a8786-8454-4d62-915c-09d0d092b004 {
  display: none;
}
#s-605a8786-8454-4d62-915c-09d0d092b004, #wrap-s-605a8786-8454-4d62-915c-09d0d092b004 { display:none !important; }}
@media (min-width: 0px) {
[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-605a8786-8454-4d62-915c-09d0d092b004"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dff9dec7-4743-4cce-a1a8-a55221e755a6 {
  padding-left: 0%;
padding-right: 10%;
text-align: center;
}




  #s-dff9dec7-4743-4cce-a1a8-a55221e755a6 img.shogun-image {
    
    width: px;
  }


#s-dff9dec7-4743-4cce-a1a8-a55221e755a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e983425-6736-4000-bd7a-4bc7b20c42ae {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}




  #s-9e983425-6736-4000-bd7a-4bc7b20c42ae img.shogun-image {
    
    width: px;
  }


#s-9e983425-6736-4000-bd7a-4bc7b20c42ae .shogun-image-content {
  
    align-items: center;
  
}

#s-22b22790-2784-4247-b88e-499f7c37da75 {
  padding-left: 10%;
text-align: center;
}




  #s-22b22790-2784-4247-b88e-499f7c37da75 img.shogun-image {
    
    width: px;
  }


#s-22b22790-2784-4247-b88e-499f7c37da75 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-440ce131-8488-45ee-a0e6-3c5ee2c62dc2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-440ce131-8488-45ee-a0e6-3c5ee2c62dc2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-440ce131-8488-45ee-a0e6-3c5ee2c62dc2 {
  display: none;
}
#s-440ce131-8488-45ee-a0e6-3c5ee2c62dc2, #wrap-s-440ce131-8488-45ee-a0e6-3c5ee2c62dc2 { display:none !important; }}@media (max-width: 767px){#s-440ce131-8488-45ee-a0e6-3c5ee2c62dc2 {
  display: none;
}
#s-440ce131-8488-45ee-a0e6-3c5ee2c62dc2, #wrap-s-440ce131-8488-45ee-a0e6-3c5ee2c62dc2 { display:none !important; }}
#s-440ce131-8488-45ee-a0e6-3c5ee2c62dc2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-7fdd48d7-e235-4000-8673-fe29d622cb64 {
  display: none;
}
#s-7fdd48d7-e235-4000-8673-fe29d622cb64, #wrap-s-7fdd48d7-e235-4000-8673-fe29d622cb64 { display:none !important; }}@media (max-width: 767px){#s-7fdd48d7-e235-4000-8673-fe29d622cb64 {
  display: none;
}
#s-7fdd48d7-e235-4000-8673-fe29d622cb64, #wrap-s-7fdd48d7-e235-4000-8673-fe29d622cb64 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fdd48d7-e235-4000-8673-fe29d622cb64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d4e60acf-4031-4005-9c5f-c55c98c60826 {
  text-align: center;
}




  #s-d4e60acf-4031-4005-9c5f-c55c98c60826 img.shogun-image {
    
    width: px;
  }


#s-d4e60acf-4031-4005-9c5f-c55c98c60826 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f518029-765d-473c-9cef-62b0afd56be4 {
  text-align: center;
}




  #s-1f518029-765d-473c-9cef-62b0afd56be4 img.shogun-image {
    
    width: px;
  }


#s-1f518029-765d-473c-9cef-62b0afd56be4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-7a39f611-5844-4a8a-b27d-5e68b9e70c3b {
  display: none;
}
#s-7a39f611-5844-4a8a-b27d-5e68b9e70c3b, #wrap-s-7a39f611-5844-4a8a-b27d-5e68b9e70c3b { display:none !important; }}@media (max-width: 767px){#s-7a39f611-5844-4a8a-b27d-5e68b9e70c3b {
  display: none;
}
#s-7a39f611-5844-4a8a-b27d-5e68b9e70c3b, #wrap-s-7a39f611-5844-4a8a-b27d-5e68b9e70c3b { display:none !important; }}
#s-7a39f611-5844-4a8a-b27d-5e68b9e70c3b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-81857d27-7472-4f29-ab94-28558f4bd5aa {
  text-align: center;
}
@media (min-width: 1200px){#s-81857d27-7472-4f29-ab94-28558f4bd5aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81857d27-7472-4f29-ab94-28558f4bd5aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81857d27-7472-4f29-ab94-28558f4bd5aa {
  display: none;
}
#s-81857d27-7472-4f29-ab94-28558f4bd5aa, #wrap-s-81857d27-7472-4f29-ab94-28558f4bd5aa { display:none !important; }}@media (max-width: 767px){#s-81857d27-7472-4f29-ab94-28558f4bd5aa {
  display: none;
}
#s-81857d27-7472-4f29-ab94-28558f4bd5aa, #wrap-s-81857d27-7472-4f29-ab94-28558f4bd5aa { display:none !important; }}



  #s-81857d27-7472-4f29-ab94-28558f4bd5aa img.shogun-image {
    
    width: px;
  }


#s-81857d27-7472-4f29-ab94-28558f4bd5aa .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-3b05f1a0-8b8d-4384-9438-6c75e8dd37f0 {
  display: none;
}
#s-3b05f1a0-8b8d-4384-9438-6c75e8dd37f0, #wrap-s-3b05f1a0-8b8d-4384-9438-6c75e8dd37f0 { display:none !important; }}@media (max-width: 767px){#s-3b05f1a0-8b8d-4384-9438-6c75e8dd37f0 {
  display: none;
}
#s-3b05f1a0-8b8d-4384-9438-6c75e8dd37f0, #wrap-s-3b05f1a0-8b8d-4384-9438-6c75e8dd37f0 { display:none !important; }}
#s-3b05f1a0-8b8d-4384-9438-6c75e8dd37f0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97 {
  display: none;
}
#s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97, #wrap-s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97 { display:none !important; }}@media (max-width: 767px){#s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97 {
  display: none;
}
#s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97, #wrap-s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97 { display:none !important; }}
@media (min-width: 0px) {
[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-43fae45b-ed00-48cf-ab32-3bfa1cef2c97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6cb65604-ef48-4702-9905-63b6380f62f2 {
  text-align: center;
}




  #s-6cb65604-ef48-4702-9905-63b6380f62f2 img.shogun-image {
    
    width: px;
  }


#s-6cb65604-ef48-4702-9905-63b6380f62f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-37c34b73-65c1-498d-82ba-ba579096a71e {
  padding-top: 200px;
}

#s-4456c652-ca93-4288-8e72-71bb3cd037bd {
  text-align: center;
}




  #s-4456c652-ca93-4288-8e72-71bb3cd037bd img.shogun-image {
    
    width: px;
  }


#s-4456c652-ca93-4288-8e72-71bb3cd037bd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-cdbf3258-2c15-4955-9171-ce529246e897 {
  display: none;
}
#s-cdbf3258-2c15-4955-9171-ce529246e897, #wrap-s-cdbf3258-2c15-4955-9171-ce529246e897 { display:none !important; }}@media (max-width: 767px){#s-cdbf3258-2c15-4955-9171-ce529246e897 {
  display: none;
}
#s-cdbf3258-2c15-4955-9171-ce529246e897, #wrap-s-cdbf3258-2c15-4955-9171-ce529246e897 { display:none !important; }}
#s-cdbf3258-2c15-4955-9171-ce529246e897 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-9d81a86b-1d70-48e8-aa34-ae00ab483404 {
  display: none;
}
#s-9d81a86b-1d70-48e8-aa34-ae00ab483404, #wrap-s-9d81a86b-1d70-48e8-aa34-ae00ab483404 { display:none !important; }}@media (max-width: 767px){#s-9d81a86b-1d70-48e8-aa34-ae00ab483404 {
  display: none;
}
#s-9d81a86b-1d70-48e8-aa34-ae00ab483404, #wrap-s-9d81a86b-1d70-48e8-aa34-ae00ab483404 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9d81a86b-1d70-48e8-aa34-ae00ab483404"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-018b827d-57b9-43c8-93d5-78d787b8d399 {
  text-align: center;
}




  #s-018b827d-57b9-43c8-93d5-78d787b8d399 img.shogun-image {
    
    width: px;
  }


#s-018b827d-57b9-43c8-93d5-78d787b8d399 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2046ee3-a9bd-49cf-9dad-24763e67e015 {
  text-align: center;
}




  #s-c2046ee3-a9bd-49cf-9dad-24763e67e015 img.shogun-image {
    
    width: px;
  }


#s-c2046ee3-a9bd-49cf-9dad-24763e67e015 .shogun-image-content {
  
    align-items: center;
  
}

#s-dece6ef3-4fab-454f-a261-8ded69d01a8b {
  text-align: center;
}




  #s-dece6ef3-4fab-454f-a261-8ded69d01a8b img.shogun-image {
    
    width: px;
  }


#s-dece6ef3-4fab-454f-a261-8ded69d01a8b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-f22e1fac-3e98-41f2-826e-e0e3cc98dcac {
  display: none;
}
#s-f22e1fac-3e98-41f2-826e-e0e3cc98dcac, #wrap-s-f22e1fac-3e98-41f2-826e-e0e3cc98dcac { display:none !important; }}@media (max-width: 767px){#s-f22e1fac-3e98-41f2-826e-e0e3cc98dcac {
  display: none;
}
#s-f22e1fac-3e98-41f2-826e-e0e3cc98dcac, #wrap-s-f22e1fac-3e98-41f2-826e-e0e3cc98dcac { display:none !important; }}
#s-f22e1fac-3e98-41f2-826e-e0e3cc98dcac hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-79ec77ac-02f2-417a-a447-72355ef81887 {
  display: none;
}
#s-79ec77ac-02f2-417a-a447-72355ef81887, #wrap-s-79ec77ac-02f2-417a-a447-72355ef81887 { display:none !important; }}@media (max-width: 767px){#s-79ec77ac-02f2-417a-a447-72355ef81887 {
  display: none;
}
#s-79ec77ac-02f2-417a-a447-72355ef81887, #wrap-s-79ec77ac-02f2-417a-a447-72355ef81887 { display:none !important; }}
@media (min-width: 0px) {
[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79ec77ac-02f2-417a-a447-72355ef81887"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-208efda8-fbec-43a3-8535-f34642742d64 {
  padding-top: 0px;
padding-bottom: 1px;
text-align: center;
}




  #s-208efda8-fbec-43a3-8535-f34642742d64 img.shogun-image {
    
    width: px;
  }


#s-208efda8-fbec-43a3-8535-f34642742d64 .shogun-image-content {
  
    align-items: center;
  
}

#s-d02cae0a-b863-4fb7-95c6-bd81c29992c8 {
  text-align: center;
}




  #s-d02cae0a-b863-4fb7-95c6-bd81c29992c8 img.shogun-image {
    
    width: px;
  }


#s-d02cae0a-b863-4fb7-95c6-bd81c29992c8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-a6e61970-6995-46c2-8095-5c5795d5cc8c {
  display: none;
}
#s-a6e61970-6995-46c2-8095-5c5795d5cc8c, #wrap-s-a6e61970-6995-46c2-8095-5c5795d5cc8c { display:none !important; }}@media (max-width: 767px){#s-a6e61970-6995-46c2-8095-5c5795d5cc8c {
  display: none;
}
#s-a6e61970-6995-46c2-8095-5c5795d5cc8c, #wrap-s-a6e61970-6995-46c2-8095-5c5795d5cc8c { display:none !important; }}
#s-a6e61970-6995-46c2-8095-5c5795d5cc8c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-d0709a00-1019-4c83-aa17-15cd5120dac7 {
  display: none;
}
#s-d0709a00-1019-4c83-aa17-15cd5120dac7, #wrap-s-d0709a00-1019-4c83-aa17-15cd5120dac7 { display:none !important; }}@media (max-width: 767px){#s-d0709a00-1019-4c83-aa17-15cd5120dac7 {
  display: none;
}
#s-d0709a00-1019-4c83-aa17-15cd5120dac7, #wrap-s-d0709a00-1019-4c83-aa17-15cd5120dac7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0709a00-1019-4c83-aa17-15cd5120dac7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6c5c8284-1e03-4346-bc24-874aecb2dccd {
  text-align: center;
}




  #s-6c5c8284-1e03-4346-bc24-874aecb2dccd img.shogun-image {
    
    width: px;
  }


#s-6c5c8284-1e03-4346-bc24-874aecb2dccd .shogun-image-content {
  
    align-items: center;
  
}

#s-8f948561-ea18-48be-be35-b9d52e139f67 {
  padding-top: 125px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}




  #s-8f948561-ea18-48be-be35-b9d52e139f67 img.shogun-image {
    
    width: px;
  }


#s-8f948561-ea18-48be-be35-b9d52e139f67 .shogun-image-content {
  
    align-items: center;
  
}

#s-e50edd1b-c748-4303-a88a-7a030b545f1b {
  text-align: center;
}




  #s-e50edd1b-c748-4303-a88a-7a030b545f1b img.shogun-image {
    
    width: px;
  }


#s-e50edd1b-c748-4303-a88a-7a030b545f1b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-36baface-7ba8-410b-ae72-3357af8caff9 {
  display: none;
}
#s-36baface-7ba8-410b-ae72-3357af8caff9, #wrap-s-36baface-7ba8-410b-ae72-3357af8caff9 { display:none !important; }}@media (max-width: 767px){#s-36baface-7ba8-410b-ae72-3357af8caff9 {
  display: none;
}
#s-36baface-7ba8-410b-ae72-3357af8caff9, #wrap-s-36baface-7ba8-410b-ae72-3357af8caff9 { display:none !important; }}
#s-36baface-7ba8-410b-ae72-3357af8caff9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-920c0745-b564-40ba-bf42-a43c4ffb24a3 {
  text-align: center;
}
@media (min-width: 1200px){#s-920c0745-b564-40ba-bf42-a43c4ffb24a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-920c0745-b564-40ba-bf42-a43c4ffb24a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-920c0745-b564-40ba-bf42-a43c4ffb24a3 {
  display: none;
}
#s-920c0745-b564-40ba-bf42-a43c4ffb24a3, #wrap-s-920c0745-b564-40ba-bf42-a43c4ffb24a3 { display:none !important; }}@media (max-width: 767px){#s-920c0745-b564-40ba-bf42-a43c4ffb24a3 {
  display: none;
}
#s-920c0745-b564-40ba-bf42-a43c4ffb24a3, #wrap-s-920c0745-b564-40ba-bf42-a43c4ffb24a3 { display:none !important; }}



  #s-920c0745-b564-40ba-bf42-a43c4ffb24a3 img.shogun-image {
    
    width: px;
  }


#s-920c0745-b564-40ba-bf42-a43c4ffb24a3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-ce94c7db-ff1e-4f42-a4b7-d269b218fb7e {
  display: none;
}
#s-ce94c7db-ff1e-4f42-a4b7-d269b218fb7e, #wrap-s-ce94c7db-ff1e-4f42-a4b7-d269b218fb7e { display:none !important; }}@media (max-width: 767px){#s-ce94c7db-ff1e-4f42-a4b7-d269b218fb7e {
  display: none;
}
#s-ce94c7db-ff1e-4f42-a4b7-d269b218fb7e, #wrap-s-ce94c7db-ff1e-4f42-a4b7-d269b218fb7e { display:none !important; }}
#s-ce94c7db-ff1e-4f42-a4b7-d269b218fb7e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c {
  display: none;
}
#s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c, #wrap-s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c { display:none !important; }}@media (max-width: 767px){#s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c {
  display: none;
}
#s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c, #wrap-s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c { display:none !important; }}
@media (min-width: 0px) {
[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cca6c9e7-f05d-42ce-ad60-4c84e72ace9c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-20c72654-d555-44c7-af30-81d0f032f351 {
  text-align: center;
}




  #s-20c72654-d555-44c7-af30-81d0f032f351 img.shogun-image {
    
    width: px;
  }


#s-20c72654-d555-44c7-af30-81d0f032f351 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3bc97ba-310d-44cc-87d9-ecc919aedbc2 {
  text-align: center;
}




  #s-c3bc97ba-310d-44cc-87d9-ecc919aedbc2 img.shogun-image {
    
    width: px;
  }


#s-c3bc97ba-310d-44cc-87d9-ecc919aedbc2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-c9450f31-9f86-4a1c-ba52-90353f653bfb {
  display: none;
}
#s-c9450f31-9f86-4a1c-ba52-90353f653bfb, #wrap-s-c9450f31-9f86-4a1c-ba52-90353f653bfb { display:none !important; }}@media (max-width: 767px){#s-c9450f31-9f86-4a1c-ba52-90353f653bfb {
  display: none;
}
#s-c9450f31-9f86-4a1c-ba52-90353f653bfb, #wrap-s-c9450f31-9f86-4a1c-ba52-90353f653bfb { display:none !important; }}
#s-c9450f31-9f86-4a1c-ba52-90353f653bfb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-e78fc760-713d-438c-8aca-399672fadfa6 {
  display: none;
}
#s-e78fc760-713d-438c-8aca-399672fadfa6, #wrap-s-e78fc760-713d-438c-8aca-399672fadfa6 { display:none !important; }}@media (max-width: 767px){#s-e78fc760-713d-438c-8aca-399672fadfa6 {
  display: none;
}
#s-e78fc760-713d-438c-8aca-399672fadfa6, #wrap-s-e78fc760-713d-438c-8aca-399672fadfa6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e78fc760-713d-438c-8aca-399672fadfa6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2d6f949e-8504-4921-b83a-8e1cfac17159 {
  text-align: center;
}




  #s-2d6f949e-8504-4921-b83a-8e1cfac17159 img.shogun-image {
    
    width: px;
  }


#s-2d6f949e-8504-4921-b83a-8e1cfac17159 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f0a87f1-c976-44cc-bc30-8045c3105872 {
  padding-top: 275px;
}

#s-e5ac56ca-3f07-4a70-a132-2c8e99b37d05 {
  text-align: center;
}




  #s-e5ac56ca-3f07-4a70-a132-2c8e99b37d05 img.shogun-image {
    
    width: px;
  }


#s-e5ac56ca-3f07-4a70-a132-2c8e99b37d05 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}
