.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-0cb00531-2939-4e18-b59f-8d45cfa1281d {
  min-height: 50px;
}








#s-0cb00531-2939-4e18-b59f-8d45cfa1281d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cb00531-2939-4e18-b59f-8d45cfa1281d.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-39c570eb-1cb4-4ecc-934a-8c7a3d7945cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39c570eb-1cb4-4ecc-934a-8c7a3d7945cf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gilda Display;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d71d82e-5b65-4545-9509-4aad5d26df56 {
  min-height: 50px;
}








#s-3d71d82e-5b65-4545-9509-4aad5d26df56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d71d82e-5b65-4545-9509-4aad5d26df56.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-ada82c72-0235-48b2-8c26-8a2ecbb6eef6 {
  min-height: 50px;
}








#s-ada82c72-0235-48b2-8c26-8a2ecbb6eef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ada82c72-0235-48b2-8c26-8a2ecbb6eef6.shg-box.shg-c {
  justify-content: center;
}

#s-75150236-d007-4b07-b1a5-e8c24f336b16 {
  min-height: 50px;
}








#s-75150236-d007-4b07-b1a5-e8c24f336b16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75150236-d007-4b07-b1a5-e8c24f336b16.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e843002c-4870-41e8-a8b1-2a82b0fbc95f {
  min-height: 50px;
}








#s-e843002c-4870-41e8-a8b1-2a82b0fbc95f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e843002c-4870-41e8-a8b1-2a82b0fbc95f.shg-box.shg-c {
  justify-content: center;
}

#s-9058e902-413e-416e-876f-66e163bcdbba {
  min-height: 50px;
}








#s-9058e902-413e-416e-876f-66e163bcdbba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9058e902-413e-416e-876f-66e163bcdbba.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e5301c66-aef0-45e2-a9c8-6f350be5899a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

.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-70ddcfc6-1e05-46cc-acfc-ee62bc2e6f5f {
  text-align: center;
opacity: 1;
}
#s-70ddcfc6-1e05-46cc-acfc-ee62bc2e6f5f:hover {box-shadow:1px 1px 50px 0px rgba(7, 7, 7, 1) !important;
opacity: 1 !important;}



  #s-70ddcfc6-1e05-46cc-acfc-ee62bc2e6f5f img.shogun-image {
    
    width: px;
  }


#s-70ddcfc6-1e05-46cc-acfc-ee62bc2e6f5f .shogun-image-content {
  
    align-items: center;
  
}

#s-ff39a08e-f078-45b1-9fdc-f89bc966239b {
  min-height: 50px;
}








#s-ff39a08e-f078-45b1-9fdc-f89bc966239b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff39a08e-f078-45b1-9fdc-f89bc966239b.shg-box.shg-c {
  justify-content: center;
}

#s-c467deba-b996-44f9-bbb2-47519d5f52b7 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c467deba-b996-44f9-bbb2-47519d5f52b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c467deba-b996-44f9-bbb2-47519d5f52b7.shg-box.shg-c {
  justify-content: center;
}

#s-88243c3a-2358-41ce-a386-d98c685c4634 {
  text-align: center;
}
#s-88243c3a-2358-41ce-a386-d98c685c4634:hover {box-shadow:1px 1px 50px 0px rgba(0, 0, 0, 1) !important;}



  #s-88243c3a-2358-41ce-a386-d98c685c4634 img.shogun-image {
    
    width: px;
  }


#s-88243c3a-2358-41ce-a386-d98c685c4634 .shogun-image-content {
  
    align-items: center;
  
}

#s-998c8694-9ae4-48ba-b48a-42d5ee810dc5 {
  min-height: 50px;
}








#s-998c8694-9ae4-48ba-b48a-42d5ee810dc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-998c8694-9ae4-48ba-b48a-42d5ee810dc5.shg-box.shg-c {
  justify-content: center;
}

#s-71fb1bc8-bdd0-4469-a1dc-96bf79d89c1f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-71fb1bc8-bdd0-4469-a1dc-96bf79d89c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71fb1bc8-bdd0-4469-a1dc-96bf79d89c1f.shg-box.shg-c {
  justify-content: center;
}

#s-53db7111-c589-41b2-8221-24cd82c4f0bd {
  text-align: center;
}
#s-53db7111-c589-41b2-8221-24cd82c4f0bd:hover {box-shadow:1px 1px 50px 0px #000000 !important;}



  #s-53db7111-c589-41b2-8221-24cd82c4f0bd img.shogun-image {
    
    width: px;
  }


#s-53db7111-c589-41b2-8221-24cd82c4f0bd .shogun-image-content {
  
    align-items: center;
  
}

#s-63923ebc-e09c-4268-a645-10236906ded2 {
  min-height: 50px;
}








#s-63923ebc-e09c-4268-a645-10236906ded2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63923ebc-e09c-4268-a645-10236906ded2.shg-box.shg-c {
  justify-content: center;
}

#s-f82de32c-6dd1-44cf-946a-68b32ee2c754 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f82de32c-6dd1-44cf-946a-68b32ee2c754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f82de32c-6dd1-44cf-946a-68b32ee2c754.shg-box.shg-c {
  justify-content: center;
}

#s-97eea0b2-61c9-45fb-922b-da0b2927212a {
  min-height: 50px;
}








#s-97eea0b2-61c9-45fb-922b-da0b2927212a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97eea0b2-61c9-45fb-922b-da0b2927212a.shg-box.shg-c {
  justify-content: center;
}

#s-c036d948-99d9-47d2-b567-12593e641c4a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c036d948-99d9-47d2-b567-12593e641c4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-24db9615-0a5d-4dad-bf99-5c21a680f0e7 {
  text-align: center;
opacity: 1;
}
#s-24db9615-0a5d-4dad-bf99-5c21a680f0e7:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-24db9615-0a5d-4dad-bf99-5c21a680f0e7 img.shogun-image {
    
    width: px;
  }


#s-24db9615-0a5d-4dad-bf99-5c21a680f0e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1e3eb8c-bfd9-4c6c-a919-8e105899c190 {
  min-height: 50px;
}








#s-e1e3eb8c-bfd9-4c6c-a919-8e105899c190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1e3eb8c-bfd9-4c6c-a919-8e105899c190.shg-box.shg-c {
  justify-content: center;
}

#s-e8045465-4b83-4212-8d7e-d39b70ee821e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e8045465-4b83-4212-8d7e-d39b70ee821e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8045465-4b83-4212-8d7e-d39b70ee821e.shg-box.shg-c {
  justify-content: center;
}

#s-ca337ec2-c412-4318-ba1f-f60f1cc990e9 {
  text-align: center;
opacity: 1;
}
#s-ca337ec2-c412-4318-ba1f-f60f1cc990e9:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-ca337ec2-c412-4318-ba1f-f60f1cc990e9 img.shogun-image {
    
    width: px;
  }


#s-ca337ec2-c412-4318-ba1f-f60f1cc990e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5621289d-1c1a-4794-9afc-cd0193a4ca33 {
  min-height: 50px;
}








#s-5621289d-1c1a-4794-9afc-cd0193a4ca33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5621289d-1c1a-4794-9afc-cd0193a4ca33.shg-box.shg-c {
  justify-content: center;
}

#s-a0e24754-9377-4e11-b01c-5726c3305d12 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-a0e24754-9377-4e11-b01c-5726c3305d12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0e24754-9377-4e11-b01c-5726c3305d12.shg-box.shg-c {
  justify-content: center;
}

#s-fbdc561e-a93a-4850-9102-81f691a781bf {
  text-align: center;
opacity: 1;
}
#s-fbdc561e-a93a-4850-9102-81f691a781bf:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-fbdc561e-a93a-4850-9102-81f691a781bf img.shogun-image {
    
    width: px;
  }


#s-fbdc561e-a93a-4850-9102-81f691a781bf .shogun-image-content {
  
    align-items: center;
  
}

#s-d84752c4-2d6d-4013-a4d8-94c538a74666 {
  min-height: 50px;
}








#s-d84752c4-2d6d-4013-a4d8-94c538a74666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d84752c4-2d6d-4013-a4d8-94c538a74666.shg-box.shg-c {
  justify-content: center;
}

#s-87eaea5f-57fa-4f9e-8cc8-9cf4ee249090 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-87eaea5f-57fa-4f9e-8cc8-9cf4ee249090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87eaea5f-57fa-4f9e-8cc8-9cf4ee249090.shg-box.shg-c {
  justify-content: center;
}

#s-a140182f-333c-46cd-8001-50ad504f64f1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-a140182f-333c-46cd-8001-50ad504f64f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-22699449-ad6e-4bf1-8705-423019b165e8 {
  text-align: center;
opacity: 1;
}
#s-22699449-ad6e-4bf1-8705-423019b165e8:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-22699449-ad6e-4bf1-8705-423019b165e8 img.shogun-image {
    
    width: px;
  }


#s-22699449-ad6e-4bf1-8705-423019b165e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-efee1d00-5df9-42bf-b197-f52c5668cf4d {
  min-height: 50px;
}








#s-efee1d00-5df9-42bf-b197-f52c5668cf4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efee1d00-5df9-42bf-b197-f52c5668cf4d.shg-box.shg-c {
  justify-content: center;
}

#s-bd27bc45-f50a-46ac-bd4d-995b48632f3c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-bd27bc45-f50a-46ac-bd4d-995b48632f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd27bc45-f50a-46ac-bd4d-995b48632f3c.shg-box.shg-c {
  justify-content: center;
}

#s-df941e94-7a0b-4734-a2b2-152d53123e19 {
  text-align: center;
opacity: 1;
}
#s-df941e94-7a0b-4734-a2b2-152d53123e19:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-df941e94-7a0b-4734-a2b2-152d53123e19 img.shogun-image {
    
    width: px;
  }


#s-df941e94-7a0b-4734-a2b2-152d53123e19 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7a6c950-4434-4658-a4fd-31c21b7905c9 {
  min-height: 50px;
}








#s-a7a6c950-4434-4658-a4fd-31c21b7905c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7a6c950-4434-4658-a4fd-31c21b7905c9.shg-box.shg-c {
  justify-content: center;
}

#s-77f2dc76-f2ae-4047-94e5-bb49e6cf5fe9 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-77f2dc76-f2ae-4047-94e5-bb49e6cf5fe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f2dc76-f2ae-4047-94e5-bb49e6cf5fe9.shg-box.shg-c {
  justify-content: center;
}

#s-506fb7ab-02aa-4c50-b9a2-43e0584b7e75 {
  text-align: center;
opacity: 1;
}
#s-506fb7ab-02aa-4c50-b9a2-43e0584b7e75:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-506fb7ab-02aa-4c50-b9a2-43e0584b7e75 img.shogun-image {
    
    width: px;
  }


#s-506fb7ab-02aa-4c50-b9a2-43e0584b7e75 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc77f9da-fa48-455b-af75-3822f5aa667f {
  min-height: 50px;
}








#s-cc77f9da-fa48-455b-af75-3822f5aa667f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc77f9da-fa48-455b-af75-3822f5aa667f.shg-box.shg-c {
  justify-content: center;
}

#s-4833dbf9-1da5-4c72-a475-6d80286dceab {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-4833dbf9-1da5-4c72-a475-6d80286dceab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4833dbf9-1da5-4c72-a475-6d80286dceab.shg-box.shg-c {
  justify-content: center;
}

#s-77c4afbf-a4e6-4f90-8070-bce90a1f409a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-77c4afbf-a4e6-4f90-8070-bce90a1f409a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-b84b1660-3165-4cee-905a-ce7331d86310 {
  text-align: center;
opacity: 1;
}
#s-b84b1660-3165-4cee-905a-ce7331d86310:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-b84b1660-3165-4cee-905a-ce7331d86310 img.shogun-image {
    
    width: px;
  }


#s-b84b1660-3165-4cee-905a-ce7331d86310 .shogun-image-content {
  
    align-items: center;
  
}

#s-579cce01-15d2-4f34-b33b-fd8ef052e35d {
  min-height: 50px;
}








#s-579cce01-15d2-4f34-b33b-fd8ef052e35d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-579cce01-15d2-4f34-b33b-fd8ef052e35d.shg-box.shg-c {
  justify-content: center;
}

#s-0e89c507-ac44-47bb-9fed-3028a964fdb4 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-0e89c507-ac44-47bb-9fed-3028a964fdb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e89c507-ac44-47bb-9fed-3028a964fdb4.shg-box.shg-c {
  justify-content: center;
}

#s-5d68a180-1f21-47a1-9094-31a8e9a74ad7 {
  text-align: center;
opacity: 1;
}
#s-5d68a180-1f21-47a1-9094-31a8e9a74ad7:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-5d68a180-1f21-47a1-9094-31a8e9a74ad7 img.shogun-image {
    
    width: px;
  }


#s-5d68a180-1f21-47a1-9094-31a8e9a74ad7 .shogun-image-content {
  
    align-items: center;
  
}

#s-48378071-fb98-4a20-9cd9-a81c621cec73 {
  min-height: 50px;
}








#s-48378071-fb98-4a20-9cd9-a81c621cec73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48378071-fb98-4a20-9cd9-a81c621cec73.shg-box.shg-c {
  justify-content: center;
}

#s-bb4258ec-9377-48e8-a065-141820d7bec3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-bb4258ec-9377-48e8-a065-141820d7bec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb4258ec-9377-48e8-a065-141820d7bec3.shg-box.shg-c {
  justify-content: center;
}

#s-3b3e2a05-d4f6-42de-8bf0-7f72014447b2 {
  text-align: center;
opacity: 1;
}
#s-3b3e2a05-d4f6-42de-8bf0-7f72014447b2:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-3b3e2a05-d4f6-42de-8bf0-7f72014447b2 img.shogun-image {
    
    width: px;
  }


#s-3b3e2a05-d4f6-42de-8bf0-7f72014447b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b4ea75c-1ee6-461d-a3b3-5ed7e41580a2 {
  min-height: 50px;
}








#s-2b4ea75c-1ee6-461d-a3b3-5ed7e41580a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b4ea75c-1ee6-461d-a3b3-5ed7e41580a2.shg-box.shg-c {
  justify-content: center;
}

#s-3713c41c-f6e6-497b-b806-e5edb1190a9f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3713c41c-f6e6-497b-b806-e5edb1190a9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3713c41c-f6e6-497b-b806-e5edb1190a9f.shg-box.shg-c {
  justify-content: center;
}

#s-61a1a398-b819-4675-b2b5-8eb93f8598bd {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-61a1a398-b819-4675-b2b5-8eb93f8598bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-1a946754-d367-4ddb-b3ad-f79bf3df1ade {
  text-align: center;
opacity: 1;
}
#s-1a946754-d367-4ddb-b3ad-f79bf3df1ade:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-1a946754-d367-4ddb-b3ad-f79bf3df1ade img.shogun-image {
    
    width: px;
  }


#s-1a946754-d367-4ddb-b3ad-f79bf3df1ade .shogun-image-content {
  
    align-items: center;
  
}

#s-f0d0e237-2b12-44b6-a058-91991e7bf06a {
  min-height: 50px;
}








#s-f0d0e237-2b12-44b6-a058-91991e7bf06a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d0e237-2b12-44b6-a058-91991e7bf06a.shg-box.shg-c {
  justify-content: center;
}

#s-4c09bd93-a574-4224-9991-03157bd67d75 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-4c09bd93-a574-4224-9991-03157bd67d75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c09bd93-a574-4224-9991-03157bd67d75.shg-box.shg-c {
  justify-content: center;
}

#s-4821d75f-f4f9-4888-a7d1-f0144981d7dd {
  text-align: center;
opacity: 1;
}
#s-4821d75f-f4f9-4888-a7d1-f0144981d7dd:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-4821d75f-f4f9-4888-a7d1-f0144981d7dd img.shogun-image {
    
    width: px;
  }


#s-4821d75f-f4f9-4888-a7d1-f0144981d7dd .shogun-image-content {
  
    align-items: center;
  
}

#s-2a42e6ce-dfcd-4c4e-b8ed-76294ff6f30c {
  min-height: 50px;
}








#s-2a42e6ce-dfcd-4c4e-b8ed-76294ff6f30c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a42e6ce-dfcd-4c4e-b8ed-76294ff6f30c.shg-box.shg-c {
  justify-content: center;
}

#s-6b08de3c-2c54-416c-a258-ae922408820b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-6b08de3c-2c54-416c-a258-ae922408820b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b08de3c-2c54-416c-a258-ae922408820b.shg-box.shg-c {
  justify-content: center;
}

#s-ef0b1516-073b-49fc-bfbe-bae955f7fdff {
  text-align: center;
opacity: 1;
}
#s-ef0b1516-073b-49fc-bfbe-bae955f7fdff:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-ef0b1516-073b-49fc-bfbe-bae955f7fdff img.shogun-image {
    
    width: px;
  }


#s-ef0b1516-073b-49fc-bfbe-bae955f7fdff .shogun-image-content {
  
    align-items: center;
  
}

#s-4da47370-fd02-41b5-84c3-904b558e2201 {
  min-height: 50px;
}








#s-4da47370-fd02-41b5-84c3-904b558e2201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4da47370-fd02-41b5-84c3-904b558e2201.shg-box.shg-c {
  justify-content: center;
}

#s-71430436-ec2e-4268-854f-984f8cb9cda4 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-71430436-ec2e-4268-854f-984f8cb9cda4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71430436-ec2e-4268-854f-984f8cb9cda4.shg-box.shg-c {
  justify-content: center;
}

#s-60af8369-0a8b-4a5a-a015-19111b414041 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-60af8369-0a8b-4a5a-a015-19111b414041"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-3d5f835a-2bf0-4ab4-b8a2-c24accf1a78b {
  text-align: center;
opacity: 1;
}
#s-3d5f835a-2bf0-4ab4-b8a2-c24accf1a78b:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-3d5f835a-2bf0-4ab4-b8a2-c24accf1a78b img.shogun-image {
    
    width: px;
  }


#s-3d5f835a-2bf0-4ab4-b8a2-c24accf1a78b .shogun-image-content {
  
    align-items: center;
  
}

#s-aece651e-6a39-4639-bc18-9649ccbbb47e {
  min-height: 50px;
}








#s-aece651e-6a39-4639-bc18-9649ccbbb47e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aece651e-6a39-4639-bc18-9649ccbbb47e.shg-box.shg-c {
  justify-content: center;
}

#s-5f3c683a-d1f4-4a46-8831-f89a5fc1a4ae {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-5f3c683a-d1f4-4a46-8831-f89a5fc1a4ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f3c683a-d1f4-4a46-8831-f89a5fc1a4ae.shg-box.shg-c {
  justify-content: center;
}

#s-09354112-5b42-4dd6-bd78-7b7e87a7b93e {
  text-align: center;
opacity: 1;
}
#s-09354112-5b42-4dd6-bd78-7b7e87a7b93e:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-09354112-5b42-4dd6-bd78-7b7e87a7b93e img.shogun-image {
    
    width: px;
  }


#s-09354112-5b42-4dd6-bd78-7b7e87a7b93e .shogun-image-content {
  
    align-items: center;
  
}

#s-eee38bcb-9a1b-43f1-aff9-3c48d427a958 {
  min-height: 50px;
}








#s-eee38bcb-9a1b-43f1-aff9-3c48d427a958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eee38bcb-9a1b-43f1-aff9-3c48d427a958.shg-box.shg-c {
  justify-content: center;
}

#s-c53e9aa3-76a8-4aa5-876d-6ab8257a248b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c53e9aa3-76a8-4aa5-876d-6ab8257a248b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c53e9aa3-76a8-4aa5-876d-6ab8257a248b.shg-box.shg-c {
  justify-content: center;
}

#s-76d50c72-1de0-4d0c-8c65-eda1c7d3a581 {
  text-align: center;
opacity: 1;
}
#s-76d50c72-1de0-4d0c-8c65-eda1c7d3a581:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-76d50c72-1de0-4d0c-8c65-eda1c7d3a581 img.shogun-image {
    
    width: px;
  }


#s-76d50c72-1de0-4d0c-8c65-eda1c7d3a581 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2391d46-d7c8-4039-9e22-1406b7db2044 {
  min-height: 50px;
}








#s-f2391d46-d7c8-4039-9e22-1406b7db2044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2391d46-d7c8-4039-9e22-1406b7db2044.shg-box.shg-c {
  justify-content: center;
}

#s-fcead0c4-2672-47ce-95cf-8706476e8b78 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-fcead0c4-2672-47ce-95cf-8706476e8b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcead0c4-2672-47ce-95cf-8706476e8b78.shg-box.shg-c {
  justify-content: center;
}

#s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e06d3405-0f9b-47e8-aff2-8dd9921ba4ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-37aa3c44-7c8f-44ef-b63c-15015322f96b {
  text-align: center;
opacity: 1;
}
#s-37aa3c44-7c8f-44ef-b63c-15015322f96b:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-37aa3c44-7c8f-44ef-b63c-15015322f96b img.shogun-image {
    
    width: px;
  }


#s-37aa3c44-7c8f-44ef-b63c-15015322f96b .shogun-image-content {
  
    align-items: center;
  
}

#s-b6f40a58-2df6-4fb2-bf52-f8fb3d0c2208 {
  min-height: 50px;
}








#s-b6f40a58-2df6-4fb2-bf52-f8fb3d0c2208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6f40a58-2df6-4fb2-bf52-f8fb3d0c2208.shg-box.shg-c {
  justify-content: center;
}

#s-ab5c156b-3c36-4363-af3a-d1b2dfec05a5 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-ab5c156b-3c36-4363-af3a-d1b2dfec05a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab5c156b-3c36-4363-af3a-d1b2dfec05a5.shg-box.shg-c {
  justify-content: center;
}

#s-71bb2b9e-b22c-4d20-afb1-c5d176efe4b6 {
  text-align: center;
opacity: 1;
}
#s-71bb2b9e-b22c-4d20-afb1-c5d176efe4b6:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-71bb2b9e-b22c-4d20-afb1-c5d176efe4b6 img.shogun-image {
    
    width: px;
  }


#s-71bb2b9e-b22c-4d20-afb1-c5d176efe4b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7d2b1d8-0490-43d2-baa3-ba9a22f48c2b {
  min-height: 50px;
}








#s-a7d2b1d8-0490-43d2-baa3-ba9a22f48c2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7d2b1d8-0490-43d2-baa3-ba9a22f48c2b.shg-box.shg-c {
  justify-content: center;
}

#s-29b2bdb2-cec2-4590-a161-f2509497c57e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-29b2bdb2-cec2-4590-a161-f2509497c57e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29b2bdb2-cec2-4590-a161-f2509497c57e.shg-box.shg-c {
  justify-content: center;
}

#s-09fbc7f3-9fba-4255-93bf-a0ea83664027 {
  text-align: center;
opacity: 1;
}
#s-09fbc7f3-9fba-4255-93bf-a0ea83664027:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-09fbc7f3-9fba-4255-93bf-a0ea83664027 img.shogun-image {
    
    width: px;
  }


#s-09fbc7f3-9fba-4255-93bf-a0ea83664027 .shogun-image-content {
  
    align-items: center;
  
}

#s-e954c6c4-a547-4bf1-911e-d10f8366e4f9 {
  min-height: 50px;
}








#s-e954c6c4-a547-4bf1-911e-d10f8366e4f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e954c6c4-a547-4bf1-911e-d10f8366e4f9.shg-box.shg-c {
  justify-content: center;
}

#s-476e04f3-3910-4ae9-bb01-f4243ea4296a {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-476e04f3-3910-4ae9-bb01-f4243ea4296a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-476e04f3-3910-4ae9-bb01-f4243ea4296a.shg-box.shg-c {
  justify-content: center;
}

#s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9bd90bad-e2d6-4383-b1e5-6119a2881ffd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-8ee8f14a-0900-4ee4-8a9c-104c22e368c1 {
  text-align: center;
opacity: 1;
}
#s-8ee8f14a-0900-4ee4-8a9c-104c22e368c1:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-8ee8f14a-0900-4ee4-8a9c-104c22e368c1 img.shogun-image {
    
    width: px;
  }


#s-8ee8f14a-0900-4ee4-8a9c-104c22e368c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-32360cd0-e025-4f4a-86d8-a52ec695007d {
  min-height: 50px;
}








#s-32360cd0-e025-4f4a-86d8-a52ec695007d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32360cd0-e025-4f4a-86d8-a52ec695007d.shg-box.shg-c {
  justify-content: center;
}

#s-6b326b98-d138-47c8-8ae8-e0ac4e22048e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-6b326b98-d138-47c8-8ae8-e0ac4e22048e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b326b98-d138-47c8-8ae8-e0ac4e22048e.shg-box.shg-c {
  justify-content: center;
}

#s-609f80f0-f01b-4e81-961a-17fc1419c760 {
  text-align: center;
opacity: 1;
}
#s-609f80f0-f01b-4e81-961a-17fc1419c760:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-609f80f0-f01b-4e81-961a-17fc1419c760 img.shogun-image {
    
    width: px;
  }


#s-609f80f0-f01b-4e81-961a-17fc1419c760 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b67953a-d08c-4f70-86d1-858bf232826b {
  min-height: 50px;
}








#s-2b67953a-d08c-4f70-86d1-858bf232826b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b67953a-d08c-4f70-86d1-858bf232826b.shg-box.shg-c {
  justify-content: center;
}

#s-aca7daf8-28a4-4d14-949d-90c0809bbab5 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-aca7daf8-28a4-4d14-949d-90c0809bbab5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aca7daf8-28a4-4d14-949d-90c0809bbab5.shg-box.shg-c {
  justify-content: center;
}

#s-e47c9c5b-ae5d-4a0f-8034-4200aace422d {
  text-align: center;
opacity: 1;
}
#s-e47c9c5b-ae5d-4a0f-8034-4200aace422d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-e47c9c5b-ae5d-4a0f-8034-4200aace422d img.shogun-image {
    
    width: px;
  }


#s-e47c9c5b-ae5d-4a0f-8034-4200aace422d .shogun-image-content {
  
    align-items: center;
  
}

#s-4ff50e1b-e088-4a2d-8f9a-44bc2971f44f {
  min-height: 50px;
}








#s-4ff50e1b-e088-4a2d-8f9a-44bc2971f44f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ff50e1b-e088-4a2d-8f9a-44bc2971f44f.shg-box.shg-c {
  justify-content: center;
}

#s-81464e3e-5c14-483a-954d-27e04301936d {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-81464e3e-5c14-483a-954d-27e04301936d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81464e3e-5c14-483a-954d-27e04301936d.shg-box.shg-c {
  justify-content: center;
}

#s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-2eaae3b0-25b0-4c0c-990a-2d884d8155d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-ac4acd08-e7ff-4ea4-8c28-4f90cc4300dc {
  text-align: center;
opacity: 1;
}
#s-ac4acd08-e7ff-4ea4-8c28-4f90cc4300dc:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-ac4acd08-e7ff-4ea4-8c28-4f90cc4300dc img.shogun-image {
    
    width: px;
  }


#s-ac4acd08-e7ff-4ea4-8c28-4f90cc4300dc .shogun-image-content {
  
    align-items: center;
  
}

#s-31e2a15a-9f90-4be2-9978-72c35db3231e {
  min-height: 50px;
}








#s-31e2a15a-9f90-4be2-9978-72c35db3231e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31e2a15a-9f90-4be2-9978-72c35db3231e.shg-box.shg-c {
  justify-content: center;
}

#s-450a1fc6-dbe0-4954-8390-eecc80326419 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-450a1fc6-dbe0-4954-8390-eecc80326419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-450a1fc6-dbe0-4954-8390-eecc80326419.shg-box.shg-c {
  justify-content: center;
}

#s-bdb1b2c8-f19d-4bdc-bbe0-66a2cd76aac2 {
  text-align: center;
opacity: 1;
}
#s-bdb1b2c8-f19d-4bdc-bbe0-66a2cd76aac2:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-bdb1b2c8-f19d-4bdc-bbe0-66a2cd76aac2 img.shogun-image {
    
    width: px;
  }


#s-bdb1b2c8-f19d-4bdc-bbe0-66a2cd76aac2 .shogun-image-content {
  
    align-items: center;
  
}

#s-43a33fcc-ebd8-47b9-b77c-1304f18b806e {
  min-height: 50px;
}








#s-43a33fcc-ebd8-47b9-b77c-1304f18b806e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43a33fcc-ebd8-47b9-b77c-1304f18b806e.shg-box.shg-c {
  justify-content: center;
}

#s-02a4e9f2-d992-45f9-bab9-faa6edc6bd30 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-02a4e9f2-d992-45f9-bab9-faa6edc6bd30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a4e9f2-d992-45f9-bab9-faa6edc6bd30.shg-box.shg-c {
  justify-content: center;
}

#s-6eb74d3d-dfc0-45c1-b3d3-15b36edd9e9b {
  text-align: center;
opacity: 1;
}
#s-6eb74d3d-dfc0-45c1-b3d3-15b36edd9e9b:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-6eb74d3d-dfc0-45c1-b3d3-15b36edd9e9b img.shogun-image {
    
    width: px;
  }


#s-6eb74d3d-dfc0-45c1-b3d3-15b36edd9e9b .shogun-image-content {
  
    align-items: center;
  
}

#s-41008035-0c71-4486-aadf-03d25abab40b {
  min-height: 50px;
}








#s-41008035-0c71-4486-aadf-03d25abab40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41008035-0c71-4486-aadf-03d25abab40b.shg-box.shg-c {
  justify-content: center;
}

#s-7d060418-3b5f-42e7-84ef-69bff2b0574b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7d060418-3b5f-42e7-84ef-69bff2b0574b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d060418-3b5f-42e7-84ef-69bff2b0574b.shg-box.shg-c {
  justify-content: center;
}

#s-84246306-35ae-4560-8c85-bd118d1ea1ce {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-84246306-35ae-4560-8c85-bd118d1ea1ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-5978679c-979c-4ec7-9392-132160d7d556 {
  text-align: center;
opacity: 1;
}
#s-5978679c-979c-4ec7-9392-132160d7d556:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-5978679c-979c-4ec7-9392-132160d7d556 img.shogun-image {
    
    width: px;
  }


#s-5978679c-979c-4ec7-9392-132160d7d556 .shogun-image-content {
  
    align-items: center;
  
}

#s-c61d8b7e-a655-4342-8272-e5365f3d76e5 {
  min-height: 50px;
}








#s-c61d8b7e-a655-4342-8272-e5365f3d76e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c61d8b7e-a655-4342-8272-e5365f3d76e5.shg-box.shg-c {
  justify-content: center;
}

#s-23c02d98-9965-4ad5-85d5-539a0bf81933 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-23c02d98-9965-4ad5-85d5-539a0bf81933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c02d98-9965-4ad5-85d5-539a0bf81933.shg-box.shg-c {
  justify-content: center;
}

#s-4a172380-cf33-4214-b356-f098c8c6a590 {
  text-align: center;
opacity: 1;
}
#s-4a172380-cf33-4214-b356-f098c8c6a590:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-4a172380-cf33-4214-b356-f098c8c6a590 img.shogun-image {
    
    width: px;
  }


#s-4a172380-cf33-4214-b356-f098c8c6a590 .shogun-image-content {
  
    align-items: center;
  
}

#s-21be04ab-a213-40c6-9639-e109bc584536 {
  min-height: 50px;
}








#s-21be04ab-a213-40c6-9639-e109bc584536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21be04ab-a213-40c6-9639-e109bc584536.shg-box.shg-c {
  justify-content: center;
}

#s-c53abbdf-74eb-40a2-8e74-6c849f318fdb {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c53abbdf-74eb-40a2-8e74-6c849f318fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c53abbdf-74eb-40a2-8e74-6c849f318fdb.shg-box.shg-c {
  justify-content: center;
}

#s-79b4e42f-f7e5-4524-93f8-1f2f02660763 {
  text-align: center;
opacity: 1;
}
#s-79b4e42f-f7e5-4524-93f8-1f2f02660763:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-79b4e42f-f7e5-4524-93f8-1f2f02660763 img.shogun-image {
    
    width: px;
  }


#s-79b4e42f-f7e5-4524-93f8-1f2f02660763 .shogun-image-content {
  
    align-items: center;
  
}

#s-e34b51d0-7b56-41c8-9888-f9f0973d262c {
  min-height: 50px;
}








#s-e34b51d0-7b56-41c8-9888-f9f0973d262c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e34b51d0-7b56-41c8-9888-f9f0973d262c.shg-box.shg-c {
  justify-content: center;
}

#s-9ee8998a-a391-4d59-94f4-e87973cc9cf6 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-9ee8998a-a391-4d59-94f4-e87973cc9cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ee8998a-a391-4d59-94f4-e87973cc9cf6.shg-box.shg-c {
  justify-content: center;
}

#s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1ebe7af8-5ade-44db-8db8-91b1a47e65e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-3f7a4145-6d52-47c5-bae6-b7910126f274 {
  text-align: center;
opacity: 1;
}
#s-3f7a4145-6d52-47c5-bae6-b7910126f274:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-3f7a4145-6d52-47c5-bae6-b7910126f274 img.shogun-image {
    
    width: px;
  }


#s-3f7a4145-6d52-47c5-bae6-b7910126f274 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdd49a50-75a5-4562-beee-162da0d5902c {
  min-height: 50px;
}








#s-cdd49a50-75a5-4562-beee-162da0d5902c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd49a50-75a5-4562-beee-162da0d5902c.shg-box.shg-c {
  justify-content: center;
}

#s-d6a2e3a8-342e-4794-b2dc-5fb1716b0267 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d6a2e3a8-342e-4794-b2dc-5fb1716b0267 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6a2e3a8-342e-4794-b2dc-5fb1716b0267.shg-box.shg-c {
  justify-content: center;
}

#s-54b233bd-ca82-411a-8e7c-4009bf7e075d {
  text-align: center;
opacity: 1;
}
#s-54b233bd-ca82-411a-8e7c-4009bf7e075d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-54b233bd-ca82-411a-8e7c-4009bf7e075d img.shogun-image {
    
    width: px;
  }


#s-54b233bd-ca82-411a-8e7c-4009bf7e075d .shogun-image-content {
  
    align-items: center;
  
}

#s-8eba0d12-bf6a-4cd3-a4b1-ca105a2728d9 {
  min-height: 50px;
}








#s-8eba0d12-bf6a-4cd3-a4b1-ca105a2728d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eba0d12-bf6a-4cd3-a4b1-ca105a2728d9.shg-box.shg-c {
  justify-content: center;
}

#s-745f8d85-8d4e-4036-9a1d-d84e73d41ec2 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-745f8d85-8d4e-4036-9a1d-d84e73d41ec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-745f8d85-8d4e-4036-9a1d-d84e73d41ec2.shg-box.shg-c {
  justify-content: center;
}

#s-5ba55484-3d5e-4038-934c-cadabb399fc6 {
  text-align: center;
opacity: 1;
}
#s-5ba55484-3d5e-4038-934c-cadabb399fc6:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-5ba55484-3d5e-4038-934c-cadabb399fc6 img.shogun-image {
    
    width: px;
  }


#s-5ba55484-3d5e-4038-934c-cadabb399fc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2672479a-dccf-4ac5-9fa4-e3dc3875a996 {
  min-height: 50px;
}








#s-2672479a-dccf-4ac5-9fa4-e3dc3875a996 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2672479a-dccf-4ac5-9fa4-e3dc3875a996.shg-box.shg-c {
  justify-content: center;
}

#s-4f32e38c-2567-4d71-a922-62be890ca11b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-4f32e38c-2567-4d71-a922-62be890ca11b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f32e38c-2567-4d71-a922-62be890ca11b.shg-box.shg-c {
  justify-content: center;
}

#s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-b313039b-0eaa-4b5a-b8c0-7d677bfa37bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-8fdb659a-8b76-4073-b179-75d05df1066e {
  text-align: center;
opacity: 1;
}
#s-8fdb659a-8b76-4073-b179-75d05df1066e:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-8fdb659a-8b76-4073-b179-75d05df1066e img.shogun-image {
    
    width: px;
  }


#s-8fdb659a-8b76-4073-b179-75d05df1066e .shogun-image-content {
  
    align-items: center;
  
}

#s-e3d63cb7-c74f-4394-93c2-2ec50f7a2776 {
  min-height: 50px;
}








#s-e3d63cb7-c74f-4394-93c2-2ec50f7a2776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3d63cb7-c74f-4394-93c2-2ec50f7a2776.shg-box.shg-c {
  justify-content: center;
}

#s-02b17cef-a9e5-4528-a98d-cfb7d5d02164 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-02b17cef-a9e5-4528-a98d-cfb7d5d02164 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02b17cef-a9e5-4528-a98d-cfb7d5d02164.shg-box.shg-c {
  justify-content: center;
}

#s-cd7746f8-589e-4d5d-bee2-1fca79bd8f08 {
  text-align: center;
opacity: 1;
}
#s-cd7746f8-589e-4d5d-bee2-1fca79bd8f08:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-cd7746f8-589e-4d5d-bee2-1fca79bd8f08 img.shogun-image {
    
    width: px;
  }


#s-cd7746f8-589e-4d5d-bee2-1fca79bd8f08 .shogun-image-content {
  
    align-items: center;
  
}

#s-b59e315f-3d53-42c3-8726-f909e699a2a2 {
  min-height: 50px;
}








#s-b59e315f-3d53-42c3-8726-f909e699a2a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b59e315f-3d53-42c3-8726-f909e699a2a2.shg-box.shg-c {
  justify-content: center;
}

#s-c23c1d21-b017-45a3-aca0-c29876e92f5e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c23c1d21-b017-45a3-aca0-c29876e92f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c23c1d21-b017-45a3-aca0-c29876e92f5e.shg-box.shg-c {
  justify-content: center;
}

#s-3e652160-4726-4ff6-abba-056e7ede2bcd {
  text-align: center;
opacity: 1;
}
#s-3e652160-4726-4ff6-abba-056e7ede2bcd:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-3e652160-4726-4ff6-abba-056e7ede2bcd img.shogun-image {
    
    width: px;
  }


#s-3e652160-4726-4ff6-abba-056e7ede2bcd .shogun-image-content {
  
    align-items: center;
  
}

#s-be0942c2-a40e-4114-86cb-272890e2cc3e {
  min-height: 50px;
}








#s-be0942c2-a40e-4114-86cb-272890e2cc3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be0942c2-a40e-4114-86cb-272890e2cc3e.shg-box.shg-c {
  justify-content: center;
}

#s-f4d85ca0-669f-4668-a684-4c4287b788fc {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f4d85ca0-669f-4668-a684-4c4287b788fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4d85ca0-669f-4668-a684-4c4287b788fc.shg-box.shg-c {
  justify-content: center;
}

#s-46221c45-910d-4116-8c4d-2e377aae6763 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-46221c45-910d-4116-8c4d-2e377aae6763"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-652fb6ef-9f06-4a0b-b0df-62aaad9e07d8 {
  text-align: center;
opacity: 1;
}
#s-652fb6ef-9f06-4a0b-b0df-62aaad9e07d8:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-652fb6ef-9f06-4a0b-b0df-62aaad9e07d8 img.shogun-image {
    
    width: px;
  }


#s-652fb6ef-9f06-4a0b-b0df-62aaad9e07d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-878fc542-3c07-4530-9a2d-1f14f38b6c64 {
  min-height: 50px;
}








#s-878fc542-3c07-4530-9a2d-1f14f38b6c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-878fc542-3c07-4530-9a2d-1f14f38b6c64.shg-box.shg-c {
  justify-content: center;
}

#s-4fc76f95-532a-4c18-b6f2-c52b2188c9d0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-4fc76f95-532a-4c18-b6f2-c52b2188c9d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fc76f95-532a-4c18-b6f2-c52b2188c9d0.shg-box.shg-c {
  justify-content: center;
}

#s-8f9a1999-b723-4aff-84cc-8060389cf9f1 {
  text-align: center;
opacity: 1;
}
#s-8f9a1999-b723-4aff-84cc-8060389cf9f1:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-8f9a1999-b723-4aff-84cc-8060389cf9f1 img.shogun-image {
    
    width: px;
  }


#s-8f9a1999-b723-4aff-84cc-8060389cf9f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-cea3de8e-f6e0-43ae-94ff-475ff5f59220 {
  min-height: 50px;
}








#s-cea3de8e-f6e0-43ae-94ff-475ff5f59220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cea3de8e-f6e0-43ae-94ff-475ff5f59220.shg-box.shg-c {
  justify-content: center;
}

#s-3aa1e311-11f6-47c6-86d0-a93db942f0cf {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3aa1e311-11f6-47c6-86d0-a93db942f0cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aa1e311-11f6-47c6-86d0-a93db942f0cf.shg-box.shg-c {
  justify-content: center;
}

#s-b99bd954-171b-493e-8ea5-4fa29cd44c9d {
  text-align: center;
opacity: 1;
}
#s-b99bd954-171b-493e-8ea5-4fa29cd44c9d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-b99bd954-171b-493e-8ea5-4fa29cd44c9d img.shogun-image {
    
    width: px;
  }


#s-b99bd954-171b-493e-8ea5-4fa29cd44c9d .shogun-image-content {
  
    align-items: center;
  
}

#s-717c57ab-f991-4321-afdf-f5de6abe572b {
  min-height: 50px;
}








#s-717c57ab-f991-4321-afdf-f5de6abe572b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-717c57ab-f991-4321-afdf-f5de6abe572b.shg-box.shg-c {
  justify-content: center;
}

#s-338c40fd-70ff-4e11-95ac-82b26b004662 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-338c40fd-70ff-4e11-95ac-82b26b004662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-338c40fd-70ff-4e11-95ac-82b26b004662.shg-box.shg-c {
  justify-content: center;
}

#s-9dd452b2-590c-462e-843c-7bac5424485d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9dd452b2-590c-462e-843c-7bac5424485d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-df9db5c2-3649-4422-b820-35faec7176b2 {
  text-align: center;
opacity: 1;
}
#s-df9db5c2-3649-4422-b820-35faec7176b2:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-df9db5c2-3649-4422-b820-35faec7176b2 img.shogun-image {
    
    width: px;
  }


#s-df9db5c2-3649-4422-b820-35faec7176b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fc85b47-7a7f-4f0c-bbdf-db8a99f6145d {
  min-height: 50px;
}








#s-6fc85b47-7a7f-4f0c-bbdf-db8a99f6145d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fc85b47-7a7f-4f0c-bbdf-db8a99f6145d.shg-box.shg-c {
  justify-content: center;
}

#s-87452bab-b9e3-4d89-9a31-3ae3a31f9f79 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-87452bab-b9e3-4d89-9a31-3ae3a31f9f79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87452bab-b9e3-4d89-9a31-3ae3a31f9f79.shg-box.shg-c {
  justify-content: center;
}

#s-c9cb216f-bba6-42a8-ac1f-fd9328e3bf0c {
  text-align: center;
opacity: 1;
}
#s-c9cb216f-bba6-42a8-ac1f-fd9328e3bf0c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-c9cb216f-bba6-42a8-ac1f-fd9328e3bf0c img.shogun-image {
    
    width: px;
  }


#s-c9cb216f-bba6-42a8-ac1f-fd9328e3bf0c .shogun-image-content {
  
    align-items: center;
  
}

#s-dd3dadfc-a160-4e34-a706-4ab633e689a0 {
  min-height: 50px;
}








#s-dd3dadfc-a160-4e34-a706-4ab633e689a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd3dadfc-a160-4e34-a706-4ab633e689a0.shg-box.shg-c {
  justify-content: center;
}

#s-c6709469-0714-470c-9d43-50da498e4efc {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c6709469-0714-470c-9d43-50da498e4efc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6709469-0714-470c-9d43-50da498e4efc.shg-box.shg-c {
  justify-content: center;
}

#s-5da4db68-44d3-42ba-9f22-6f723f4f36e6 {
  text-align: center;
opacity: 1;
}
#s-5da4db68-44d3-42ba-9f22-6f723f4f36e6:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-5da4db68-44d3-42ba-9f22-6f723f4f36e6 img.shogun-image {
    
    width: px;
  }


#s-5da4db68-44d3-42ba-9f22-6f723f4f36e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-47fbe839-8363-458d-a2b0-f5c1059e3597 {
  min-height: 50px;
}








#s-47fbe839-8363-458d-a2b0-f5c1059e3597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47fbe839-8363-458d-a2b0-f5c1059e3597.shg-box.shg-c {
  justify-content: center;
}

#s-f45943bc-0829-435f-8c52-c09c175272e0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f45943bc-0829-435f-8c52-c09c175272e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f45943bc-0829-435f-8c52-c09c175272e0.shg-box.shg-c {
  justify-content: center;
}

#s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ebde4283-de2a-485d-b1d2-5aadcc04e3b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-116694da-5587-4fea-938d-63683077f1f9 {
  text-align: center;
opacity: 1;
}
#s-116694da-5587-4fea-938d-63683077f1f9:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-116694da-5587-4fea-938d-63683077f1f9 img.shogun-image {
    
    width: px;
  }


#s-116694da-5587-4fea-938d-63683077f1f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-20d91725-075f-4ad2-852c-5b7e729993a3 {
  min-height: 50px;
}








#s-20d91725-075f-4ad2-852c-5b7e729993a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d91725-075f-4ad2-852c-5b7e729993a3.shg-box.shg-c {
  justify-content: center;
}

#s-cf293e7d-399f-4b68-88eb-f0f40bd55d63 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-cf293e7d-399f-4b68-88eb-f0f40bd55d63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf293e7d-399f-4b68-88eb-f0f40bd55d63.shg-box.shg-c {
  justify-content: center;
}

#s-6ff3a474-6e92-4cc8-b377-02dca016b2de {
  text-align: center;
opacity: 1;
}
#s-6ff3a474-6e92-4cc8-b377-02dca016b2de:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-6ff3a474-6e92-4cc8-b377-02dca016b2de img.shogun-image {
    
    width: px;
  }


#s-6ff3a474-6e92-4cc8-b377-02dca016b2de .shogun-image-content {
  
    align-items: center;
  
}

#s-b820bd1a-1666-4935-81fa-03e20f6007e1 {
  min-height: 50px;
}








#s-b820bd1a-1666-4935-81fa-03e20f6007e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b820bd1a-1666-4935-81fa-03e20f6007e1.shg-box.shg-c {
  justify-content: center;
}

#s-09359e72-a281-46e4-b845-66fae61933bc {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-09359e72-a281-46e4-b845-66fae61933bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09359e72-a281-46e4-b845-66fae61933bc.shg-box.shg-c {
  justify-content: center;
}

#s-9348b819-12a1-4fc2-be53-911b45da781b {
  text-align: center;
opacity: 1;
}
#s-9348b819-12a1-4fc2-be53-911b45da781b:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-9348b819-12a1-4fc2-be53-911b45da781b img.shogun-image {
    
    width: px;
  }


#s-9348b819-12a1-4fc2-be53-911b45da781b .shogun-image-content {
  
    align-items: center;
  
}

#s-149b5af5-1f47-40b7-a1ea-b3dd8896454e {
  min-height: 50px;
}








#s-149b5af5-1f47-40b7-a1ea-b3dd8896454e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-149b5af5-1f47-40b7-a1ea-b3dd8896454e.shg-box.shg-c {
  justify-content: center;
}

#s-6bb38515-e112-4375-84c7-ef4dbdd6ca22 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-6bb38515-e112-4375-84c7-ef4dbdd6ca22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bb38515-e112-4375-84c7-ef4dbdd6ca22.shg-box.shg-c {
  justify-content: center;
}

#s-dced7689-8f4e-4564-b47d-111a6b5d5d7b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-dced7689-8f4e-4564-b47d-111a6b5d5d7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-0533464e-ffb6-4479-a862-ff19407d60f1 {
  text-align: center;
opacity: 1;
}
#s-0533464e-ffb6-4479-a862-ff19407d60f1:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-0533464e-ffb6-4479-a862-ff19407d60f1 img.shogun-image {
    
    width: px;
  }


#s-0533464e-ffb6-4479-a862-ff19407d60f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8db6fc96-d1ca-4160-b21b-a7af5d396099 {
  min-height: 50px;
}








#s-8db6fc96-d1ca-4160-b21b-a7af5d396099 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db6fc96-d1ca-4160-b21b-a7af5d396099.shg-box.shg-c {
  justify-content: center;
}

#s-fc699ff1-5b1f-481f-8c9b-48c161a89d18 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-fc699ff1-5b1f-481f-8c9b-48c161a89d18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc699ff1-5b1f-481f-8c9b-48c161a89d18.shg-box.shg-c {
  justify-content: center;
}

#s-6096f0a0-a0d3-47ce-97d5-5caba7c56ced {
  text-align: center;
opacity: 1;
}
#s-6096f0a0-a0d3-47ce-97d5-5caba7c56ced:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-6096f0a0-a0d3-47ce-97d5-5caba7c56ced img.shogun-image {
    
    width: px;
  }


#s-6096f0a0-a0d3-47ce-97d5-5caba7c56ced .shogun-image-content {
  
    align-items: center;
  
}

#s-ed86d9b4-e4e2-4fc8-86e8-d1855a32cb1b {
  min-height: 50px;
}








#s-ed86d9b4-e4e2-4fc8-86e8-d1855a32cb1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed86d9b4-e4e2-4fc8-86e8-d1855a32cb1b.shg-box.shg-c {
  justify-content: center;
}

#s-e681d20c-d10e-4a59-b59c-457810134413 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e681d20c-d10e-4a59-b59c-457810134413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e681d20c-d10e-4a59-b59c-457810134413.shg-box.shg-c {
  justify-content: center;
}

#s-58711ee6-40f3-43eb-a2b6-c4514e6a1887 {
  text-align: center;
opacity: 1;
}
#s-58711ee6-40f3-43eb-a2b6-c4514e6a1887:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}



  #s-58711ee6-40f3-43eb-a2b6-c4514e6a1887 img.shogun-image {
    
    width: px;
  }


#s-58711ee6-40f3-43eb-a2b6-c4514e6a1887 .shogun-image-content {
  
    align-items: center;
  
}

#s-962c8a32-33bb-4f8f-9f1b-cfceb2fb26d0 {
  min-height: 50px;
}








#s-962c8a32-33bb-4f8f-9f1b-cfceb2fb26d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-962c8a32-33bb-4f8f-9f1b-cfceb2fb26d0.shg-box.shg-c {
  justify-content: center;
}

#s-7b34de72-90d9-4fbb-86e5-a751ffbe96c0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7b34de72-90d9-4fbb-86e5-a751ffbe96c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b34de72-90d9-4fbb-86e5-a751ffbe96c0.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
