.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-b3364d34-01c6-43a2-af94-69dc4dd50e9a {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}
@media (min-width: 1200px){#s-b3364d34-01c6-43a2-af94-69dc4dd50e9a {
  margin-bottom: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3364d34-01c6-43a2-af94-69dc4dd50e9a {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
}
}







#s-b3364d34-01c6-43a2-af94-69dc4dd50e9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3364d34-01c6-43a2-af94-69dc4dd50e9a.shg-box.shg-c {
  justify-content: center;
}

.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-c7ef5162-bead-4f1a-8b8d-15cbc7f39ebc {
  margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}




  #s-c7ef5162-bead-4f1a-8b8d-15cbc7f39ebc img.shogun-image {
    
    width: px;
  }


#s-c7ef5162-bead-4f1a-8b8d-15cbc7f39ebc .shogun-image-content {
  
    align-items: flex-end;
  
}

.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-8f9936d7-b40a-4638-af73-a522012afd2b {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(250, 111, 246, 0.65);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-a4e84fdd-023a-4f2e-8325-d9cfb08a240c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-c9063404-fb2a-44c8-8f1e-5de5f824bf4c {
  margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}





#s-c9063404-fb2a-44c8-8f1e-5de5f824bf4c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-93ebb661-5f8d-4fdc-affd-fa89066b24a2 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(221, 253, 109, 0.65);
}

#s-a9891047-2651-400a-ac34-ec3b8daf5932 {
  margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}





#s-a9891047-2651-400a-ac34-ec3b8daf5932 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5d0ea528-7eb1-4bce-9d09-7bb9c6fc81d4 {
  background-color: rgba(253, 250, 109, 0.65);
}

#s-1ff2113c-aaea-4857-97e8-160218782f2d {
  margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}





#s-1ff2113c-aaea-4857-97e8-160218782f2d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d7bd1e1c-d0bd-4770-a171-41c4b00ec609 {
  background-color: rgba(191, 109, 253, 0.8);
}

#s-d17cb4e2-393b-41e7-a05d-b2f1eca6c007 {
  margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}





#s-d17cb4e2-393b-41e7-a05d-b2f1eca6c007 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-317fd2c6-993c-4b8c-938d-fbfb7b4352d0 {
  background-color: rgba(253, 139, 109, 0.65);
}

#s-e4d9b369-35bb-4800-a6a4-7cee203885c2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-e4d9b369-35bb-4800-a6a4-7cee203885c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-e446af2e-08af-4cd8-aa73-ef476678d660 {
  margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}





#s-e446af2e-08af-4cd8-aa73-ef476678d660 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cb1c575c-6ab2-4d4a-83fa-9c49b26272cf {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(109, 168, 253, 0.65);
}

#s-499ab4e4-cc9d-4e5a-b23b-4eb6867dfc08 {
  margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}





#s-499ab4e4-cc9d-4e5a-b23b-4eb6867dfc08 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5e81b13f-077e-4583-bae3-d0163d2ec835 {
  background-color: rgba(253, 240, 109, 0.65);
}

#s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-f1ba0b29-dbf0-4c98-b873-f92a6c00181f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-d4c1e881-c7db-40da-add3-bea63d01748f {
  margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}





#s-d4c1e881-c7db-40da-add3-bea63d01748f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d4fe9bff-7e9e-4412-bf48-fb2d5ae15cc4 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(109, 148, 253, 0.65);
}

#s-385a4b89-7d23-4558-bb96-ca97707cdb87 {
  text-align: center;
}
@media (max-width: 767px){#s-385a4b89-7d23-4558-bb96-ca97707cdb87 {
  margin-top: 32px;
margin-bottom: 0px;
}
}




#s-385a4b89-7d23-4558-bb96-ca97707cdb87 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-140c1dd6-c5f2-4ca4-a7ec-9882dc5e204c {
  background-color: rgba(253, 240, 109, 0.65);
}

#s-fffca317-97ed-47cf-9671-bb845a89fbcd {
  margin-top: 64px;
margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 0px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-fffca317-97ed-47cf-9671-bb845a89fbcd {
  display: none;
}
#s-fffca317-97ed-47cf-9671-bb845a89fbcd, #wrap-s-fffca317-97ed-47cf-9671-bb845a89fbcd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fffca317-97ed-47cf-9671-bb845a89fbcd {
  display: none;
}
#s-fffca317-97ed-47cf-9671-bb845a89fbcd, #wrap-s-fffca317-97ed-47cf-9671-bb845a89fbcd { display:none !important; }}







#s-fffca317-97ed-47cf-9671-bb845a89fbcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fffca317-97ed-47cf-9671-bb845a89fbcd.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-b0023f0a-5053-493f-ad72-7e5865a7d753 {
  margin-top: 0px;
margin-bottom: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b0023f0a-5053-493f-ad72-7e5865a7d753 .shogun-heading-component h2 {
  color: rgba(179, 129, 254, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-b0023f0a-5053-493f-ad72-7e5865a7d753 .shogun-heading-component h2 {
  color: rgba(179, 129, 254, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b0023f0a-5053-493f-ad72-7e5865a7d753 .shogun-heading-component h2 {
  color: rgba(179, 129, 254, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-46ef1d22-919b-43c1-9df7-3761637b1f97 {
  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-858c7556-ffc1-497a-b9da-91e0bb4c2603 {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 {
  max-width: 100%;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .shg-image-zoom,
.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 {
  max-width: 100%;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .shg-image-zoom,
.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 {
  max-width: 100%;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .shg-image-zoom,
.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 {
  max-width: 100%;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .shg-image-zoom,
.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 {
  max-width: 100%;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .shg-image-zoom,
.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-858c7556-ffc1-497a-b9da-91e0bb4c2603 .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-786250c1-1e89-457d-8490-529667edf4ab {
  text-align: center;
}

#s-786250c1-1e89-457d-8490-529667edf4ab .shg-product-title-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1fa21f6c-89cb-4600-a6e6-1e6441987f23 {
  text-align: center;
}

#s-1fa21f6c-89cb-4600-a6e6-1e6441987f23 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1fa21f6c-89cb-4600-a6e6-1e6441987f23 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1fa21f6c-89cb-4600-a6e6-1e6441987f23 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35c89421-e605-4e53-82ba-d18d7675732d {
  margin-bottom: 16px;
}

#s-35c89421-e605-4e53-82ba-d18d7675732d {
  display: none;
}
#s-4cad4101-6395-4b28-9dd1-40d973225a65 {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 {
  max-width: 100%;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom,
.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 {
  max-width: 100%;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom,
.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 {
  max-width: 100%;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom,
.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 {
  max-width: 100%;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom,
.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 {
  max-width: 100%;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom,
.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cad4101-6395-4b28-9dd1-40d973225a65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-33237c5f-9586-4405-bec5-7f5778982460 {
  text-align: center;
}

#s-33237c5f-9586-4405-bec5-7f5778982460 .shg-product-title-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a3f2c987-a779-42f7-b43c-606574eda713 {
  text-align: center;
}

#s-a3f2c987-a779-42f7-b43c-606574eda713 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3f2c987-a779-42f7-b43c-606574eda713 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a3f2c987-a779-42f7-b43c-606574eda713 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-235dd6a5-ab29-4663-8c60-fe4c299802b6 {
  margin-bottom: 16px;
}

#s-235dd6a5-ab29-4663-8c60-fe4c299802b6 {
  display: none;
}
#s-020a5201-1136-4966-a678-80e444d8ebd9 {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 {
  max-width: 100%;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom,
.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 {
  max-width: 100%;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom,
.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 {
  max-width: 100%;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom,
.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 {
  max-width: 100%;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom,
.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 {
  max-width: 100%;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom,
.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020a5201-1136-4966-a678-80e444d8ebd9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-585ac49a-09b2-4c21-93ca-2bcd23d26cf9 {
  text-align: center;
}

#s-585ac49a-09b2-4c21-93ca-2bcd23d26cf9 .shg-product-title-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5a6bf279-2c39-46d2-8eab-01f27b018b12 {
  text-align: center;
}

#s-5a6bf279-2c39-46d2-8eab-01f27b018b12 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5a6bf279-2c39-46d2-8eab-01f27b018b12 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5a6bf279-2c39-46d2-8eab-01f27b018b12 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-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-c4b6825a-5837-46d9-9c91-72183e5f81cf {
  margin-top: 32px;
padding-top: 10px;
padding-left: 72px;
padding-bottom: 10px;
padding-right: 72px;
border-radius: 24px;
background-color: rgba(109, 200, 253, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-c4b6825a-5837-46d9-9c91-72183e5f81cf:hover {background-color: rgba(109, 200, 253, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4b6825a-5837-46d9-9c91-72183e5f81cf:active {background-color: rgba(109, 200, 253, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c4b6825a-5837-46d9-9c91-72183e5f81cf.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-3dcd670f-f3b3-46d3-b93b-2e22a5678c94 {
  margin-top: 64px;
margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dcd670f-f3b3-46d3-b93b-2e22a5678c94 {
  display: none;
}
#s-3dcd670f-f3b3-46d3-b93b-2e22a5678c94, #wrap-s-3dcd670f-f3b3-46d3-b93b-2e22a5678c94 { display:none !important; }}@media (max-width: 767px){#s-3dcd670f-f3b3-46d3-b93b-2e22a5678c94 {
  display: none;
}
#s-3dcd670f-f3b3-46d3-b93b-2e22a5678c94, #wrap-s-3dcd670f-f3b3-46d3-b93b-2e22a5678c94 { display:none !important; }}







#s-3dcd670f-f3b3-46d3-b93b-2e22a5678c94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dcd670f-f3b3-46d3-b93b-2e22a5678c94.shg-box.shg-c {
  justify-content: center;
}

#s-bb5aa7bb-df2e-42f4-a463-aa44750300b7 {
  margin-top: 0px;
margin-bottom: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bb5aa7bb-df2e-42f4-a463-aa44750300b7 .shogun-heading-component h2 {
  color: rgba(179, 129, 254, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-bb5aa7bb-df2e-42f4-a463-aa44750300b7 .shogun-heading-component h2 {
  color: rgba(179, 129, 254, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bb5aa7bb-df2e-42f4-a463-aa44750300b7 .shogun-heading-component h2 {
  color: rgba(179, 129, 254, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-e6cba820-790e-4be8-b624-c979b46f8cf4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-a1fdf1c4-f275-4eda-998a-386f07928abb {
  display: none;
}
#s-080f337d-5779-443e-8603-0f917cb63fca {
  display: none;
}
#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca {
  max-width: 100%;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom,
.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca {
  max-width: 100%;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom,
.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca {
  max-width: 100%;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom,
.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca {
  max-width: 100%;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom,
.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca {
  max-width: 100%;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom,
.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7a85d09-750a-42fe-85ef-a3f21f8c85ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c3adfbde-2b05-4266-b2f4-fb61d7670530 {
  text-align: center;
}

#s-c3adfbde-2b05-4266-b2f4-fb61d7670530 .shg-product-title-component h3 {
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-a1657736-a248-4972-9eee-876888902755 {
  text-align: center;
}

#s-a1657736-a248-4972-9eee-876888902755 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1657736-a248-4972-9eee-876888902755 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-a1657736-a248-4972-9eee-876888902755 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-910c9317-101f-4b7f-a81c-2bd78e83697d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-69e050d8-4883-46e8-80bb-942001a52447 {
  display: none;
}
#s-5b658d13-49f3-4e88-85f5-e87496054735 {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 {
  max-width: 100%;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom,
.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 {
  max-width: 100%;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom,
.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 {
  max-width: 100%;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom,
.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 {
  max-width: 100%;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom,
.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 {
  max-width: 100%;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom,
.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b658d13-49f3-4e88-85f5-e87496054735 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ea057313-61fa-426d-98f3-ab1ebd91ed44 {
  text-align: center;
}

#s-ea057313-61fa-426d-98f3-ab1ebd91ed44 .shg-product-title-component h3 {
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-84301371-1100-46d7-a598-394cb173e44b {
  text-align: center;
}

#s-84301371-1100-46d7-a598-394cb173e44b .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84301371-1100-46d7-a598-394cb173e44b .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-84301371-1100-46d7-a598-394cb173e44b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31fb2647-d655-4b23-9573-83d157141206 {
  display: none;
}
#s-9ea19804-b405-41f8-8ce7-8a365286f532 {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 {
  max-width: 100%;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom,
.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 {
  max-width: 100%;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom,
.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 {
  max-width: 100%;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom,
.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 {
  max-width: 100%;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom,
.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 {
  max-width: 100%;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom,
.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9ea19804-b405-41f8-8ce7-8a365286f532 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b443f9e9-7f56-4973-84a8-56dedd5f34d1 {
  text-align: center;
}

#s-b443f9e9-7f56-4973-84a8-56dedd5f34d1 .shg-product-title-component h3 {
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-86d66f21-5b29-459d-9d25-8f76cb8cbd3d {
  text-align: center;
}

#s-86d66f21-5b29-459d-9d25-8f76cb8cbd3d .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-86d66f21-5b29-459d-9d25-8f76cb8cbd3d .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-86d66f21-5b29-459d-9d25-8f76cb8cbd3d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e2350a8f-f1b1-49cc-a190-63e878fcad78 {
  display: none;
}
#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c {
  max-width: 100%;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom,
.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c {
  max-width: 100%;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom,
.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c {
  max-width: 100%;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom,
.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c {
  max-width: 100%;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom,
.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c {
  max-width: 100%;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom,
.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2e8050-85e9-4c26-8f3b-869d8d24868c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4a7abd3c-cf18-4d41-ab68-94335b4ce4ed {
  text-align: center;
}

#s-4a7abd3c-cf18-4d41-ab68-94335b4ce4ed .shg-product-title-component h3 {
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-d1d21041-21d8-4b0c-bc74-41834f162536 {
  text-align: center;
}

#s-d1d21041-21d8-4b0c-bc74-41834f162536 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d1d21041-21d8-4b0c-bc74-41834f162536 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-d1d21041-21d8-4b0c-bc74-41834f162536 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d900c1a-aa76-4541-931c-006c143de6b6 {
  margin-top: 16px;
}

@media (min-width: 0px) {
[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d900c1a-aa76-4541-931c-006c143de6b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-21ca19f8-64e6-4c23-bb14-7be42d31def8 {
  display: none;
}
#s-1802ba48-503a-4aa4-8232-ff059933951f {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f {
  max-width: 100%;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom,
.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f {
  max-width: 100%;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom,
.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f {
  max-width: 100%;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom,
.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f {
  max-width: 100%;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom,
.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f {
  max-width: 100%;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom,
.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1802ba48-503a-4aa4-8232-ff059933951f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b8814092-eec6-4a6b-a2ee-b886ab1e8eae {
  text-align: center;
}

#s-b8814092-eec6-4a6b-a2ee-b886ab1e8eae .shg-product-title-component h3 {
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-c0145883-2c56-431a-a2c0-a123ed1c06fd {
  text-align: center;
}

#s-c0145883-2c56-431a-a2c0-a123ed1c06fd .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c0145883-2c56-431a-a2c0-a123ed1c06fd .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-c0145883-2c56-431a-a2c0-a123ed1c06fd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1a7e4cf2-cff2-44b0-8aca-f95f77bdd2ff {
  display: none;
}
#s-356ea654-6266-41f4-926c-6cf6a2a97070 {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 {
  max-width: 100%;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom,
.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 {
  max-width: 100%;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom,
.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 {
  max-width: 100%;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom,
.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 {
  max-width: 100%;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom,
.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 {
  max-width: 100%;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom,
.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356ea654-6266-41f4-926c-6cf6a2a97070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b8a6b06e-2e01-473d-9aac-20712a153258 {
  text-align: center;
}

#s-b8a6b06e-2e01-473d-9aac-20712a153258 .shg-product-title-component h3 {
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-024b81f3-f43a-4944-8562-31f7befbf20b {
  text-align: center;
}

#s-024b81f3-f43a-4944-8562-31f7befbf20b .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-024b81f3-f43a-4944-8562-31f7befbf20b .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-024b81f3-f43a-4944-8562-31f7befbf20b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b98ed6ea-f7a2-4c4c-bf6d-02414192b3d8 {
  display: none;
}
#s-4d554fdd-1922-4ada-94d7-5da6ee59741f {
  margin-bottom: 8px;
text-align: center;
}


.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f {
  max-width: 100%;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom,
.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f {
  max-width: 100%;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom,
.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f {
  max-width: 100%;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom,
.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f {
  max-width: 100%;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom,
.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f {
  max-width: 100%;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom,
.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d554fdd-1922-4ada-94d7-5da6ee59741f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9e1a2dce-615b-42a7-9922-6ddb2777070e {
  text-align: center;
}

#s-9e1a2dce-615b-42a7-9922-6ddb2777070e .shg-product-title-component h3 {
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-2570690a-42e7-4d1d-b630-07d06b82b6f6 {
  text-align: center;
}

#s-2570690a-42e7-4d1d-b630-07d06b82b6f6 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2570690a-42e7-4d1d-b630-07d06b82b6f6 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-2570690a-42e7-4d1d-b630-07d06b82b6f6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ecdd62d-fddf-4991-b509-121677305f84 {
  margin-top: 48px;
padding-top: 10px;
padding-left: 72px;
padding-bottom: 10px;
padding-right: 72px;
border-radius: 24px;
background-color: rgba(109, 200, 253, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-5ecdd62d-fddf-4991-b509-121677305f84:hover {background-color: rgba(109, 200, 253, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ecdd62d-fddf-4991-b509-121677305f84:active {background-color: rgba(109, 200, 253, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5ecdd62d-fddf-4991-b509-121677305f84.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-747746ed-7377-4c2a-8373-b1a1b438093f {
  min-height: 50px;
}








#s-747746ed-7377-4c2a-8373-b1a1b438093f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-747746ed-7377-4c2a-8373-b1a1b438093f.shg-box.shg-c {
  justify-content: center;
}

#s-d53878da-3cd4-49bc-9e4e-9f27f3036260 {
  margin-top: 0px;
margin-bottom: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d53878da-3cd4-49bc-9e4e-9f27f3036260 .shogun-heading-component h2 {
  color: rgba(179, 129, 254, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d571bafa-d143-4b6b-8df5-53557195e615 {
  min-height: 50px;
}








#s-d571bafa-d143-4b6b-8df5-53557195e615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d571bafa-d143-4b6b-8df5-53557195e615.shg-box.shg-c {
  justify-content: center;
}

#s-8db949d1-bcb7-4a12-bda8-75fbb011e387 {
  margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1500px;
}
@media (min-width: 1200px){#s-8db949d1-bcb7-4a12-bda8-75fbb011e387 {
  margin-top: 48px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8db949d1-bcb7-4a12-bda8-75fbb011e387 {
  margin-top: 48px;
}
}







#s-8db949d1-bcb7-4a12-bda8-75fbb011e387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db949d1-bcb7-4a12-bda8-75fbb011e387.shg-box.shg-c {
  justify-content: center;
}

#s-6b35ba82-1036-40c5-b819-188219552acf {
  margin-top: 0px;
margin-bottom: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6b35ba82-1036-40c5-b819-188219552acf .shogun-heading-component h2 {
  color: rgba(179, 129, 254, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  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-6c8e83e9-f39d-45b4-89c8-136bbe0c4ecc {
  margin-bottom: 32px;
padding-left: 16px;
padding-right: 16px;
}
@media (min-width: 1200px){#s-6c8e83e9-f39d-45b4-89c8-136bbe0c4ecc {
  display: none;
}
#s-6c8e83e9-f39d-45b4-89c8-136bbe0c4ecc, #wrap-s-6c8e83e9-f39d-45b4-89c8-136bbe0c4ecc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c8e83e9-f39d-45b4-89c8-136bbe0c4ecc {
  display: none;
}
#s-6c8e83e9-f39d-45b4-89c8-136bbe0c4ecc, #wrap-s-6c8e83e9-f39d-45b4-89c8-136bbe0c4ecc { display:none !important; }}







#s-cdce6298-cc74-4a69-b0b7-be7790d87857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdce6298-cc74-4a69-b0b7-be7790d87857 {
  cursor: pointer;
}#s-cdce6298-cc74-4a69-b0b7-be7790d87857.shg-box.shg-c {
  justify-content: center;
}

#s-3d362819-d138-4f79-82d4-123f926f7b38 {
  margin-bottom: 8px;
text-align: center;
}




  #s-3d362819-d138-4f79-82d4-123f926f7b38 img.shogun-image {
    
    width: px;
  }


#s-3d362819-d138-4f79-82d4-123f926f7b38 .shogun-image-content {
  
    align-items: center;
  
}

#s-c36f1baa-2098-45cb-b565-f89bf048dbb5 {
  text-align: center;
}

#s-c36f1baa-2098-45cb-b565-f89bf048dbb5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-25e08d2c-f095-4b87-9178-8764cb2adf40 {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 102, 250, 1);
}
#s-25e08d2c-f095-4b87-9178-8764cb2adf40:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}#s-25e08d2c-f095-4b87-9178-8764cb2adf40:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}


#s-25e08d2c-f095-4b87-9178-8764cb2adf40.shg-btn {
  color: rgba(250, 102, 250, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}








#s-9ad66f17-f766-4feb-8aba-a0456f8d3105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad66f17-f766-4feb-8aba-a0456f8d3105 {
  cursor: pointer;
}#s-9ad66f17-f766-4feb-8aba-a0456f8d3105.shg-box.shg-c {
  justify-content: center;
}

#s-cf507014-1e0c-4135-bbb3-b661122e8b60 {
  margin-bottom: 8px;
text-align: center;
}





#s-cf507014-1e0c-4135-bbb3-b661122e8b60 .shogun-image-content {
  
    align-items: center;
  
}

#s-99cb5488-bdb3-402c-b81e-bf43bd066f5e {
  text-align: center;
}

#s-99cb5488-bdb3-402c-b81e-bf43bd066f5e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-93da9eaa-a577-4b8c-88b5-ae47e4dc28ba {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 102, 250, 1);
}
#s-93da9eaa-a577-4b8c-88b5-ae47e4dc28ba:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}#s-93da9eaa-a577-4b8c-88b5-ae47e4dc28ba:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}


#s-93da9eaa-a577-4b8c-88b5-ae47e4dc28ba.shg-btn {
  color: rgba(250, 102, 250, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}








#s-98621ffa-f4a0-47b2-a70a-0aee4b359909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98621ffa-f4a0-47b2-a70a-0aee4b359909 {
  cursor: pointer;
}#s-98621ffa-f4a0-47b2-a70a-0aee4b359909.shg-box.shg-c {
  justify-content: center;
}

#s-c78fb334-b522-4da8-b58e-bc7495abe7a4 {
  margin-bottom: 8px;
text-align: center;
}





#s-c78fb334-b522-4da8-b58e-bc7495abe7a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-87f325f8-e378-4d78-a850-0ce5177640a1 {
  text-align: center;
}

#s-87f325f8-e378-4d78-a850-0ce5177640a1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-efd2a3ab-0407-4761-8a94-f9ae021e7c6f {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 102, 250, 1);
}
#s-efd2a3ab-0407-4761-8a94-f9ae021e7c6f:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}#s-efd2a3ab-0407-4761-8a94-f9ae021e7c6f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}


#s-efd2a3ab-0407-4761-8a94-f9ae021e7c6f.shg-btn {
  color: rgba(250, 102, 250, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}








#s-61ccd346-94b2-4b4c-9bb5-ab35c9a1ace6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61ccd346-94b2-4b4c-9bb5-ab35c9a1ace6 {
  cursor: pointer;
}#s-61ccd346-94b2-4b4c-9bb5-ab35c9a1ace6.shg-box.shg-c {
  justify-content: center;
}

#s-b8f38365-f220-4868-b04e-95aa62461490 {
  margin-bottom: 8px;
text-align: center;
}





#s-b8f38365-f220-4868-b04e-95aa62461490 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ddc687d-6c15-4d33-b191-e1f34a0faa37 {
  text-align: center;
}

#s-9ddc687d-6c15-4d33-b191-e1f34a0faa37 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0454a908-bbac-45f8-9211-a16afb2a1ffd {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 102, 250, 1);
}
#s-0454a908-bbac-45f8-9211-a16afb2a1ffd:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}#s-0454a908-bbac-45f8-9211-a16afb2a1ffd:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}


#s-0454a908-bbac-45f8-9211-a16afb2a1ffd.shg-btn {
  color: rgba(250, 102, 250, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}








#s-4fcfe9d0-abed-402e-82df-17ead2ef8c1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fcfe9d0-abed-402e-82df-17ead2ef8c1d {
  cursor: pointer;
}#s-4fcfe9d0-abed-402e-82df-17ead2ef8c1d.shg-box.shg-c {
  justify-content: center;
}

#s-c6b1a51c-8131-4a1d-9e1b-51c64ea75052 {
  margin-bottom: 8px;
text-align: center;
}





#s-c6b1a51c-8131-4a1d-9e1b-51c64ea75052 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a4a59ee-1827-403a-b9dc-e7bd448ec673 {
  text-align: center;
}

#s-3a4a59ee-1827-403a-b9dc-e7bd448ec673 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2e64845d-15c4-4424-8826-7d9fa69417e4 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 102, 250, 1);
}
#s-2e64845d-15c4-4424-8826-7d9fa69417e4:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}#s-2e64845d-15c4-4424-8826-7d9fa69417e4:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}


#s-2e64845d-15c4-4424-8826-7d9fa69417e4.shg-btn {
  color: rgba(250, 102, 250, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-31f567fa-a580-4efa-8a05-c06594b46890 {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-31f567fa-a580-4efa-8a05-c06594b46890 {
  display: none;
}
#s-31f567fa-a580-4efa-8a05-c06594b46890, #wrap-s-31f567fa-a580-4efa-8a05-c06594b46890 { display:none !important; }}@media (max-width: 767px){#s-31f567fa-a580-4efa-8a05-c06594b46890 {
  display: none;
}
#s-31f567fa-a580-4efa-8a05-c06594b46890, #wrap-s-31f567fa-a580-4efa-8a05-c06594b46890 { display:none !important; }}
@media (min-width: 0px) {
[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-31f567fa-a580-4efa-8a05-c06594b46890"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}








#s-c00f5a29-8229-493d-8e9f-42f45c4a8a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c00f5a29-8229-493d-8e9f-42f45c4a8a66 {
  cursor: pointer;
}#s-c00f5a29-8229-493d-8e9f-42f45c4a8a66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-df2e7339-c955-49b1-b1b6-7145ffc38d19 {
  margin-bottom: 8px;
text-align: center;
}





#s-df2e7339-c955-49b1-b1b6-7145ffc38d19 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc7da6b-7a94-4d35-ac4c-e2aedac32851 {
  text-align: center;
}

#s-fdc7da6b-7a94-4d35-ac4c-e2aedac32851 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c7fcec94-e201-44cb-a228-437349eeca5a {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 102, 250, 1);
}
#s-c7fcec94-e201-44cb-a228-437349eeca5a:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}#s-c7fcec94-e201-44cb-a228-437349eeca5a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}


#s-c7fcec94-e201-44cb-a228-437349eeca5a.shg-btn {
  color: rgba(250, 102, 250, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}








#s-73d6f979-d6bf-4fb1-9688-4b28b3d3ec84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d6f979-d6bf-4fb1-9688-4b28b3d3ec84 {
  cursor: pointer;
}#s-73d6f979-d6bf-4fb1-9688-4b28b3d3ec84.shg-box.shg-c {
  justify-content: center;
}

#s-9b4d6d11-d4ac-4549-9a0b-9e054b087aca {
  background-image: url(https://i.shgcdn.com/891b254d-f1da-47d4-ae28-a02b70ed571a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 8px;
text-align: center;
background-position: center center;
}





#s-9b4d6d11-d4ac-4549-9a0b-9e054b087aca .shogun-image-content {
  
    align-items: center;
  
}

#s-3c164c20-01bd-4f8b-89e5-32b2234100f3 {
  text-align: center;
}

#s-3c164c20-01bd-4f8b-89e5-32b2234100f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-45edfdf1-ad41-4662-b967-4bdc5920a35c {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 102, 250, 1);
}
#s-45edfdf1-ad41-4662-b967-4bdc5920a35c:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}#s-45edfdf1-ad41-4662-b967-4bdc5920a35c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}


#s-45edfdf1-ad41-4662-b967-4bdc5920a35c.shg-btn {
  color: rgba(250, 102, 250, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}








#s-0b6d9a7f-ae20-48c2-9a42-4e49dde9dffa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b6d9a7f-ae20-48c2-9a42-4e49dde9dffa {
  cursor: pointer;
}#s-0b6d9a7f-ae20-48c2-9a42-4e49dde9dffa.shg-box.shg-c {
  justify-content: center;
}

#s-6d4548ac-0e4e-41b9-bc74-9ff522e10adf {
  margin-bottom: 8px;
text-align: center;
}





#s-6d4548ac-0e4e-41b9-bc74-9ff522e10adf .shogun-image-content {
  
    align-items: center;
  
}

#s-793e958d-0ddc-4122-96d5-ea6593d39464 {
  text-align: center;
}

#s-793e958d-0ddc-4122-96d5-ea6593d39464 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0b8830e-22cb-40d8-8ccb-f3786e6f5de7 {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 102, 250, 1);
}
#s-f0b8830e-22cb-40d8-8ccb-f3786e6f5de7:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}#s-f0b8830e-22cb-40d8-8ccb-f3786e6f5de7:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}


#s-f0b8830e-22cb-40d8-8ccb-f3786e6f5de7.shg-btn {
  color: rgba(250, 102, 250, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}








#s-bb519439-b206-40d5-a68c-4c75ab49dec7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb519439-b206-40d5-a68c-4c75ab49dec7 {
  cursor: pointer;
}#s-bb519439-b206-40d5-a68c-4c75ab49dec7.shg-box.shg-c {
  justify-content: center;
}

#s-128d8656-21fd-4efe-b77f-e99000cdc97e {
  margin-bottom: 8px;
text-align: center;
}





#s-128d8656-21fd-4efe-b77f-e99000cdc97e .shogun-image-content {
  
    align-items: center;
  
}

#s-aaad1dbc-ef5c-4837-8e24-b6a0da58d688 {
  text-align: center;
}

#s-aaad1dbc-ef5c-4837-8e24-b6a0da58d688 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-83ef9f31-f1fa-4218-bca5-9d22923bea7d {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 102, 250, 1);
}
#s-83ef9f31-f1fa-4218-bca5-9d22923bea7d:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}#s-83ef9f31-f1fa-4218-bca5-9d22923bea7d:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 102, 250, 1) !important;}


#s-83ef9f31-f1fa-4218-bca5-9d22923bea7d.shg-btn {
  color: rgba(250, 102, 250, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-2cb2c4eb-2834-4326-baf7-bea1b64c7278 {
  padding-top: 10px;
padding-left: 72px;
padding-bottom: 10px;
padding-right: 72px;
border-radius: 24px;
background-color: rgba(109, 200, 253, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-2cb2c4eb-2834-4326-baf7-bea1b64c7278:hover {background-color: rgba(109, 200, 253, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2cb2c4eb-2834-4326-baf7-bea1b64c7278:active {background-color: rgba(109, 200, 253, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2cb2c4eb-2834-4326-baf7-bea1b64c7278.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

/*
  $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;
}
