.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-5748eb83-96c1-49ee-9abb-b0f9ea869b56 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-5748eb83-96c1-49ee-9abb-b0f9ea869b56 {
  
}
}
.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-873905e9-99cf-465b-b0fc-1f5c25fd6f3b {
  text-align: center;
}
@media (min-width: 1200px){#s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b {
  display: none;
}
#s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b, #wrap-s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b {
  display: none;
}
#s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b, #wrap-s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b {
  display: none;
}
#s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b, #wrap-s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b { display:none !important; }}



  #s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b img.shogun-image {
    
    width: px;
  }


#s-873905e9-99cf-465b-b0fc-1f5c25fd6f3b .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-4894dda5-b0ab-4fb6-afdf-4f7e3ee0891a {
  margin-top: 160px;
margin-bottom: 160px;
min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4894dda5-b0ab-4fb6-afdf-4f7e3ee0891a {
  display: none;
}
#s-4894dda5-b0ab-4fb6-afdf-4f7e3ee0891a, #wrap-s-4894dda5-b0ab-4fb6-afdf-4f7e3ee0891a { display:none !important; }}@media (max-width: 767px){#s-4894dda5-b0ab-4fb6-afdf-4f7e3ee0891a {
  display: none;
}
#s-4894dda5-b0ab-4fb6-afdf-4f7e3ee0891a, #wrap-s-4894dda5-b0ab-4fb6-afdf-4f7e3ee0891a { display:none !important; }}







#s-4894dda5-b0ab-4fb6-afdf-4f7e3ee0891a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4894dda5-b0ab-4fb6-afdf-4f7e3ee0891a.shg-box.shg-c {
  justify-content: center;
}

#s-779f6d66-36c0-43a2-930b-4ee567f39d85 {
  margin-top: 90px;
margin-bottom: 90px;
min-height: 100px;
}
@media (min-width: 1200px){#s-779f6d66-36c0-43a2-930b-4ee567f39d85 {
  display: none;
}
#s-779f6d66-36c0-43a2-930b-4ee567f39d85, #wrap-s-779f6d66-36c0-43a2-930b-4ee567f39d85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-779f6d66-36c0-43a2-930b-4ee567f39d85 {
  display: none;
}
#s-779f6d66-36c0-43a2-930b-4ee567f39d85, #wrap-s-779f6d66-36c0-43a2-930b-4ee567f39d85 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-779f6d66-36c0-43a2-930b-4ee567f39d85 {
  
}
}@media (max-width: 767px){#s-779f6d66-36c0-43a2-930b-4ee567f39d85 {
  display: none;
}
#s-779f6d66-36c0-43a2-930b-4ee567f39d85, #wrap-s-779f6d66-36c0-43a2-930b-4ee567f39d85 { display:none !important; }}







#s-779f6d66-36c0-43a2-930b-4ee567f39d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-779f6d66-36c0-43a2-930b-4ee567f39d85.shg-box.shg-c {
  justify-content: center;
}

#s-99d80705-1c61-4d0a-924d-d71fa578d1c3 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-99d80705-1c61-4d0a-924d-d71fa578d1c3 {
  display: none;
}
#s-99d80705-1c61-4d0a-924d-d71fa578d1c3, #wrap-s-99d80705-1c61-4d0a-924d-d71fa578d1c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99d80705-1c61-4d0a-924d-d71fa578d1c3 {
  display: none;
}
#s-99d80705-1c61-4d0a-924d-d71fa578d1c3, #wrap-s-99d80705-1c61-4d0a-924d-d71fa578d1c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99d80705-1c61-4d0a-924d-d71fa578d1c3 {
  display: none;
}
#s-99d80705-1c61-4d0a-924d-d71fa578d1c3, #wrap-s-99d80705-1c61-4d0a-924d-d71fa578d1c3 { display:none !important; }}







#s-99d80705-1c61-4d0a-924d-d71fa578d1c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99d80705-1c61-4d0a-924d-d71fa578d1c3.shg-box.shg-c {
  justify-content: 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;
}

#s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b {
  margin-left: 70px;
margin-right: 70px;
}

@media (min-width: 0px) {
[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f703613d-133b-4bf0-b5fd-31b2a56ecb1b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f613be92-9699-48dd-acd7-20adc4be770f {
  min-height: 50px;
}








#s-f613be92-9699-48dd-acd7-20adc4be770f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f613be92-9699-48dd-acd7-20adc4be770f {
  cursor: pointer;
}#s-f613be92-9699-48dd-acd7-20adc4be770f.shg-box.shg-c {
  justify-content: center;
}

#s-181cb3b0-d7fc-4af5-8600-0cb9deaaefee {
  min-height: 50px;
}








#s-181cb3b0-d7fc-4af5-8600-0cb9deaaefee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-181cb3b0-d7fc-4af5-8600-0cb9deaaefee {
  cursor: pointer;
}#s-181cb3b0-d7fc-4af5-8600-0cb9deaaefee.shg-box.shg-c {
  justify-content: center;
}

#s-76dc0cca-8f1e-4c47-9e0d-a295e03d652d {
  min-height: 50px;
}








#s-76dc0cca-8f1e-4c47-9e0d-a295e03d652d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76dc0cca-8f1e-4c47-9e0d-a295e03d652d.shg-box.shg-c {
  justify-content: center;
}

#s-db3b809c-2270-4314-b085-f7bb5b6b23d4 {
  min-height: 50px;
}








#s-db3b809c-2270-4314-b085-f7bb5b6b23d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db3b809c-2270-4314-b085-f7bb5b6b23d4 {
  cursor: pointer;
}#s-db3b809c-2270-4314-b085-f7bb5b6b23d4.shg-box.shg-c {
  justify-content: center;
}

#s-84743bcd-001e-4ddc-b1a5-c1b1c0119a41 {
  text-align: center;
}
@media (max-width: 767px){#s-84743bcd-001e-4ddc-b1a5-c1b1c0119a41 {
  display: none;
}
#s-84743bcd-001e-4ddc-b1a5-c1b1c0119a41, #wrap-s-84743bcd-001e-4ddc-b1a5-c1b1c0119a41 { display:none !important; }}



  #s-84743bcd-001e-4ddc-b1a5-c1b1c0119a41 img.shogun-image {
    
    width: px;
  }


#s-84743bcd-001e-4ddc-b1a5-c1b1c0119a41 .shogun-image-content {
  
    align-items: center;
  
}

#s-47b9ea7d-87fc-4351-ab5c-6fa453201124 {
  margin-top: 160px;
margin-bottom: 160px;
min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-47b9ea7d-87fc-4351-ab5c-6fa453201124 {
  display: none;
}
#s-47b9ea7d-87fc-4351-ab5c-6fa453201124, #wrap-s-47b9ea7d-87fc-4351-ab5c-6fa453201124 { display:none !important; }}@media (max-width: 767px){#s-47b9ea7d-87fc-4351-ab5c-6fa453201124 {
  display: none;
}
#s-47b9ea7d-87fc-4351-ab5c-6fa453201124, #wrap-s-47b9ea7d-87fc-4351-ab5c-6fa453201124 { display:none !important; }}







#s-47b9ea7d-87fc-4351-ab5c-6fa453201124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47b9ea7d-87fc-4351-ab5c-6fa453201124.shg-box.shg-c {
  justify-content: center;
}

#s-a2356d71-0a03-49a6-a6fe-d95356e4a001 {
  margin-top: 90px;
margin-bottom: 90px;
min-height: 100px;
}
@media (min-width: 1200px){#s-a2356d71-0a03-49a6-a6fe-d95356e4a001 {
  display: none;
}
#s-a2356d71-0a03-49a6-a6fe-d95356e4a001, #wrap-s-a2356d71-0a03-49a6-a6fe-d95356e4a001 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2356d71-0a03-49a6-a6fe-d95356e4a001 {
  display: none;
}
#s-a2356d71-0a03-49a6-a6fe-d95356e4a001, #wrap-s-a2356d71-0a03-49a6-a6fe-d95356e4a001 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2356d71-0a03-49a6-a6fe-d95356e4a001 {
  
}
}@media (max-width: 767px){#s-a2356d71-0a03-49a6-a6fe-d95356e4a001 {
  display: none;
}
#s-a2356d71-0a03-49a6-a6fe-d95356e4a001, #wrap-s-a2356d71-0a03-49a6-a6fe-d95356e4a001 { display:none !important; }}







#s-a2356d71-0a03-49a6-a6fe-d95356e4a001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2356d71-0a03-49a6-a6fe-d95356e4a001.shg-box.shg-c {
  justify-content: center;
}

#s-ae2482fc-5e39-424b-934b-73d2a568362b {
  margin-top: 50px;
margin-left: 70px;
margin-bottom: 50px;
margin-right: 70px;
}

@media (min-width: 0px) {
[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae2482fc-5e39-424b-934b-73d2a568362b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7c62d60f-72df-4790-ad79-138b999e3e2f {
  min-height: 50px;
}








#s-7c62d60f-72df-4790-ad79-138b999e3e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c62d60f-72df-4790-ad79-138b999e3e2f {
  cursor: pointer;
}#s-7c62d60f-72df-4790-ad79-138b999e3e2f.shg-box.shg-c {
  justify-content: center;
}

#s-7a96cf23-213d-4809-8c99-8d623d64a82a {
  min-height: 50px;
}








#s-7a96cf23-213d-4809-8c99-8d623d64a82a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a96cf23-213d-4809-8c99-8d623d64a82a {
  cursor: pointer;
}#s-7a96cf23-213d-4809-8c99-8d623d64a82a.shg-box.shg-c {
  justify-content: center;
}

#s-57e53758-5a88-4b43-8edb-a7f8ee03b3d2 {
  min-height: 50px;
}








#s-57e53758-5a88-4b43-8edb-a7f8ee03b3d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57e53758-5a88-4b43-8edb-a7f8ee03b3d2.shg-box.shg-c {
  justify-content: center;
}

#s-fa07441a-f3b8-4355-a702-f265db79e2d9 {
  min-height: 50px;
}








#s-fa07441a-f3b8-4355-a702-f265db79e2d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa07441a-f3b8-4355-a702-f265db79e2d9 {
  cursor: pointer;
}#s-fa07441a-f3b8-4355-a702-f265db79e2d9.shg-box.shg-c {
  justify-content: center;
}

#s-853b604a-c2b8-4855-b2b9-d25f2e9595c6 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-853b604a-c2b8-4855-b2b9-d25f2e9595c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-853b604a-c2b8-4855-b2b9-d25f2e9595c6.shg-box.shg-c {
  justify-content: center;
}

#s-00aea1c6-52fc-4820-a366-90f87dab3b87 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e46474e3-7704-4aa3-b685-f6e74f2f9ca0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-15325a02-5f6e-4b9f-85ef-1e02b0717104 {
  text-align: center;
}




  #s-15325a02-5f6e-4b9f-85ef-1e02b0717104 img.shogun-image {
    
    width: px;
  }


#s-15325a02-5f6e-4b9f-85ef-1e02b0717104 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbacd27a-04ad-4918-a4fc-da6182efc2bb {
  text-align: center;
}




  #s-dbacd27a-04ad-4918-a4fc-da6182efc2bb img.shogun-image {
    
    width: px;
  }


#s-dbacd27a-04ad-4918-a4fc-da6182efc2bb .shogun-image-content {
  
    align-items: 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-c519ae3d-60a9-4915-984e-08cd422f045b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-c519ae3d-60a9-4915-984e-08cd422f045b .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-c519ae3d-60a9-4915-984e-08cd422f045b .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-2dd5c4b9-8e13-400b-98ca-2d6484a9f852 {
  margin-bottom: 20px;
}

#s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3fb0866e-459d-4c56-9620-2fa5a3b1c5f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e4c654f0-074f-4a8b-bb48-4da7607be1b7 {
  text-align: center;
}




  #s-e4c654f0-074f-4a8b-bb48-4da7607be1b7 img.shogun-image {
    
    width: px;
  }


#s-e4c654f0-074f-4a8b-bb48-4da7607be1b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-65d540bf-0013-4a22-9385-e0285ace9392 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-65d540bf-0013-4a22-9385-e0285ace9392 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-65d540bf-0013-4a22-9385-e0285ace9392 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-9399f1e8-28e9-4715-b83e-e2dcfeddd403 {
  margin-bottom: 20px;
}

#s-7dfc32ea-4723-4832-acd4-3fb53474162b {
  text-align: center;
}




  #s-7dfc32ea-4723-4832-acd4-3fb53474162b img.shogun-image {
    
    width: px;
  }


#s-7dfc32ea-4723-4832-acd4-3fb53474162b .shogun-image-content {
  
    align-items: center;
  
}

#s-01b0e9f9-d84f-468e-a904-8607af04e1ed {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-01b0e9f9-d84f-468e-a904-8607af04e1ed .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-01b0e9f9-d84f-468e-a904-8607af04e1ed .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-fafa2dce-4e7a-4352-8a4c-ab26ead862e6 {
  margin-bottom: 20px;
}

#s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a73ebdb-77f2-4e36-9ee4-20bc795bcb85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e8a9d780-e9e8-4fae-8172-db400f1b8fe9 {
  text-align: center;
}




  #s-e8a9d780-e9e8-4fae-8172-db400f1b8fe9 img.shogun-image {
    
    width: px;
  }


#s-e8a9d780-e9e8-4fae-8172-db400f1b8fe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e3b80bb-95e0-4ee7-bc91-b4a1c165e169 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-6e3b80bb-95e0-4ee7-bc91-b4a1c165e169 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-6e3b80bb-95e0-4ee7-bc91-b4a1c165e169 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-22b7dd80-b3de-4663-9744-c0675a59515b {
  margin-bottom: 20px;
}

#s-dda9c84a-056b-4a05-955d-07f7fb971883 {
  text-align: center;
}




  #s-dda9c84a-056b-4a05-955d-07f7fb971883 img.shogun-image {
    
    width: px;
  }


#s-dda9c84a-056b-4a05-955d-07f7fb971883 .shogun-image-content {
  
    align-items: center;
  
}

#s-15ebbdbc-44e6-437e-8645-27ea9a9d72ea {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-15ebbdbc-44e6-437e-8645-27ea9a9d72ea .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-15ebbdbc-44e6-437e-8645-27ea9a9d72ea .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-2635eea4-c502-42ec-b33a-e4b7ce95507d {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f75c4a5e-e9f4-4ffe-9376-b2e81ee4c0f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-10aa6b5f-da5a-4d72-a145-9a6f41b5330a {
  text-align: center;
}




  #s-10aa6b5f-da5a-4d72-a145-9a6f41b5330a img.shogun-image {
    
    width: px;
  }


#s-10aa6b5f-da5a-4d72-a145-9a6f41b5330a .shogun-image-content {
  
    align-items: center;
  
}

#s-45b52865-dd9c-4eb7-abcd-1018f7fb2ae1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-45b52865-dd9c-4eb7-abcd-1018f7fb2ae1 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-45b52865-dd9c-4eb7-abcd-1018f7fb2ae1 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-f76e6c40-6c2f-43a3-801d-b08a989a0c16 {
  margin-bottom: 20px;
}

#s-fc0513a0-fd84-4945-910c-66fd74dc049f {
  text-align: center;
}




  #s-fc0513a0-fd84-4945-910c-66fd74dc049f img.shogun-image {
    
    width: px;
  }


#s-fc0513a0-fd84-4945-910c-66fd74dc049f .shogun-image-content {
  
    align-items: center;
  
}

#s-266018f0-49ef-48e8-b935-1e5214f75251 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-266018f0-49ef-48e8-b935-1e5214f75251 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-266018f0-49ef-48e8-b935-1e5214f75251 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-33069f47-d8b5-4edc-a2b5-fff28689933d {
  margin-bottom: 20px;
}

#s-25edd501-726a-4983-9b57-901001495ab9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25edd501-726a-4983-9b57-901001495ab9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b82195f9-e652-4518-b889-38b39fec3d89 {
  text-align: center;
}




  #s-b82195f9-e652-4518-b889-38b39fec3d89 img.shogun-image {
    
    width: px;
  }


#s-b82195f9-e652-4518-b889-38b39fec3d89 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c0aab64-e628-4172-9e06-72b9dc2fc1d3 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-8c0aab64-e628-4172-9e06-72b9dc2fc1d3 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-8c0aab64-e628-4172-9e06-72b9dc2fc1d3 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-f77ce14c-ae7b-437c-a19a-89106def7f85 {
  margin-bottom: 20px;
}

#s-b6dbe95c-f9a4-425a-9c42-b435e2455f57 {
  min-height: 50px;
}








#s-b6dbe95c-f9a4-425a-9c42-b435e2455f57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6dbe95c-f9a4-425a-9c42-b435e2455f57 {
  cursor: pointer;
}#s-b6dbe95c-f9a4-425a-9c42-b435e2455f57.shg-box.shg-c {
  justify-content: center;
}

#s-78c6c4bc-5e06-4d05-b105-1d4910d04d6a {
  text-align: center;
}




  #s-78c6c4bc-5e06-4d05-b105-1d4910d04d6a img.shogun-image {
    
    width: px;
  }


#s-78c6c4bc-5e06-4d05-b105-1d4910d04d6a .shogun-image-content {
  
    align-items: center;
  
}

#s-be9250a7-2b46-464b-98c1-3ecda3018589 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-be9250a7-2b46-464b-98c1-3ecda3018589 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-be9250a7-2b46-464b-98c1-3ecda3018589 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-b2f292e3-a9c9-4f97-a9cd-66ed58224db3 {
  margin-bottom: 20px;
}

#s-aac7c9d1-1624-41f7-9488-eb84b053250c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aac7c9d1-1624-41f7-9488-eb84b053250c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-33327130-d25c-4f73-bbed-21143c8c9252 {
  text-align: center;
}




  #s-33327130-d25c-4f73-bbed-21143c8c9252 img.shogun-image {
    
    width: px;
  }


#s-33327130-d25c-4f73-bbed-21143c8c9252 .shogun-image-content {
  
    align-items: center;
  
}

#s-7458e28b-788f-40e8-8cf9-15093637af81 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-7458e28b-788f-40e8-8cf9-15093637af81 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-7458e28b-788f-40e8-8cf9-15093637af81 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-3054d2bf-245c-40f4-ae49-3e15bf25b327 {
  margin-bottom: 20px;
}

#s-0cc28209-61d1-4ae1-ad17-1dcf904aacff {
  min-height: 50px;
}








#s-0cc28209-61d1-4ae1-ad17-1dcf904aacff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cc28209-61d1-4ae1-ad17-1dcf904aacff {
  cursor: pointer;
}#s-0cc28209-61d1-4ae1-ad17-1dcf904aacff.shg-box.shg-c {
  justify-content: center;
}

#s-89694d59-cdf4-43c0-aca9-331858f4e848 {
  text-align: center;
}




  #s-89694d59-cdf4-43c0-aca9-331858f4e848 img.shogun-image {
    
    width: px;
  }


#s-89694d59-cdf4-43c0-aca9-331858f4e848 .shogun-image-content {
  
    align-items: center;
  
}

#s-f67c54ac-7fa4-40f7-a8aa-de84681baf69 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-f67c54ac-7fa4-40f7-a8aa-de84681baf69 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-f67c54ac-7fa4-40f7-a8aa-de84681baf69 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-04c955ab-8d4d-469b-8fcc-9c7f1772c41b {
  margin-bottom: 20px;
}

#s-92a28002-f6f3-40a2-869f-a56992098d05 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-92a28002-f6f3-40a2-869f-a56992098d05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-c313fbea-31a7-4e7f-bcd7-f9cca910c09a {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-c313fbea-31a7-4e7f-bcd7-f9cca910c09a img.shogun-image {
    
    width: px;
  }


#s-c313fbea-31a7-4e7f-bcd7-f9cca910c09a .shogun-image-content {
  
    align-items: center;
  
}

#s-71e19afd-f0dc-48bd-aef7-669575dfafba {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-71e19afd-f0dc-48bd-aef7-669575dfafba .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-71e19afd-f0dc-48bd-aef7-669575dfafba .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-256bac21-8c30-46cb-8dfc-1190cafbf2bc {
  margin-bottom: 20px;
}

#s-8a71363a-34ea-450f-ab47-126182d90871 {
  min-height: 50px;
}








#s-8a71363a-34ea-450f-ab47-126182d90871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a71363a-34ea-450f-ab47-126182d90871 {
  cursor: pointer;
}#s-8a71363a-34ea-450f-ab47-126182d90871.shg-box.shg-c {
  justify-content: center;
}

#s-4eb4987d-524e-4bfc-917c-f8095c2eff53 {
  text-align: center;
}




  #s-4eb4987d-524e-4bfc-917c-f8095c2eff53 img.shogun-image {
    
    width: px;
  }


#s-4eb4987d-524e-4bfc-917c-f8095c2eff53 .shogun-image-content {
  
    align-items: center;
  
}

#s-247e68d8-0cfd-4ccf-b8a5-180b83ccd15b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-247e68d8-0cfd-4ccf-b8a5-180b83ccd15b .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-247e68d8-0cfd-4ccf-b8a5-180b83ccd15b .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-97fc6791-d545-4419-ae94-246944fc8ba0 {
  margin-bottom: 20px;
}

#s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f54bacc6-8fcb-4d13-9df1-7dbeb6311d00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-2b78b200-450f-4b71-9557-3e4d561ed5e7 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-2b78b200-450f-4b71-9557-3e4d561ed5e7 img.shogun-image {
    
    width: px;
  }


#s-2b78b200-450f-4b71-9557-3e4d561ed5e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bf412ad-353a-4300-b84f-d2e9c8ba3e66 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-3bf412ad-353a-4300-b84f-d2e9c8ba3e66 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-3bf412ad-353a-4300-b84f-d2e9c8ba3e66 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-43c32af5-d3a5-40a6-9861-f503b1c965dc {
  margin-bottom: 20px;
}

#s-bfaaa48b-8b5c-4da3-8347-00b3795b1e0f {
  min-height: 50px;
}








#s-bfaaa48b-8b5c-4da3-8347-00b3795b1e0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfaaa48b-8b5c-4da3-8347-00b3795b1e0f {
  cursor: pointer;
}#s-bfaaa48b-8b5c-4da3-8347-00b3795b1e0f.shg-box.shg-c {
  justify-content: center;
}

#s-4416bf8a-c391-4584-96cc-12613af84250 {
  min-height: 50px;
}








#s-4416bf8a-c391-4584-96cc-12613af84250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4416bf8a-c391-4584-96cc-12613af84250 {
  cursor: pointer;
}#s-4416bf8a-c391-4584-96cc-12613af84250.shg-box.shg-c {
  justify-content: center;
}

#s-b47f339c-e275-491f-b681-07d0db41475c {
  text-align: center;
}




  #s-b47f339c-e275-491f-b681-07d0db41475c img.shogun-image {
    
    width: px;
  }


#s-b47f339c-e275-491f-b681-07d0db41475c .shogun-image-content {
  
    align-items: center;
  
}

#s-e03f4b64-9036-4e0c-908b-883536ba17b0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-e03f4b64-9036-4e0c-908b-883536ba17b0 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-e03f4b64-9036-4e0c-908b-883536ba17b0 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-d3bbeddb-4878-4548-80be-0be1f76905bd {
  margin-bottom: 20px;
}

#s-a4b9d630-11e4-41a7-8948-942746f2bb90 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a4b9d630-11e4-41a7-8948-942746f2bb90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-badf50a6-ee63-40ab-b522-7457b39ba423 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-badf50a6-ee63-40ab-b522-7457b39ba423 img.shogun-image {
    
    width: px;
  }


#s-badf50a6-ee63-40ab-b522-7457b39ba423 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9ddc9ec-36d5-4fea-9d8b-c27cac18e30a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-b9ddc9ec-36d5-4fea-9d8b-c27cac18e30a .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-b9ddc9ec-36d5-4fea-9d8b-c27cac18e30a .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-8a071ecb-48cb-4e89-a107-cbcedbb1dc86 {
  margin-bottom: 20px;
}

#s-249df135-9b79-4690-80a1-76a47d1293d1 {
  min-height: 50px;
}








#s-249df135-9b79-4690-80a1-76a47d1293d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-249df135-9b79-4690-80a1-76a47d1293d1 {
  cursor: pointer;
}#s-249df135-9b79-4690-80a1-76a47d1293d1.shg-box.shg-c {
  justify-content: center;
}

#s-5c92b08d-7260-413a-8dc3-41abb730c89b {
  min-height: 50px;
}








#s-5c92b08d-7260-413a-8dc3-41abb730c89b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c92b08d-7260-413a-8dc3-41abb730c89b {
  cursor: pointer;
}#s-5c92b08d-7260-413a-8dc3-41abb730c89b.shg-box.shg-c {
  justify-content: center;
}

#s-047d9eaf-c6c8-4af1-8488-50454716563d {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-047d9eaf-c6c8-4af1-8488-50454716563d img.shogun-image {
    
    width: px;
  }


#s-047d9eaf-c6c8-4af1-8488-50454716563d .shogun-image-content {
  
    align-items: center;
  
}

#s-d19d85d0-192a-412e-b5c1-f922eb780b0e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-d19d85d0-192a-412e-b5c1-f922eb780b0e .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-d19d85d0-192a-412e-b5c1-f922eb780b0e .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-9866da3d-6e2c-4d57-9738-91153d03457e {
  margin-bottom: 20px;
}

#s-d269d939-2ed0-431c-93bc-12dbdfb6bf39 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d269d939-2ed0-431c-93bc-12dbdfb6bf39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-7f217991-b175-4970-addd-9536caaa52b4 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-7f217991-b175-4970-addd-9536caaa52b4 img.shogun-image {
    
    width: px;
  }


#s-7f217991-b175-4970-addd-9536caaa52b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c88a4061-d2bb-40f8-99c2-4f1f5f677f75 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-c88a4061-d2bb-40f8-99c2-4f1f5f677f75 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-c88a4061-d2bb-40f8-99c2-4f1f5f677f75 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-224c1e95-ef68-4839-87c6-6779a7c249b5 {
  margin-bottom: 20px;
}

#s-5ae15134-ce9a-405e-8931-5722f7a9c339 {
  min-height: 50px;
}








#s-5ae15134-ce9a-405e-8931-5722f7a9c339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae15134-ce9a-405e-8931-5722f7a9c339 {
  cursor: pointer;
}#s-5ae15134-ce9a-405e-8931-5722f7a9c339.shg-box.shg-c {
  justify-content: center;
}

#s-18e24c6f-8055-4652-a653-a3d021df146c {
  min-height: 50px;
}








#s-18e24c6f-8055-4652-a653-a3d021df146c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18e24c6f-8055-4652-a653-a3d021df146c {
  cursor: pointer;
}#s-18e24c6f-8055-4652-a653-a3d021df146c.shg-box.shg-c {
  justify-content: center;
}

#s-f8fd01c0-0d11-486e-80f0-7d39b43c80b1 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-f8fd01c0-0d11-486e-80f0-7d39b43c80b1 img.shogun-image {
    
    width: px;
  }


#s-f8fd01c0-0d11-486e-80f0-7d39b43c80b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-574c9ece-e9c8-4801-b5a9-85c69a45c90d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-574c9ece-e9c8-4801-b5a9-85c69a45c90d .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-574c9ece-e9c8-4801-b5a9-85c69a45c90d .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-067ef0c6-08d3-4144-9fe3-5d68cb2fa471 {
  margin-bottom: 20px;
}

#s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5512a5ba-fc48-4aa1-89a0-d554e10ae0e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-34f78471-910a-4e13-8737-dd3e3653ba4a {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-34f78471-910a-4e13-8737-dd3e3653ba4a img.shogun-image {
    
    width: px;
  }


#s-34f78471-910a-4e13-8737-dd3e3653ba4a .shogun-image-content {
  
    align-items: center;
  
}

#s-6f16f1b5-2a64-4003-9fe9-604b9d552677 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-6f16f1b5-2a64-4003-9fe9-604b9d552677 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-6f16f1b5-2a64-4003-9fe9-604b9d552677 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-d497bbf8-6fbf-4033-abe3-e429230f59f1 {
  margin-bottom: 20px;
}

#s-6368ef75-db9a-4071-9396-ea30496ff87d {
  min-height: 50px;
}








#s-6368ef75-db9a-4071-9396-ea30496ff87d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6368ef75-db9a-4071-9396-ea30496ff87d {
  cursor: pointer;
}#s-6368ef75-db9a-4071-9396-ea30496ff87d.shg-box.shg-c {
  justify-content: center;
}

#s-e8ca7db0-a835-4397-8dc5-4618832dd5d6 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-e8ca7db0-a835-4397-8dc5-4618832dd5d6 img.shogun-image {
    
    width: px;
  }


#s-e8ca7db0-a835-4397-8dc5-4618832dd5d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-88610d30-c4b0-4596-8be8-85cb9471d949 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-88610d30-c4b0-4596-8be8-85cb9471d949 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-88610d30-c4b0-4596-8be8-85cb9471d949 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-1e238129-b08d-483d-bbcb-ff4af596e84d {
  margin-bottom: 20px;
}

#s-e06253d0-f644-477d-8466-759e3b84d3b4 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e06253d0-f644-477d-8466-759e3b84d3b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-5003442b-ff2b-4b43-909d-abd8b60c0dfe {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-5003442b-ff2b-4b43-909d-abd8b60c0dfe img.shogun-image {
    
    width: px;
  }


#s-5003442b-ff2b-4b43-909d-abd8b60c0dfe .shogun-image-content {
  
    align-items: center;
  
}

#s-0663eae0-29f8-430a-95ca-fc77edfc67d1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-0663eae0-29f8-430a-95ca-fc77edfc67d1 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-0663eae0-29f8-430a-95ca-fc77edfc67d1 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-f727e179-76e1-45b1-acea-142d700256e7 {
  margin-bottom: 20px;
}

#s-1afb8d06-d58c-45f3-86f6-ddfcd5863f47 {
  min-height: 50px;
}








#s-1afb8d06-d58c-45f3-86f6-ddfcd5863f47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1afb8d06-d58c-45f3-86f6-ddfcd5863f47 {
  cursor: pointer;
}#s-1afb8d06-d58c-45f3-86f6-ddfcd5863f47.shg-box.shg-c {
  justify-content: center;
}

#s-5ff9a7e0-36d3-425d-aeb7-962e5bc6a3c7 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-5ff9a7e0-36d3-425d-aeb7-962e5bc6a3c7 img.shogun-image {
    
    width: px;
  }


#s-5ff9a7e0-36d3-425d-aeb7-962e5bc6a3c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc23d1e8-d228-4367-89b6-64ce63c76762 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-dc23d1e8-d228-4367-89b6-64ce63c76762 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-dc23d1e8-d228-4367-89b6-64ce63c76762 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-743244f9-8212-466e-b658-181e3ceafb7d {
  margin-bottom: 20px;
}

#s-0ea2a740-a489-45d7-900d-0f982a379b04 {
  min-height: 50px;
}








#s-0ea2a740-a489-45d7-900d-0f982a379b04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ea2a740-a489-45d7-900d-0f982a379b04 {
  cursor: pointer;
}#s-0ea2a740-a489-45d7-900d-0f982a379b04.shg-box.shg-c {
  justify-content: center;
}

#s-7bafe4bf-0662-4715-bc32-dbd64de21098 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7bafe4bf-0662-4715-bc32-dbd64de21098"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-b62db7ef-f740-492a-a348-903bb6bc1ed5 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-b62db7ef-f740-492a-a348-903bb6bc1ed5 img.shogun-image {
    
    width: px;
  }


#s-b62db7ef-f740-492a-a348-903bb6bc1ed5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5acbfa47-9870-4847-a1b7-7106e8af4931 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-5acbfa47-9870-4847-a1b7-7106e8af4931 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-5acbfa47-9870-4847-a1b7-7106e8af4931 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-c9416790-0ac0-44f1-a098-a96e376294d0 {
  margin-bottom: 20px;
}

#s-ed978554-4a2c-4193-9701-c632a8149bf1 {
  min-height: 50px;
}








#s-ed978554-4a2c-4193-9701-c632a8149bf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed978554-4a2c-4193-9701-c632a8149bf1 {
  cursor: pointer;
}#s-ed978554-4a2c-4193-9701-c632a8149bf1.shg-box.shg-c {
  justify-content: center;
}

#s-ad4a4d08-672b-48b0-a3b7-f3151df572f4 {
  min-height: 50px;
}








#s-ad4a4d08-672b-48b0-a3b7-f3151df572f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad4a4d08-672b-48b0-a3b7-f3151df572f4 {
  cursor: pointer;
}#s-ad4a4d08-672b-48b0-a3b7-f3151df572f4.shg-box.shg-c {
  justify-content: center;
}

#s-be9755f1-6f3a-425d-85a5-03130649df58 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-be9755f1-6f3a-425d-85a5-03130649df58 img.shogun-image {
    
    width: px;
  }


#s-be9755f1-6f3a-425d-85a5-03130649df58 .shogun-image-content {
  
    align-items: center;
  
}

#s-f86c4243-00f3-43b6-abf6-8ceda3ecca5d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-f86c4243-00f3-43b6-abf6-8ceda3ecca5d .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-f86c4243-00f3-43b6-abf6-8ceda3ecca5d .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-c8196ebf-cc97-4125-8f45-f990ada292d4 {
  margin-bottom: 20px;
}

#s-9f7e008f-7999-40d9-90c5-e87dedea839a {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9f7e008f-7999-40d9-90c5-e87dedea839a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-d3676c7c-9fea-4926-9ef4-7bdbbef16af3 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-d3676c7c-9fea-4926-9ef4-7bdbbef16af3 img.shogun-image {
    
    width: px;
  }


#s-d3676c7c-9fea-4926-9ef4-7bdbbef16af3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c045a53a-8068-4738-9da4-2e5bbf48d4fe {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-c045a53a-8068-4738-9da4-2e5bbf48d4fe .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-c045a53a-8068-4738-9da4-2e5bbf48d4fe .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-38329bb8-fbbd-4963-bf69-78350129e4ab {
  margin-bottom: 20px;
}

#s-afed63d2-a635-484b-8dfa-6cbdba5c1ebb {
  min-height: 50px;
}








#s-afed63d2-a635-484b-8dfa-6cbdba5c1ebb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afed63d2-a635-484b-8dfa-6cbdba5c1ebb {
  cursor: pointer;
}#s-afed63d2-a635-484b-8dfa-6cbdba5c1ebb.shg-box.shg-c {
  justify-content: center;
}

#s-44e50336-8b93-4b25-885a-d86e04f0f01f {
  min-height: 50px;
}








#s-44e50336-8b93-4b25-885a-d86e04f0f01f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44e50336-8b93-4b25-885a-d86e04f0f01f {
  cursor: pointer;
}#s-44e50336-8b93-4b25-885a-d86e04f0f01f.shg-box.shg-c {
  justify-content: center;
}

#s-36518868-65c3-43c0-808b-93c45b058982 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-36518868-65c3-43c0-808b-93c45b058982 img.shogun-image {
    
    width: px;
  }


#s-36518868-65c3-43c0-808b-93c45b058982 .shogun-image-content {
  
    align-items: center;
  
}

#s-aab465c7-5f90-4db6-9faa-3d5ce7cd8513 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-aab465c7-5f90-4db6-9faa-3d5ce7cd8513 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-aab465c7-5f90-4db6-9faa-3d5ce7cd8513 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-dc4f4523-59d7-49a5-bc2d-40da72a9fd4c {
  margin-bottom: 20px;
}

#s-7607dd2c-018b-4111-97b7-9b7d6ee223b2 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7607dd2c-018b-4111-97b7-9b7d6ee223b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-7c728160-42e9-41e4-9c62-cb27c1c1e26e {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-7c728160-42e9-41e4-9c62-cb27c1c1e26e img.shogun-image {
    
    width: px;
  }


#s-7c728160-42e9-41e4-9c62-cb27c1c1e26e .shogun-image-content {
  
    align-items: center;
  
}

#s-fe96e2e6-b737-4025-a4e4-bcee2509a9c7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-fe96e2e6-b737-4025-a4e4-bcee2509a9c7 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-fe96e2e6-b737-4025-a4e4-bcee2509a9c7 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-d3acde96-275c-4562-a3d0-c2d1b8f636f1 {
  margin-bottom: 20px;
}

#s-7f96279d-71f3-4b6b-8ced-4a164a85ef50 {
  min-height: 50px;
}








#s-7f96279d-71f3-4b6b-8ced-4a164a85ef50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f96279d-71f3-4b6b-8ced-4a164a85ef50 {
  cursor: pointer;
}#s-7f96279d-71f3-4b6b-8ced-4a164a85ef50.shg-box.shg-c {
  justify-content: center;
}

#s-518799fa-de00-40fa-ac6f-2eab4fae2249 {
  min-height: 50px;
}








#s-518799fa-de00-40fa-ac6f-2eab4fae2249 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-518799fa-de00-40fa-ac6f-2eab4fae2249 {
  cursor: pointer;
}#s-518799fa-de00-40fa-ac6f-2eab4fae2249.shg-box.shg-c {
  justify-content: center;
}

#s-4982c0e6-d908-48c9-9ac0-e93333b05144 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-4982c0e6-d908-48c9-9ac0-e93333b05144 img.shogun-image {
    
    width: px;
  }


#s-4982c0e6-d908-48c9-9ac0-e93333b05144 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e02c999-723a-4e58-ae84-1828c8c669c1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-0e02c999-723a-4e58-ae84-1828c8c669c1 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-0e02c999-723a-4e58-ae84-1828c8c669c1 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-fd88427a-70be-4347-8d6d-7cb80f6d297c {
  margin-bottom: 20px;
}

#s-80b84fc5-a75b-49b1-8fa6-21a329ad6756 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-80b84fc5-a75b-49b1-8fa6-21a329ad6756"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-5aeb2070-f3b5-4758-899c-804f01f37727 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-5aeb2070-f3b5-4758-899c-804f01f37727 img.shogun-image {
    
    width: px;
  }


#s-5aeb2070-f3b5-4758-899c-804f01f37727 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fe1ba60-08d4-4fcd-b337-b6e3ab43f35c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-2fe1ba60-08d4-4fcd-b337-b6e3ab43f35c .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-2fe1ba60-08d4-4fcd-b337-b6e3ab43f35c .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-a9cb52a6-2a05-46bc-ab2b-be816fd40776 {
  margin-bottom: 20px;
}

#s-d3cd985f-2706-47f9-b5b5-9d0287718f76 {
  min-height: 50px;
}








#s-d3cd985f-2706-47f9-b5b5-9d0287718f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3cd985f-2706-47f9-b5b5-9d0287718f76 {
  cursor: pointer;
}#s-d3cd985f-2706-47f9-b5b5-9d0287718f76.shg-box.shg-c {
  justify-content: center;
}

#s-190d2aaa-6759-4424-b35c-33d4ef87544c {
  min-height: 50px;
}








#s-190d2aaa-6759-4424-b35c-33d4ef87544c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-190d2aaa-6759-4424-b35c-33d4ef87544c {
  cursor: pointer;
}#s-190d2aaa-6759-4424-b35c-33d4ef87544c.shg-box.shg-c {
  justify-content: center;
}

#s-c79714b9-da16-4622-b3ae-18c756e66c06 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-c79714b9-da16-4622-b3ae-18c756e66c06 img.shogun-image {
    
    width: px;
  }


#s-c79714b9-da16-4622-b3ae-18c756e66c06 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e4b6ab7-cc40-4ab3-a23c-4a16452018ca {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-8e4b6ab7-cc40-4ab3-a23c-4a16452018ca .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-8e4b6ab7-cc40-4ab3-a23c-4a16452018ca .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-137f80e2-3b1d-4258-8e74-b596fd4b93f4 {
  margin-bottom: 20px;
}

#s-812f4de4-d589-40ab-b71c-28280ac88a59 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-812f4de4-d589-40ab-b71c-28280ac88a59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-7333de4d-64c7-4ea1-883b-569733b8a0dd {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-7333de4d-64c7-4ea1-883b-569733b8a0dd img.shogun-image {
    
    width: px;
  }


#s-7333de4d-64c7-4ea1-883b-569733b8a0dd .shogun-image-content {
  
    align-items: center;
  
}

#s-4c733d80-3bbb-41ae-8820-1d3c38fe3b5c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-4c733d80-3bbb-41ae-8820-1d3c38fe3b5c .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-4c733d80-3bbb-41ae-8820-1d3c38fe3b5c .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-e44a176e-7956-4f4f-b35b-5750623a3b97 {
  margin-bottom: 20px;
}

#s-89964e7e-b853-4b6e-9929-8cbd48987d7c {
  min-height: 50px;
}








#s-89964e7e-b853-4b6e-9929-8cbd48987d7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89964e7e-b853-4b6e-9929-8cbd48987d7c {
  cursor: pointer;
}#s-89964e7e-b853-4b6e-9929-8cbd48987d7c.shg-box.shg-c {
  justify-content: center;
}

#s-894a0466-f68c-4243-aab8-2b9d54ae282d {
  min-height: 50px;
}








#s-894a0466-f68c-4243-aab8-2b9d54ae282d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-894a0466-f68c-4243-aab8-2b9d54ae282d {
  cursor: pointer;
}#s-894a0466-f68c-4243-aab8-2b9d54ae282d.shg-box.shg-c {
  justify-content: center;
}

#s-a8914b58-0461-4e5d-b692-4448a0f4fdfb {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-a8914b58-0461-4e5d-b692-4448a0f4fdfb img.shogun-image {
    
    width: px;
  }


#s-a8914b58-0461-4e5d-b692-4448a0f4fdfb .shogun-image-content {
  
    align-items: center;
  
}

#s-dd4ccdc4-dbcd-4a6d-af34-72b70b80a38d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-dd4ccdc4-dbcd-4a6d-af34-72b70b80a38d .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-dd4ccdc4-dbcd-4a6d-af34-72b70b80a38d .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-3e7539a7-48d9-4e24-ac6e-2b59c6752796 {
  margin-bottom: 20px;
}

#s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3f2ab59b-70c9-4f18-8ee7-ad84615e9086"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-cfa440e3-101d-426b-8fcc-b9832fc66bf1 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-cfa440e3-101d-426b-8fcc-b9832fc66bf1 img.shogun-image {
    
    width: px;
  }


#s-cfa440e3-101d-426b-8fcc-b9832fc66bf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-48c134f6-772d-4d2d-bdf9-506152207079 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-48c134f6-772d-4d2d-bdf9-506152207079 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-48c134f6-772d-4d2d-bdf9-506152207079 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-e15f00f6-8185-43b2-8f17-2070534aa02e {
  margin-bottom: 20px;
}

#s-70bd44e3-f8c7-4751-8095-8c455e11d8e9 {
  min-height: 50px;
}








#s-70bd44e3-f8c7-4751-8095-8c455e11d8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70bd44e3-f8c7-4751-8095-8c455e11d8e9 {
  cursor: pointer;
}#s-70bd44e3-f8c7-4751-8095-8c455e11d8e9.shg-box.shg-c {
  justify-content: center;
}

#s-5bef1efd-71a9-4875-b7c7-62513c9068cd {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-5bef1efd-71a9-4875-b7c7-62513c9068cd img.shogun-image {
    
    width: px;
  }


#s-5bef1efd-71a9-4875-b7c7-62513c9068cd .shogun-image-content {
  
    align-items: center;
  
}

#s-8b87a8d0-6203-43dc-a9b1-ac4c0edb48b1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-8b87a8d0-6203-43dc-a9b1-ac4c0edb48b1 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-8b87a8d0-6203-43dc-a9b1-ac4c0edb48b1 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-84709051-0bde-40b7-9653-df322cb2a6b6 {
  margin-bottom: 20px;
}

#s-b61f209a-36de-4d0d-b411-97f92d7f3f93 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b61f209a-36de-4d0d-b411-97f92d7f3f93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-943d0c6a-0c71-4a3f-a19b-97669889ca99 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-943d0c6a-0c71-4a3f-a19b-97669889ca99 img.shogun-image {
    
    width: px;
  }


#s-943d0c6a-0c71-4a3f-a19b-97669889ca99 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba7d4337-e46f-4560-ab90-7211a74d0811 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-ba7d4337-e46f-4560-ab90-7211a74d0811 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-ba7d4337-e46f-4560-ab90-7211a74d0811 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-06de4e83-a10a-48ab-b69e-30690eb76dfe {
  margin-bottom: 20px;
}

#s-f8a19ce0-9bc9-434d-9d51-d7ac481cba5e {
  min-height: 50px;
}








#s-f8a19ce0-9bc9-434d-9d51-d7ac481cba5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8a19ce0-9bc9-434d-9d51-d7ac481cba5e {
  cursor: pointer;
}#s-f8a19ce0-9bc9-434d-9d51-d7ac481cba5e.shg-box.shg-c {
  justify-content: center;
}

#s-008b8718-7ff3-48f5-9175-da5a6bf5e780 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-008b8718-7ff3-48f5-9175-da5a6bf5e780 img.shogun-image {
    
    width: px;
  }


#s-008b8718-7ff3-48f5-9175-da5a6bf5e780 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecb83b5c-5350-4573-b81f-9dff951bff7c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-ecb83b5c-5350-4573-b81f-9dff951bff7c .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-ecb83b5c-5350-4573-b81f-9dff951bff7c .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-0780e4d2-5e15-4e38-b925-e3477fac72f2 {
  margin-bottom: 20px;
}

#s-2df17601-2880-4100-9496-404e01ec27f9 {
  min-height: 50px;
}








#s-2df17601-2880-4100-9496-404e01ec27f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2df17601-2880-4100-9496-404e01ec27f9 {
  cursor: pointer;
}#s-2df17601-2880-4100-9496-404e01ec27f9.shg-box.shg-c {
  justify-content: center;
}

#s-b2df611f-e42c-4230-93ea-850fc342d9b6 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b2df611f-e42c-4230-93ea-850fc342d9b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-8671039b-1d54-4328-957b-f4bb42ad7a77 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-8671039b-1d54-4328-957b-f4bb42ad7a77 img.shogun-image {
    
    width: px;
  }


#s-8671039b-1d54-4328-957b-f4bb42ad7a77 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2e73444-4e18-432f-b39b-4bca2cbd19a0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-b2e73444-4e18-432f-b39b-4bca2cbd19a0 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-b2e73444-4e18-432f-b39b-4bca2cbd19a0 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-402b968d-d510-4fb6-aa86-03c6e62a7693 {
  margin-bottom: 20px;
}

#s-65409583-5f27-4ddf-9f74-b7fb07e9d9f7 {
  min-height: 50px;
}








#s-65409583-5f27-4ddf-9f74-b7fb07e9d9f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65409583-5f27-4ddf-9f74-b7fb07e9d9f7 {
  cursor: pointer;
}#s-65409583-5f27-4ddf-9f74-b7fb07e9d9f7.shg-box.shg-c {
  justify-content: center;
}

#s-046d5f2d-757d-402f-955e-d595cf7b67be {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-046d5f2d-757d-402f-955e-d595cf7b67be img.shogun-image {
    
    width: px;
  }


#s-046d5f2d-757d-402f-955e-d595cf7b67be .shogun-image-content {
  
    align-items: center;
  
}

#s-562d50af-5615-4e55-a8af-cf680d0e9e40 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-562d50af-5615-4e55-a8af-cf680d0e9e40 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-562d50af-5615-4e55-a8af-cf680d0e9e40 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-5ef2989f-3079-44cc-8822-6baee0780643 {
  margin-bottom: 20px;
}

#s-f53862d5-6eb4-4e0b-9dbe-2fce7d321719 {
  min-height: 50px;
}








#s-f53862d5-6eb4-4e0b-9dbe-2fce7d321719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f53862d5-6eb4-4e0b-9dbe-2fce7d321719 {
  cursor: pointer;
}#s-f53862d5-6eb4-4e0b-9dbe-2fce7d321719.shg-box.shg-c {
  justify-content: center;
}

#s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-cdc436a8-02d4-4dcf-ad0c-4e76486f44ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-3b6ddfc5-58ce-438e-a18c-1dc1847ed3e4 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-3b6ddfc5-58ce-438e-a18c-1dc1847ed3e4 img.shogun-image {
    
    width: px;
  }


#s-3b6ddfc5-58ce-438e-a18c-1dc1847ed3e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-afaacdf9-e7e1-49c9-a11b-09cc64183d98 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-afaacdf9-e7e1-49c9-a11b-09cc64183d98 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-afaacdf9-e7e1-49c9-a11b-09cc64183d98 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-36266ea6-bdf4-4db3-ab10-0aa917cb49e6 {
  margin-bottom: 20px;
}

#s-8df84ee4-a093-4d65-a734-3e3ad308dfd9 {
  min-height: 50px;
}








#s-8df84ee4-a093-4d65-a734-3e3ad308dfd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8df84ee4-a093-4d65-a734-3e3ad308dfd9 {
  cursor: pointer;
}#s-8df84ee4-a093-4d65-a734-3e3ad308dfd9.shg-box.shg-c {
  justify-content: center;
}

#s-57ba94e6-d34e-4822-ab6c-41ebffdd6bf7 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-57ba94e6-d34e-4822-ab6c-41ebffdd6bf7 img.shogun-image {
    
    width: px;
  }


#s-57ba94e6-d34e-4822-ab6c-41ebffdd6bf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dd8b6f0-d0e6-4139-866b-95c519e21224 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-3dd8b6f0-d0e6-4139-866b-95c519e21224 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-3dd8b6f0-d0e6-4139-866b-95c519e21224 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-12a114fb-ec75-4341-b86e-621df2337e79 {
  margin-bottom: 20px;
}

#s-59e04ee4-cb35-4acb-9283-25887172f02a {
  min-height: 50px;
}








#s-59e04ee4-cb35-4acb-9283-25887172f02a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59e04ee4-cb35-4acb-9283-25887172f02a {
  cursor: pointer;
}#s-59e04ee4-cb35-4acb-9283-25887172f02a.shg-box.shg-c {
  justify-content: center;
}

#s-1f5e4870-7910-4df4-b956-02c6742d4989 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-1f5e4870-7910-4df4-b956-02c6742d4989"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-9c0a9483-49de-46d3-8ec7-213d74d9cefc {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-9c0a9483-49de-46d3-8ec7-213d74d9cefc img.shogun-image {
    
    width: px;
  }


#s-9c0a9483-49de-46d3-8ec7-213d74d9cefc .shogun-image-content {
  
    align-items: center;
  
}

#s-6550430f-031e-42e8-8a92-0cb21fb55a38 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-6550430f-031e-42e8-8a92-0cb21fb55a38 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-6550430f-031e-42e8-8a92-0cb21fb55a38 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-c806ba6c-a0f0-45be-829f-357e467f6e14 {
  margin-bottom: 20px;
}

#s-5f163821-28cd-4a28-b2a1-0527cebc43d2 {
  min-height: 50px;
}








#s-5f163821-28cd-4a28-b2a1-0527cebc43d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f163821-28cd-4a28-b2a1-0527cebc43d2 {
  cursor: pointer;
}#s-5f163821-28cd-4a28-b2a1-0527cebc43d2.shg-box.shg-c {
  justify-content: center;
}

#s-84ae40dd-813b-4d1e-b698-350c2ba1731f {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-84ae40dd-813b-4d1e-b698-350c2ba1731f img.shogun-image {
    
    width: px;
  }


#s-84ae40dd-813b-4d1e-b698-350c2ba1731f .shogun-image-content {
  
    align-items: center;
  
}

#s-81c978d2-ef4c-40ab-a249-9af5a7f48b58 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-81c978d2-ef4c-40ab-a249-9af5a7f48b58 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-81c978d2-ef4c-40ab-a249-9af5a7f48b58 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-3e45e371-5e4d-414e-96ce-bcc297e8f762 {
  margin-bottom: 20px;
}

#s-49bb0b97-eaef-46ce-a80e-5d11b484e52e {
  min-height: 50px;
}








#s-49bb0b97-eaef-46ce-a80e-5d11b484e52e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49bb0b97-eaef-46ce-a80e-5d11b484e52e {
  cursor: pointer;
}#s-49bb0b97-eaef-46ce-a80e-5d11b484e52e.shg-box.shg-c {
  justify-content: center;
}

#s-0b578afb-20da-472a-b1f7-5eb8585e6611 {
  margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0b578afb-20da-472a-b1f7-5eb8585e6611"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-6345a89b-d200-4c13-a5c2-976bc5c6e158 {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-6345a89b-d200-4c13-a5c2-976bc5c6e158 img.shogun-image {
    
    width: px;
  }


#s-6345a89b-d200-4c13-a5c2-976bc5c6e158 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e382fd3-2605-448f-941f-b09b5f6703b4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-7e382fd3-2605-448f-941f-b09b5f6703b4 .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-7e382fd3-2605-448f-941f-b09b5f6703b4 .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-3145af88-13d4-4809-a45b-db2088624258 {
  margin-bottom: 20px;
}

#s-ee796af1-0e3d-4de8-b2f4-35e3f43b1b8b {
  min-height: 50px;
}








#s-ee796af1-0e3d-4de8-b2f4-35e3f43b1b8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee796af1-0e3d-4de8-b2f4-35e3f43b1b8b {
  cursor: pointer;
}#s-ee796af1-0e3d-4de8-b2f4-35e3f43b1b8b.shg-box.shg-c {
  justify-content: center;
}

#s-1bc91573-7835-4ed0-847a-730b933f99cc {
  min-height: 50px;
}








#s-1bc91573-7835-4ed0-847a-730b933f99cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bc91573-7835-4ed0-847a-730b933f99cc {
  cursor: pointer;
}#s-1bc91573-7835-4ed0-847a-730b933f99cc.shg-box.shg-c {
  justify-content: center;
}

#s-304f4c5d-da58-48de-ba84-07dce2fc3f9c {
  padding-top: 10px;
padding-left: 1px;
padding-bottom: 10px;
padding-right: 1px;
text-align: left;
}




  #s-304f4c5d-da58-48de-ba84-07dce2fc3f9c img.shogun-image {
    
    width: px;
  }


#s-304f4c5d-da58-48de-ba84-07dce2fc3f9c .shogun-image-content {
  
    align-items: center;
  
}

#s-a8bfb6e4-81c0-4fca-98ec-f4013c4fafbb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-a8bfb6e4-81c0-4fca-98ec-f4013c4fafbb .shogun-heading-component h2 {
  color: rgba(138, 194, 73, 1);
  font-weight:  600 ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-a8bfb6e4-81c0-4fca-98ec-f4013c4fafbb .shogun-heading-component h2 a {
  color: rgba(138, 194, 73, 1);
}


#s-1795acf4-c9c4-4c40-928b-fb27273db42c {
  margin-bottom: 20px;
}

#s-6ac21972-7478-43bb-a3f5-6373b4d6ce44 {
  min-height: 50px;
}








#s-6ac21972-7478-43bb-a3f5-6373b4d6ce44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ac21972-7478-43bb-a3f5-6373b4d6ce44 {
  cursor: pointer;
}#s-6ac21972-7478-43bb-a3f5-6373b4d6ce44.shg-box.shg-c {
  justify-content: center;
}

#s-b3ca18aa-9014-4936-9dcd-11614869bbce {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b3ca18aa-9014-4936-9dcd-11614869bbce {
  display: none;
}
#s-b3ca18aa-9014-4936-9dcd-11614869bbce, #wrap-s-b3ca18aa-9014-4936-9dcd-11614869bbce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3ca18aa-9014-4936-9dcd-11614869bbce {
  display: none;
}
#s-b3ca18aa-9014-4936-9dcd-11614869bbce, #wrap-s-b3ca18aa-9014-4936-9dcd-11614869bbce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3ca18aa-9014-4936-9dcd-11614869bbce {
  display: none;
}
#s-b3ca18aa-9014-4936-9dcd-11614869bbce, #wrap-s-b3ca18aa-9014-4936-9dcd-11614869bbce { display:none !important; }}







#s-b3ca18aa-9014-4936-9dcd-11614869bbce > .shg-box-overlay {
  background-color: rgba(248, 248, 248, 1);
  opacity: 0;
}#s-b3ca18aa-9014-4936-9dcd-11614869bbce.shg-box.shg-c {
  justify-content: center;
}

#s-0a9a8253-aa22-45b1-a86e-dc766d5e7e42 {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0a9a8253-aa22-45b1-a86e-dc766d5e7e42 {
  
}
}
#s-0a9a8253-aa22-45b1-a86e-dc766d5e7e42 .shogun-heading-component h1 {
  color: rgba(138, 194, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

@media (min-width: 1200px){#s-cfe7b48f-3922-48e1-bbed-c9b261cad902 {
  display: none;
}
#s-cfe7b48f-3922-48e1-bbed-c9b261cad902, #wrap-s-cfe7b48f-3922-48e1-bbed-c9b261cad902 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfe7b48f-3922-48e1-bbed-c9b261cad902 {
  display: none;
}
#s-cfe7b48f-3922-48e1-bbed-c9b261cad902, #wrap-s-cfe7b48f-3922-48e1-bbed-c9b261cad902 { display:none !important; }}
#s-cfe7b48f-3922-48e1-bbed-c9b261cad902 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cfe7b48f-3922-48e1-bbed-c9b261cad902 .shg-sld-nav-button.shg-sld-left,
#s-cfe7b48f-3922-48e1-bbed-c9b261cad902 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-9160f47f-d77a-43fd-9fe8-f1a832c6a8f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-2e578915-53cd-41a4-8466-e9a25d0e0a75 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-7b7096b4-8104-499c-a859-649824e52a78 {
  text-align: left;
}


.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 {
  max-width: 100%;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom,
.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 {
  max-width: 100%;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom,
.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 {
  max-width: 100%;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom,
.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 {
  max-width: 100%;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom,
.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 {
  max-width: 100%;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom,
.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b7096b4-8104-499c-a859-649824e52a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-28d4490c-016b-4ac3-a534-de7503694c8d {
  display: none;
}
#s-c95e8522-0cf2-46c8-b084-c2b739c7843f {
  text-align: left;
}


.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f {
  max-width: 100%;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom,
.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f {
  max-width: 100%;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom,
.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f {
  max-width: 100%;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom,
.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f {
  max-width: 100%;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom,
.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f {
  max-width: 100%;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom,
.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c95e8522-0cf2-46c8-b084-c2b739c7843f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-37afcb2c-58a6-4c9b-970d-ff10d92ea1f7 {
  display: none;
}
#s-1964d539-9801-43d7-9889-80c5476a878b {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1964d539-9801-43d7-9889-80c5476a878b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9add7124-99b2-44fd-acd0-a4bedbc32a47 {
  margin-top: 5px;
text-align: center;
}

#s-9add7124-99b2-44fd-acd0-a4bedbc32a47 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9add7124-99b2-44fd-acd0-a4bedbc32a47 .shogun-heading-component h3 a {
  color: #000;
}


#s-72971cef-18df-42ac-9977-b73633762908 {
  display: none;
}
#s-5146cd6a-d3d1-4f3a-ba42-ddcd6b1e8669 {
  text-align: center;
}

#s-5146cd6a-d3d1-4f3a-ba42-ddcd6b1e8669 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-5146cd6a-d3d1-4f3a-ba42-ddcd6b1e8669 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-5146cd6a-d3d1-4f3a-ba42-ddcd6b1e8669 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-86eee7a7-942d-47a7-813b-4f484a2b2721 {
  display: none;
}
#s-8b654e90-653b-4ace-a5da-03e16e73f313 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b654e90-653b-4ace-a5da-03e16e73f313"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b2fc3af7-124d-4891-889b-f0c338823754 {
  margin-top: 5px;
text-align: center;
}

#s-b2fc3af7-124d-4891-889b-f0c338823754 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b2fc3af7-124d-4891-889b-f0c338823754 .shogun-heading-component h3 a {
  color: #000;
}


#s-68f0a1ea-1a3c-4bc6-a676-6562725e696b {
  display: none;
}
#s-68c9e251-dcbe-4085-97ac-2ee7ecc325c0 {
  text-align: center;
}

#s-68c9e251-dcbe-4085-97ac-2ee7ecc325c0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-68c9e251-dcbe-4085-97ac-2ee7ecc325c0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-68c9e251-dcbe-4085-97ac-2ee7ecc325c0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-696139c4-9ede-46a4-b373-e4882568d198"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-e7f5645e-285c-4a4a-a587-c79926d3e103 {
  display: none;
}
#s-f44782ac-e980-47f2-be63-52614d0bd331 {
  text-align: left;
}


.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 {
  max-width: 100%;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom,
.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 {
  max-width: 100%;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom,
.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 {
  max-width: 100%;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom,
.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 {
  max-width: 100%;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom,
.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 {
  max-width: 100%;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom,
.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f44782ac-e980-47f2-be63-52614d0bd331 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9d8c42be-305b-4c96-b5cd-319c0d4fd146 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d8c42be-305b-4c96-b5cd-319c0d4fd146"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6cfa5e74-1ff0-4813-ac9e-24cdaa3c0d8c {
  margin-top: 5px;
text-align: center;
}

#s-6cfa5e74-1ff0-4813-ac9e-24cdaa3c0d8c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6cfa5e74-1ff0-4813-ac9e-24cdaa3c0d8c .shogun-heading-component h3 a {
  color: #000;
}


#s-7fd93048-1146-495f-9693-792cd87edd99 {
  text-align: center;
}

#s-7fd93048-1146-495f-9693-792cd87edd99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-7fd93048-1146-495f-9693-792cd87edd99 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-7fd93048-1146-495f-9693-792cd87edd99 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 3px;
}

#s-df46bc6e-33b9-48d4-aead-84d48efc548e {
  display: none;
}
#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d {
  text-align: left;
}


.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d {
  max-width: 100%;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom,
.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d {
  max-width: 100%;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom,
.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d {
  max-width: 100%;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom,
.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d {
  max-width: 100%;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom,
.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d {
  max-width: 100%;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom,
.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4cf5195-18f5-4b16-aed4-c2839a746e6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d3d6f32-9d35-445e-bdc5-3e929a5cb68f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5ab26703-898a-4414-b630-624bf25b4685 {
  margin-top: 5px;
text-align: center;
}

#s-5ab26703-898a-4414-b630-624bf25b4685 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5ab26703-898a-4414-b630-624bf25b4685 .shogun-heading-component h3 a {
  color: #000;
}


#s-6224c191-d7eb-4991-b6cc-2c1621056423 {
  display: none;
}
#s-4b70c8f5-f1df-44fa-9459-72b8ed258132 {
  text-align: center;
}

#s-4b70c8f5-f1df-44fa-9459-72b8ed258132 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-4b70c8f5-f1df-44fa-9459-72b8ed258132 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-4b70c8f5-f1df-44fa-9459-72b8ed258132 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-bee741d2-4c0d-46ef-b15a-a841be58b285"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-d44968f0-e2a3-4223-accb-2d0e1e58095c {
  display: none;
}
#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a {
  text-align: left;
}


.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a {
  max-width: 100%;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom,
.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a {
  max-width: 100%;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom,
.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a {
  max-width: 100%;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom,
.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a {
  max-width: 100%;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom,
.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a {
  max-width: 100%;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom,
.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53045ed-0c55-40f0-a1a9-e16c5cde9c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9684e3de-6c3b-45de-baa7-6ba24458d6d9 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9684e3de-6c3b-45de-baa7-6ba24458d6d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a98ad88a-a7c1-4310-9727-fef533fcdda2 {
  margin-top: 5px;
text-align: center;
}

#s-a98ad88a-a7c1-4310-9727-fef533fcdda2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a98ad88a-a7c1-4310-9727-fef533fcdda2 .shogun-heading-component h3 a {
  color: #000;
}


#s-0b24db73-30da-4d0d-a808-85effef2d02c {
  display: none;
}
#s-98c153d0-2938-4894-aa94-231b4447e926 {
  text-align: center;
}

#s-98c153d0-2938-4894-aa94-231b4447e926 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-98c153d0-2938-4894-aa94-231b4447e926 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-98c153d0-2938-4894-aa94-231b4447e926 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-88f852a9-820f-467d-9aab-7a142984bed2 {
  display: none;
}
#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c {
  text-align: left;
}


.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c {
  max-width: 100%;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom,
.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c {
  max-width: 100%;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom,
.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c {
  max-width: 100%;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom,
.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c {
  max-width: 100%;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom,
.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c {
  max-width: 100%;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom,
.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb193f81-63e8-475c-96bc-c34ad5d1f03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4bdd5522-f1f8-4cf8-930e-444ab349d42e {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4bdd5522-f1f8-4cf8-930e-444ab349d42e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4697715d-b896-46b2-a9b0-7abb0b2a0b57 {
  margin-top: 5px;
text-align: center;
}

#s-4697715d-b896-46b2-a9b0-7abb0b2a0b57 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4697715d-b896-46b2-a9b0-7abb0b2a0b57 .shogun-heading-component h3 a {
  color: #000;
}


#s-5e9524b1-1553-41d6-9f01-77e8e1a74801 {
  display: none;
}
#s-29f870ec-c0bd-4097-b7df-699fbb3c8263 {
  text-align: center;
}

#s-29f870ec-c0bd-4097-b7df-699fbb3c8263 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-29f870ec-c0bd-4097-b7df-699fbb3c8263 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-29f870ec-c0bd-4097-b7df-699fbb3c8263 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-c85e8689-5257-4281-8e15-a3cebfc86d53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-49d99c5b-fe8d-4cd7-bee1-e081865a87a9 {
  display: none;
}
#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 {
  text-align: left;
}


.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 {
  max-width: 100%;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom,
.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 {
  max-width: 100%;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom,
.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 {
  max-width: 100%;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom,
.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 {
  max-width: 100%;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom,
.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 {
  max-width: 100%;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom,
.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46606148-5b97-46f3-b1fe-56b07ffbdc15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5dcdc6a-31ad-4d67-86a0-aa54c136dba3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c262660d-abc6-4c79-89b0-0f48441976bb {
  margin-top: 5px;
text-align: center;
}

#s-c262660d-abc6-4c79-89b0-0f48441976bb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-c262660d-abc6-4c79-89b0-0f48441976bb .shogun-heading-component h3 a {
  color: #000;
}


#s-1a63c16a-36b3-465f-ab9f-536e83948340 {
  text-align: center;
}

#s-1a63c16a-36b3-465f-ab9f-536e83948340 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-1a63c16a-36b3-465f-ab9f-536e83948340 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-1a63c16a-36b3-465f-ab9f-536e83948340 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 3px;
}

#s-e03e12e7-7f14-49b6-aaea-5d276631a6b3 {
  display: none;
}
#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 {
  text-align: left;
}


.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 {
  max-width: 100%;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom,
.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 {
  max-width: 100%;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom,
.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 {
  max-width: 100%;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom,
.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 {
  max-width: 100%;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom,
.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 {
  max-width: 100%;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom,
.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2650e1-f6ef-48f8-8845-eb5b97edb509 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa3bb99f-a19f-47a1-a1ea-e31f0924fd8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8d050f7c-b438-4ef7-b835-2b82dd64463b {
  margin-top: 5px;
text-align: center;
}

#s-8d050f7c-b438-4ef7-b835-2b82dd64463b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8d050f7c-b438-4ef7-b835-2b82dd64463b .shogun-heading-component h3 a {
  color: #000;
}


#s-d6899a3e-5cbf-4e73-b28c-c5f7b318ccd0 {
  display: none;
}
#s-e3211c5d-b9a7-49f6-8f67-c65446c3bc95 {
  text-align: center;
}

#s-e3211c5d-b9a7-49f6-8f67-c65446c3bc95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-e3211c5d-b9a7-49f6-8f67-c65446c3bc95 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-e3211c5d-b9a7-49f6-8f67-c65446c3bc95 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-73854f3c-2789-4711-bba9-0fa90909ebda {
  display: none;
}
#s-73854f3c-2789-4711-bba9-0fa90909ebda, #wrap-s-73854f3c-2789-4711-bba9-0fa90909ebda { display:none !important; }}
#s-73854f3c-2789-4711-bba9-0fa90909ebda .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-73854f3c-2789-4711-bba9-0fa90909ebda .shg-sld-nav-button.shg-sld-left,
#s-73854f3c-2789-4711-bba9-0fa90909ebda .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-fe462fa7-53a4-40ef-94f3-be08607986f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-7e965581-3893-4ed4-91ac-f980e88ea5a3 {
  display: none;
}
#s-869de9ba-d5d0-4898-9726-b0af135d95e8 {
  text-align: left;
}


.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 {
  max-width: 100%;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom,
.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 {
  max-width: 100%;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom,
.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 {
  max-width: 100%;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom,
.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 {
  max-width: 100%;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom,
.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 {
  max-width: 100%;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom,
.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-869de9ba-d5d0-4898-9726-b0af135d95e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f1ecca0-fdc5-4e34-8d0c-f571af39ba7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-41996f97-71e0-499c-94ae-9cd9493bcea1 {
  margin-top: 5px;
text-align: center;
}

#s-41996f97-71e0-499c-94ae-9cd9493bcea1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-41996f97-71e0-499c-94ae-9cd9493bcea1 .shogun-heading-component h3 a {
  color: #000;
}


#s-e8c53111-d904-4b0d-a480-97ee3dce2df7 {
  text-align: right;
}

#s-e8c53111-d904-4b0d-a480-97ee3dce2df7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-e8c53111-d904-4b0d-a480-97ee3dce2df7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-e8c53111-d904-4b0d-a480-97ee3dce2df7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 3px;
}

#s-e4039954-9d05-4046-9167-ac9c61b18659 {
  display: none;
}
#s-237deca8-3c16-4372-8851-024358ddb528 {
  text-align: left;
}


.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 {
  max-width: 100%;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom,
.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 {
  max-width: 100%;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom,
.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 {
  max-width: 100%;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom,
.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 {
  max-width: 100%;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom,
.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 {
  max-width: 100%;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom,
.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-237deca8-3c16-4372-8851-024358ddb528 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb1e4033-8505-4554-9f36-64300629624f {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb1e4033-8505-4554-9f36-64300629624f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c48e7222-79b5-41d4-89ca-1274e171ed85 {
  margin-top: 5px;
text-align: left;
}

#s-c48e7222-79b5-41d4-89ca-1274e171ed85 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c48e7222-79b5-41d4-89ca-1274e171ed85 .shogun-heading-component h3 a {
  color: #000;
}


#s-fd70db19-a6bd-4e1a-9b8b-6837199ea47d {
  display: none;
}
#s-ee0c4497-5130-4dd7-9b84-10d02cb4b10d {
  text-align: right;
}

#s-ee0c4497-5130-4dd7-9b84-10d02cb4b10d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-ee0c4497-5130-4dd7-9b84-10d02cb4b10d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-ee0c4497-5130-4dd7-9b84-10d02cb4b10d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-11a39642-1949-4bb6-8b16-d01b50afaefb {
  display: none;
}
#s-2152b304-31ec-4e5e-b693-937dad517a4c {
  text-align: left;
}


.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c {
  max-width: 100%;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom,
.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c {
  max-width: 100%;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom,
.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c {
  max-width: 100%;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom,
.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c {
  max-width: 100%;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom,
.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c {
  max-width: 100%;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom,
.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2152b304-31ec-4e5e-b693-937dad517a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7d74f677-bdb3-429d-b42f-5521acf94da7 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d74f677-bdb3-429d-b42f-5521acf94da7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f037bfcd-3e1b-46c3-9fa1-a14772e0cb4a {
  margin-top: 5px;
text-align: left;
}

#s-f037bfcd-3e1b-46c3-9fa1-a14772e0cb4a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-f037bfcd-3e1b-46c3-9fa1-a14772e0cb4a .shogun-heading-component h3 a {
  color: #000;
}


#s-2c5ca90c-0436-48d9-8fe0-e8b2aceec408 {
  display: none;
}
#s-a5dd26b3-d7e6-4726-b12e-191dc8ae2730 {
  text-align: right;
}

#s-a5dd26b3-d7e6-4726-b12e-191dc8ae2730 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-a5dd26b3-d7e6-4726-b12e-191dc8ae2730 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-a5dd26b3-d7e6-4726-b12e-191dc8ae2730 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-03bc8c85-d8cf-48c7-b44d-4040953d85d5 {
  display: none;
}
#s-dded1987-de45-44f3-860c-9277fdf4c006 {
  text-align: left;
}


.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 {
  max-width: 100%;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom,
.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 {
  max-width: 100%;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom,
.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 {
  max-width: 100%;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom,
.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 {
  max-width: 100%;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom,
.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 {
  max-width: 100%;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom,
.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dded1987-de45-44f3-860c-9277fdf4c006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a535a073-2d28-476a-a9bf-0c0dc4329450 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a535a073-2d28-476a-a9bf-0c0dc4329450"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6e2e0c8e-c986-45ea-ae8b-392e9f95cb37 {
  margin-top: 5px;
text-align: left;
}

#s-6e2e0c8e-c986-45ea-ae8b-392e9f95cb37 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-6e2e0c8e-c986-45ea-ae8b-392e9f95cb37 .shogun-heading-component h3 a {
  color: #000;
}


#s-3cb48267-05a2-4466-a7ad-dbab99f1cef5 {
  display: none;
}
#s-4e197bef-8fb1-4049-bdda-3229d355fab4 {
  text-align: right;
}

#s-4e197bef-8fb1-4049-bdda-3229d355fab4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-4e197bef-8fb1-4049-bdda-3229d355fab4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-4e197bef-8fb1-4049-bdda-3229d355fab4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-7c6024b0-5841-4e56-94c1-72b343f6bfa3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-0209543a-0215-4ba4-b7c4-bb908dd9955c {
  display: none;
}
#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a {
  text-align: left;
}


.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a {
  max-width: 100%;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom,
.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a {
  max-width: 100%;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom,
.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a {
  max-width: 100%;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom,
.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a {
  max-width: 100%;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom,
.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a {
  max-width: 100%;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom,
.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8d1545a-866a-49ec-9ba5-8d2b0b8f3b1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0d0675e8-60dd-4e77-a510-94efaeb6f65b {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d0675e8-60dd-4e77-a510-94efaeb6f65b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-aef86142-6c2a-4ee4-aff7-3d80878db56a {
  margin-top: 5px;
text-align: center;
}

#s-aef86142-6c2a-4ee4-aff7-3d80878db56a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-aef86142-6c2a-4ee4-aff7-3d80878db56a .shogun-heading-component h3 a {
  color: #000;
}


#s-f7df4b72-803a-4592-894c-9c782170f569 {
  text-align: right;
}

#s-f7df4b72-803a-4592-894c-9c782170f569 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-f7df4b72-803a-4592-894c-9c782170f569 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-f7df4b72-803a-4592-894c-9c782170f569 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 3px;
}

#s-7b9f9261-49b0-4328-9895-874ebe03d2a7 {
  display: none;
}
#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 {
  text-align: left;
}


.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 {
  max-width: 100%;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom,
.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 {
  max-width: 100%;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom,
.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 {
  max-width: 100%;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom,
.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 {
  max-width: 100%;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom,
.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 {
  max-width: 100%;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom,
.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00e6d498-6194-4f4b-9870-8b31dc8479b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-80be15a2-91bf-4a12-a774-594a28e17ecf {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80be15a2-91bf-4a12-a774-594a28e17ecf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ba338f49-fff6-4f5f-9653-3628915e7390 {
  margin-top: 5px;
text-align: left;
}

#s-ba338f49-fff6-4f5f-9653-3628915e7390 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ba338f49-fff6-4f5f-9653-3628915e7390 .shogun-heading-component h3 a {
  color: #000;
}


#s-2baedfc0-ad83-4f1a-9b80-9e36b6b0a3c0 {
  display: none;
}
#s-7c5c7bac-3f46-458a-a34e-bbb44e57d7c3 {
  text-align: right;
}

#s-7c5c7bac-3f46-458a-a34e-bbb44e57d7c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-7c5c7bac-3f46-458a-a34e-bbb44e57d7c3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-7c5c7bac-3f46-458a-a34e-bbb44e57d7c3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-0d84fc5d-ef7c-446b-a0cc-0b2a1a4b75e8 {
  display: none;
}
#s-aa977923-6b4d-4d6b-9979-3298bceba153 {
  text-align: left;
}


.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 {
  max-width: 100%;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom,
.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 {
  max-width: 100%;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom,
.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 {
  max-width: 100%;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom,
.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 {
  max-width: 100%;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom,
.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 {
  max-width: 100%;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom,
.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa977923-6b4d-4d6b-9979-3298bceba153 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c26b021c-4885-4742-97c0-db5e901b7354 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c26b021c-4885-4742-97c0-db5e901b7354"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-97edc955-cc0c-4708-a53e-2cc7b974e9da {
  margin-top: 5px;
text-align: left;
}

#s-97edc955-cc0c-4708-a53e-2cc7b974e9da .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-97edc955-cc0c-4708-a53e-2cc7b974e9da .shogun-heading-component h3 a {
  color: #000;
}


#s-37a5b2c6-624e-4cb7-9714-ffd5792a2694 {
  display: none;
}
#s-48024584-cef6-43fe-adb8-cc84964c0cf7 {
  text-align: right;
}

#s-48024584-cef6-43fe-adb8-cc84964c0cf7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-48024584-cef6-43fe-adb8-cc84964c0cf7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-48024584-cef6-43fe-adb8-cc84964c0cf7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-0067885a-924e-45d9-8de0-d18f393c7280 {
  display: none;
}
#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b {
  text-align: left;
}


.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b {
  max-width: 100%;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom,
.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b {
  max-width: 100%;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom,
.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b {
  max-width: 100%;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom,
.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b {
  max-width: 100%;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom,
.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b {
  max-width: 100%;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom,
.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8d76622-7bfc-40d6-a783-4c10b0637f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cc1a959a-05b6-4dbe-8793-05fd69d5e239 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc1a959a-05b6-4dbe-8793-05fd69d5e239"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5150b592-fb6b-4c04-b9ab-641823cff350 {
  margin-top: 5px;
text-align: left;
}

#s-5150b592-fb6b-4c04-b9ab-641823cff350 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-5150b592-fb6b-4c04-b9ab-641823cff350 .shogun-heading-component h3 a {
  color: #000;
}


#s-857b9d1f-0f8d-4b8d-a035-6cb02d18cde4 {
  display: none;
}
#s-dad3d6c4-cb5e-40fa-99c1-e0365fd3c503 {
  text-align: right;
}

#s-dad3d6c4-cb5e-40fa-99c1-e0365fd3c503 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-dad3d6c4-cb5e-40fa-99c1-e0365fd3c503 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-dad3d6c4-cb5e-40fa-99c1-e0365fd3c503 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-5bc5507e-f675-41a7-bd9c-9ac036004af2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5bc5507e-f675-41a7-bd9c-9ac036004af2 {
  display: none;
}
#s-5bc5507e-f675-41a7-bd9c-9ac036004af2, #wrap-s-5bc5507e-f675-41a7-bd9c-9ac036004af2 { display:none !important; }}







#s-5bc5507e-f675-41a7-bd9c-9ac036004af2 > .shg-box-overlay {
  background-color: rgba(248, 248, 248, 1);
  opacity: 0;
}#s-5bc5507e-f675-41a7-bd9c-9ac036004af2.shg-box.shg-c {
  justify-content: center;
}

#s-2a8326cb-9949-4eca-959e-aee20febfb90 {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2a8326cb-9949-4eca-959e-aee20febfb90 {
  display: none;
}
#s-2a8326cb-9949-4eca-959e-aee20febfb90, #wrap-s-2a8326cb-9949-4eca-959e-aee20febfb90 { display:none !important; }}
#s-2a8326cb-9949-4eca-959e-aee20febfb90 .shogun-heading-component h1 {
  color: rgba(138, 194, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-937a9a04-f42d-4e2d-97f7-8f9fd42b3588 {
  display: none;
}
#s-937a9a04-f42d-4e2d-97f7-8f9fd42b3588, #wrap-s-937a9a04-f42d-4e2d-97f7-8f9fd42b3588 { display:none !important; }}
#s-937a9a04-f42d-4e2d-97f7-8f9fd42b3588 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-937a9a04-f42d-4e2d-97f7-8f9fd42b3588 .shg-sld-nav-button.shg-sld-left,
#s-937a9a04-f42d-4e2d-97f7-8f9fd42b3588 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-aa729443-9a38-41a4-a8e8-dfdc08a71456"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-62450dc8-82d1-489e-9ae8-1851ae3de8c7 {
  display: none;
}
#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e {
  text-align: left;
}


.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e {
  max-width: 100%;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom,
.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e {
  max-width: 100%;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom,
.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e {
  max-width: 100%;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom,
.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e {
  max-width: 100%;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom,
.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e {
  max-width: 100%;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom,
.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64e8bfe4-feec-4696-9fbe-d0d82c77619e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-28f03644-67e5-4d63-b081-8c10df58acb1 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28f03644-67e5-4d63-b081-8c10df58acb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d40d204f-f4af-4f48-aa6c-67753de96316 {
  margin-top: 5px;
text-align: center;
}

#s-d40d204f-f4af-4f48-aa6c-67753de96316 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d40d204f-f4af-4f48-aa6c-67753de96316 .shogun-heading-component h3 a {
  color: #000;
}


#s-0b11f476-e17a-4f76-bbb0-ff7d5b1602e1 {
  text-align: right;
}

#s-0b11f476-e17a-4f76-bbb0-ff7d5b1602e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-0b11f476-e17a-4f76-bbb0-ff7d5b1602e1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-0b11f476-e17a-4f76-bbb0-ff7d5b1602e1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 3px;
}

#s-3a817aed-1364-4b03-983b-0e7a594070e0 {
  display: none;
}
#s-b16bc966-9408-4c37-aaf7-79f69cd79efb {
  text-align: left;
}


.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb {
  max-width: 100%;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom,
.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb {
  max-width: 100%;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom,
.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb {
  max-width: 100%;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom,
.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb {
  max-width: 100%;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom,
.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb {
  max-width: 100%;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom,
.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b16bc966-9408-4c37-aaf7-79f69cd79efb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-092a6d5f-bcc2-4763-9160-e806554ae352 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-092a6d5f-bcc2-4763-9160-e806554ae352"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4638cea2-387c-4ce4-a2c5-f7e2f0d70222 {
  margin-top: 5px;
text-align: left;
}

#s-4638cea2-387c-4ce4-a2c5-f7e2f0d70222 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-4638cea2-387c-4ce4-a2c5-f7e2f0d70222 .shogun-heading-component h3 a {
  color: #000;
}


#s-ef921703-7a10-4506-af78-dc0d24eba9bb {
  display: none;
}
#s-eb8b359d-420c-4d0b-ae8e-8a82628efb11 {
  text-align: right;
}

#s-eb8b359d-420c-4d0b-ae8e-8a82628efb11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-eb8b359d-420c-4d0b-ae8e-8a82628efb11 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-eb8b359d-420c-4d0b-ae8e-8a82628efb11 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-316dc3ad-9643-4178-a6f7-31ae58ad95e9 {
  display: none;
}
#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 {
  text-align: left;
}


.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 {
  max-width: 100%;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom,
.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 {
  max-width: 100%;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom,
.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 {
  max-width: 100%;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom,
.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 {
  max-width: 100%;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom,
.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 {
  max-width: 100%;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom,
.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a5eae2d-d8bc-43b5-a199-acb7b82a0789 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d166bdd5-7d57-4553-9d1a-d9b03b005356 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d166bdd5-7d57-4553-9d1a-d9b03b005356"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a2e8bd43-763e-4e9f-997d-54fda3f8ce27 {
  margin-top: 5px;
text-align: left;
}

#s-a2e8bd43-763e-4e9f-997d-54fda3f8ce27 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a2e8bd43-763e-4e9f-997d-54fda3f8ce27 .shogun-heading-component h3 a {
  color: #000;
}


#s-1d30b637-d721-4c50-9e05-3638594a7990 {
  display: none;
}
#s-6139cf3d-107c-4ec3-b13f-b99b38935c20 {
  text-align: right;
}

#s-6139cf3d-107c-4ec3-b13f-b99b38935c20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-6139cf3d-107c-4ec3-b13f-b99b38935c20 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-6139cf3d-107c-4ec3-b13f-b99b38935c20 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-1a88ee2a-3925-441f-aa71-e2166384dba3 {
  display: none;
}
#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 {
  text-align: left;
}


.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 {
  max-width: 100%;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom,
.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 {
  max-width: 100%;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom,
.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 {
  max-width: 100%;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom,
.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 {
  max-width: 100%;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom,
.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 {
  max-width: 100%;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom,
.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a54eb8c-665a-4e04-85c3-121c28521ee2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6b00239e-c49e-438f-87c1-e1f38c5c8979 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b00239e-c49e-438f-87c1-e1f38c5c8979"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c84d9dfc-27a5-47ec-b478-93d40b18f7f2 {
  margin-top: 5px;
text-align: left;
}

#s-c84d9dfc-27a5-47ec-b478-93d40b18f7f2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c84d9dfc-27a5-47ec-b478-93d40b18f7f2 .shogun-heading-component h3 a {
  color: #000;
}


#s-ea6ca89b-0479-4e92-ae60-4922ca4ee7a2 {
  display: none;
}
#s-d677cc00-d58f-4abf-92fe-df765b41abff {
  text-align: right;
}

#s-d677cc00-d58f-4abf-92fe-df765b41abff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-d677cc00-d58f-4abf-92fe-df765b41abff .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 13px;
}

#s-d677cc00-d58f-4abf-92fe-df765b41abff .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-c9f83248-c3d9-42ed-911e-23d8e6f2ba63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-f87cf659-dc1d-4cc5-b013-0057dda04f8a {
  display: none;
}
#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 {
  text-align: left;
}


.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 {
  max-width: 100%;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom,
.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 {
  max-width: 100%;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom,
.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 {
  max-width: 100%;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom,
.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 {
  max-width: 100%;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom,
.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 {
  max-width: 100%;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom,
.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8fa99a-6e36-4538-8095-71f52fa58a92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-011a743f-2247-4a38-9e76-87fdf9d1f151 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-011a743f-2247-4a38-9e76-87fdf9d1f151"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bba924a5-fdc3-46a8-9b60-a8f00097beea {
  margin-top: 5px;
text-align: center;
}

#s-bba924a5-fdc3-46a8-9b60-a8f00097beea .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-bba924a5-fdc3-46a8-9b60-a8f00097beea .shogun-heading-component h3 a {
  color: #000;
}


#s-07e5865a-914f-471b-86f1-d8060494e86f {
  text-align: right;
}

#s-07e5865a-914f-471b-86f1-d8060494e86f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-07e5865a-914f-471b-86f1-d8060494e86f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-07e5865a-914f-471b-86f1-d8060494e86f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-5aa2feb8-619c-4de4-8a95-131b09ec06a3 {
  display: none;
}
#s-ef572929-c069-4da5-ab8b-47d82ad901b7 {
  text-align: left;
}


.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 {
  max-width: 100%;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom,
.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 {
  max-width: 100%;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom,
.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 {
  max-width: 100%;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom,
.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 {
  max-width: 100%;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom,
.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 {
  max-width: 100%;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom,
.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef572929-c069-4da5-ab8b-47d82ad901b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a0e67ad-eded-4cda-8660-1cbd1a1898c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-770b5bb2-2f80-4c96-a3b4-43cde5e402d7 {
  margin-top: 5px;
text-align: left;
}

#s-770b5bb2-2f80-4c96-a3b4-43cde5e402d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-770b5bb2-2f80-4c96-a3b4-43cde5e402d7 .shogun-heading-component h3 a {
  color: #000;
}


#s-62d0fdad-2e30-46de-accc-bcc43a018caf {
  display: none;
}
#s-47a01ef1-9906-44a5-b5b9-fc9be0405fe3 {
  text-align: right;
}

#s-47a01ef1-9906-44a5-b5b9-fc9be0405fe3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-47a01ef1-9906-44a5-b5b9-fc9be0405fe3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-47a01ef1-9906-44a5-b5b9-fc9be0405fe3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-7c5cb055-e881-48f1-9373-7e9987e7ac55 {
  display: none;
}
#s-5c82e55b-6ffe-42c8-85cf-00217eec154f {
  text-align: left;
}


.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f {
  max-width: 100%;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom,
.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f {
  max-width: 100%;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom,
.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f {
  max-width: 100%;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom,
.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f {
  max-width: 100%;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom,
.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f {
  max-width: 100%;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom,
.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c82e55b-6ffe-42c8-85cf-00217eec154f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1a0221c2-da27-49f3-8ab3-1d737781b59e {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1a0221c2-da27-49f3-8ab3-1d737781b59e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-98ed0fb4-acdb-4cc9-a46d-ddb673d4cbc9 {
  margin-top: 5px;
text-align: left;
}

#s-98ed0fb4-acdb-4cc9-a46d-ddb673d4cbc9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-98ed0fb4-acdb-4cc9-a46d-ddb673d4cbc9 .shogun-heading-component h3 a {
  color: #000;
}


#s-0cb2580d-2072-4c0a-9abe-57b5bdc24174 {
  display: none;
}
#s-985780de-0787-45b8-bae0-4bc6a400f889 {
  text-align: right;
}

#s-985780de-0787-45b8-bae0-4bc6a400f889 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-985780de-0787-45b8-bae0-4bc6a400f889 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-985780de-0787-45b8-bae0-4bc6a400f889 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-5173629e-3b56-4827-89c8-4173345a4fc6 {
  display: none;
}
#s-0e613440-154f-4a1e-890b-16a9a9d3d717 {
  text-align: left;
}


.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 {
  max-width: 100%;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom,
.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 {
  max-width: 100%;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom,
.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 {
  max-width: 100%;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom,
.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 {
  max-width: 100%;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom,
.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 {
  max-width: 100%;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom,
.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e613440-154f-4a1e-890b-16a9a9d3d717 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6ebe202f-6615-460a-b7b7-37ee0567cc23 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ebe202f-6615-460a-b7b7-37ee0567cc23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-81a14897-e7a0-437c-b221-2c8c726e88f0 {
  margin-top: 5px;
text-align: left;
}

#s-81a14897-e7a0-437c-b221-2c8c726e88f0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-81a14897-e7a0-437c-b221-2c8c726e88f0 .shogun-heading-component h3 a {
  color: #000;
}


#s-a63525cf-484c-4b82-aa74-98c09ccb2b25 {
  display: none;
}
#s-15b07d4d-43df-4ee6-8430-58e58166bc01 {
  text-align: right;
}

#s-15b07d4d-43df-4ee6-8430-58e58166bc01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-15b07d4d-43df-4ee6-8430-58e58166bc01 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-15b07d4d-43df-4ee6-8430-58e58166bc01 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-07229b5b-1a26-4888-a9f2-730442305d45 {
  min-height: 50px;
}








#s-07229b5b-1a26-4888-a9f2-730442305d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07229b5b-1a26-4888-a9f2-730442305d45.shg-box.shg-c {
  justify-content: center;
}

#s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b {
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b {
  
}
}@media (max-width: 767px){#s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b {
  
}
}
@media (min-width: 0px) {
[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9ac9bfb-7d77-46ad-84d5-a4bd51366e4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c03df3b9-10c1-4571-8d12-92b3a234f310 {
  text-align: center;
}
#s-c03df3b9-10c1-4571-8d12-92b3a234f310:hover {opacity: 0.98 !important;}



  #s-c03df3b9-10c1-4571-8d12-92b3a234f310 img.shogun-image {
    
    width: px;
  }


#s-c03df3b9-10c1-4571-8d12-92b3a234f310 .shogun-image-content {
  
    align-items: center;
  
}

.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-1e6996fe-b1ac-4f3d-9ae2-6a4b5417c147 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(241, 126, 33, 1);
text-decoration: none;
line-height: 2em;
}
#s-1e6996fe-b1ac-4f3d-9ae2-6a4b5417c147:hover {background-color: rgba(138, 194, 73, 1) !important;
text-decoration: none !important;}#s-1e6996fe-b1ac-4f3d-9ae2-6a4b5417c147:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1e6996fe-b1ac-4f3d-9ae2-6a4b5417c147.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

#s-330e498e-9221-4d22-9775-f53395aef18e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-330e498e-9221-4d22-9775-f53395aef18e {
  display: none;
}
#s-330e498e-9221-4d22-9775-f53395aef18e, #wrap-s-330e498e-9221-4d22-9775-f53395aef18e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-330e498e-9221-4d22-9775-f53395aef18e {
  display: none;
}
#s-330e498e-9221-4d22-9775-f53395aef18e, #wrap-s-330e498e-9221-4d22-9775-f53395aef18e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-330e498e-9221-4d22-9775-f53395aef18e {
  display: none;
}
#s-330e498e-9221-4d22-9775-f53395aef18e, #wrap-s-330e498e-9221-4d22-9775-f53395aef18e { display:none !important; }}@media (max-width: 767px){#s-330e498e-9221-4d22-9775-f53395aef18e {
  
}
}







#s-330e498e-9221-4d22-9775-f53395aef18e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-330e498e-9221-4d22-9775-f53395aef18e.shg-box.shg-c {
  justify-content: center;
}

#s-3bda1f6a-91a9-425f-afea-423e5bb4e1be {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-3bda1f6a-91a9-425f-afea-423e5bb4e1be:hover {opacity: 0.98 !important;}



  #s-3bda1f6a-91a9-425f-afea-423e5bb4e1be img.shogun-image {
    
    width: px;
  }


#s-3bda1f6a-91a9-425f-afea-423e5bb4e1be .shogun-image-content {
  
    align-items: center;
  
}

#s-41dfac86-2426-4e50-a134-0c6f51d2a0c2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-2e37448a-c6b9-40ba-83c5-8ea758902b0a {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(241, 126, 33, 1);
text-decoration: none;
line-height: 2em;
}
#s-2e37448a-c6b9-40ba-83c5-8ea758902b0a:hover {background-color: rgba(138, 194, 73, 1) !important;
text-decoration: none !important;}#s-2e37448a-c6b9-40ba-83c5-8ea758902b0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e37448a-c6b9-40ba-83c5-8ea758902b0a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

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

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}