.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-f5010fc0-55a9-4891-ae42-e3300443e9ef {
  border-style: solid;
margin-top: -15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1920px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f5010fc0-55a9-4891-ae42-e3300443e9ef {
  display: none;
}
#s-f5010fc0-55a9-4891-ae42-e3300443e9ef, #wrap-s-f5010fc0-55a9-4891-ae42-e3300443e9ef { display:none !important; }}







#s-f5010fc0-55a9-4891-ae42-e3300443e9ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5010fc0-55a9-4891-ae42-e3300443e9ef.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-aefbc109-fdc5-415e-a18b-7264861262fe {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
}




  #s-aefbc109-fdc5-415e-a18b-7264861262fe img.shogun-image {
    
    width: px;
  }


#s-aefbc109-fdc5-415e-a18b-7264861262fe .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 0px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-52c2db61-51a5-46f8-9dc7-c86fe97d4365 {
  padding-top: 40px;
padding-left: 180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52c2db61-51a5-46f8-9dc7-c86fe97d4365 {
  display: none;
}
#s-52c2db61-51a5-46f8-9dc7-c86fe97d4365, #wrap-s-52c2db61-51a5-46f8-9dc7-c86fe97d4365 { display:none !important; }}
#s-e0676e03-714f-4d66-a104-ac6f2b143309 {
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0676e03-714f-4d66-a104-ac6f2b143309 {
  display: none;
}
#s-e0676e03-714f-4d66-a104-ac6f2b143309, #wrap-s-e0676e03-714f-4d66-a104-ac6f2b143309 { display:none !important; }}
#s-e0c38d78-a4da-4122-a064-f6bc874ee4cd {
  padding-left: 180px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0c38d78-a4da-4122-a064-f6bc874ee4cd {
  display: none;
}
#s-e0c38d78-a4da-4122-a064-f6bc874ee4cd, #wrap-s-e0c38d78-a4da-4122-a064-f6bc874ee4cd { display:none !important; }}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  padding-left: 20px;
}
@media (min-width: 1200px){#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  display: none;
}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a, #wrap-s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  display: none;
}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a, #wrap-s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a { display:none !important; }}@media (max-width: 767px){#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  display: none;
}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a, #wrap-s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a { display:none !important; }}
#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 {
  margin-top: -30px;
padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 {
  display: none;
}
#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6, #wrap-s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 { display:none !important; }}@media (max-width: 767px){#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 {
  display: none;
}
#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6, #wrap-s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

#s-64c71725-a590-48c9-9d8d-f8e5333abf8f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 59, 59, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-64c71725-a590-48c9-9d8d-f8e5333abf8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64c71725-a590-48c9-9d8d-f8e5333abf8f.shg-box.shg-c {
  justify-content: center;
}

#s-13c79568-1eb9-4353-976e-a94541e04d62 {
  padding-top: 20px;
}

#s-0218bde1-6748-4621-a269-537f5f7d22f6 {
  padding-top: 2px;
padding-bottom: 7px;
}

@media (min-width: 0px) {
[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0218bde1-6748-4621-a269-537f5f7d22f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

.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-a41e7efa-fee6-45a1-896a-ea17130d79e1 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 3px;
background-color: rgba(117, 59, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a41e7efa-fee6-45a1-896a-ea17130d79e1:hover {border-radius: 3px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-a41e7efa-fee6-45a1-896a-ea17130d79e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a41e7efa-fee6-45a1-896a-ea17130d79e1-btn-wrapper {
    text-align: center;
  }


#s-a41e7efa-fee6-45a1-896a-ea17130d79e1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-2fad156a-ff50-4db2-8d04-d60db1797016 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(117, 59, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2fad156a-ff50-4db2-8d04-d60db1797016:hover {border-radius: 3px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-2fad156a-ff50-4db2-8d04-d60db1797016:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fad156a-ff50-4db2-8d04-d60db1797016-btn-wrapper {
    text-align: center;
  }


#s-2fad156a-ff50-4db2-8d04-d60db1797016.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-bc62b862-4fa3-4aac-a71c-8db2d43d8fc9 {
  padding-top: 10px;
padding-bottom: 5px;
}

#s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878 {
  margin-top: -30px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878 {
  display: none;
}
#s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878, #wrap-s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878 {
  display: none;
}
#s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878, #wrap-s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878 {
  
}
}@media (max-width: 767px){#s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878 {
  display: none;
}
#s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878, #wrap-s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ace2caa3-5a3d-4b9c-bf02-80e19c00a878"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6b6c1a02-59fd-4907-bf0c-b39d93d2a21e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 59, 59, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6b6c1a02-59fd-4907-bf0c-b39d93d2a21e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b6c1a02-59fd-4907-bf0c-b39d93d2a21e.shg-box.shg-c {
  justify-content: center;
}

#s-14c1ca91-5c68-4dce-b8a4-039a0bfc293f {
  padding-top: 20px;
}

#s-a12b2069-1c77-472e-8d81-c79419956f94 {
  padding-top: 2px;
padding-bottom: 7px;
}

@media (min-width: 0px) {
[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a12b2069-1c77-472e-8d81-c79419956f94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-ffa3ff03-344f-41c7-8742-b70a728608ce {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(117, 59, 189, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ffa3ff03-344f-41c7-8742-b70a728608ce:hover {border-radius: 3px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-ffa3ff03-344f-41c7-8742-b70a728608ce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffa3ff03-344f-41c7-8742-b70a728608ce-btn-wrapper {
    text-align: right;
  }


#s-ffa3ff03-344f-41c7-8742-b70a728608ce.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-dd900979-e078-4f03-a962-2bef7207abe4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(117, 59, 189, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dd900979-e078-4f03-a962-2bef7207abe4:hover {border-radius: 3px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-dd900979-e078-4f03-a962-2bef7207abe4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd900979-e078-4f03-a962-2bef7207abe4-btn-wrapper {
    text-align: left;
  }


#s-dd900979-e078-4f03-a962-2bef7207abe4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-379e5136-0bf8-4176-bc27-ce4844422bdc {
  padding-top: 10px;
padding-bottom: 5px;
}

#s-acec6ef8-6917-4934-8344-a358bc7d6747 {
  min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-acec6ef8-6917-4934-8344-a358bc7d6747 {
  display: none;
}
#s-acec6ef8-6917-4934-8344-a358bc7d6747, #wrap-s-acec6ef8-6917-4934-8344-a358bc7d6747 { display:none !important; }}







#s-acec6ef8-6917-4934-8344-a358bc7d6747 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acec6ef8-6917-4934-8344-a358bc7d6747.shg-box.shg-c {
  justify-content: center;
}

#s-7025fc82-e7a4-4e9b-8c0a-60226c6533d2 {
  padding-left: 10px;
}

#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b {
  min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b {
  display: none;
}
#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b, #wrap-s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b { display:none !important; }}







#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9306beae-a6a0-48d8-bb1d-fdb7d6d25d6b.shg-box.shg-c {
  justify-content: center;
}

#s-50772f76-c340-4a5e-8204-15ef9950c64b {
  margin-top: -10px;
padding-bottom: 10px;
}

#s-50772f76-c340-4a5e-8204-15ef9950c64b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(48, 48, 48, 1);
}

#s-4cb19528-2f65-4a66-b0e7-23b941f27923 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-4cb19528-2f65-4a66-b0e7-23b941f27923 {
  display: none;
}
#s-4cb19528-2f65-4a66-b0e7-23b941f27923, #wrap-s-4cb19528-2f65-4a66-b0e7-23b941f27923 { display:none !important; }}







#s-4cb19528-2f65-4a66-b0e7-23b941f27923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cb19528-2f65-4a66-b0e7-23b941f27923.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-dc4c3295-4775-42c4-abbe-1e4b57bfa880"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-ed99cc53-c770-487c-8643-24a5876bf124 {
  text-align: center;
}




  #s-ed99cc53-c770-487c-8643-24a5876bf124 img.shogun-image {
    
    width: px;
  }


#s-ed99cc53-c770-487c-8643-24a5876bf124 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-afe9bd59-7d73-46cb-8329-d34ed0bd73c1 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-afe9bd59-7d73-46cb-8329-d34ed0bd73c1 img.shogun-image {
    
    width: px;
  }


#s-afe9bd59-7d73-46cb-8329-d34ed0bd73c1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-81eca1aa-4501-4a49-9098-dc40e3783291 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-81eca1aa-4501-4a49-9098-dc40e3783291 img.shogun-image {
    
    width: px;
  }


#s-81eca1aa-4501-4a49-9098-dc40e3783291 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0753065e-e69d-48c3-96c1-a546ad3583c3 {
  padding-top: 10px;
padding-left: 10px;
}

#s-466f531b-7569-41ab-b57c-bfb1c9592499 {
  display: none;
}
#s-101bd632-65de-4f1b-a71f-d7eace800f1c {
  padding-left: 10px;
text-align: left;
}

#s-101bd632-65de-4f1b-a71f-d7eace800f1c .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-101bd632-65de-4f1b-a71f-d7eace800f1c .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-101bd632-65de-4f1b-a71f-d7eace800f1c .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-1e226cb5-fd92-462a-91e5-d39e54b1aae2 {
  text-align: center;
}




  #s-1e226cb5-fd92-462a-91e5-d39e54b1aae2 img.shogun-image {
    
    width: px;
  }


#s-1e226cb5-fd92-462a-91e5-d39e54b1aae2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-942cebce-cdc0-4dff-adac-ce6782d87eba {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-942cebce-cdc0-4dff-adac-ce6782d87eba img.shogun-image {
    
    width: px;
  }


#s-942cebce-cdc0-4dff-adac-ce6782d87eba .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-70000bce-6571-4299-8b3a-f69f9e4495db {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-70000bce-6571-4299-8b3a-f69f9e4495db img.shogun-image {
    
    width: px;
  }


#s-70000bce-6571-4299-8b3a-f69f9e4495db .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cd4d05e4-72e0-444f-b73f-7cd5d3502c3a {
  padding-top: 10px;
padding-left: 10px;
}

#s-022d3783-0fa2-4175-8e1c-6a0373f77824 {
  display: none;
}
#s-69e3a61f-6b2d-4361-918d-85eb979c1bb8 {
  padding-left: 10px;
text-align: left;
}

#s-69e3a61f-6b2d-4361-918d-85eb979c1bb8 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-69e3a61f-6b2d-4361-918d-85eb979c1bb8 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-69e3a61f-6b2d-4361-918d-85eb979c1bb8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-ac1f7690-4005-4975-b481-5cf8441a2cff {
  text-align: center;
}




  #s-ac1f7690-4005-4975-b481-5cf8441a2cff img.shogun-image {
    
    width: px;
  }


#s-ac1f7690-4005-4975-b481-5cf8441a2cff .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-79f14970-421d-4a8a-bb98-c5d06b289b82 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-79f14970-421d-4a8a-bb98-c5d06b289b82 img.shogun-image {
    
    width: px;
  }


#s-79f14970-421d-4a8a-bb98-c5d06b289b82 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1da6ffee-fe5d-4f57-8a5a-e9cad2b13b63 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-1da6ffee-fe5d-4f57-8a5a-e9cad2b13b63 img.shogun-image {
    
    width: px;
  }


#s-1da6ffee-fe5d-4f57-8a5a-e9cad2b13b63 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4b330d76-cfc6-4adf-80fe-5373d32e3b6c {
  padding-top: 10px;
padding-left: 10px;
}

#s-8bb8bed5-bd7d-49b6-93ec-35c8e55e1af4 {
  display: none;
}
#s-8b44c90d-c77e-4b0c-89af-12c837ae8ed1 {
  padding-left: 10px;
text-align: left;
}

#s-8b44c90d-c77e-4b0c-89af-12c837ae8ed1 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-8b44c90d-c77e-4b0c-89af-12c837ae8ed1 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-8b44c90d-c77e-4b0c-89af-12c837ae8ed1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-ca216ad3-9d0a-4e6e-8a6a-7e97d5580032 {
  text-align: center;
}




  #s-ca216ad3-9d0a-4e6e-8a6a-7e97d5580032 img.shogun-image {
    
    width: px;
  }


#s-ca216ad3-9d0a-4e6e-8a6a-7e97d5580032 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1da1cd8c-eb21-43a2-beff-304a03e50848 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-1da1cd8c-eb21-43a2-beff-304a03e50848 img.shogun-image {
    
    width: px;
  }


#s-1da1cd8c-eb21-43a2-beff-304a03e50848 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-911fb6fd-7c34-4b53-aeee-f04c7c79e580 {
  padding-top: 10px;
padding-left: 10px;
}

#s-94272927-443a-4392-87d6-876b7f050191 {
  display: none;
}
#s-ce003df8-e9e8-4a32-979c-a5ab7171f222 {
  padding-left: 10px;
text-align: left;
}

#s-ce003df8-e9e8-4a32-979c-a5ab7171f222 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-ce003df8-e9e8-4a32-979c-a5ab7171f222 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-ce003df8-e9e8-4a32-979c-a5ab7171f222 .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-08f05cba-956c-48cb-95ff-afc51624a9c7 {
  padding-left: 10px;
}

#s-4a3818aa-6454-4543-bc16-2e9bd6633c53 {
  padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1920px;
}
@media (min-width: 1200px){#s-4a3818aa-6454-4543-bc16-2e9bd6633c53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a3818aa-6454-4543-bc16-2e9bd6633c53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a3818aa-6454-4543-bc16-2e9bd6633c53 {
  
}
}@media (max-width: 767px){#s-4a3818aa-6454-4543-bc16-2e9bd6633c53 {
  display: none;
}
#s-4a3818aa-6454-4543-bc16-2e9bd6633c53, #wrap-s-4a3818aa-6454-4543-bc16-2e9bd6633c53 { display:none !important; }}







#s-4a3818aa-6454-4543-bc16-2e9bd6633c53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a3818aa-6454-4543-bc16-2e9bd6633c53.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fa77b25-beeb-4f7b-8abe-e63d77bdcc59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-65c22b79-9224-493f-b1e2-6adefead4501 {
  text-align: center;
}




  #s-65c22b79-9224-493f-b1e2-6adefead4501 img.shogun-image {
    
    width: px;
  }


#s-65c22b79-9224-493f-b1e2-6adefead4501 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c190cd85-7a50-4b7d-8e3c-16c1dc644a78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cffeb15a-0382-4c6e-861e-8734f9a5e5e8 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-cffeb15a-0382-4c6e-861e-8734f9a5e5e8 img.shogun-image {
    
    width: px;
  }


#s-cffeb15a-0382-4c6e-861e-8734f9a5e5e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4f1f5d2-1736-4a64-83e0-608ce67fc471 {
  padding-top: 10px;
padding-left: 10px;
}

#s-513c54cb-721c-45c0-840c-7881dacb5c5e {
  display: none;
}
#s-8067aa65-5639-4f44-99b4-39ad71ae01ea {
  padding-left: 10px;
text-align: left;
}

#s-8067aa65-5639-4f44-99b4-39ad71ae01ea .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-8067aa65-5639-4f44-99b4-39ad71ae01ea .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-8067aa65-5639-4f44-99b4-39ad71ae01ea .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-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5f07defa-e388-4cde-8f9c-fe14aeb3a86e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1b6ecf50-bcaf-4652-b67e-2fe1d9215cb4 {
  text-align: center;
}




  #s-1b6ecf50-bcaf-4652-b67e-2fe1d9215cb4 img.shogun-image {
    
    width: px;
  }


#s-1b6ecf50-bcaf-4652-b67e-2fe1d9215cb4 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7437975d-842f-4a98-a3a6-7e7440535fd2 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-7437975d-842f-4a98-a3a6-7e7440535fd2 img.shogun-image {
    
    width: px;
  }


#s-7437975d-842f-4a98-a3a6-7e7440535fd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-200c711b-d331-4a82-aa71-a9c56a2a5cc0 {
  padding-top: 10px;
padding-left: 10px;
}

#s-5d122f51-1c47-47e0-af96-9928b5cc6c89 {
  display: none;
}
#s-6f747e9c-4b71-4219-9672-1766e960ac2e {
  padding-left: 10px;
text-align: left;
}

#s-6f747e9c-4b71-4219-9672-1766e960ac2e .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-6f747e9c-4b71-4219-9672-1766e960ac2e .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-6f747e9c-4b71-4219-9672-1766e960ac2e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-667f2832-f417-4f31-9043-52283a0034fe {
  text-align: center;
}




  #s-667f2832-f417-4f31-9043-52283a0034fe img.shogun-image {
    
    width: px;
  }


#s-667f2832-f417-4f31-9043-52283a0034fe .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bb84959f-116e-4b8a-8c33-579334014638 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-bb84959f-116e-4b8a-8c33-579334014638 img.shogun-image {
    
    width: px;
  }


#s-bb84959f-116e-4b8a-8c33-579334014638 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6b52408c-4097-4b86-bd43-1c80db006620 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-6b52408c-4097-4b86-bd43-1c80db006620 img.shogun-image {
    
    width: px;
  }


#s-6b52408c-4097-4b86-bd43-1c80db006620 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-55124311-8279-4fe7-b9d4-a492a59d16e7 {
  padding-top: 10px;
padding-left: 10px;
}

#s-1df6c97b-4002-4c11-92c6-965d822fc045 {
  display: none;
}
#s-57b03d91-eee6-450d-957b-12c4f99cf2a8 {
  padding-left: 10px;
text-align: left;
}

#s-57b03d91-eee6-450d-957b-12c4f99cf2a8 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-57b03d91-eee6-450d-957b-12c4f99cf2a8 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-57b03d91-eee6-450d-957b-12c4f99cf2a8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-75246093-7e43-46be-826b-2e732de5aa54 {
  padding-top: 45px;
}

@media (min-width: 0px) {
[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75246093-7e43-46be-826b-2e732de5aa54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a0ad4a92-1ca3-4c2c-8c27-3dde9482fa21 {
  text-align: center;
}




  #s-a0ad4a92-1ca3-4c2c-8c27-3dde9482fa21 img.shogun-image {
    
    width: px;
  }


#s-a0ad4a92-1ca3-4c2c-8c27-3dde9482fa21 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d5f330b8-7723-4118-8831-739b13bca265 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-d5f330b8-7723-4118-8831-739b13bca265 img.shogun-image {
    
    width: px;
  }


#s-d5f330b8-7723-4118-8831-739b13bca265 .shogun-image-content {
  
    align-items: center;
  
}

#s-3774cbf4-3fdb-4ea7-9ad6-c7207d93af9c {
  padding-top: 10px;
padding-left: 10px;
}

#s-266c341a-3883-45f3-b2d9-c6609a292d08 {
  display: none;
}
#s-9d59e7bd-1b1b-4dcd-b225-6bcd29765779 {
  padding-left: 10px;
text-align: left;
}

#s-9d59e7bd-1b1b-4dcd-b225-6bcd29765779 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-9d59e7bd-1b1b-4dcd-b225-6bcd29765779 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-9d59e7bd-1b1b-4dcd-b225-6bcd29765779 .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-d040f637-5a6e-4d90-a43d-d23396308371 {
  text-align: center;
}




  #s-d040f637-5a6e-4d90-a43d-d23396308371 img.shogun-image {
    
    width: px;
  }


#s-d040f637-5a6e-4d90-a43d-d23396308371 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a8f71e83-c204-4887-8f52-c9311a59884f {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a8f71e83-c204-4887-8f52-c9311a59884f img.shogun-image {
    
    width: px;
  }


#s-a8f71e83-c204-4887-8f52-c9311a59884f .shogun-image-content {
  
    align-items: center;
  
}

#s-dd845c72-5e94-4b14-bc41-f9e953664ec0 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-dd845c72-5e94-4b14-bc41-f9e953664ec0 img.shogun-image {
    
    width: px;
  }


#s-dd845c72-5e94-4b14-bc41-f9e953664ec0 .shogun-image-content {
  
    align-items: center;
  
}

#s-20521af5-9afd-489b-a4e9-adb6495bc7ed {
  padding-top: 10px;
padding-left: 10px;
}

#s-a6336b61-9f19-4298-b547-f02d0aefbcf7 {
  display: none;
}
#s-54d324d5-b020-454d-b331-d2692122f253 {
  padding-left: 10px;
text-align: left;
}

#s-54d324d5-b020-454d-b331-d2692122f253 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-54d324d5-b020-454d-b331-d2692122f253 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-54d324d5-b020-454d-b331-d2692122f253 .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-12beae30-62ce-4d05-bb81-339b323219d9 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-12beae30-62ce-4d05-bb81-339b323219d9 {
  display: none;
}
#s-12beae30-62ce-4d05-bb81-339b323219d9, #wrap-s-12beae30-62ce-4d05-bb81-339b323219d9 { display:none !important; }}







#s-12beae30-62ce-4d05-bb81-339b323219d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12beae30-62ce-4d05-bb81-339b323219d9.shg-box.shg-c {
  justify-content: center;
}

#s-213a8abc-ba0e-4eb1-9d31-e597758cadd2 {
  padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-213a8abc-ba0e-4eb1-9d31-e597758cadd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-fdbbf958-c0fb-459f-9f45-38fd3f7a46c3 {
  text-align: center;
}




  #s-fdbbf958-c0fb-459f-9f45-38fd3f7a46c3 img.shogun-image {
    
    width: px;
  }


#s-fdbbf958-c0fb-459f-9f45-38fd3f7a46c3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3ed8c31a-93a9-439f-b206-c9f9ee3b520c {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-3ed8c31a-93a9-439f-b206-c9f9ee3b520c img.shogun-image {
    
    width: px;
  }


#s-3ed8c31a-93a9-439f-b206-c9f9ee3b520c .shogun-image-content {
  
    align-items: center;
  
}

#s-55fa571d-1b0e-494f-80d9-7d0306a11f0c {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-55fa571d-1b0e-494f-80d9-7d0306a11f0c img.shogun-image {
    
    width: px;
  }


#s-55fa571d-1b0e-494f-80d9-7d0306a11f0c .shogun-image-content {
  
    align-items: center;
  
}

#s-38511b01-a6b9-42f7-83d6-b53166faca8c {
  padding-top: 10px;
padding-left: 10px;
}

#s-a6bd857c-7807-480b-b480-bf6bff8443a7 {
  display: none;
}
#s-de608e44-d98a-445f-9652-aa13578e0bb0 {
  padding-left: 10px;
text-align: left;
}

#s-de608e44-d98a-445f-9652-aa13578e0bb0 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-de608e44-d98a-445f-9652-aa13578e0bb0 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-de608e44-d98a-445f-9652-aa13578e0bb0 .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-0f62cf0f-b5b0-4f4b-bb69-0677ad0ed88b {
  padding-left: 10px;
}

#s-4b8bae98-7a5b-43c5-9a12-1b1d04bd8d7d {
  text-align: center;
}




  #s-4b8bae98-7a5b-43c5-9a12-1b1d04bd8d7d img.shogun-image {
    
    width: px;
  }


#s-4b8bae98-7a5b-43c5-9a12-1b1d04bd8d7d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-104eb319-afd4-43f5-a138-42235fd6668e {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-104eb319-afd4-43f5-a138-42235fd6668e img.shogun-image {
    
    width: px;
  }


#s-104eb319-afd4-43f5-a138-42235fd6668e .shogun-image-content {
  
    align-items: center;
  
}

#s-c4648884-e938-4515-9fbb-f3fbb3146e0c {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-c4648884-e938-4515-9fbb-f3fbb3146e0c img.shogun-image {
    
    width: px;
  }


#s-c4648884-e938-4515-9fbb-f3fbb3146e0c .shogun-image-content {
  
    align-items: center;
  
}

#s-7e73f05f-3e60-4f59-9c8b-ecd9f8c849f6 {
  padding-top: 10px;
padding-left: 10px;
}

#s-cb84b86e-77e8-426d-a36f-5c8c69f12ddf {
  display: none;
}
#s-e624825d-0ddf-4d2f-a40c-e0e49096ce46 {
  padding-left: 10px;
text-align: left;
}

#s-e624825d-0ddf-4d2f-a40c-e0e49096ce46 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-e624825d-0ddf-4d2f-a40c-e0e49096ce46 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-e624825d-0ddf-4d2f-a40c-e0e49096ce46 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-56f55987-84ee-4b05-9f99-8bbec6cad23b {
  text-align: center;
}




  #s-56f55987-84ee-4b05-9f99-8bbec6cad23b img.shogun-image {
    
    width: px;
  }


#s-56f55987-84ee-4b05-9f99-8bbec6cad23b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-fb08204c-c63d-41fb-8150-66f9537e1e09 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-fb08204c-c63d-41fb-8150-66f9537e1e09 img.shogun-image {
    
    width: px;
  }


#s-fb08204c-c63d-41fb-8150-66f9537e1e09 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec38fd03-e4b6-40e6-9805-20dd75e6535d {
  padding-top: 10px;
padding-left: 10px;
}

#s-1fc6b401-af2f-43af-a349-fb3f707e35d8 {
  display: none;
}
#s-e1a11fda-0423-4285-8109-29194ed50474 {
  padding-left: 10px;
text-align: left;
}

#s-e1a11fda-0423-4285-8109-29194ed50474 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-e1a11fda-0423-4285-8109-29194ed50474 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-e1a11fda-0423-4285-8109-29194ed50474 .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-3814966a-19a0-47eb-a91d-942bcc2c666b {
  text-align: center;
}




  #s-3814966a-19a0-47eb-a91d-942bcc2c666b img.shogun-image {
    
    width: px;
  }


#s-3814966a-19a0-47eb-a91d-942bcc2c666b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ff3772f0-ee04-4131-ae74-0695588b5b37 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ff3772f0-ee04-4131-ae74-0695588b5b37 img.shogun-image {
    
    width: px;
  }


#s-ff3772f0-ee04-4131-ae74-0695588b5b37 .shogun-image-content {
  
    align-items: center;
  
}

#s-96079962-a698-467c-9b8c-ee457eb3cfef {
  padding-top: 10px;
padding-left: 10px;
}

#s-ee3a51f1-1393-415d-8910-5015e34da912 {
  display: none;
}
#s-0477f1ef-5aad-4226-b6b6-3577f05e2bed {
  padding-left: 10px;
text-align: left;
}

#s-0477f1ef-5aad-4226-b6b6-3577f05e2bed .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-0477f1ef-5aad-4226-b6b6-3577f05e2bed .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-0477f1ef-5aad-4226-b6b6-3577f05e2bed .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-2567168f-d78f-410c-bdcf-d300ff4003c2 {
  padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2567168f-d78f-410c-bdcf-d300ff4003c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-0ee616d5-5e36-4408-935c-cb1562c1f66c {
  text-align: center;
}




  #s-0ee616d5-5e36-4408-935c-cb1562c1f66c img.shogun-image {
    
    width: px;
  }


#s-0ee616d5-5e36-4408-935c-cb1562c1f66c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2b0a650c-a48f-48e0-9502-7aa4364f7047 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-2b0a650c-a48f-48e0-9502-7aa4364f7047 img.shogun-image {
    
    width: px;
  }


#s-2b0a650c-a48f-48e0-9502-7aa4364f7047 .shogun-image-content {
  
    align-items: center;
  
}

#s-880bcbd9-1da3-47ea-a014-480ed58d9e6e {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-880bcbd9-1da3-47ea-a014-480ed58d9e6e img.shogun-image {
    
    width: px;
  }


#s-880bcbd9-1da3-47ea-a014-480ed58d9e6e .shogun-image-content {
  
    align-items: center;
  
}

#s-7823f46e-8b03-406b-8dba-685030417afd {
  padding-top: 10px;
padding-left: 10px;
}

#s-8d4dc86a-3602-4812-aa86-ada8c1c848ac {
  display: none;
}
#s-4be4895c-4858-46a6-9d24-1a4af948bbd6 {
  padding-left: 10px;
text-align: left;
}

#s-4be4895c-4858-46a6-9d24-1a4af948bbd6 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-4be4895c-4858-46a6-9d24-1a4af948bbd6 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-4be4895c-4858-46a6-9d24-1a4af948bbd6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-5f7883e0-fe27-48c6-abac-28483e0d836a {
  padding-left: 10px;
}

#s-9b3991d1-2ea5-42a3-9dd4-a10fa35a352b {
  text-align: center;
}




  #s-9b3991d1-2ea5-42a3-9dd4-a10fa35a352b img.shogun-image {
    
    width: px;
  }


#s-9b3991d1-2ea5-42a3-9dd4-a10fa35a352b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c8fa4b2c-8d22-4207-b317-59144aa4cf5a {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-c8fa4b2c-8d22-4207-b317-59144aa4cf5a img.shogun-image {
    
    width: px;
  }


#s-c8fa4b2c-8d22-4207-b317-59144aa4cf5a .shogun-image-content {
  
    align-items: center;
  
}

#s-6394070f-7f7a-4383-8ae5-356821d01acb {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-6394070f-7f7a-4383-8ae5-356821d01acb img.shogun-image {
    
    width: px;
  }


#s-6394070f-7f7a-4383-8ae5-356821d01acb .shogun-image-content {
  
    align-items: center;
  
}

#s-efdd3ba6-959a-461f-9f9c-67aa4fc4562c {
  padding-top: 10px;
padding-left: 10px;
}

#s-3b8e02cc-6038-4428-b91d-275125d3a590 {
  display: none;
}
#s-d49d59cc-fdb9-4f17-a5ac-7effa5683cef {
  padding-left: 10px;
text-align: left;
}

#s-d49d59cc-fdb9-4f17-a5ac-7effa5683cef .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-d49d59cc-fdb9-4f17-a5ac-7effa5683cef .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-d49d59cc-fdb9-4f17-a5ac-7effa5683cef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-382b2e49-0ca1-456c-a0dd-3ca276f1ac52 {
  padding-left: 10px;
}

#s-fd43f95c-28f3-4e0a-ad91-a7b79bb94230 {
  text-align: center;
}




  #s-fd43f95c-28f3-4e0a-ad91-a7b79bb94230 img.shogun-image {
    
    width: px;
  }


#s-fd43f95c-28f3-4e0a-ad91-a7b79bb94230 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-be4591ac-cf09-4263-bf44-3d7ebfba0f69 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-be4591ac-cf09-4263-bf44-3d7ebfba0f69 img.shogun-image {
    
    width: px;
  }


#s-be4591ac-cf09-4263-bf44-3d7ebfba0f69 .shogun-image-content {
  
    align-items: center;
  
}

#s-13804130-43d6-4ec7-9b66-3ec397a09c69 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-13804130-43d6-4ec7-9b66-3ec397a09c69 img.shogun-image {
    
    width: px;
  }


#s-13804130-43d6-4ec7-9b66-3ec397a09c69 .shogun-image-content {
  
    align-items: center;
  
}

#s-65dcc7da-f710-47ee-80a2-9d853431b32c {
  padding-top: 10px;
padding-left: 10px;
}

#s-e901323b-b00f-4e03-98e9-880d4527db81 {
  display: none;
}
#s-f05a97b8-6108-40f7-8e6b-2d7cbc920c30 {
  padding-left: 10px;
text-align: left;
}

#s-f05a97b8-6108-40f7-8e6b-2d7cbc920c30 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-f05a97b8-6108-40f7-8e6b-2d7cbc920c30 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-f05a97b8-6108-40f7-8e6b-2d7cbc920c30 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-20e31255-6f95-47d8-a9d7-76ae46818f21 {
  display: none;
}
#s-20e31255-6f95-47d8-a9d7-76ae46818f21, #wrap-s-20e31255-6f95-47d8-a9d7-76ae46818f21 { display:none !important; }}
#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 {
  min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 {
  display: none;
}
#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8, #wrap-s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 { display:none !important; }}







#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8.shg-box.shg-c {
  justify-content: center;
}

#s-20f19556-e2cd-450c-9922-b49d0ec820bf {
  min-height: 50px;
}
@media (max-width: 767px){#s-20f19556-e2cd-450c-9922-b49d0ec820bf {
  display: none;
}
#s-20f19556-e2cd-450c-9922-b49d0ec820bf, #wrap-s-20f19556-e2cd-450c-9922-b49d0ec820bf { display:none !important; }}







#s-20f19556-e2cd-450c-9922-b49d0ec820bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20f19556-e2cd-450c-9922-b49d0ec820bf.shg-box.shg-c {
  justify-content: center;
}

#s-593a1427-21e1-4371-864e-f340ad613ce8 {
  padding-top: 110px;
padding-left: 10px;
}

#s-f0eeb36e-c472-439e-bcd0-b287efe7d2fd {
  margin-top: -10px;
padding-bottom: 10px;
}

#s-f0eeb36e-c472-439e-bcd0-b287efe7d2fd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(48, 48, 48, 1);
}

#s-3ae87c77-cf91-4427-8e4a-d7c7a50a3ff1 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-3ae87c77-cf91-4427-8e4a-d7c7a50a3ff1 {
  display: none;
}
#s-3ae87c77-cf91-4427-8e4a-d7c7a50a3ff1, #wrap-s-3ae87c77-cf91-4427-8e4a-d7c7a50a3ff1 { display:none !important; }}







#s-3ae87c77-cf91-4427-8e4a-d7c7a50a3ff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ae87c77-cf91-4427-8e4a-d7c7a50a3ff1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-f935adfc-b80f-418b-91c2-e8b732b2c9e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-e2dd4fef-4514-4cab-a5b8-c6b145c46845 {
  text-align: center;
}




  #s-e2dd4fef-4514-4cab-a5b8-c6b145c46845 img.shogun-image {
    
    width: px;
  }


#s-e2dd4fef-4514-4cab-a5b8-c6b145c46845 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e6ed1fda-98b9-4eba-964b-8ed12b3dec86 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-e6ed1fda-98b9-4eba-964b-8ed12b3dec86 img.shogun-image {
    
    width: px;
  }


#s-e6ed1fda-98b9-4eba-964b-8ed12b3dec86 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-229cb79a-9cc2-48e8-bf66-8be9505a9b4a {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-229cb79a-9cc2-48e8-bf66-8be9505a9b4a img.shogun-image {
    
    width: px;
  }


#s-229cb79a-9cc2-48e8-bf66-8be9505a9b4a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-df165ab8-8e48-4d36-9971-f25297d57d5c {
  padding-top: 10px;
padding-left: 10px;
}

#s-98f67c45-7e3e-478e-bec6-207eaddd4569 {
  display: none;
}
#s-1b3d80dd-df46-48d1-a338-3d8842bc0429 {
  padding-left: 10px;
text-align: left;
}

#s-1b3d80dd-df46-48d1-a338-3d8842bc0429 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-1b3d80dd-df46-48d1-a338-3d8842bc0429 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-1b3d80dd-df46-48d1-a338-3d8842bc0429 .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-4685180c-8323-48ec-8d7a-c7b764892c03 {
  text-align: center;
}




  #s-4685180c-8323-48ec-8d7a-c7b764892c03 img.shogun-image {
    
    width: px;
  }


#s-4685180c-8323-48ec-8d7a-c7b764892c03 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a3b561ab-f5a6-4bdf-aaa8-e1d4ad55fbdf {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a3b561ab-f5a6-4bdf-aaa8-e1d4ad55fbdf img.shogun-image {
    
    width: px;
  }


#s-a3b561ab-f5a6-4bdf-aaa8-e1d4ad55fbdf .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bc4b6fad-c791-45bc-97dc-c746547d477c {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-bc4b6fad-c791-45bc-97dc-c746547d477c img.shogun-image {
    
    width: px;
  }


#s-bc4b6fad-c791-45bc-97dc-c746547d477c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-475239d2-e71f-4d34-b888-ee8c05fe703f {
  padding-top: 10px;
padding-left: 10px;
}

#s-ae9e8657-44be-40e8-8077-68a0f7f69727 {
  display: none;
}
#s-b9f6f872-c0ff-476a-b4d8-1685b3712298 {
  padding-left: 10px;
text-align: left;
}

#s-b9f6f872-c0ff-476a-b4d8-1685b3712298 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-b9f6f872-c0ff-476a-b4d8-1685b3712298 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-b9f6f872-c0ff-476a-b4d8-1685b3712298 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-11e06831-c13a-41c3-8538-efcfd02d6f0f {
  text-align: center;
}




  #s-11e06831-c13a-41c3-8538-efcfd02d6f0f img.shogun-image {
    
    width: px;
  }


#s-11e06831-c13a-41c3-8538-efcfd02d6f0f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b11dc3c0-183d-4437-925e-f63d1ee90c7c {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-b11dc3c0-183d-4437-925e-f63d1ee90c7c img.shogun-image {
    
    width: px;
  }


#s-b11dc3c0-183d-4437-925e-f63d1ee90c7c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-17af3fef-7a93-44f1-a71a-699461c3ed13 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-17af3fef-7a93-44f1-a71a-699461c3ed13 img.shogun-image {
    
    width: px;
  }


#s-17af3fef-7a93-44f1-a71a-699461c3ed13 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a3070f28-b59b-461d-aefe-8ad2388bca84 {
  padding-top: 10px;
padding-left: 10px;
}

#s-3f86788b-221c-4be9-a112-d0a2c21d2cf2 {
  display: none;
}
#s-1a792917-9d74-4ed7-93bd-eaa2f01121ac {
  padding-left: 10px;
text-align: left;
}

#s-1a792917-9d74-4ed7-93bd-eaa2f01121ac .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-1a792917-9d74-4ed7-93bd-eaa2f01121ac .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-1a792917-9d74-4ed7-93bd-eaa2f01121ac .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-d207a1f8-a92d-42f3-b516-dc431eb9caba {
  text-align: center;
}




  #s-d207a1f8-a92d-42f3-b516-dc431eb9caba img.shogun-image {
    
    width: px;
  }


#s-d207a1f8-a92d-42f3-b516-dc431eb9caba .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b7a4441a-9ab6-48e8-bb3c-b961966eec4b {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-b7a4441a-9ab6-48e8-bb3c-b961966eec4b img.shogun-image {
    
    width: px;
  }


#s-b7a4441a-9ab6-48e8-bb3c-b961966eec4b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bc9033fa-9cfc-4550-9ec9-b08815f90aa2 {
  padding-top: 10px;
padding-left: 10px;
}

#s-f239e696-6b48-4a3e-8c0c-b3f4a3c68dce {
  display: none;
}
#s-b07fe033-28c1-4837-b141-359f2924e221 {
  padding-left: 10px;
text-align: left;
}

#s-b07fe033-28c1-4837-b141-359f2924e221 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-b07fe033-28c1-4837-b141-359f2924e221 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-b07fe033-28c1-4837-b141-359f2924e221 .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-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 {
  padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 {
  display: none;
}
#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595, #wrap-s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 { display:none !important; }}







#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e4a0c110-9543-42b6-b53d-00971f8d68d1 {
  text-align: center;
}




  #s-e4a0c110-9543-42b6-b53d-00971f8d68d1 img.shogun-image {
    
    width: px;
  }


#s-e4a0c110-9543-42b6-b53d-00971f8d68d1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d3b2832-008b-495e-be2d-4f0c3df4c587"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5d75de25-1189-453a-8245-3457b9a36096 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-5d75de25-1189-453a-8245-3457b9a36096 img.shogun-image {
    
    width: px;
  }


#s-5d75de25-1189-453a-8245-3457b9a36096 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bdba396-2930-4bfb-b34e-2c5bda0c7f1f {
  padding-top: 10px;
padding-left: 10px;
}

#s-9b9433a2-13eb-4efb-8a56-dea52d0743bf {
  display: none;
}
#s-92d6789c-dff1-4e2d-bbf5-5e84964d926b {
  padding-left: 10px;
text-align: left;
}

#s-92d6789c-dff1-4e2d-bbf5-5e84964d926b .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-92d6789c-dff1-4e2d-bbf5-5e84964d926b .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-92d6789c-dff1-4e2d-bbf5-5e84964d926b .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-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-32a5cb86-1378-44be-a14e-5af8c51dbd43 {
  text-align: center;
}




  #s-32a5cb86-1378-44be-a14e-5af8c51dbd43 img.shogun-image {
    
    width: px;
  }


#s-32a5cb86-1378-44be-a14e-5af8c51dbd43 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e0ab37e3-84b8-412c-b496-0eb37149b5d6 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-e0ab37e3-84b8-412c-b496-0eb37149b5d6 img.shogun-image {
    
    width: px;
  }


#s-e0ab37e3-84b8-412c-b496-0eb37149b5d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a57a0fe2-3715-4037-92ef-04cc409573e7 {
  padding-top: 10px;
padding-left: 10px;
}

#s-e848bb15-ae64-4331-b1f2-bc18090fcc4d {
  display: none;
}
#s-633ebd34-0576-4906-9315-58e8c58e6860 {
  padding-left: 10px;
text-align: left;
}

#s-633ebd34-0576-4906-9315-58e8c58e6860 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-633ebd34-0576-4906-9315-58e8c58e6860 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-633ebd34-0576-4906-9315-58e8c58e6860 .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-f6fac9f2-25ff-48d4-b955-2ee90db3979a {
  padding-left: 10px;
}

#s-da85fbf2-1c77-41ae-a3b2-d1af00bc801a {
  text-align: center;
}




  #s-da85fbf2-1c77-41ae-a3b2-d1af00bc801a img.shogun-image {
    
    width: px;
  }


#s-da85fbf2-1c77-41ae-a3b2-d1af00bc801a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7bd16de8-6b5e-46f2-8d6a-da95ae84affa {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-7bd16de8-6b5e-46f2-8d6a-da95ae84affa img.shogun-image {
    
    width: px;
  }


#s-7bd16de8-6b5e-46f2-8d6a-da95ae84affa .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1cca8795-af60-4674-81e1-7d2916cdeacc {
  padding-top: 10px;
padding-left: 10px;
}

#s-64b7b8bb-83fd-4c12-a24e-b3be56cf33f0 {
  display: none;
}
#s-63704bef-d5a4-4cb0-abfd-952880795127 {
  padding-left: 10px;
text-align: left;
}

#s-63704bef-d5a4-4cb0-abfd-952880795127 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-63704bef-d5a4-4cb0-abfd-952880795127 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-63704bef-d5a4-4cb0-abfd-952880795127 .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-f5d9e94c-1710-4068-b15f-0d9097da91a8 {
  padding-top: 45px;
}

@media (min-width: 0px) {
[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0e1f0c16-1735-44c7-b67f-1c1a77840e9a {
  text-align: center;
}




  #s-0e1f0c16-1735-44c7-b67f-1c1a77840e9a img.shogun-image {
    
    width: px;
  }


#s-0e1f0c16-1735-44c7-b67f-1c1a77840e9a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a187c5fc-1d4b-475f-8ddc-88b1f2906cc8 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a187c5fc-1d4b-475f-8ddc-88b1f2906cc8 img.shogun-image {
    
    width: px;
  }


#s-a187c5fc-1d4b-475f-8ddc-88b1f2906cc8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-51b0125c-a784-445e-93dc-15a416fd874f {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-51b0125c-a784-445e-93dc-15a416fd874f img.shogun-image {
    
    width: px;
  }


#s-51b0125c-a784-445e-93dc-15a416fd874f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6e9b339c-bbf6-47a5-b4d4-ddf46a1b243d {
  padding-top: 10px;
padding-left: 10px;
}

#s-e12898fd-f0e3-4535-9053-35797c67900b {
  display: none;
}
#s-7b04d7ad-a12d-4272-9909-32484488867e {
  padding-left: 10px;
text-align: left;
}

#s-7b04d7ad-a12d-4272-9909-32484488867e .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-7b04d7ad-a12d-4272-9909-32484488867e .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-7b04d7ad-a12d-4272-9909-32484488867e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-a4e9e687-c704-4231-85c9-3bed223193c4 {
  text-align: center;
}




  #s-a4e9e687-c704-4231-85c9-3bed223193c4 img.shogun-image {
    
    width: px;
  }


#s-a4e9e687-c704-4231-85c9-3bed223193c4 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-13dfdafb-bdc9-4dfc-9521-32ef3c35d6f8 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-13dfdafb-bdc9-4dfc-9521-32ef3c35d6f8 img.shogun-image {
    
    width: px;
  }


#s-13dfdafb-bdc9-4dfc-9521-32ef3c35d6f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e25e9967-3017-44f5-ae93-5f4158f2a727 {
  padding-top: 10px;
padding-left: 10px;
}

#s-628a7f21-ddc6-4202-98be-6c430ad8121a {
  display: none;
}
#s-2a2374e4-16c1-4fa5-8c9a-26f621ab229f {
  padding-left: 10px;
text-align: left;
}

#s-2a2374e4-16c1-4fa5-8c9a-26f621ab229f .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-2a2374e4-16c1-4fa5-8c9a-26f621ab229f .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-2a2374e4-16c1-4fa5-8c9a-26f621ab229f .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-17df32e1-fba4-4bbc-8646-11497378ca16 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-17df32e1-fba4-4bbc-8646-11497378ca16 {
  display: none;
}
#s-17df32e1-fba4-4bbc-8646-11497378ca16, #wrap-s-17df32e1-fba4-4bbc-8646-11497378ca16 { display:none !important; }}







#s-17df32e1-fba4-4bbc-8646-11497378ca16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17df32e1-fba4-4bbc-8646-11497378ca16.shg-box.shg-c {
  justify-content: center;
}

#s-1862d971-f32c-4a06-9ee9-6db4a786ab35 {
  padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1862d971-f32c-4a06-9ee9-6db4a786ab35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-6fc279da-b83c-4c8b-b4a2-488120ddbc78 {
  text-align: center;
}




  #s-6fc279da-b83c-4c8b-b4a2-488120ddbc78 img.shogun-image {
    
    width: px;
  }


#s-6fc279da-b83c-4c8b-b4a2-488120ddbc78 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1360b6c1-009e-4fe8-943f-d270a2faca16 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-1360b6c1-009e-4fe8-943f-d270a2faca16 img.shogun-image {
    
    width: px;
  }


#s-1360b6c1-009e-4fe8-943f-d270a2faca16 .shogun-image-content {
  
    align-items: center;
  
}

#s-f649fb41-3ad6-450c-b9ea-0f9eb63179bb {
  padding-top: 10px;
padding-left: 10px;
}

#s-39689a57-adc2-451c-9b4b-bb9375d0e7a6 {
  display: none;
}
#s-8c30e766-0be2-4530-83c6-bf8d8ffe99e2 {
  padding-left: 10px;
text-align: left;
}

#s-8c30e766-0be2-4530-83c6-bf8d8ffe99e2 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-8c30e766-0be2-4530-83c6-bf8d8ffe99e2 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-8c30e766-0be2-4530-83c6-bf8d8ffe99e2 .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-5af71b20-c0af-4a22-a9ff-aff172f7450d {
  text-align: center;
}




  #s-5af71b20-c0af-4a22-a9ff-aff172f7450d img.shogun-image {
    
    width: px;
  }


#s-5af71b20-c0af-4a22-a9ff-aff172f7450d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-33be2a30-7fbc-475a-a856-8d47b3beb7a4 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-33be2a30-7fbc-475a-a856-8d47b3beb7a4 img.shogun-image {
    
    width: px;
  }


#s-33be2a30-7fbc-475a-a856-8d47b3beb7a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-add1469a-ef58-4490-bc25-bfb83fbd2087 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-add1469a-ef58-4490-bc25-bfb83fbd2087 img.shogun-image {
    
    width: px;
  }


#s-add1469a-ef58-4490-bc25-bfb83fbd2087 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e476768-5a9e-402d-b0f9-5a40d08c2a10 {
  padding-top: 10px;
padding-left: 10px;
}

#s-22e50dc6-28a9-475f-a24a-98c6883c6989 {
  display: none;
}
#s-c5acba56-4336-46aa-858b-edf6de177417 {
  padding-left: 10px;
text-align: left;
}

#s-c5acba56-4336-46aa-858b-edf6de177417 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-c5acba56-4336-46aa-858b-edf6de177417 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-c5acba56-4336-46aa-858b-edf6de177417 .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-45ffe7bf-8756-44b9-8105-0e743eea7c34 {
  text-align: center;
}




  #s-45ffe7bf-8756-44b9-8105-0e743eea7c34 img.shogun-image {
    
    width: px;
  }


#s-45ffe7bf-8756-44b9-8105-0e743eea7c34 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ea1cc012-7d3a-43f6-9af1-0c79385b90d0 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ea1cc012-7d3a-43f6-9af1-0c79385b90d0 img.shogun-image {
    
    width: px;
  }


#s-ea1cc012-7d3a-43f6-9af1-0c79385b90d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f296c010-52ba-4fe3-8151-6da6c4255932 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-f296c010-52ba-4fe3-8151-6da6c4255932 img.shogun-image {
    
    width: px;
  }


#s-f296c010-52ba-4fe3-8151-6da6c4255932 .shogun-image-content {
  
    align-items: center;
  
}

#s-691c13dc-2dae-4a0e-8d74-dd61454b8255 {
  padding-top: 10px;
padding-left: 10px;
}

#s-e9f894a0-8e26-4b7e-be17-9fa0c1ad73d5 {
  display: none;
}
#s-32202250-67ab-4403-9d1e-fd324184a42b {
  padding-left: 10px;
text-align: left;
}

#s-32202250-67ab-4403-9d1e-fd324184a42b .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-32202250-67ab-4403-9d1e-fd324184a42b .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-32202250-67ab-4403-9d1e-fd324184a42b .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-8324ae89-5d98-4ced-bbc6-de2f477c70e8 {
  padding-left: 10px;
}

#s-974f559d-9881-4881-bf84-86f38512cff7 {
  text-align: center;
}




  #s-974f559d-9881-4881-bf84-86f38512cff7 img.shogun-image {
    
    width: px;
  }


#s-974f559d-9881-4881-bf84-86f38512cff7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ba05af4-998d-4a93-ad3f-e5d380a2d0d6 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-9ba05af4-998d-4a93-ad3f-e5d380a2d0d6 img.shogun-image {
    
    width: px;
  }


#s-9ba05af4-998d-4a93-ad3f-e5d380a2d0d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c49339c0-9c32-44ec-8a07-82f6f81cb77a {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-c49339c0-9c32-44ec-8a07-82f6f81cb77a img.shogun-image {
    
    width: px;
  }


#s-c49339c0-9c32-44ec-8a07-82f6f81cb77a .shogun-image-content {
  
    align-items: center;
  
}

#s-6a08ddde-61ff-4690-b81d-fb702b07a668 {
  padding-top: 10px;
padding-left: 10px;
}

#s-25dc0f2d-7c0f-4b50-8d70-3a62c998bf3e {
  display: none;
}
#s-bd3504a5-8e16-44ff-ba80-a25636960cea {
  padding-left: 10px;
text-align: left;
}

#s-bd3504a5-8e16-44ff-ba80-a25636960cea .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-bd3504a5-8e16-44ff-ba80-a25636960cea .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-bd3504a5-8e16-44ff-ba80-a25636960cea .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-44bc2464-f6e4-4712-8ef7-6ba3507826a7 {
  padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-44bc2464-f6e4-4712-8ef7-6ba3507826a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-3b48c698-6d91-4cdf-9f83-88a5a1aa00fd {
  text-align: center;
}




  #s-3b48c698-6d91-4cdf-9f83-88a5a1aa00fd img.shogun-image {
    
    width: px;
  }


#s-3b48c698-6d91-4cdf-9f83-88a5a1aa00fd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6771d4dd-c3e3-4aea-9021-3e8878e3db97 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-6771d4dd-c3e3-4aea-9021-3e8878e3db97 img.shogun-image {
    
    width: px;
  }


#s-6771d4dd-c3e3-4aea-9021-3e8878e3db97 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ce96207-c035-4497-a4dc-a74a30e681c3 {
  padding-top: 10px;
padding-left: 10px;
}

#s-7f1a6531-984e-48e6-88e9-05edfe49c86b {
  display: none;
}
#s-4755d1c2-c3a0-4395-9b54-5c0fdf10d28a {
  padding-left: 10px;
text-align: left;
}

#s-4755d1c2-c3a0-4395-9b54-5c0fdf10d28a .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-4755d1c2-c3a0-4395-9b54-5c0fdf10d28a .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-4755d1c2-c3a0-4395-9b54-5c0fdf10d28a .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-13291ad7-880d-45f6-b7ea-05c61e6e18ee {
  text-align: center;
}




  #s-13291ad7-880d-45f6-b7ea-05c61e6e18ee img.shogun-image {
    
    width: px;
  }


#s-13291ad7-880d-45f6-b7ea-05c61e6e18ee .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9473bf77-1dc2-47d7-b1cd-0a48e68544b0 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-9473bf77-1dc2-47d7-b1cd-0a48e68544b0 img.shogun-image {
    
    width: px;
  }


#s-9473bf77-1dc2-47d7-b1cd-0a48e68544b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-565d96fc-9680-4072-a898-d71c607f0d1d {
  padding-top: 10px;
padding-left: 10px;
}

#s-825576c4-f1a5-4e5b-b606-87e270013359 {
  display: none;
}
#s-9e74ac2f-d91c-4db2-b453-073b27a53962 {
  padding-left: 10px;
text-align: left;
}

#s-9e74ac2f-d91c-4db2-b453-073b27a53962 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-9e74ac2f-d91c-4db2-b453-073b27a53962 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-9e74ac2f-d91c-4db2-b453-073b27a53962 .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-744e7e4d-5f30-4b23-95b5-8a15ff2b63d7 {
  text-align: center;
}




  #s-744e7e4d-5f30-4b23-95b5-8a15ff2b63d7 img.shogun-image {
    
    width: px;
  }


#s-744e7e4d-5f30-4b23-95b5-8a15ff2b63d7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5eac4f0b-5d49-4bca-b82a-2a64e3bc68d7 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-5eac4f0b-5d49-4bca-b82a-2a64e3bc68d7 img.shogun-image {
    
    width: px;
  }


#s-5eac4f0b-5d49-4bca-b82a-2a64e3bc68d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e80f080a-0e7a-489e-82c5-7dc4b7090ff4 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-e80f080a-0e7a-489e-82c5-7dc4b7090ff4 img.shogun-image {
    
    width: px;
  }


#s-e80f080a-0e7a-489e-82c5-7dc4b7090ff4 .shogun-image-content {
  
    align-items: center;
  
}

#s-706ac108-6db7-4408-b153-227d81ea0b01 {
  padding-top: 10px;
padding-left: 10px;
}

#s-6c657acb-20f7-4e00-9a9a-ec8924066875 {
  display: none;
}
#s-1765783e-c8aa-43f2-9228-82c82f2cbcf8 {
  padding-left: 10px;
text-align: left;
}

#s-1765783e-c8aa-43f2-9228-82c82f2cbcf8 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-1765783e-c8aa-43f2-9228-82c82f2cbcf8 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-1765783e-c8aa-43f2-9228-82c82f2cbcf8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-28d2a4a2-5f00-484c-b992-edfaf205a0af {
  padding-left: 10px;
}

#s-1849d6c6-2443-4cbb-90d9-1a54a25c518a {
  text-align: center;
}




  #s-1849d6c6-2443-4cbb-90d9-1a54a25c518a img.shogun-image {
    
    width: px;
  }


#s-1849d6c6-2443-4cbb-90d9-1a54a25c518a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-511871cc-869d-4f0e-9410-fbeacc7308c4 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-511871cc-869d-4f0e-9410-fbeacc7308c4 img.shogun-image {
    
    width: px;
  }


#s-511871cc-869d-4f0e-9410-fbeacc7308c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-25dcfd09-6531-41ca-bae9-9d46ea324502 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-25dcfd09-6531-41ca-bae9-9d46ea324502 img.shogun-image {
    
    width: px;
  }


#s-25dcfd09-6531-41ca-bae9-9d46ea324502 .shogun-image-content {
  
    align-items: center;
  
}

#s-eeab56c2-dba8-4e00-b8ad-f774436c9040 {
  padding-top: 10px;
padding-left: 10px;
}

#s-2c538303-3a20-4465-bf2a-a247a875d183 {
  display: none;
}
#s-b2defa32-2a58-4c7a-843d-80bdde74c328 {
  padding-left: 10px;
text-align: left;
}

#s-b2defa32-2a58-4c7a-843d-80bdde74c328 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-b2defa32-2a58-4c7a-843d-80bdde74c328 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-b2defa32-2a58-4c7a-843d-80bdde74c328 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-e7adaa9b-f9de-4b51-b67a-c2014debb242 {
  padding-left: 10px;
}

#s-0414d6f8-0b90-4a41-aee5-ed6446573e81 {
  padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0414d6f8-0b90-4a41-aee5-ed6446573e81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-df915a77-c3f7-4124-a292-0d99d5372e70 {
  text-align: center;
}




  #s-df915a77-c3f7-4124-a292-0d99d5372e70 img.shogun-image {
    
    width: px;
  }


#s-df915a77-c3f7-4124-a292-0d99d5372e70 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-13e0fad2-ca45-4f5f-a689-a6761a08a4ef {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-13e0fad2-ca45-4f5f-a689-a6761a08a4ef img.shogun-image {
    
    width: px;
  }


#s-13e0fad2-ca45-4f5f-a689-a6761a08a4ef .shogun-image-content {
  
    align-items: center;
  
}

#s-ec698c8a-a485-4960-b814-49405f3ddb39 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ec698c8a-a485-4960-b814-49405f3ddb39 img.shogun-image {
    
    width: px;
  }


#s-ec698c8a-a485-4960-b814-49405f3ddb39 .shogun-image-content {
  
    align-items: center;
  
}

#s-162a51d6-4046-4c22-a2fd-f9813cb1ba11 {
  padding-top: 10px;
padding-left: 10px;
}

#s-f86d5b93-2f92-4cd9-a0f4-205bee6be4d9 {
  display: none;
}
#s-f580854d-a69f-4b34-a412-0ceb304e8af2 {
  padding-left: 10px;
text-align: left;
}

#s-f580854d-a69f-4b34-a412-0ceb304e8af2 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-f580854d-a69f-4b34-a412-0ceb304e8af2 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-f580854d-a69f-4b34-a412-0ceb304e8af2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  display: none;
}
#s-7f511937-95ce-4599-880d-ae2f4fe6397d, #wrap-s-7f511937-95ce-4599-880d-ae2f4fe6397d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  display: none;
}
#s-7f511937-95ce-4599-880d-ae2f4fe6397d, #wrap-s-7f511937-95ce-4599-880d-ae2f4fe6397d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  display: none;
}
#s-7f511937-95ce-4599-880d-ae2f4fe6397d, #wrap-s-7f511937-95ce-4599-880d-ae2f4fe6397d { display:none !important; }}







#s-7f511937-95ce-4599-880d-ae2f4fe6397d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f511937-95ce-4599-880d-ae2f4fe6397d.shg-box.shg-c {
  justify-content: center;
}

#s-2386efc9-7889-48e3-8f0a-dd9370a3501b {
  margin-top: -10px;
text-align: center;
}




  #s-2386efc9-7889-48e3-8f0a-dd9370a3501b img.shogun-image {
    
    width: px;
  }


#s-2386efc9-7889-48e3-8f0a-dd9370a3501b .shogun-image-content {
  
    align-items: center;
  
}

#s-53b2f026-b04c-472c-afbd-d922d378831f {
  border-style: solid;
margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 59, 59, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-53b2f026-b04c-472c-afbd-d922d378831f {
  display: none;
}
#s-53b2f026-b04c-472c-afbd-d922d378831f, #wrap-s-53b2f026-b04c-472c-afbd-d922d378831f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53b2f026-b04c-472c-afbd-d922d378831f {
  display: none;
}
#s-53b2f026-b04c-472c-afbd-d922d378831f, #wrap-s-53b2f026-b04c-472c-afbd-d922d378831f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53b2f026-b04c-472c-afbd-d922d378831f {
  display: none;
}
#s-53b2f026-b04c-472c-afbd-d922d378831f, #wrap-s-53b2f026-b04c-472c-afbd-d922d378831f { display:none !important; }}







#s-53b2f026-b04c-472c-afbd-d922d378831f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53b2f026-b04c-472c-afbd-d922d378831f.shg-box.shg-c {
  justify-content: center;
}

#s-46cd35d3-d9c7-42f1-abd6-2689981f346c {
  padding-top: 15px;
}

#s-f6c5aa2a-647a-49e3-86c8-c563e647011c {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f6c5aa2a-647a-49e3-86c8-c563e647011c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-582d4da8-8143-4762-940b-07719adaa696 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(117, 59, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-582d4da8-8143-4762-940b-07719adaa696:hover {border-radius: 3px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-582d4da8-8143-4762-940b-07719adaa696:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-582d4da8-8143-4762-940b-07719adaa696-btn-wrapper {
    text-align: center;
  }


#s-582d4da8-8143-4762-940b-07719adaa696.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-133246c2-48fd-45a7-8a1b-d50f449cc868 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(117, 59, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-133246c2-48fd-45a7-8a1b-d50f449cc868:hover {border-radius: 3px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-133246c2-48fd-45a7-8a1b-d50f449cc868:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-133246c2-48fd-45a7-8a1b-d50f449cc868-btn-wrapper {
    text-align: center;
  }


#s-133246c2-48fd-45a7-8a1b-d50f449cc868.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-5866ada7-de94-497c-a67e-00f6e75da84f {
  padding-top: 10px;
padding-bottom: 5px;
}

#s-1735db88-118e-46b5-a986-cc356be89366 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1735db88-118e-46b5-a986-cc356be89366 {
  display: none;
}
#s-1735db88-118e-46b5-a986-cc356be89366, #wrap-s-1735db88-118e-46b5-a986-cc356be89366 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1735db88-118e-46b5-a986-cc356be89366 {
  display: none;
}
#s-1735db88-118e-46b5-a986-cc356be89366, #wrap-s-1735db88-118e-46b5-a986-cc356be89366 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1735db88-118e-46b5-a986-cc356be89366 {
  display: none;
}
#s-1735db88-118e-46b5-a986-cc356be89366, #wrap-s-1735db88-118e-46b5-a986-cc356be89366 { display:none !important; }}







#s-1735db88-118e-46b5-a986-cc356be89366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1735db88-118e-46b5-a986-cc356be89366.shg-box.shg-c {
  justify-content: center;
}

#s-6e0f0f3c-ffe7-48ea-bca8-b948e4f20ac0 {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-24431586-cd64-4c2b-a471-d272d2ba8039 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODFmYmFkMTYtZmViNy00YTdkLWEwOWEtYWU4NGY2ZmVmOWU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzgxZmJhZDE2LWZlYjctNGE3ZC1hMDlhLWFlODRmNmZlZjllOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
min-height: 50px;
}
@media (min-width: 1200px){#s-24431586-cd64-4c2b-a471-d272d2ba8039 {
  display: none;
}
#s-24431586-cd64-4c2b-a471-d272d2ba8039, #wrap-s-24431586-cd64-4c2b-a471-d272d2ba8039 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24431586-cd64-4c2b-a471-d272d2ba8039 {
  display: none;
}
#s-24431586-cd64-4c2b-a471-d272d2ba8039, #wrap-s-24431586-cd64-4c2b-a471-d272d2ba8039 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24431586-cd64-4c2b-a471-d272d2ba8039 {
  display: none;
}
#s-24431586-cd64-4c2b-a471-d272d2ba8039, #wrap-s-24431586-cd64-4c2b-a471-d272d2ba8039 { display:none !important; }}







#s-24431586-cd64-4c2b-a471-d272d2ba8039 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24431586-cd64-4c2b-a471-d272d2ba8039.shg-box.shg-c {
  justify-content: 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-38b801a9-cd9d-48ae-859f-dca1f4640565 {
  padding-top: 60px;
text-align: center;
}




  #s-38b801a9-cd9d-48ae-859f-dca1f4640565 img.shogun-image {
    
    width: px;
  }


#s-38b801a9-cd9d-48ae-859f-dca1f4640565 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-99213512-56be-4976-935e-5ff85f475c01 {
  padding-top: 60px;
text-align: center;
}




  #s-99213512-56be-4976-935e-5ff85f475c01 img.shogun-image {
    
    width: px;
  }


#s-99213512-56be-4976-935e-5ff85f475c01 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-49ab74cf-3b97-46fa-bae7-7f11c70bcb2f {
  padding-top: 60px;
text-align: center;
}




  #s-49ab74cf-3b97-46fa-bae7-7f11c70bcb2f img.shogun-image {
    
    width: px;
  }


#s-49ab74cf-3b97-46fa-bae7-7f11c70bcb2f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-256aadf4-5c98-48ca-aecb-669340e714bd {
  padding-top: 60px;
text-align: center;
}




  #s-256aadf4-5c98-48ca-aecb-669340e714bd img.shogun-image {
    
    width: px;
  }


#s-256aadf4-5c98-48ca-aecb-669340e714bd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-05e64d2e-1226-4303-9205-32acb98a7672 {
  text-align: right;
}




  #s-05e64d2e-1226-4303-9205-32acb98a7672 img.shogun-image {
    
    width: px;
  }


#s-05e64d2e-1226-4303-9205-32acb98a7672 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a0a7de6-52de-4920-84e0-29020b0ad2b2 {
  padding-top: 60px;
text-align: center;
}




  #s-8a0a7de6-52de-4920-84e0-29020b0ad2b2 img.shogun-image {
    
    width: px;
  }


#s-8a0a7de6-52de-4920-84e0-29020b0ad2b2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c824f155-5f73-4472-8303-2751b5a3a87f {
  text-align: right;
}




  #s-c824f155-5f73-4472-8303-2751b5a3a87f img.shogun-image {
    
    width: px;
  }


#s-c824f155-5f73-4472-8303-2751b5a3a87f .shogun-image-content {
  
    align-items: center;
  
}

#s-706101d4-a9bd-4b58-a943-c868af40524f {
  padding-top: 60px;
text-align: center;
}




  #s-706101d4-a9bd-4b58-a943-c868af40524f img.shogun-image {
    
    width: px;
  }


#s-706101d4-a9bd-4b58-a943-c868af40524f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d7720715-2578-496f-98af-ecbe6a315b2b {
  text-align: center;
}




  #s-d7720715-2578-496f-98af-ecbe6a315b2b img.shogun-image {
    
    width: px;
  }


#s-d7720715-2578-496f-98af-ecbe6a315b2b .shogun-image-content {
  
    align-items: center;
  
}

#s-094c81d0-536f-4b3c-bd2b-fcb5d0747355 {
  padding-top: 60px;
text-align: center;
}




  #s-094c81d0-536f-4b3c-bd2b-fcb5d0747355 img.shogun-image {
    
    width: px;
  }


#s-094c81d0-536f-4b3c-bd2b-fcb5d0747355 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-75e9ba02-3562-473c-8108-0c5bb980a4e9 {
  padding-top: 60px;
text-align: center;
}




  #s-75e9ba02-3562-473c-8108-0c5bb980a4e9 img.shogun-image {
    
    width: px;
  }


#s-75e9ba02-3562-473c-8108-0c5bb980a4e9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6606501c-8958-4b7d-a67d-a375cf5638bc {
  text-align: right;
}




  #s-6606501c-8958-4b7d-a67d-a375cf5638bc img.shogun-image {
    
    width: px;
  }


#s-6606501c-8958-4b7d-a67d-a375cf5638bc .shogun-image-content {
  
    align-items: center;
  
}

#s-78e0cbdd-a11e-4337-9286-5ac58ec3bccc {
  padding-top: 60px;
text-align: center;
}




  #s-78e0cbdd-a11e-4337-9286-5ac58ec3bccc img.shogun-image {
    
    width: px;
  }


#s-78e0cbdd-a11e-4337-9286-5ac58ec3bccc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-486db4e8-6eb1-4b52-9406-ad97a4da743a {
  text-align: right;
}




  #s-486db4e8-6eb1-4b52-9406-ad97a4da743a img.shogun-image {
    
    width: px;
  }


#s-486db4e8-6eb1-4b52-9406-ad97a4da743a .shogun-image-content {
  
    align-items: center;
  
}

#s-2449fe5f-d0ce-4256-989b-f307a539fda4 {
  padding-top: 60px;
text-align: center;
}




  #s-2449fe5f-d0ce-4256-989b-f307a539fda4 img.shogun-image {
    
    width: px;
  }


#s-2449fe5f-d0ce-4256-989b-f307a539fda4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1d621674-40b2-4ecc-b4f7-49c05ba59ed6 {
  text-align: right;
}




  #s-1d621674-40b2-4ecc-b4f7-49c05ba59ed6 img.shogun-image {
    
    width: px;
  }


#s-1d621674-40b2-4ecc-b4f7-49c05ba59ed6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d52d1ad-b071-4a6a-b842-4784294f6283 {
  padding-top: 60px;
text-align: center;
}




  #s-5d52d1ad-b071-4a6a-b842-4784294f6283 img.shogun-image {
    
    width: px;
  }


#s-5d52d1ad-b071-4a6a-b842-4784294f6283 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c15206c6-e11b-4a11-ace8-e88b8800a0fd {
  text-align: right;
}




  #s-c15206c6-e11b-4a11-ace8-e88b8800a0fd img.shogun-image {
    
    width: px;
  }


#s-c15206c6-e11b-4a11-ace8-e88b8800a0fd .shogun-image-content {
  
    align-items: center;
  
}

#s-946452da-4a43-4968-9b8a-cb61176e6f9a {
  padding-top: 60px;
text-align: center;
}




  #s-946452da-4a43-4968-9b8a-cb61176e6f9a img.shogun-image {
    
    width: px;
  }


#s-946452da-4a43-4968-9b8a-cb61176e6f9a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-76f8ab48-e1e6-41ad-ad75-70b2ea086d6e {
  text-align: right;
}




  #s-76f8ab48-e1e6-41ad-ad75-70b2ea086d6e img.shogun-image {
    
    width: px;
  }


#s-76f8ab48-e1e6-41ad-ad75-70b2ea086d6e .shogun-image-content {
  
    align-items: center;
  
}

#s-1eb1512b-dbf7-4f84-b7aa-8a2655da89df {
  padding-top: 60px;
text-align: center;
}




  #s-1eb1512b-dbf7-4f84-b7aa-8a2655da89df img.shogun-image {
    
    width: px;
  }


#s-1eb1512b-dbf7-4f84-b7aa-8a2655da89df .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c8b89a27-7301-4a22-b307-f7c47c61482b {
  text-align: right;
}




  #s-c8b89a27-7301-4a22-b307-f7c47c61482b img.shogun-image {
    
    width: px;
  }


#s-c8b89a27-7301-4a22-b307-f7c47c61482b .shogun-image-content {
  
    align-items: center;
  
}

#s-8a42644c-4951-4128-bf24-9bc7a895e6f3 {
  padding-top: 60px;
text-align: center;
}




  #s-8a42644c-4951-4128-bf24-9bc7a895e6f3 img.shogun-image {
    
    width: px;
  }


#s-8a42644c-4951-4128-bf24-9bc7a895e6f3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-065e9539-b6b9-4fdf-ab0a-29490c400c92 {
  text-align: right;
}




  #s-065e9539-b6b9-4fdf-ab0a-29490c400c92 img.shogun-image {
    
    width: px;
  }


#s-065e9539-b6b9-4fdf-ab0a-29490c400c92 .shogun-image-content {
  
    align-items: center;
  
}

#s-92cc67db-6daa-414b-8280-fc200cd09244 {
  padding-top: 60px;
text-align: center;
}




  #s-92cc67db-6daa-414b-8280-fc200cd09244 img.shogun-image {
    
    width: px;
  }


#s-92cc67db-6daa-414b-8280-fc200cd09244 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6c013494-85c4-441b-b5b4-17e04ba3b7f5 {
  text-align: right;
}




  #s-6c013494-85c4-441b-b5b4-17e04ba3b7f5 img.shogun-image {
    
    width: px;
  }


#s-6c013494-85c4-441b-b5b4-17e04ba3b7f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-37aa9f35-527e-425d-9013-d08ad2a0ffa7 {
  padding-top: 60px;
text-align: center;
}




  #s-37aa9f35-527e-425d-9013-d08ad2a0ffa7 img.shogun-image {
    
    width: px;
  }


#s-37aa9f35-527e-425d-9013-d08ad2a0ffa7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f8f54043-c6cc-441a-aed9-9a50376aa786 {
  padding-top: 60px;
text-align: center;
}




  #s-f8f54043-c6cc-441a-aed9-9a50376aa786 img.shogun-image {
    
    width: px;
  }


#s-f8f54043-c6cc-441a-aed9-9a50376aa786 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9e108813-a59a-4389-95ee-98873a9e385a {
  text-align: right;
}




  #s-9e108813-a59a-4389-95ee-98873a9e385a img.shogun-image {
    
    width: px;
  }


#s-9e108813-a59a-4389-95ee-98873a9e385a .shogun-image-content {
  
    align-items: center;
  
}

#s-f5df421f-d2f0-4f17-9776-ef4a1b508cfc {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-72327de5-0ea7-435e-8740-4e51e67d6054 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-1ff1691d-8d2e-4780-9fca-3b36aa5db3e1 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-f762990a-85ef-4334-b9ae-73c4a0130bc1 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-a2175ab6-16b9-4be1-ab5c-a53a2ed4b9e8 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-7bae49c7-c1ec-4ffc-a946-1f768a28a310 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-29fd9a74-cdfa-4d78-ae3c-abe923cbd952 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-446ea844-298c-40bd-b9a1-4995b94fbc9c {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-061a69f7-dae3-4106-931c-437b48a4e536 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-3f718c49-5bf2-42e7-8639-6584d9cb74a6 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-4b6af8a6-e73c-42e9-abaf-7caf72b73649 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-8856387a-6085-4363-86fa-bb484502318c {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-40c5d600-36b7-413c-a6b2-9c67907bf837 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-854ddff9-67a6-4678-a3bf-52cd6121899e {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-a867aa46-0cee-4066-a4d3-527d0122f98a {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-a452dded-3c23-4017-bb3c-82f621024ebe {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-0fefdd59-d75f-4586-a5b5-77bf261881f2 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-c87ce017-f04c-4320-8e9a-24b03fafa621 {
  display: none;
}
#s-a32282fa-dffc-4475-b335-c71c2b9778c0 {
  padding-left: 20px;
text-align: left;
}

#s-a32282fa-dffc-4475-b335-c71c2b9778c0 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-a32282fa-dffc-4475-b335-c71c2b9778c0 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-a32282fa-dffc-4475-b335-c71c2b9778c0 .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-06e531b3-8ab5-47a2-8b4e-d2638184ef9f {
  display: none;
}
#s-d646ac2d-ca66-4cd1-aa12-52b33249e506 {
  padding-left: 20px;
text-align: left;
}

#s-d646ac2d-ca66-4cd1-aa12-52b33249e506 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-d646ac2d-ca66-4cd1-aa12-52b33249e506 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-d646ac2d-ca66-4cd1-aa12-52b33249e506 .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-eb6da825-3620-4017-9e76-97eedb175ed5 {
  display: none;
}
#s-8adfeb3e-eefc-4418-aa02-cde663a550e8 {
  padding-left: 20px;
text-align: left;
}

#s-8adfeb3e-eefc-4418-aa02-cde663a550e8 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-8adfeb3e-eefc-4418-aa02-cde663a550e8 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-8adfeb3e-eefc-4418-aa02-cde663a550e8 .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-fce70c5a-b90d-4ad4-a7f6-cf7ef30f041f {
  display: none;
}
#s-f726b069-bc7e-491a-9e71-b9100ac182a6 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-f726b069-bc7e-491a-9e71-b9100ac182a6 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-f726b069-bc7e-491a-9e71-b9100ac182a6 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-f726b069-bc7e-491a-9e71-b9100ac182a6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-b9748232-86ca-43f6-b294-238d766ddf57 {
  display: none;
}
#s-09849aad-0faf-4be7-9122-b1eaba37c545 {
  padding-left: 20px;
text-align: left;
}

#s-09849aad-0faf-4be7-9122-b1eaba37c545 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-09849aad-0faf-4be7-9122-b1eaba37c545 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-09849aad-0faf-4be7-9122-b1eaba37c545 .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-4f1359a9-daa7-4cc4-a6c9-95359847058b {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-4d4d47be-fb22-4a50-acd8-c4944596fe0e {
  display: none;
}
#s-be03e3d3-7a20-41c0-8b95-65eca04f468a {
  padding-left: 20px;
text-align: left;
}

#s-be03e3d3-7a20-41c0-8b95-65eca04f468a .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-be03e3d3-7a20-41c0-8b95-65eca04f468a .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-be03e3d3-7a20-41c0-8b95-65eca04f468a .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-06a72129-c7fa-4dbc-af98-33bbff961bc9 {
  display: none;
}
#s-69e17ba6-e996-4e9a-bcee-7d72dce544be {
  padding-left: 20px;
text-align: left;
}

#s-69e17ba6-e996-4e9a-bcee-7d72dce544be .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-69e17ba6-e996-4e9a-bcee-7d72dce544be .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-69e17ba6-e996-4e9a-bcee-7d72dce544be .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-f4f6f249-6962-4f4a-81b0-630941e1b8f6 {
  display: none;
}
#s-1e0cfeda-7d57-4a4a-85a2-d28518d83f72 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-1e0cfeda-7d57-4a4a-85a2-d28518d83f72 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-1e0cfeda-7d57-4a4a-85a2-d28518d83f72 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-1e0cfeda-7d57-4a4a-85a2-d28518d83f72 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-eed65b0f-e836-4c1e-9000-0f5e2d3c5b9f {
  display: none;
}
#s-1608e324-9bc6-4408-9fc3-cf0bae8f60e3 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-1608e324-9bc6-4408-9fc3-cf0bae8f60e3 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-1608e324-9bc6-4408-9fc3-cf0bae8f60e3 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-1608e324-9bc6-4408-9fc3-cf0bae8f60e3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-e04051e2-fd18-4793-82c1-5b56e67e4a81 {
  display: none;
}
#s-bb7427f1-fdc1-41ee-9720-562345f0f1cf {
  padding-left: 20px;
text-align: left;
}

#s-bb7427f1-fdc1-41ee-9720-562345f0f1cf .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-bb7427f1-fdc1-41ee-9720-562345f0f1cf .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-bb7427f1-fdc1-41ee-9720-562345f0f1cf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-90c55f7a-8947-4e56-9ebf-5b3dbfab66cf {
  display: none;
}
#s-a2a041cb-742b-4c44-989c-ff23a8c8e399 {
  padding-left: 20px;
text-align: left;
}

#s-a2a041cb-742b-4c44-989c-ff23a8c8e399 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-a2a041cb-742b-4c44-989c-ff23a8c8e399 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-a2a041cb-742b-4c44-989c-ff23a8c8e399 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-b2067861-b4bf-4a96-85f9-75fb0f027f8d {
  display: none;
}
#s-b859460b-6e41-49de-929f-90b76e894caa {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-b859460b-6e41-49de-929f-90b76e894caa .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-b859460b-6e41-49de-929f-90b76e894caa .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-b859460b-6e41-49de-929f-90b76e894caa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-914aad73-24b7-4c80-b2a0-e9dd9de634d9 {
  display: none;
}
#s-a6fee93d-5e2f-4f30-b02f-09c163c3191b {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-a6fee93d-5e2f-4f30-b02f-09c163c3191b .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-a6fee93d-5e2f-4f30-b02f-09c163c3191b .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-a6fee93d-5e2f-4f30-b02f-09c163c3191b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-51658646-f7a4-4042-b1e5-5557fbc457b6 {
  display: none;
}
#s-c7ea47c0-31c9-43b1-8e35-177da12716bc {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-c7ea47c0-31c9-43b1-8e35-177da12716bc .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-c7ea47c0-31c9-43b1-8e35-177da12716bc .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-c7ea47c0-31c9-43b1-8e35-177da12716bc .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-147d5677-bbf2-4aa9-864e-33a0930085b7 {
  display: none;
}
#s-7430619b-0eb9-48ec-9947-8282f08290e0 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-7430619b-0eb9-48ec-9947-8282f08290e0 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-7430619b-0eb9-48ec-9947-8282f08290e0 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-7430619b-0eb9-48ec-9947-8282f08290e0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-8216b498-64bf-4103-bd3a-8686e21814d2 {
  display: none;
}
#s-4344a484-4ee2-45e5-b8bf-68c5e4f5a614 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-4344a484-4ee2-45e5-b8bf-68c5e4f5a614 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-4344a484-4ee2-45e5-b8bf-68c5e4f5a614 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-4344a484-4ee2-45e5-b8bf-68c5e4f5a614 .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-6a5335ad-eba6-445b-b021-60b25bdbabd4 {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-42280658-73ab-4730-a1eb-cbb5ab0ec9cf {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-a8f83bb2-d72d-46c4-ad75-8388caeaf96b {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f {
  display: none;
}
#s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f, #wrap-s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f {
  display: none;
}
#s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f, #wrap-s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f {
  display: none;
}
#s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f, #wrap-s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f { display:none !important; }}







#s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a56e5aec-ab23-4cc9-832f-12d12e15cd8f.shg-box.shg-c {
  justify-content: center;
}

#s-d7199ac5-302f-484e-b5c3-bfe74afd0278 {
  margin-left: 10px;
margin-bottom: -25px;
margin-right: 10px;
padding-bottom: 20px;
}

#s-d7199ac5-302f-484e-b5c3-bfe74afd0278 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(216, 216, 216, 1);
}

#s-c25e026b-4beb-43c2-a74a-b3d9509a65ab {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGYyZDQzZDUtY2Q3ZC00ZTliLWE2NzUtODYyYjI1ZTYxYTlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhmMmQ0M2Q1LWNkN2QtNGU5Yi1hNjc1LTg2MmIyNWU2MWE5YSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
min-height: 50px;
}
@media (min-width: 1200px){#s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c {
  display: none;
}
#s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c, #wrap-s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c {
  display: none;
}
#s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c, #wrap-s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c {
  display: none;
}
#s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c, #wrap-s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c { display:none !important; }}







#s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0398a2e-aa65-42d1-a477-cbb29b1ed83c.shg-box.shg-c {
  justify-content: center;
}

#s-a5b8ac52-2216-450c-92f3-d6b554e2551e {
  padding-bottom: 32px;
}

#s-5fa127a4-43e8-44da-9be9-7eba2855b43a {
  padding-top: 60px;
text-align: center;
}




  #s-5fa127a4-43e8-44da-9be9-7eba2855b43a img.shogun-image {
    
    width: px;
  }


#s-5fa127a4-43e8-44da-9be9-7eba2855b43a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-80c8bfd7-4bae-4391-970c-e9ffded556cc {
  padding-top: 60px;
text-align: center;
}




  #s-80c8bfd7-4bae-4391-970c-e9ffded556cc img.shogun-image {
    
    width: px;
  }


#s-80c8bfd7-4bae-4391-970c-e9ffded556cc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e89cc5e6-5de6-464e-910f-c2735fae0a2f {
  padding-top: 60px;
text-align: center;
}




  #s-e89cc5e6-5de6-464e-910f-c2735fae0a2f img.shogun-image {
    
    width: px;
  }


#s-e89cc5e6-5de6-464e-910f-c2735fae0a2f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e9be8a54-79bc-4251-9ccd-675ae3ccaed3 {
  padding-top: 60px;
text-align: center;
}




  #s-e9be8a54-79bc-4251-9ccd-675ae3ccaed3 img.shogun-image {
    
    width: px;
  }


#s-e9be8a54-79bc-4251-9ccd-675ae3ccaed3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0362ff52-dada-45ec-843e-2efc52d76b4d {
  padding-top: 60px;
text-align: center;
}




  #s-0362ff52-dada-45ec-843e-2efc52d76b4d img.shogun-image {
    
    width: px;
  }


#s-0362ff52-dada-45ec-843e-2efc52d76b4d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d444cb75-bbac-40b3-a0fc-cc852da2dc70 {
  text-align: center;
}




  #s-d444cb75-bbac-40b3-a0fc-cc852da2dc70 img.shogun-image {
    
    width: px;
  }


#s-d444cb75-bbac-40b3-a0fc-cc852da2dc70 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d7a25be-ebd1-4aa0-878e-0245cc2a5f63 {
  padding-top: 60px;
text-align: center;
}




  #s-5d7a25be-ebd1-4aa0-878e-0245cc2a5f63 img.shogun-image {
    
    width: px;
  }


#s-5d7a25be-ebd1-4aa0-878e-0245cc2a5f63 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1c0c450a-d354-4d4a-97e5-7833e10c7901 {
  text-align: right;
}




  #s-1c0c450a-d354-4d4a-97e5-7833e10c7901 img.shogun-image {
    
    width: px;
  }


#s-1c0c450a-d354-4d4a-97e5-7833e10c7901 .shogun-image-content {
  
    align-items: center;
  
}

#s-a35a7dfd-15d2-4f3c-ab79-69851ce30c0e {
  padding-top: 60px;
text-align: center;
}




  #s-a35a7dfd-15d2-4f3c-ab79-69851ce30c0e img.shogun-image {
    
    width: px;
  }


#s-a35a7dfd-15d2-4f3c-ab79-69851ce30c0e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2f7ccda4-fa14-4791-98ea-eba7cc38e109 {
  text-align: right;
}




  #s-2f7ccda4-fa14-4791-98ea-eba7cc38e109 img.shogun-image {
    
    width: px;
  }


#s-2f7ccda4-fa14-4791-98ea-eba7cc38e109 .shogun-image-content {
  
    align-items: center;
  
}

#s-fea337df-55af-44b6-b1d9-06c56069c709 {
  padding-top: 60px;
text-align: center;
}




  #s-fea337df-55af-44b6-b1d9-06c56069c709 img.shogun-image {
    
    width: px;
  }


#s-fea337df-55af-44b6-b1d9-06c56069c709 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3d5edbb0-72e9-4066-b01f-1ae2b32b0973 {
  text-align: right;
}




  #s-3d5edbb0-72e9-4066-b01f-1ae2b32b0973 img.shogun-image {
    
    width: px;
  }


#s-3d5edbb0-72e9-4066-b01f-1ae2b32b0973 .shogun-image-content {
  
    align-items: center;
  
}

#s-46e1b996-d6ec-4c96-8d71-7f26aa367df6 {
  padding-top: 60px;
text-align: center;
}




  #s-46e1b996-d6ec-4c96-8d71-7f26aa367df6 img.shogun-image {
    
    width: px;
  }


#s-46e1b996-d6ec-4c96-8d71-7f26aa367df6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-89bff95a-db07-403d-9962-8b1ead220cd8 {
  text-align: right;
}




  #s-89bff95a-db07-403d-9962-8b1ead220cd8 img.shogun-image {
    
    width: px;
  }


#s-89bff95a-db07-403d-9962-8b1ead220cd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c87b0036-63d4-409c-9ece-d8850fcba25a {
  padding-top: 60px;
text-align: center;
}




  #s-c87b0036-63d4-409c-9ece-d8850fcba25a img.shogun-image {
    
    width: px;
  }


#s-c87b0036-63d4-409c-9ece-d8850fcba25a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c9ea0dcf-16e3-4637-b0cc-bbaa0dd887e8 {
  padding-top: 60px;
text-align: center;
}




  #s-c9ea0dcf-16e3-4637-b0cc-bbaa0dd887e8 img.shogun-image {
    
    width: px;
  }


#s-c9ea0dcf-16e3-4637-b0cc-bbaa0dd887e8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2fbc0cbd-a982-4b14-9463-f074cb1f7c79 {
  padding-top: 60px;
text-align: center;
}




  #s-2fbc0cbd-a982-4b14-9463-f074cb1f7c79 img.shogun-image {
    
    width: px;
  }


#s-2fbc0cbd-a982-4b14-9463-f074cb1f7c79 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e4e6c523-203a-46f4-88cd-25e17bf1b4fe {
  text-align: right;
}




  #s-e4e6c523-203a-46f4-88cd-25e17bf1b4fe img.shogun-image {
    
    width: px;
  }


#s-e4e6c523-203a-46f4-88cd-25e17bf1b4fe .shogun-image-content {
  
    align-items: center;
  
}

#s-12372f84-40fa-4a8d-8b13-5e7209571783 {
  padding-top: 60px;
text-align: center;
}




  #s-12372f84-40fa-4a8d-8b13-5e7209571783 img.shogun-image {
    
    width: px;
  }


#s-12372f84-40fa-4a8d-8b13-5e7209571783 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1a687d80-45f2-42d4-856c-1620b6e0768a {
  text-align: right;
}




  #s-1a687d80-45f2-42d4-856c-1620b6e0768a img.shogun-image {
    
    width: px;
  }


#s-1a687d80-45f2-42d4-856c-1620b6e0768a .shogun-image-content {
  
    align-items: center;
  
}

#s-4e6e7a50-904c-41a2-803c-20652255f099 {
  padding-top: 60px;
text-align: center;
}




  #s-4e6e7a50-904c-41a2-803c-20652255f099 img.shogun-image {
    
    width: px;
  }


#s-4e6e7a50-904c-41a2-803c-20652255f099 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-03aa2504-c209-4d36-ad35-16bc20259b87 {
  text-align: right;
}




  #s-03aa2504-c209-4d36-ad35-16bc20259b87 img.shogun-image {
    
    width: px;
  }


#s-03aa2504-c209-4d36-ad35-16bc20259b87 .shogun-image-content {
  
    align-items: center;
  
}

#s-520e379a-18b0-4444-a545-e075ecbcb76a {
  padding-top: 60px;
text-align: center;
}




  #s-520e379a-18b0-4444-a545-e075ecbcb76a img.shogun-image {
    
    width: px;
  }


#s-520e379a-18b0-4444-a545-e075ecbcb76a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-81340c0e-9b7b-4dc8-be99-601769f687be {
  text-align: right;
}




  #s-81340c0e-9b7b-4dc8-be99-601769f687be img.shogun-image {
    
    width: px;
  }


#s-81340c0e-9b7b-4dc8-be99-601769f687be .shogun-image-content {
  
    align-items: center;
  
}

#s-e216ff88-04fb-4dd3-8d0e-ea77cf7099f7 {
  padding-top: 60px;
text-align: center;
}




  #s-e216ff88-04fb-4dd3-8d0e-ea77cf7099f7 img.shogun-image {
    
    width: px;
  }


#s-e216ff88-04fb-4dd3-8d0e-ea77cf7099f7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f67d6a38-7cff-4c72-9314-93759682a7e0 {
  padding-top: 60px;
text-align: center;
}




  #s-f67d6a38-7cff-4c72-9314-93759682a7e0 img.shogun-image {
    
    width: px;
  }


#s-f67d6a38-7cff-4c72-9314-93759682a7e0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-047e08e0-3e7b-4e3e-ac1c-c99ee7a6285b {
  text-align: right;
}




  #s-047e08e0-3e7b-4e3e-ac1c-c99ee7a6285b img.shogun-image {
    
    width: px;
  }


#s-047e08e0-3e7b-4e3e-ac1c-c99ee7a6285b .shogun-image-content {
  
    align-items: center;
  
}

#s-9cf21885-354e-47d9-ac15-312a40ecd658 {
  padding-top: 60px;
text-align: center;
}




  #s-9cf21885-354e-47d9-ac15-312a40ecd658 img.shogun-image {
    
    width: px;
  }


#s-9cf21885-354e-47d9-ac15-312a40ecd658 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f21e970c-4314-4adc-9ee0-8124c5290136 {
  text-align: right;
}




  #s-f21e970c-4314-4adc-9ee0-8124c5290136 img.shogun-image {
    
    width: px;
  }


#s-f21e970c-4314-4adc-9ee0-8124c5290136 .shogun-image-content {
  
    align-items: center;
  
}

#s-04efa86f-9d67-4c5a-af4f-796dee5702e6 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-e5084d35-435b-4bf9-9515-d37c5b03fdcb {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-3737b41d-4b8f-4576-8800-9f5446fbf357 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-14202627-f030-469f-9e1b-73d461ae73bd {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-f0bb9828-822c-4eb4-8c86-73a9e939353c {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-998d52d6-c972-4c03-bbe2-7344874113da {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-f99d11c7-cd38-4311-b943-1c9a814608bb {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-21610f17-2d5f-49fe-b2c2-fe86a2c6cbf0 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-9596c0b4-f9f7-45d0-a947-f26974cc7f7f {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-aee47a98-bbf9-4ba9-bfb0-6bec5da0e96b {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-398df982-8e32-40c5-abfd-0b46bffbc67d {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-cfb0cd3f-d270-483d-a41b-c2196639f6a1 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-465327ad-d154-4680-93bc-86a3afc65551 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-a41ff694-5e63-4d50-9b10-5ddbaeb11125 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-ce91b9a2-d31a-4c1f-87ea-b1eed5e96528 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-43ce3c9f-93a4-41b8-8c8f-7c252b31ec8c {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-653bda8c-e480-44c1-9aae-182072bffc87 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-447da5dc-c215-4a2f-a4f9-018d23a2a9f7 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-7b6da0e4-f545-4238-acbd-bcbde31662bb {
  display: none;
}
#s-af60e4b8-fa08-4002-b7ef-c2b74b3e0a44 {
  padding-left: 20px;
text-align: left;
}

#s-af60e4b8-fa08-4002-b7ef-c2b74b3e0a44 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-af60e4b8-fa08-4002-b7ef-c2b74b3e0a44 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-af60e4b8-fa08-4002-b7ef-c2b74b3e0a44 .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-1d03aada-bffe-4eb1-8588-df6a9a2352f5 {
  display: none;
}
#s-bb3f7666-34ea-454d-9396-314c4f7a2c92 {
  padding-left: 20px;
text-align: left;
}

#s-bb3f7666-34ea-454d-9396-314c4f7a2c92 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-bb3f7666-34ea-454d-9396-314c4f7a2c92 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-bb3f7666-34ea-454d-9396-314c4f7a2c92 .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-659d5749-942c-485f-8fb5-87c66ad8df40 {
  display: none;
}
#s-7e57bfff-16de-41d2-9ced-9ab7e56c0548 {
  padding-left: 20px;
text-align: left;
}

#s-7e57bfff-16de-41d2-9ced-9ab7e56c0548 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-7e57bfff-16de-41d2-9ced-9ab7e56c0548 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-7e57bfff-16de-41d2-9ced-9ab7e56c0548 .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-ea00e99d-9dbe-4395-a199-b9b13a44344e {
  display: none;
}
#s-4f860d1a-d57b-4d84-8b8b-24854bd540b7 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-4f860d1a-d57b-4d84-8b8b-24854bd540b7 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-4f860d1a-d57b-4d84-8b8b-24854bd540b7 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-4f860d1a-d57b-4d84-8b8b-24854bd540b7 .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-313819ed-6317-4e37-9543-80b839611f73 {
  display: none;
}
#s-b944ac18-4532-42ea-888a-f65155172a0e {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-b944ac18-4532-42ea-888a-f65155172a0e .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-b944ac18-4532-42ea-888a-f65155172a0e .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-b944ac18-4532-42ea-888a-f65155172a0e .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-47349d3f-aded-41bc-9c88-1d3b0b4f661b {
  display: none;
}
#s-7576fbd1-c9cb-4b81-ab52-3c344b4e4947 {
  padding-left: 20px;
text-align: left;
}

#s-7576fbd1-c9cb-4b81-ab52-3c344b4e4947 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-7576fbd1-c9cb-4b81-ab52-3c344b4e4947 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-7576fbd1-c9cb-4b81-ab52-3c344b4e4947 .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-5830189b-c78b-45b9-a76a-4d637f33bced {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-4e6d5980-f158-4cfb-9ed8-566336a8c948 {
  display: none;
}
#s-51d2b059-8f4f-42b4-9229-71cdc3d85ef9 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-51d2b059-8f4f-42b4-9229-71cdc3d85ef9 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-51d2b059-8f4f-42b4-9229-71cdc3d85ef9 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-51d2b059-8f4f-42b4-9229-71cdc3d85ef9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-291b3e20-ac0f-4981-b856-ad960451f521 {
  display: none;
}
#s-7e572a1b-1163-4040-b41e-ea5bffd3c5e1 {
  padding-left: 20px;
text-align: left;
}

#s-7e572a1b-1163-4040-b41e-ea5bffd3c5e1 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-7e572a1b-1163-4040-b41e-ea5bffd3c5e1 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-7e572a1b-1163-4040-b41e-ea5bffd3c5e1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-aee215d2-79ba-438f-9616-1e1fb58336b1 {
  display: none;
}
#s-e4fd07ab-d066-4ef2-8435-d7d4b3bf1e5b {
  padding-left: 20px;
text-align: left;
}

#s-e4fd07ab-d066-4ef2-8435-d7d4b3bf1e5b .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-e4fd07ab-d066-4ef2-8435-d7d4b3bf1e5b .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-e4fd07ab-d066-4ef2-8435-d7d4b3bf1e5b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-4f898832-df04-4866-9d1f-80410a9ce582 {
  display: none;
}
#s-7c0a27bf-e579-47fb-bdf1-df58ae54b408 {
  padding-left: 20px;
text-align: left;
}

#s-7c0a27bf-e579-47fb-bdf1-df58ae54b408 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-7c0a27bf-e579-47fb-bdf1-df58ae54b408 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-7c0a27bf-e579-47fb-bdf1-df58ae54b408 .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-f4fe4c8b-45f5-429e-bbdd-e9204a34d0b0 {
  display: none;
}
#s-13e021fb-64bb-4e1a-8cf2-d1d90e68485f {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-13e021fb-64bb-4e1a-8cf2-d1d90e68485f .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-13e021fb-64bb-4e1a-8cf2-d1d90e68485f .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-13e021fb-64bb-4e1a-8cf2-d1d90e68485f .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-7b8e22cc-0817-4c60-9293-3008aa9a4352 {
  display: none;
}
#s-ba20d7f3-1dde-4818-8a91-3b836767ed34 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-ba20d7f3-1dde-4818-8a91-3b836767ed34 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-ba20d7f3-1dde-4818-8a91-3b836767ed34 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-ba20d7f3-1dde-4818-8a91-3b836767ed34 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-4befcb09-a1c9-449b-a2c1-ef7c61c73973 {
  display: none;
}
#s-039fae0b-99c3-42ce-ae56-e625deb04a78 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-039fae0b-99c3-42ce-ae56-e625deb04a78 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-039fae0b-99c3-42ce-ae56-e625deb04a78 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-039fae0b-99c3-42ce-ae56-e625deb04a78 .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-d64e18de-75b4-4838-aeeb-1f0e5747f6b4 {
  display: none;
}
#s-82c9a8bc-42dc-4f71-94ee-afd85661a103 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-82c9a8bc-42dc-4f71-94ee-afd85661a103 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-82c9a8bc-42dc-4f71-94ee-afd85661a103 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-82c9a8bc-42dc-4f71-94ee-afd85661a103 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-79b6f912-29e0-490c-9d4a-3c6268c39c2e {
  display: none;
}
#s-962816b4-398b-4109-8db7-3e68aab055bb {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-962816b4-398b-4109-8db7-3e68aab055bb .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-962816b4-398b-4109-8db7-3e68aab055bb .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-962816b4-398b-4109-8db7-3e68aab055bb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-d8693ed0-8490-4135-bc9d-8423bb12f3e0 {
  display: none;
}
#s-8f9b3e2b-4936-4d5e-8625-a4b99d8012c1 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-8f9b3e2b-4936-4d5e-8625-a4b99d8012c1 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-8f9b3e2b-4936-4d5e-8625-a4b99d8012c1 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-8f9b3e2b-4936-4d5e-8625-a4b99d8012c1 .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-2f5cda32-e113-48f4-a1a6-23e4502eb7bd {
  display: none;
}
#s-ec7e5605-2eed-417c-85b8-6cee093333e3 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-ec7e5605-2eed-417c-85b8-6cee093333e3 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-ec7e5605-2eed-417c-85b8-6cee093333e3 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-ec7e5605-2eed-417c-85b8-6cee093333e3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(233, 33, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-7e9b84f5-f4bf-4f25-af6f-83ba8d0ee6f9 {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-463fb027-ecd3-4d69-a6c5-ee677c3b658c {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-c819de31-297e-4e8a-adfb-e6a443b9bfda {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b {
  min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b {
  display: none;
}
#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b, #wrap-s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b { display:none !important; }}







#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22a25b6b-f3bd-4c8e-a255-df1c40eb7d4b.shg-box.shg-c {
  justify-content: center;
}

#s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96 {
  padding-top: 60px;
}

@media (min-width: 0px) {
[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95944ec2-3bd7-4d37-bdf7-2ba21d961c96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-66e2507e-41be-4746-ad0e-68b72d3c5712"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-636a13b7-a264-476a-b379-b9f8a5f57e30 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-636a13b7-a264-476a-b379-b9f8a5f57e30 img.shogun-image {
    
    width: px;
  }


#s-636a13b7-a264-476a-b379-b9f8a5f57e30 .shogun-image-content {
  
    align-items: center;
  
}

#s-711b87dc-5794-40e3-93c3-c7dcf5ddc892 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-711b87dc-5794-40e3-93c3-c7dcf5ddc892 img.shogun-image {
    
    width: px;
  }


#s-711b87dc-5794-40e3-93c3-c7dcf5ddc892 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdd7d363-57d9-4c5c-a4ce-476e96bc7c75 {
  padding-top: 13px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: center;
}




  #s-bdd7d363-57d9-4c5c-a4ce-476e96bc7c75 img.shogun-image {
    
    width: px;
  }


#s-bdd7d363-57d9-4c5c-a4ce-476e96bc7c75 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-643ae70a-edb5-44d7-864b-132db3bb05ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-43722f55-b8c8-41d3-aea1-aefb3891235f {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-43722f55-b8c8-41d3-aea1-aefb3891235f img.shogun-image {
    
    width: px;
  }


#s-43722f55-b8c8-41d3-aea1-aefb3891235f .shogun-image-content {
  
    align-items: center;
  
}

#s-a45a0c55-de98-440d-8155-fdbd2e12f42b {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-a45a0c55-de98-440d-8155-fdbd2e12f42b img.shogun-image {
    
    width: px;
  }


#s-a45a0c55-de98-440d-8155-fdbd2e12f42b .shogun-image-content {
  
    align-items: center;
  
}

#s-7e623e2e-f6fd-4880-9031-406f86c514a7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7e623e2e-f6fd-4880-9031-406f86c514a7 {
  display: none;
}
#s-7e623e2e-f6fd-4880-9031-406f86c514a7, #wrap-s-7e623e2e-f6fd-4880-9031-406f86c514a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e623e2e-f6fd-4880-9031-406f86c514a7 {
  display: none;
}
#s-7e623e2e-f6fd-4880-9031-406f86c514a7, #wrap-s-7e623e2e-f6fd-4880-9031-406f86c514a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e623e2e-f6fd-4880-9031-406f86c514a7 {
  display: none;
}
#s-7e623e2e-f6fd-4880-9031-406f86c514a7, #wrap-s-7e623e2e-f6fd-4880-9031-406f86c514a7 { display:none !important; }}







#s-7e623e2e-f6fd-4880-9031-406f86c514a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e623e2e-f6fd-4880-9031-406f86c514a7.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-4337c45f-1134-4e4f-a496-8b8af4f5a2b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4337c45f-1134-4e4f-a496-8b8af4f5a2b4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Nunito;
  font-style:   ;
  font-size: 2px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6be7b871-304a-4e32-8e3b-5211f32b5ce3 {
  text-align: center;
}




  #s-6be7b871-304a-4e32-8e3b-5211f32b5ce3 img.shogun-image {
    
    width: px;
  }


#s-6be7b871-304a-4e32-8e3b-5211f32b5ce3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec2f040f-0998-4c04-b952-605a8d94546d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-c447b7d6-0e84-4e77-9802-4c8b84ff0d96 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(48, 48, 48, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c447b7d6-0e84-4e77-9802-4c8b84ff0d96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c447b7d6-0e84-4e77-9802-4c8b84ff0d96:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c447b7d6-0e84-4e77-9802-4c8b84ff0d96.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-baac00c5-cf26-4d0d-9df1-82a047ae5088 {
  border-style: solid;
margin-top: 40px;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(48, 48, 48, 1);
}
@media (min-width: 1200px){#s-baac00c5-cf26-4d0d-9df1-82a047ae5088 {
  display: none;
}
#s-baac00c5-cf26-4d0d-9df1-82a047ae5088, #wrap-s-baac00c5-cf26-4d0d-9df1-82a047ae5088 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baac00c5-cf26-4d0d-9df1-82a047ae5088 {
  display: none;
}
#s-baac00c5-cf26-4d0d-9df1-82a047ae5088, #wrap-s-baac00c5-cf26-4d0d-9df1-82a047ae5088 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-baac00c5-cf26-4d0d-9df1-82a047ae5088 {
  
}
}







#s-baac00c5-cf26-4d0d-9df1-82a047ae5088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baac00c5-cf26-4d0d-9df1-82a047ae5088.shg-box.shg-c {
  justify-content: center;
}

#s-6e55fb03-a388-4676-a15b-057e1b0ed18b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e55fb03-a388-4676-a15b-057e1b0ed18b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2ee126fe-0e48-43ae-9c98-de25eb664074 {
  padding-top: 20px;
}

#s-1b6f8d28-d97f-460a-b64a-9a21f5f3b3ab {
  border-style: solid;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-1b6f8d28-d97f-460a-b64a-9a21f5f3b3ab img.shogun-image {
    
    width: px;
  }


#s-1b6f8d28-d97f-460a-b64a-9a21f5f3b3ab .shogun-image-content {
  
    align-items: center;
  
}

#s-ce72659f-bea6-45b6-8374-5f07e0090a3f {
  padding-top: 20px;
}

#s-35b277a9-c88c-49b0-8cfc-09ab4acd41b7 {
  border-style: solid;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-35b277a9-c88c-49b0-8cfc-09ab4acd41b7 img.shogun-image {
    
    width: px;
  }


#s-35b277a9-c88c-49b0-8cfc-09ab4acd41b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ae973af-8a3e-4f4e-ab68-cc312babd2d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1f4d770d-e92c-4ae4-bb1e-d2e82b38416e {
  border-style: solid;
padding-top: 20px;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-1f4d770d-e92c-4ae4-bb1e-d2e82b38416e img.shogun-image {
    
    width: px;
  }


#s-1f4d770d-e92c-4ae4-bb1e-d2e82b38416e .shogun-image-content {
  
    align-items: center;
  
}

#s-8b69f40b-a839-4a86-bfc8-c4228c20ba06 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-67b964cd-2b25-4855-bccc-46f8922ba415 {
  border-style: solid;
padding-top: 20px;
border-top-width: 2px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-67b964cd-2b25-4855-bccc-46f8922ba415 img.shogun-image {
    
    width: px;
  }


#s-67b964cd-2b25-4855-bccc-46f8922ba415 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c9d7b3a-f177-4e20-8429-92f1c498aa75 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2 {
  border-style: solid;
margin-bottom: -50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(48, 48, 48, 1);
}
@media (min-width: 1200px){#s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2 {
  display: none;
}
#s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2, #wrap-s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2 {
  display: none;
}
#s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2, #wrap-s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2 {
  
}
}







#s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e6a70b2-d44c-4b36-8c15-c652fc776dc2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4186cadd-3a65-43ad-8bc2-e151945580a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b61dc3b9-50d1-49e0-ae17-aa2d6f247c79 {
  padding-right: 30px;
text-align: center;
}




  #s-b61dc3b9-50d1-49e0-ae17-aa2d6f247c79 img.shogun-image {
    
    width: px;
  }


#s-b61dc3b9-50d1-49e0-ae17-aa2d6f247c79 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce531f94-dcdc-42ac-8ccd-ab9bc9cf4ae1 {
  margin-left: -30px;
padding-top: 20px;
}

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