.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-5007bd46-eec8-48e9-91a8-58820adeb226 {
  padding-top: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5007bd46-eec8-48e9-91a8-58820adeb226 {
  display: none;
}
#s-5007bd46-eec8-48e9-91a8-58820adeb226, #wrap-s-5007bd46-eec8-48e9-91a8-58820adeb226 { display:none !important; }}@media (max-width: 767px){#s-5007bd46-eec8-48e9-91a8-58820adeb226 {
  display: none;
}
#s-5007bd46-eec8-48e9-91a8-58820adeb226, #wrap-s-5007bd46-eec8-48e9-91a8-58820adeb226 { display:none !important; }}







#s-5007bd46-eec8-48e9-91a8-58820adeb226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5007bd46-eec8-48e9-91a8-58820adeb226.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a99c7ffe-fca7-4495-a6fa-9b47387ad6f5 {
  text-align: center;
}




  #s-a99c7ffe-fca7-4495-a6fa-9b47387ad6f5 img.shogun-image {
    
    width: px;
  }


#s-a99c7ffe-fca7-4495-a6fa-9b47387ad6f5 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-e4de9fef-19ae-4431-9c76-932afe683e36 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4de9fef-19ae-4431-9c76-932afe683e36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-8b0bfecf-140d-47e5-ad17-d6ff458788f9 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-8b0bfecf-140d-47e5-ad17-d6ff458788f9:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b0bfecf-140d-47e5-ad17-d6ff458788f9:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8b0bfecf-140d-47e5-ad17-d6ff458788f9-btn-wrapper {
    text-align: left;
  }


#s-8b0bfecf-140d-47e5-ad17-d6ff458788f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-05ddd7b5-4bf0-49f0-b9cb-a125ecdf2212 {
  border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
min-height: 50px;
}








#s-05ddd7b5-4bf0-49f0-b9cb-a125ecdf2212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05ddd7b5-4bf0-49f0-b9cb-a125ecdf2212.shg-box.shg-c {
  justify-content: center;
}

#s-cd1beb02-0acd-49e0-8c13-c64d9a147b62 {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cd1beb02-0acd-49e0-8c13-c64d9a147b62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-51a578f9-250a-4ec0-92d2-a991cb9a5023 {
  margin-left: 5%;
margin-right: 5%;
}

#s-303acc5c-c164-430b-b689-114b6d9567bb {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 768px) {
[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 992px) {
[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 1200px) {
[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-303acc5c-c164-430b-b689-114b6d9567bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.25px);
}

}

#s-599bf518-5fc0-4b60-ad36-7b713eb13460 {
  margin-right: 0px;
text-align: center;
}




  #s-599bf518-5fc0-4b60-ad36-7b713eb13460 img.shogun-image {
    
    width: px;
  }


#s-599bf518-5fc0-4b60-ad36-7b713eb13460 .shogun-image-content {
  
    align-items: center;
  
}

#s-042f3deb-0569-43ba-ac40-4ac2c9025a6f {
  margin-right: 0px;
text-align: center;
}




  #s-042f3deb-0569-43ba-ac40-4ac2c9025a6f img.shogun-image {
    
    width: px;
  }


#s-042f3deb-0569-43ba-ac40-4ac2c9025a6f .shogun-image-content {
  
    align-items: center;
  
}

#s-6c77c5e3-06c1-4c4a-acc2-17c09ad737ed {
  margin-right: 0px;
text-align: center;
}




  #s-6c77c5e3-06c1-4c4a-acc2-17c09ad737ed img.shogun-image {
    
    width: px;
  }


#s-6c77c5e3-06c1-4c4a-acc2-17c09ad737ed .shogun-image-content {
  
    align-items: center;
  
}

#s-c6731e3d-be4a-4051-85e5-4f01a53b47a3 {
  margin-right: 0px;
text-align: center;
}




  #s-c6731e3d-be4a-4051-85e5-4f01a53b47a3 img.shogun-image {
    
    width: px;
  }


#s-c6731e3d-be4a-4051-85e5-4f01a53b47a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-574a9695-804f-4264-a98b-56e7725c79de {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 768px) {
[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 992px) {
[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 1200px) {
[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-574a9695-804f-4264-a98b-56e7725c79de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.25px);
}

}

#s-b4936d0e-aa56-497b-ac26-d0e34d23ccbd {
  text-align: center;
}




  #s-b4936d0e-aa56-497b-ac26-d0e34d23ccbd img.shogun-image {
    
    width: px;
  }


#s-b4936d0e-aa56-497b-ac26-d0e34d23ccbd .shogun-image-content {
  
    align-items: center;
  
}

#s-1be11db9-fa34-4dcc-9ee7-9d236cc16ae8 {
  margin-right: 0px;
text-align: center;
}




  #s-1be11db9-fa34-4dcc-9ee7-9d236cc16ae8 img.shogun-image {
    
    width: px;
  }


#s-1be11db9-fa34-4dcc-9ee7-9d236cc16ae8 .shogun-image-content {
  
    align-items: center;
  
}

#s-65c14ea0-1eaf-4d2a-af27-8db31ae890a1 {
  margin-right: 0px;
text-align: center;
}




  #s-65c14ea0-1eaf-4d2a-af27-8db31ae890a1 img.shogun-image {
    
    width: px;
  }


#s-65c14ea0-1eaf-4d2a-af27-8db31ae890a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7a867e4-9ea3-41cf-8362-3691e5fe34e7 {
  margin-right: 0px;
text-align: center;
}




  #s-d7a867e4-9ea3-41cf-8362-3691e5fe34e7 img.shogun-image {
    
    width: px;
  }


#s-d7a867e4-9ea3-41cf-8362-3691e5fe34e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba {
  margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3a6b3be-ec46-4380-a409-d7b4db5d89ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6dd268c7-c09b-4c1b-95b6-616de4494df9 {
  margin-right: 50px;
min-height: 50px;
}








#s-6dd268c7-c09b-4c1b-95b6-616de4494df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd268c7-c09b-4c1b-95b6-616de4494df9.shg-box.shg-c {
  justify-content: center;
}

#s-77620ef0-6bed-4fe1-b8f0-7037150d6d0e {
  margin-top: 20px;
margin-left: 0px;
margin-right: 30px;
}

#s-326fe0f9-3b73-4d1e-b118-1e97e7b44105 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-326fe0f9-3b73-4d1e-b118-1e97e7b44105:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-326fe0f9-3b73-4d1e-b118-1e97e7b44105:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-326fe0f9-3b73-4d1e-b118-1e97e7b44105-btn-wrapper {
    text-align: left;
  }


#s-326fe0f9-3b73-4d1e-b118-1e97e7b44105.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-4b60b6e8-f64f-4b93-aaf8-0f1b32ed8bb5 {
  min-height: 50px;
background-color: rgba(93, 228, 168, 1);
}








#s-4b60b6e8-f64f-4b93-aaf8-0f1b32ed8bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b60b6e8-f64f-4b93-aaf8-0f1b32ed8bb5.shg-box.shg-c {
  justify-content: center;
}

#s-bc6231e5-d6f5-41f1-9f5d-41a7a7374aa4 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}

#s-68bb2f40-eed5-46da-8a03-49f6115a54e9 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68bb2f40-eed5-46da-8a03-49f6115a54e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7387359-4899-4d2c-a919-7b6435f7dc5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-56fc4793-3791-4f99-adbf-9f14302a5bcb {
  text-align: center;
}




  #s-56fc4793-3791-4f99-adbf-9f14302a5bcb img.shogun-image {
    
    width: px;
  }


#s-56fc4793-3791-4f99-adbf-9f14302a5bcb .shogun-image-content {
  
    align-items: center;
  
}

#s-aca71331-430e-4a5b-ab52-9acd08b55fb4 {
  text-align: center;
}




  #s-aca71331-430e-4a5b-ab52-9acd08b55fb4 img.shogun-image {
    
    width: px;
  }


#s-aca71331-430e-4a5b-ab52-9acd08b55fb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e018d254-d56d-4896-b973-297330a11dfc {
  text-align: center;
}




  #s-e018d254-d56d-4896-b973-297330a11dfc img.shogun-image {
    
    width: px;
  }


#s-e018d254-d56d-4896-b973-297330a11dfc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9c50d0c-160a-4634-b47f-96d40caf3389"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f4966d1a-b1bd-44c8-a851-b9b60498d0e0 {
  text-align: center;
}




  #s-f4966d1a-b1bd-44c8-a851-b9b60498d0e0 img.shogun-image {
    
    width: px;
  }


#s-f4966d1a-b1bd-44c8-a851-b9b60498d0e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9418847-1c50-4731-97fa-b013b8770323 {
  text-align: center;
}




  #s-c9418847-1c50-4731-97fa-b013b8770323 img.shogun-image {
    
    width: px;
  }


#s-c9418847-1c50-4731-97fa-b013b8770323 .shogun-image-content {
  
    align-items: center;
  
}

#s-009d0be0-c437-4e80-9bf8-f0e2d25301f8 {
  text-align: center;
}




  #s-009d0be0-c437-4e80-9bf8-f0e2d25301f8 img.shogun-image {
    
    width: px;
  }


#s-009d0be0-c437-4e80-9bf8-f0e2d25301f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fda091ec-9cd3-484a-bf93-b8cb4e79aa9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ee8d3e1d-361a-4928-8810-75c49db25bb4 {
  margin-top: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee8d3e1d-361a-4928-8810-75c49db25bb4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6a79b62e-fb7c-4bec-b13e-338082618ff9 {
  margin-top: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a79b62e-fb7c-4bec-b13e-338082618ff9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4d73144d-cc89-4d30-9d0e-8f6ec48cf697 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}

#s-330194a6-61a0-4ea1-9b98-52dd1476d419 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-330194a6-61a0-4ea1-9b98-52dd1476d419"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-99cc972a-4443-43a6-bde9-09606098450c {
  text-align: center;
}




  #s-99cc972a-4443-43a6-bde9-09606098450c img.shogun-image {
    
    width: px;
  }


#s-99cc972a-4443-43a6-bde9-09606098450c .shogun-image-content {
  
    align-items: center;
  
}

#s-38eb8d9b-fd1d-4d0e-9ef0-b6f1745cc7d3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-38eb8d9b-fd1d-4d0e-9ef0-b6f1745cc7d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38eb8d9b-fd1d-4d0e-9ef0-b6f1745cc7d3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d00b243e-5533-4b63-bbba-570f378d58c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-957436ea-6830-421a-916a-f6574f626aba {
  padding-top: 15px;
padding-left: 5px;
padding-bottom: 15px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-957436ea-6830-421a-916a-f6574f626aba:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(187, 187, 187, 1) !important;}#s-957436ea-6830-421a-916a-f6574f626aba:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-957436ea-6830-421a-916a-f6574f626aba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-07d4ab5c-9768-4b79-96ae-ad16c8c841c7 {
  display: none;
}
#s-5e263de9-18b3-4b92-bf8a-736af84f7c99 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#s-5e263de9-18b3-4b92-bf8a-736af84f7c99 .shg-product-sold-out {
  display: none;
  color: rgba(250, 250, 250, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-5e263de9-18b3-4b92-bf8a-736af84f7c99 .shg-product-price {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
}

#s-5e263de9-18b3-4b92-bf8a-736af84f7c99 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-244a11ba-16b5-4c1e-8db0-b73930309218 {
  text-align: center;
}




  #s-244a11ba-16b5-4c1e-8db0-b73930309218 img.shogun-image {
    
    width: px;
  }


#s-244a11ba-16b5-4c1e-8db0-b73930309218 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd823b7d-ee18-4690-a771-734781e9bb39 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-cd823b7d-ee18-4690-a771-734781e9bb39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd823b7d-ee18-4690-a771-734781e9bb39.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-717a5032-a0f2-4513-958c-fbe6d2b0f934"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1f55c5af-4d75-4f8d-b864-a280f120d996 {
  padding-top: 15px;
padding-left: 5px;
padding-bottom: 15px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-1f55c5af-4d75-4f8d-b864-a280f120d996:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(187, 187, 187, 1) !important;}#s-1f55c5af-4d75-4f8d-b864-a280f120d996:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1f55c5af-4d75-4f8d-b864-a280f120d996.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-2714b4ff-e7d9-4535-9ffd-afdced6f4b41 {
  display: none;
}
#s-5216501c-19b7-480c-9b8a-ff58defd5ef2 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#s-5216501c-19b7-480c-9b8a-ff58defd5ef2 .shg-product-sold-out {
  display: none;
  color: rgba(250, 250, 250, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-5216501c-19b7-480c-9b8a-ff58defd5ef2 .shg-product-price {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
}

#s-5216501c-19b7-480c-9b8a-ff58defd5ef2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dbc9383f-e749-4ebc-8c7b-bb4578eafbdb {
  text-align: center;
}




  #s-dbc9383f-e749-4ebc-8c7b-bb4578eafbdb img.shogun-image {
    
    width: px;
  }


#s-dbc9383f-e749-4ebc-8c7b-bb4578eafbdb .shogun-image-content {
  
    align-items: center;
  
}

#s-8c996efa-d5f3-41e4-9b09-6e388da45155 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-8c996efa-d5f3-41e4-9b09-6e388da45155 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c996efa-d5f3-41e4-9b09-6e388da45155.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d5217dd5-aafa-43ee-8cdb-02b3e8c4923e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f3d8836f-3197-4a74-b564-92cdfe82d690 {
  padding-top: 15px;
padding-left: 5px;
padding-bottom: 15px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-f3d8836f-3197-4a74-b564-92cdfe82d690:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(187, 187, 187, 1) !important;}#s-f3d8836f-3197-4a74-b564-92cdfe82d690:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f3d8836f-3197-4a74-b564-92cdfe82d690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-1d8a669d-2044-409e-9940-4ef844bd655e {
  display: none;
}
#s-5abc9143-4be3-49fb-a7f6-5b82e2c9394e {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#s-5abc9143-4be3-49fb-a7f6-5b82e2c9394e .shg-product-sold-out {
  display: none;
  color: rgba(250, 250, 250, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-5abc9143-4be3-49fb-a7f6-5b82e2c9394e .shg-product-price {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
}

#s-5abc9143-4be3-49fb-a7f6-5b82e2c9394e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3386d9c2-0518-436c-8fe8-614464854fb8 {
  margin-top: 60px;
margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(93, 228, 168, 1);
}








#s-3386d9c2-0518-436c-8fe8-614464854fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3386d9c2-0518-436c-8fe8-614464854fb8.shg-box.shg-c {
  justify-content: center;
}

#s-42c0af44-5998-4218-8af2-319b1a4213a0 {
  margin-top: 10px;
}

#s-f2e3c735-5938-4e4f-ad98-6206a54dee6f {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f2e3c735-5938-4e4f-ad98-6206a54dee6f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1ce33794-b651-4af8-b4e3-9ad21faa8194 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1ce33794-b651-4af8-b4e3-9ad21faa8194"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7fda6956-4969-4e1f-9fce-4dbf88179a88 {
  text-align: center;
}




  #s-7fda6956-4969-4e1f-9fce-4dbf88179a88 img.shogun-image {
    
    width: px;
  }


#s-7fda6956-4969-4e1f-9fce-4dbf88179a88 .shogun-image-content {
  
    align-items: center;
  
}

#s-e985a7bd-1c29-40da-9b8c-8f70e98c28d6 {
  text-align: center;
}




  #s-e985a7bd-1c29-40da-9b8c-8f70e98c28d6 img.shogun-image {
    
    width: px;
  }


#s-e985a7bd-1c29-40da-9b8c-8f70e98c28d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf15f5af-7066-47ca-b443-6dbf867f43d2 {
  text-align: center;
}




  #s-cf15f5af-7066-47ca-b443-6dbf867f43d2 img.shogun-image {
    
    width: px;
  }


#s-cf15f5af-7066-47ca-b443-6dbf867f43d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-25728440-7a11-4a31-93d7-d3dd1d7de536 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25728440-7a11-4a31-93d7-d3dd1d7de536"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-234aaa3e-dbee-4146-aded-55d946492bdc {
  text-align: center;
}




  #s-234aaa3e-dbee-4146-aded-55d946492bdc img.shogun-image {
    
    width: px;
  }


#s-234aaa3e-dbee-4146-aded-55d946492bdc .shogun-image-content {
  
    align-items: center;
  
}

#s-8ba43093-b564-436a-ac71-ad60a99f0794 {
  text-align: center;
}




  #s-8ba43093-b564-436a-ac71-ad60a99f0794 img.shogun-image {
    
    width: px;
  }


#s-8ba43093-b564-436a-ac71-ad60a99f0794 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd5faac3-c6df-471d-8a74-0c0cdb9ef3db {
  text-align: center;
}




  #s-fd5faac3-c6df-471d-8a74-0c0cdb9ef3db img.shogun-image {
    
    width: px;
  }


#s-fd5faac3-c6df-471d-8a74-0c0cdb9ef3db .shogun-image-content {
  
    align-items: center;
  
}

#s-eb0eb01d-7f65-47ee-bf32-39dafef08483 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb0eb01d-7f65-47ee-bf32-39dafef08483"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6e59be4a-4b42-44ab-87f5-df003310c7ae {
  margin-top: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e59be4a-4b42-44ab-87f5-df003310c7ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f251d82a-9eac-45a0-b2d1-f23694c53439 {
  margin-top: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f251d82a-9eac-45a0-b2d1-f23694c53439"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7a2af38d-da22-43f0-9e8a-60fb76d9195c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-bottom: 60px;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-position: center center;
}








#s-7a2af38d-da22-43f0-9e8a-60fb76d9195c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-7a2af38d-da22-43f0-9e8a-60fb76d9195c.shg-box.shg-c {
  justify-content: center;
}

#s-b32c0303-9454-4c79-b80c-2297ae978192 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b32c0303-9454-4c79-b80c-2297ae978192"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cbffedfd-252e-4bea-9ffb-6b11215b168c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.95);
}








#s-cbffedfd-252e-4bea-9ffb-6b11215b168c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbffedfd-252e-4bea-9ffb-6b11215b168c.shg-box.shg-c {
  justify-content: 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;
  }
}

#s-c4e81989-6cd3-43e4-953b-3bfbc00a14f9 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c4e81989-6cd3-43e4-953b-3bfbc00a14f9 .shg-sld-dot {
  background-color: rgba(236, 236, 236, 1);
}

#s-c4e81989-6cd3-43e4-953b-3bfbc00a14f9 .shg-sld-nav-button.shg-sld-left,
#s-c4e81989-6cd3-43e4-953b-3bfbc00a14f9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(236, 236, 236, 1);
}

#s-0bcf4cb6-2d30-4b09-8516-0988041f8600 {
  min-height: 330px;
}








#s-0bcf4cb6-2d30-4b09-8516-0988041f8600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bcf4cb6-2d30-4b09-8516-0988041f8600.shg-box.shg-c {
  justify-content: center;
}

#s-2caf5a76-063d-4a6e-b9cf-e83006d764fd {
  min-height: 330px;
}








#s-2caf5a76-063d-4a6e-b9cf-e83006d764fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2caf5a76-063d-4a6e-b9cf-e83006d764fd.shg-box.shg-c {
  justify-content: center;
}

#s-d19f52be-6a54-4561-812b-3dadddb53fb1 {
  min-height: 330px;
}








#s-d19f52be-6a54-4561-812b-3dadddb53fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d19f52be-6a54-4561-812b-3dadddb53fb1.shg-box.shg-c {
  justify-content: center;
}

#s-7ff8c80c-9389-43ec-9c30-132b25e23ad1 {
  min-height: 330px;
}








#s-7ff8c80c-9389-43ec-9c30-132b25e23ad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ff8c80c-9389-43ec-9c30-132b25e23ad1.shg-box.shg-c {
  justify-content: center;
}

#s-7b091258-3bd5-4189-bf0b-0a404448ca87 {
  min-height: 330px;
}








#s-7b091258-3bd5-4189-bf0b-0a404448ca87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b091258-3bd5-4189-bf0b-0a404448ca87.shg-box.shg-c {
  justify-content: center;
}

#s-55ded573-054c-4165-a211-9d7a06025327 {
  margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55ded573-054c-4165-a211-9d7a06025327"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dd90e58d-ac3e-45bc-9339-aa47d180b901 {
  text-align: center;
}




  #s-dd90e58d-ac3e-45bc-9339-aa47d180b901 img.shogun-image {
    
    width: px;
  }


#s-dd90e58d-ac3e-45bc-9339-aa47d180b901 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4a5bf55a-5c11-488c-91dc-80efa2975a35 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-4a5bf55a-5c11-488c-91dc-80efa2975a35:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a5bf55a-5c11-488c-91dc-80efa2975a35:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4a5bf55a-5c11-488c-91dc-80efa2975a35.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-9f71c27c-3fcf-46eb-b697-b1599bb2d21b {
  text-align: center;
}




  #s-9f71c27c-3fcf-46eb-b697-b1599bb2d21b img.shogun-image {
    
    width: px;
  }


#s-9f71c27c-3fcf-46eb-b697-b1599bb2d21b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-42db820b-3c94-4196-a5f5-929fb0d389b5 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
letter-spacing: 0px;
}
#s-42db820b-3c94-4196-a5f5-929fb0d389b5:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42db820b-3c94-4196-a5f5-929fb0d389b5:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-42db820b-3c94-4196-a5f5-929fb0d389b5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-bba5ecc5-7bea-4cb1-84b2-87f104064a84 {
  text-align: center;
}




  #s-bba5ecc5-7bea-4cb1-84b2-87f104064a84 img.shogun-image {
    
    width: px;
  }


#s-bba5ecc5-7bea-4cb1-84b2-87f104064a84 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-be5af554-b720-483b-9e15-9525af2375e8 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-be5af554-b720-483b-9e15-9525af2375e8:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-be5af554-b720-483b-9e15-9525af2375e8:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-be5af554-b720-483b-9e15-9525af2375e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-355b0a8a-0b2e-48fb-bc2d-a61c1951f854"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1ccfb4cb-a3a0-465d-a6bf-256b35c011f6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}




  #s-1ccfb4cb-a3a0-465d-a6bf-256b35c011f6 img.shogun-image {
    
    width: px;
  }


#s-1ccfb4cb-a3a0-465d-a6bf-256b35c011f6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-88eb947b-0577-4713-9341-72cbf158b0d4 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-79762ce3-25e0-4015-a64a-561f65e5e07b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-79762ce3-25e0-4015-a64a-561f65e5e07b:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79762ce3-25e0-4015-a64a-561f65e5e07b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-79762ce3-25e0-4015-a64a-561f65e5e07b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-837dd2b4-972f-4b99-b40e-8cec96364c85 {
  padding-bottom: 0px;
text-align: center;
}




  #s-837dd2b4-972f-4b99-b40e-8cec96364c85 img.shogun-image {
    
    width: px;
  }


#s-837dd2b4-972f-4b99-b40e-8cec96364c85 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b571b378-d35a-4626-b499-774e3e1ca651 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-b571b378-d35a-4626-b499-774e3e1ca651 img.shogun-image {
    
    width: px;
  }


#s-b571b378-d35a-4626-b499-774e3e1ca651 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccb709c3-fd8f-4b31-a0ec-21c162fdf0f3 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-ccb709c3-fd8f-4b31-a0ec-21c162fdf0f3:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ccb709c3-fd8f-4b31-a0ec-21c162fdf0f3:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ccb709c3-fd8f-4b31-a0ec-21c162fdf0f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-4039758c-eb19-4b56-91c4-d871bf09a4a7 {
  margin-top: 20px;
padding-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4039758c-eb19-4b56-91c4-d871bf09a4a7 {
  display: none;
}
#s-4039758c-eb19-4b56-91c4-d871bf09a4a7, #wrap-s-4039758c-eb19-4b56-91c4-d871bf09a4a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4039758c-eb19-4b56-91c4-d871bf09a4a7 {
  display: none;
}
#s-4039758c-eb19-4b56-91c4-d871bf09a4a7, #wrap-s-4039758c-eb19-4b56-91c4-d871bf09a4a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4039758c-eb19-4b56-91c4-d871bf09a4a7 {
  
}
}@media (max-width: 767px){#s-4039758c-eb19-4b56-91c4-d871bf09a4a7 {
  
}
}







#s-4039758c-eb19-4b56-91c4-d871bf09a4a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4039758c-eb19-4b56-91c4-d871bf09a4a7.shg-box.shg-c {
  justify-content: center;
}

#s-5cc0d7e1-7b03-44bf-8258-5731efec31fa {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-5cc0d7e1-7b03-44bf-8258-5731efec31fa img.shogun-image {
    
    width: px;
  }


#s-5cc0d7e1-7b03-44bf-8258-5731efec31fa .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f2e1c1ce-e031-4b34-bb85-2ccf71e99150 {
  margin-left: 50%;
margin-bottom: 20px;
margin-right: 30px;
}

#s-17cb5249-b1ef-4400-b9cb-5a88b3bab56e {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}

#s-16f5a6c5-406c-4f24-ac0c-a8b0f8a3a850 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-16f5a6c5-406c-4f24-ac0c-a8b0f8a3a850:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16f5a6c5-406c-4f24-ac0c-a8b0f8a3a850:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-16f5a6c5-406c-4f24-ac0c-a8b0f8a3a850-btn-wrapper {
    text-align: center;
  }


#s-16f5a6c5-406c-4f24-ac0c-a8b0f8a3a850.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-ee4ad044-fbf9-4a96-be28-e52583c3fc64 {
  margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
}

#s-aba824c1-bee5-47be-a445-b12fed2430b2 {
  margin-left: 5px;
margin-right: 5px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 768px) {
[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 992px) {
[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 1200px) {
[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-aba824c1-bee5-47be-a445-b12fed2430b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.25px);
}

}

#s-dae47496-cc8c-4f0c-9cc5-5c1f4a240049 {
  margin-right: 0px;
text-align: center;
}




  #s-dae47496-cc8c-4f0c-9cc5-5c1f4a240049 img.shogun-image {
    
    width: px;
  }


#s-dae47496-cc8c-4f0c-9cc5-5c1f4a240049 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9388e2e-b8ae-4168-831e-26581a3029aa {
  margin-right: 0px;
text-align: center;
}




  #s-e9388e2e-b8ae-4168-831e-26581a3029aa img.shogun-image {
    
    width: px;
  }


#s-e9388e2e-b8ae-4168-831e-26581a3029aa .shogun-image-content {
  
    align-items: center;
  
}

#s-565f65ae-f455-4a1b-94d1-cb28b5aa1c3c {
  margin-right: 0px;
text-align: center;
}




  #s-565f65ae-f455-4a1b-94d1-cb28b5aa1c3c img.shogun-image {
    
    width: px;
  }


#s-565f65ae-f455-4a1b-94d1-cb28b5aa1c3c .shogun-image-content {
  
    align-items: center;
  
}

#s-e442a1bd-3c28-4dac-980c-8904e12c10d0 {
  margin-right: 0px;
text-align: center;
}




  #s-e442a1bd-3c28-4dac-980c-8904e12c10d0 img.shogun-image {
    
    width: px;
  }


#s-e442a1bd-3c28-4dac-980c-8904e12c10d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c79b6f2b-57ab-4245-8687-92d29fdbca89 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 768px) {
[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 992px) {
[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.25px);
}

}

@media (min-width: 1200px) {
[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.25px);
}

[id="s-c79b6f2b-57ab-4245-8687-92d29fdbca89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.25px);
}

}

#s-b256afe2-27c2-49dd-b5d5-94e894e53b50 {
  text-align: center;
}




  #s-b256afe2-27c2-49dd-b5d5-94e894e53b50 img.shogun-image {
    
    width: px;
  }


#s-b256afe2-27c2-49dd-b5d5-94e894e53b50 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e97578c-cfa3-4ddc-a758-5028f9649ba8 {
  margin-right: 0px;
text-align: center;
}




  #s-4e97578c-cfa3-4ddc-a758-5028f9649ba8 img.shogun-image {
    
    width: px;
  }


#s-4e97578c-cfa3-4ddc-a758-5028f9649ba8 .shogun-image-content {
  
    align-items: center;
  
}

#s-af72c197-e242-4883-b9a7-2a14335eebef {
  margin-right: 0px;
text-align: center;
}




  #s-af72c197-e242-4883-b9a7-2a14335eebef img.shogun-image {
    
    width: px;
  }


#s-af72c197-e242-4883-b9a7-2a14335eebef .shogun-image-content {
  
    align-items: center;
  
}

#s-e956042f-94e2-461f-a2a9-90aad3351217 {
  margin-right: 0px;
text-align: center;
}




  #s-e956042f-94e2-461f-a2a9-90aad3351217 img.shogun-image {
    
    width: px;
  }


#s-e956042f-94e2-461f-a2a9-90aad3351217 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a0a7015-5e31-4123-ae6b-71597e5a2700 {
  margin-top: 40px;
}

#s-72b95d4e-8da7-4451-a50d-3debc5ad4208 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(93, 228, 168, 1);
}








#s-72b95d4e-8da7-4451-a50d-3debc5ad4208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72b95d4e-8da7-4451-a50d-3debc5ad4208.shg-box.shg-c {
  justify-content: center;
}

#s-87570b85-fb74-4f59-814d-d316fc7965bc {
  margin-top: 10px;
}

#s-23c83dd1-9d90-442f-8164-98f3f7df999f {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23c83dd1-9d90-442f-8164-98f3f7df999f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-328c7328-f25d-45ba-b140-53adb589eeb3 {
  text-align: center;
}




  #s-328c7328-f25d-45ba-b140-53adb589eeb3 img.shogun-image {
    
    width: px;
  }


#s-328c7328-f25d-45ba-b140-53adb589eeb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4ea0779-498e-4084-adf4-0fdf76df03f4 {
  text-align: center;
}




  #s-c4ea0779-498e-4084-adf4-0fdf76df03f4 img.shogun-image {
    
    width: px;
  }


#s-c4ea0779-498e-4084-adf4-0fdf76df03f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-224dffef-4aff-46f9-a9eb-0d8bfe8434c0 {
  text-align: center;
}




  #s-224dffef-4aff-46f9-a9eb-0d8bfe8434c0 img.shogun-image {
    
    width: px;
  }


#s-224dffef-4aff-46f9-a9eb-0d8bfe8434c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-017891c4-f58f-42b3-9b85-73e9d038cdb7 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-017891c4-f58f-42b3-9b85-73e9d038cdb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a65b2e46-7666-4655-84cf-40312ad9d80a {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a65b2e46-7666-4655-84cf-40312ad9d80a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a47f9abc-af14-47b8-a2f2-f0131bd64c17 {
  text-align: center;
}




  #s-a47f9abc-af14-47b8-a2f2-f0131bd64c17 img.shogun-image {
    
    width: px;
  }


#s-a47f9abc-af14-47b8-a2f2-f0131bd64c17 .shogun-image-content {
  
    align-items: center;
  
}

#s-895780b4-1f90-4cd5-b894-dc12d0695f74 {
  text-align: center;
}




  #s-895780b4-1f90-4cd5-b894-dc12d0695f74 img.shogun-image {
    
    width: px;
  }


#s-895780b4-1f90-4cd5-b894-dc12d0695f74 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a8a9777-e311-445a-87f5-7f70434c56f6 {
  text-align: center;
}




  #s-7a8a9777-e311-445a-87f5-7f70434c56f6 img.shogun-image {
    
    width: px;
  }


#s-7a8a9777-e311-445a-87f5-7f70434c56f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c15c83d-19df-472e-8afc-400e55811ab7 {
  margin-top: 0px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c15c83d-19df-472e-8afc-400e55811ab7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b988a96c-900a-4c2a-ba15-7ca83fe5b7f3 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

#s-e3da20c1-5ed5-4977-8b32-208d20261969 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e3da20c1-5ed5-4977-8b32-208d20261969"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-09ae3bf3-a080-499e-abd8-a478018b5a14 {
  text-align: center;
}




  #s-09ae3bf3-a080-499e-abd8-a478018b5a14 img.shogun-image {
    
    width: px;
  }


#s-09ae3bf3-a080-499e-abd8-a478018b5a14 .shogun-image-content {
  
    align-items: center;
  
}

#s-31b73b5c-1570-454c-96f9-d7ca9a581ac5 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-31b73b5c-1570-454c-96f9-d7ca9a581ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31b73b5c-1570-454c-96f9-d7ca9a581ac5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-786fe734-90fd-4f95-9e09-b75b080f19f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-df52abbe-9916-483c-a13b-4a0ba0a7ac88 {
  padding-top: 15px;
padding-left: 5px;
padding-bottom: 15px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-df52abbe-9916-483c-a13b-4a0ba0a7ac88:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(187, 187, 187, 1) !important;}#s-df52abbe-9916-483c-a13b-4a0ba0a7ac88:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-df52abbe-9916-483c-a13b-4a0ba0a7ac88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-52899a73-8b5a-4043-bb66-0774177a7bfb {
  display: none;
}
#s-27f503de-d77a-4114-a048-d6181a6d70f8 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#s-27f503de-d77a-4114-a048-d6181a6d70f8 .shg-product-sold-out {
  display: none;
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-27f503de-d77a-4114-a048-d6181a6d70f8 .shg-product-price {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 14px;
}

#s-27f503de-d77a-4114-a048-d6181a6d70f8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c40df2cd-4cb0-4650-b8ac-60104f114577 {
  text-align: center;
}




  #s-c40df2cd-4cb0-4650-b8ac-60104f114577 img.shogun-image {
    
    width: px;
  }


#s-c40df2cd-4cb0-4650-b8ac-60104f114577 .shogun-image-content {
  
    align-items: center;
  
}

#s-5598169d-c95a-4e09-8701-f7c34702fd07 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-5598169d-c95a-4e09-8701-f7c34702fd07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5598169d-c95a-4e09-8701-f7c34702fd07.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0300214-f911-4c7e-bf0a-f28d67c07fc1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2f97f17d-01ff-4a80-8252-bddd8b8616fc {
  padding-top: 15px;
padding-left: 5px;
padding-bottom: 15px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-2f97f17d-01ff-4a80-8252-bddd8b8616fc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(187, 187, 187, 1) !important;}#s-2f97f17d-01ff-4a80-8252-bddd8b8616fc:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2f97f17d-01ff-4a80-8252-bddd8b8616fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-d0d7728c-db34-4ae8-affa-cdd8959db6a4 {
  display: none;
}
#s-c3ab8e80-d988-4298-86e3-a05d50e0390f {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#s-c3ab8e80-d988-4298-86e3-a05d50e0390f .shg-product-sold-out {
  display: none;
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-c3ab8e80-d988-4298-86e3-a05d50e0390f .shg-product-price {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 14px;
}

#s-c3ab8e80-d988-4298-86e3-a05d50e0390f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-92317257-f67e-4ed9-ba9e-15235880b84b {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-92317257-f67e-4ed9-ba9e-15235880b84b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-57606b76-f398-4061-bfc3-dfc244575a0d {
  text-align: center;
}




  #s-57606b76-f398-4061-bfc3-dfc244575a0d img.shogun-image {
    
    width: px;
  }


#s-57606b76-f398-4061-bfc3-dfc244575a0d .shogun-image-content {
  
    align-items: center;
  
}

#s-744a2388-ecb9-490c-8992-2ffe61aa0aa7 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-744a2388-ecb9-490c-8992-2ffe61aa0aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-744a2388-ecb9-490c-8992-2ffe61aa0aa7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-947ff7ff-8ed9-4e6c-ab4d-f2ef4e8181a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-32b8974e-cd67-417f-aed1-df5cf454ea5d {
  padding-top: 15px;
padding-bottom: 15px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-32b8974e-cd67-417f-aed1-df5cf454ea5d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(187, 187, 187, 1) !important;}#s-32b8974e-cd67-417f-aed1-df5cf454ea5d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-32b8974e-cd67-417f-aed1-df5cf454ea5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-db1d5cfd-d03e-4559-b123-3de8b9974859 {
  display: none;
}
#s-111de02b-8961-4f00-8a1b-1ca1ed5e1454 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#s-111de02b-8961-4f00-8a1b-1ca1ed5e1454 .shg-product-sold-out {
  display: none;
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-111de02b-8961-4f00-8a1b-1ca1ed5e1454 .shg-product-price {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 14px;
}

#s-111de02b-8961-4f00-8a1b-1ca1ed5e1454 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a61943b0-d1f9-4d33-b224-eb00d78d86e8 {
  text-align: center;
}




  #s-a61943b0-d1f9-4d33-b224-eb00d78d86e8 img.shogun-image {
    
    width: px;
  }


#s-a61943b0-d1f9-4d33-b224-eb00d78d86e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4696be27-4c55-40d0-b9ee-5a30ec06584b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-4696be27-4c55-40d0-b9ee-5a30ec06584b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4696be27-4c55-40d0-b9ee-5a30ec06584b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac5247a9-1683-404b-9d5c-059174f3d82a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e1b45e48-34c0-4791-a3ac-bb80066c79e7 {
  padding-top: 15px;
padding-bottom: 15px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-e1b45e48-34c0-4791-a3ac-bb80066c79e7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(187, 187, 187, 1) !important;}#s-e1b45e48-34c0-4791-a3ac-bb80066c79e7:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e1b45e48-34c0-4791-a3ac-bb80066c79e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-6c0e1a2a-2438-489d-9550-9ea7674a90a0 {
  display: none;
}
#s-c3527082-a779-4855-b8b7-5afbe60613dc {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#s-c3527082-a779-4855-b8b7-5afbe60613dc .shg-product-sold-out {
  display: none;
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
}

#s-c3527082-a779-4855-b8b7-5afbe60613dc .shg-product-price {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 14px;
}

#s-c3527082-a779-4855-b8b7-5afbe60613dc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8a77b0f5-319f-49b5-a944-a57df3c5f363 {
  margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(93, 228, 168, 1);
}








#s-8a77b0f5-319f-49b5-a944-a57df3c5f363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a77b0f5-319f-49b5-a944-a57df3c5f363.shg-box.shg-c {
  justify-content: center;
}

#s-e423d5a5-d409-416b-ae29-302999c4e120 {
  margin-top: 10px;
}

#s-82daa999-663c-4d8a-a57f-2de6bbd604bf {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82daa999-663c-4d8a-a57f-2de6bbd604bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c1e85508-814b-4178-a7bc-f33c8a2d22ad {
  text-align: center;
}




  #s-c1e85508-814b-4178-a7bc-f33c8a2d22ad img.shogun-image {
    
    width: px;
  }


#s-c1e85508-814b-4178-a7bc-f33c8a2d22ad .shogun-image-content {
  
    align-items: center;
  
}

#s-b59b967f-8e9d-4b54-a2b9-8af420ce8ceb {
  text-align: center;
}




  #s-b59b967f-8e9d-4b54-a2b9-8af420ce8ceb img.shogun-image {
    
    width: px;
  }


#s-b59b967f-8e9d-4b54-a2b9-8af420ce8ceb .shogun-image-content {
  
    align-items: center;
  
}

#s-28e73ed5-1cf8-436e-9b4a-5453eeef0d13 {
  text-align: center;
}




  #s-28e73ed5-1cf8-436e-9b4a-5453eeef0d13 img.shogun-image {
    
    width: px;
  }


#s-28e73ed5-1cf8-436e-9b4a-5453eeef0d13 .shogun-image-content {
  
    align-items: center;
  
}

#s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3df4ebb4-7a19-43f1-81bf-420b76e3f1c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b4249697-68c0-4a47-9c31-262480f45b25 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4249697-68c0-4a47-9c31-262480f45b25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bafeb110-6d4c-49cc-bd15-d347fc0ddb95 {
  text-align: center;
}




  #s-bafeb110-6d4c-49cc-bd15-d347fc0ddb95 img.shogun-image {
    
    width: px;
  }


#s-bafeb110-6d4c-49cc-bd15-d347fc0ddb95 .shogun-image-content {
  
    align-items: center;
  
}

#s-4939b255-c609-4a95-bed0-9781ef716fdc {
  text-align: center;
}




  #s-4939b255-c609-4a95-bed0-9781ef716fdc img.shogun-image {
    
    width: px;
  }


#s-4939b255-c609-4a95-bed0-9781ef716fdc .shogun-image-content {
  
    align-items: center;
  
}

#s-b3ac054a-75c2-4c58-8daf-abe331bad818 {
  text-align: center;
}




  #s-b3ac054a-75c2-4c58-8daf-abe331bad818 img.shogun-image {
    
    width: px;
  }


#s-b3ac054a-75c2-4c58-8daf-abe331bad818 .shogun-image-content {
  
    align-items: center;
  
}

#s-42622edc-f5ed-4847-92f1-461020613a1d {
  margin-top: 0px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42622edc-f5ed-4847-92f1-461020613a1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8116a944-d5b0-47e5-ac12-5d9f582ad325 {
  text-align: center;
}




  #s-8116a944-d5b0-47e5-ac12-5d9f582ad325 img.shogun-image {
    
    width: px;
  }


#s-8116a944-d5b0-47e5-ac12-5d9f582ad325 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bcfb75b-11f3-4dc5-9fb5-d0215bd889e9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7bcfb75b-11f3-4dc5-9fb5-d0215bd889e9 .shg-sld-dot {
  background-color: rgba(243, 243, 243, 1);
}

#s-7bcfb75b-11f3-4dc5-9fb5-d0215bd889e9 .shg-sld-nav-button.shg-sld-left,
#s-7bcfb75b-11f3-4dc5-9fb5-d0215bd889e9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(243, 243, 243, 1);
}

#s-80a598ce-ea14-49a8-bb97-4817e017b98a {
  min-height: 370px;
}








#s-80a598ce-ea14-49a8-bb97-4817e017b98a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80a598ce-ea14-49a8-bb97-4817e017b98a.shg-box.shg-c {
  justify-content: center;
}

#s-79f4b600-f93d-4387-8f08-cd102aeadf8e {
  min-height: 370px;
}








#s-79f4b600-f93d-4387-8f08-cd102aeadf8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79f4b600-f93d-4387-8f08-cd102aeadf8e.shg-box.shg-c {
  justify-content: center;
}

#s-2d80e8c2-5fad-4ec7-9e45-cc76e9bba0b2 {
  min-height: 370px;
}








#s-2d80e8c2-5fad-4ec7-9e45-cc76e9bba0b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d80e8c2-5fad-4ec7-9e45-cc76e9bba0b2.shg-box.shg-c {
  justify-content: center;
}

#s-b436df90-0acd-4b6c-b8ab-e62c0f94bcf6 {
  min-height: 370px;
}








#s-b436df90-0acd-4b6c-b8ab-e62c0f94bcf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b436df90-0acd-4b6c-b8ab-e62c0f94bcf6.shg-box.shg-c {
  justify-content: center;
}

#s-fc9e8e0f-249c-4a7a-8321-e659a847ea7a {
  min-height: 370px;
}








#s-fc9e8e0f-249c-4a7a-8321-e659a847ea7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc9e8e0f-249c-4a7a-8321-e659a847ea7a.shg-box.shg-c {
  justify-content: center;
}

#s-a060335d-29b5-42d4-b006-0a6dba9f1ede {
  margin-bottom: 50px;
text-align: center;
}




  #s-a060335d-29b5-42d4-b006-0a6dba9f1ede img.shogun-image {
    
    width: px;
  }


#s-a060335d-29b5-42d4-b006-0a6dba9f1ede .shogun-image-content {
  
    align-items: center;
  
}

#s-6840c673-d3d6-4999-b3fa-3fcddef1586c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}




  #s-6840c673-d3d6-4999-b3fa-3fcddef1586c img.shogun-image {
    
    width: px;
  }


#s-6840c673-d3d6-4999-b3fa-3fcddef1586c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-35c11e6b-57f7-4f1e-93a2-c31be29e040e {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-35c11e6b-57f7-4f1e-93a2-c31be29e040e:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35c11e6b-57f7-4f1e-93a2-c31be29e040e:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-35c11e6b-57f7-4f1e-93a2-c31be29e040e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-428c5fcd-75be-4df2-9645-3c4315aba1fc {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-428c5fcd-75be-4df2-9645-3c4315aba1fc img.shogun-image {
    
    width: px;
  }


#s-428c5fcd-75be-4df2-9645-3c4315aba1fc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f104632f-346d-4ad1-b21a-21ab68db897d {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
letter-spacing: 0px;
}
#s-f104632f-346d-4ad1-b21a-21ab68db897d:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f104632f-346d-4ad1-b21a-21ab68db897d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f104632f-346d-4ad1-b21a-21ab68db897d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-bb77b25e-ea37-4d95-b399-e4b2f94070f0 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-bb77b25e-ea37-4d95-b399-e4b2f94070f0 img.shogun-image {
    
    width: px;
  }


#s-bb77b25e-ea37-4d95-b399-e4b2f94070f0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-82b47d18-cc0a-4aaf-ae89-96ca35e6e467 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-82b47d18-cc0a-4aaf-ae89-96ca35e6e467:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-82b47d18-cc0a-4aaf-ae89-96ca35e6e467:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-82b47d18-cc0a-4aaf-ae89-96ca35e6e467.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-3e5d30f0-735f-4a00-afaa-e95e3f4d9254 {
  margin-top: 20px;
padding-bottom: 0px;
text-align: center;
}




  #s-3e5d30f0-735f-4a00-afaa-e95e3f4d9254 img.shogun-image {
    
    width: px;
  }


#s-3e5d30f0-735f-4a00-afaa-e95e3f4d9254 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6776ed57-db35-4794-af4e-80f1497480eb {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-6776ed57-db35-4794-af4e-80f1497480eb img.shogun-image {
    
    width: px;
  }


#s-6776ed57-db35-4794-af4e-80f1497480eb .shogun-image-content {
  
    align-items: center;
  
}

#s-0db0496e-138e-4bcc-b69a-5315d664abb2 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-0db0496e-138e-4bcc-b69a-5315d664abb2:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0db0496e-138e-4bcc-b69a-5315d664abb2:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-0db0496e-138e-4bcc-b69a-5315d664abb2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-0976c3e0-9e3a-400e-b5d0-ca935151ffd3 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}




  #s-0976c3e0-9e3a-400e-b5d0-ca935151ffd3 img.shogun-image {
    
    width: px;
  }


#s-0976c3e0-9e3a-400e-b5d0-ca935151ffd3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c8ba1626-5e65-4420-ac9a-f3dd3be7b636 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-6a18250b-2f5c-4d33-82f7-18931542af79 {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-6a18250b-2f5c-4d33-82f7-18931542af79:hover {background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a18250b-2f5c-4d33-82f7-18931542af79:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6a18250b-2f5c-4d33-82f7-18931542af79.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  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;
}