.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-2b319b8a-0518-446c-af92-5a05af9c91fc {
  min-height: 50px;
}








#s-2b319b8a-0518-446c-af92-5a05af9c91fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b319b8a-0518-446c-af92-5a05af9c91fc.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-c691d8bb-5a52-41ed-b197-8efce0941e63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c691d8bb-5a52-41ed-b197-8efce0941e63 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-14ebd3bc-894e-46d8-aa94-c52e7ebd5063 {
  min-height: 50px;
}








#s-14ebd3bc-894e-46d8-aa94-c52e7ebd5063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ebd3bc-894e-46d8-aa94-c52e7ebd5063.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-96524667-4b42-4961-9a5c-f1b7bd519c64 {
  text-align: center;
}




  #s-96524667-4b42-4961-9a5c-f1b7bd519c64 img.shogun-image {
    
    width: px;
  }


#s-96524667-4b42-4961-9a5c-f1b7bd519c64 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c3517ea-4683-4563-8cce-67043900647a {
  min-height: 50px;
}








#s-8c3517ea-4683-4563-8cce-67043900647a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c3517ea-4683-4563-8cce-67043900647a.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-22954a20-2566-4f5c-90ca-c1889ce903e1 {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
}
@media (max-width: 767px){#s-22954a20-2566-4f5c-90ca-c1889ce903e1 {
  padding-left: 50px;
padding-right: 50px;
}
}
#s-5d4d96f5-a2e3-47cc-9da4-937b9b7b99a6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.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-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-98695488-a7ca-4b42-ad3b-34cad93b7925 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-10acdd03-bd91-4422-8ae6-f999a1a106de {
  text-align: center;
}




  #s-10acdd03-bd91-4422-8ae6-f999a1a106de img.shogun-image {
    
    width: px;
  }


#s-10acdd03-bd91-4422-8ae6-f999a1a106de .shogun-image-content {
  
    align-items: center;
  
}

#s-56f2edba-c2c9-46fb-8913-4476f4a82805 {
  text-align: center;
}




  #s-56f2edba-c2c9-46fb-8913-4476f4a82805 img.shogun-image {
    
    width: px;
  }


#s-56f2edba-c2c9-46fb-8913-4476f4a82805 .shogun-image-content {
  
    align-items: center;
  
}

#s-c59cb1ac-9464-4b7c-8b8a-a77efd3652d2 {
  text-align: center;
}




  #s-c59cb1ac-9464-4b7c-8b8a-a77efd3652d2 img.shogun-image {
    
    width: px;
  }


#s-c59cb1ac-9464-4b7c-8b8a-a77efd3652d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9bd8ceb-b363-4e01-afe7-4d7f25d56093 {
  text-align: center;
}




  #s-b9bd8ceb-b363-4e01-afe7-4d7f25d56093 img.shogun-image {
    
    width: px;
  }


#s-b9bd8ceb-b363-4e01-afe7-4d7f25d56093 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f25613b-7e97-4584-b85b-ccee8348c802 {
  text-align: center;
}




  #s-0f25613b-7e97-4584-b85b-ccee8348c802 img.shogun-image {
    
    width: px;
  }


#s-0f25613b-7e97-4584-b85b-ccee8348c802 .shogun-image-content {
  
    align-items: center;
  
}

#s-eaead48d-fcb0-43b6-bec5-a81793ca5f70 {
  text-align: center;
}




  #s-eaead48d-fcb0-43b6-bec5-a81793ca5f70 img.shogun-image {
    
    width: px;
  }


#s-eaead48d-fcb0-43b6-bec5-a81793ca5f70 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e05dc37-6d7d-45a2-bdb6-f05a6051c70c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c4aa4598-376c-4ab2-8ac9-07c2d684bcb4 {
  text-align: center;
}




  #s-c4aa4598-376c-4ab2-8ac9-07c2d684bcb4 img.shogun-image {
    
    width: px;
  }


#s-c4aa4598-376c-4ab2-8ac9-07c2d684bcb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4a6dda7-b46a-4f1d-8a3f-1a62b3f019a1 {
  text-align: center;
}




  #s-e4a6dda7-b46a-4f1d-8a3f-1a62b3f019a1 img.shogun-image {
    
    width: px;
  }


#s-e4a6dda7-b46a-4f1d-8a3f-1a62b3f019a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-85cda496-e017-44a6-a445-28ed171b4a3f {
  text-align: center;
}




  #s-85cda496-e017-44a6-a445-28ed171b4a3f img.shogun-image {
    
    width: px;
  }


#s-85cda496-e017-44a6-a445-28ed171b4a3f .shogun-image-content {
  
    align-items: center;
  
}

#s-b01e29c2-5d23-4b41-b915-69310fe1759f {
  text-align: center;
}




  #s-b01e29c2-5d23-4b41-b915-69310fe1759f img.shogun-image {
    
    width: px;
  }


#s-b01e29c2-5d23-4b41-b915-69310fe1759f .shogun-image-content {
  
    align-items: center;
  
}

#s-762011ed-7387-4c87-9fc5-7dc05d6c9a5a {
  text-align: center;
}




  #s-762011ed-7387-4c87-9fc5-7dc05d6c9a5a img.shogun-image {
    
    width: px;
  }


#s-762011ed-7387-4c87-9fc5-7dc05d6c9a5a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a820296d-5b7d-4739-8f5a-00df64b83b6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-888a9c8e-ddcb-4734-94ae-91ad7c4ede7f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ceee07ab-65b0-47e4-90da-b4d65553ef58 {
  text-align: center;
}




  #s-ceee07ab-65b0-47e4-90da-b4d65553ef58 img.shogun-image {
    
    width: px;
  }


#s-ceee07ab-65b0-47e4-90da-b4d65553ef58 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb5b674c-8c23-4bc8-8a5d-b311470bcbcf {
  text-align: center;
}




  #s-bb5b674c-8c23-4bc8-8a5d-b311470bcbcf img.shogun-image {
    
    width: px;
  }


#s-bb5b674c-8c23-4bc8-8a5d-b311470bcbcf .shogun-image-content {
  
    align-items: center;
  
}

#s-8c4133e4-68dd-4f49-8dd3-90502739b00e {
  text-align: center;
}




  #s-8c4133e4-68dd-4f49-8dd3-90502739b00e img.shogun-image {
    
    width: px;
  }


#s-8c4133e4-68dd-4f49-8dd3-90502739b00e .shogun-image-content {
  
    align-items: center;
  
}

#s-c43c125e-7be8-4f99-996d-65b727a66fbc {
  text-align: center;
}




  #s-c43c125e-7be8-4f99-996d-65b727a66fbc img.shogun-image {
    
    width: px;
  }


#s-c43c125e-7be8-4f99-996d-65b727a66fbc .shogun-image-content {
  
    align-items: center;
  
}

#s-4b537c5b-86e3-4ebb-9534-ee424ab65ab2 {
  text-align: center;
}




  #s-4b537c5b-86e3-4ebb-9534-ee424ab65ab2 img.shogun-image {
    
    width: px;
  }


#s-4b537c5b-86e3-4ebb-9534-ee424ab65ab2 .shogun-image-content {
  
    align-items: center;
  
}

#s-63f76aca-d7ff-4329-a0d3-ab3c6842f7d8 {
  text-align: center;
}




  #s-63f76aca-d7ff-4329-a0d3-ab3c6842f7d8 img.shogun-image {
    
    width: px;
  }


#s-63f76aca-d7ff-4329-a0d3-ab3c6842f7d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e691bcfc-8264-40d5-a40b-1944217691b8 {
  text-align: center;
}




  #s-e691bcfc-8264-40d5-a40b-1944217691b8 img.shogun-image {
    
    width: px;
  }


#s-e691bcfc-8264-40d5-a40b-1944217691b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5291d04b-503b-4235-87f9-550dd3d75827 {
  text-align: center;
}




  #s-5291d04b-503b-4235-87f9-550dd3d75827 img.shogun-image {
    
    width: px;
  }


#s-5291d04b-503b-4235-87f9-550dd3d75827 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa747be7-2faa-41fa-b252-c88ec02cc2a6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-32966180-6cb1-492b-8f75-0247d96b201d {
  text-align: center;
}




  #s-32966180-6cb1-492b-8f75-0247d96b201d img.shogun-image {
    
    width: px;
  }


#s-32966180-6cb1-492b-8f75-0247d96b201d .shogun-image-content {
  
    align-items: center;
  
}

#s-428aa2d5-695a-4234-adcd-395f237cdccd {
  text-align: center;
}




  #s-428aa2d5-695a-4234-adcd-395f237cdccd img.shogun-image {
    
    width: px;
  }


#s-428aa2d5-695a-4234-adcd-395f237cdccd .shogun-image-content {
  
    align-items: center;
  
}

#s-f070a56d-95cd-492f-bde9-1804ed2add75 {
  text-align: center;
}




  #s-f070a56d-95cd-492f-bde9-1804ed2add75 img.shogun-image {
    
    width: px;
  }


#s-f070a56d-95cd-492f-bde9-1804ed2add75 .shogun-image-content {
  
    align-items: center;
  
}

#s-6146df27-acd9-4336-9a59-91efeaf3a714 {
  text-align: center;
}




  #s-6146df27-acd9-4336-9a59-91efeaf3a714 img.shogun-image {
    
    width: px;
  }


#s-6146df27-acd9-4336-9a59-91efeaf3a714 .shogun-image-content {
  
    align-items: center;
  
}

#s-9373a0c1-3d34-4667-b48b-ac1156c30cf2 {
  text-align: center;
}




  #s-9373a0c1-3d34-4667-b48b-ac1156c30cf2 img.shogun-image {
    
    width: px;
  }


#s-9373a0c1-3d34-4667-b48b-ac1156c30cf2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36a805d1-b453-4ecd-907d-e9748c246ecd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c7a515a9-19e0-4b6a-bdcf-01ca64b84e92 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-27b6fdf1-064f-40f4-a809-723688556926 {
  text-align: center;
}




  #s-27b6fdf1-064f-40f4-a809-723688556926 img.shogun-image {
    
    width: px;
  }


#s-27b6fdf1-064f-40f4-a809-723688556926 .shogun-image-content {
  
    align-items: center;
  
}

#s-654030ea-4526-4478-a446-ecf5758a2e53 {
  text-align: center;
}




  #s-654030ea-4526-4478-a446-ecf5758a2e53 img.shogun-image {
    
    width: px;
  }


#s-654030ea-4526-4478-a446-ecf5758a2e53 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee16cbd2-a9d4-4638-bb50-7938ec38bfdb {
  text-align: center;
}




  #s-ee16cbd2-a9d4-4638-bb50-7938ec38bfdb img.shogun-image {
    
    width: px;
  }


#s-ee16cbd2-a9d4-4638-bb50-7938ec38bfdb .shogun-image-content {
  
    align-items: center;
  
}

#s-fdcccf69-f221-4f84-8b87-26bfd41da2d7 {
  text-align: center;
}




  #s-fdcccf69-f221-4f84-8b87-26bfd41da2d7 img.shogun-image {
    
    width: px;
  }


#s-fdcccf69-f221-4f84-8b87-26bfd41da2d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-18672d9c-b8d2-414a-a14e-9fb7fdfe9090 {
  text-align: center;
}




  #s-18672d9c-b8d2-414a-a14e-9fb7fdfe9090 img.shogun-image {
    
    width: px;
  }


#s-18672d9c-b8d2-414a-a14e-9fb7fdfe9090 .shogun-image-content {
  
    align-items: center;
  
}

#s-195f0155-bf3f-4dc3-86ac-230fd4a3517c {
  text-align: center;
}




  #s-195f0155-bf3f-4dc3-86ac-230fd4a3517c img.shogun-image {
    
    width: px;
  }


#s-195f0155-bf3f-4dc3-86ac-230fd4a3517c .shogun-image-content {
  
    align-items: center;
  
}

#s-1763bd19-5f60-44f0-bcd6-5315f67b7159 {
  text-align: center;
}




  #s-1763bd19-5f60-44f0-bcd6-5315f67b7159 img.shogun-image {
    
    width: px;
  }


#s-1763bd19-5f60-44f0-bcd6-5315f67b7159 .shogun-image-content {
  
    align-items: center;
  
}

#s-87021469-5dd3-4f86-972a-2aa1fe049c75 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5abd62b3-ba96-4c54-a7fb-95a94cb974ac {
  text-align: center;
}




  #s-5abd62b3-ba96-4c54-a7fb-95a94cb974ac img.shogun-image {
    
    width: px;
  }


#s-5abd62b3-ba96-4c54-a7fb-95a94cb974ac .shogun-image-content {
  
    align-items: center;
  
}

#s-0bc2c795-01cb-4cdb-a4fa-5e2e25f05bee {
  text-align: center;
}




  #s-0bc2c795-01cb-4cdb-a4fa-5e2e25f05bee img.shogun-image {
    
    width: px;
  }


#s-0bc2c795-01cb-4cdb-a4fa-5e2e25f05bee .shogun-image-content {
  
    align-items: center;
  
}

#s-1ad1b070-b21a-4c19-b7d6-809bb4153c56 {
  text-align: center;
}




  #s-1ad1b070-b21a-4c19-b7d6-809bb4153c56 img.shogun-image {
    
    width: px;
  }


#s-1ad1b070-b21a-4c19-b7d6-809bb4153c56 .shogun-image-content {
  
    align-items: center;
  
}

#s-99ee6cb0-d2e8-4f2f-a285-ec6160d2ab0e {
  text-align: center;
}




  #s-99ee6cb0-d2e8-4f2f-a285-ec6160d2ab0e img.shogun-image {
    
    width: px;
  }


#s-99ee6cb0-d2e8-4f2f-a285-ec6160d2ab0e .shogun-image-content {
  
    align-items: center;
  
}

#s-c54a6c21-0d3f-4760-a4d1-7ad44e937cf1 {
  text-align: center;
}




  #s-c54a6c21-0d3f-4760-a4d1-7ad44e937cf1 img.shogun-image {
    
    width: px;
  }


#s-c54a6c21-0d3f-4760-a4d1-7ad44e937cf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f988ed6-ab09-485c-a4c7-a1b2f964e1f3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7fe1a08f-55d1-46ce-b1a9-36506750daf0 {
  text-align: center;
}




  #s-7fe1a08f-55d1-46ce-b1a9-36506750daf0 img.shogun-image {
    
    width: px;
  }


#s-7fe1a08f-55d1-46ce-b1a9-36506750daf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd5b9aef-cab2-4751-b5f9-e86a27333deb {
  text-align: center;
}




  #s-dd5b9aef-cab2-4751-b5f9-e86a27333deb img.shogun-image {
    
    width: px;
  }


#s-dd5b9aef-cab2-4751-b5f9-e86a27333deb .shogun-image-content {
  
    align-items: center;
  
}

#s-dd3428fd-f772-4636-b6ce-feffec58fd4a {
  text-align: center;
}




  #s-dd3428fd-f772-4636-b6ce-feffec58fd4a img.shogun-image {
    
    width: px;
  }


#s-dd3428fd-f772-4636-b6ce-feffec58fd4a .shogun-image-content {
  
    align-items: center;
  
}

#s-e88c3c04-9590-4d46-9eb9-dd1895e99b41 {
  text-align: center;
}




  #s-e88c3c04-9590-4d46-9eb9-dd1895e99b41 img.shogun-image {
    
    width: px;
  }


#s-e88c3c04-9590-4d46-9eb9-dd1895e99b41 .shogun-image-content {
  
    align-items: center;
  
}

#s-7416635a-31f9-4f0d-a2e2-5caf3262e529 {
  text-align: center;
}




  #s-7416635a-31f9-4f0d-a2e2-5caf3262e529 img.shogun-image {
    
    width: px;
  }


#s-7416635a-31f9-4f0d-a2e2-5caf3262e529 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-993da897-761d-48c5-adc8-e8c29ac5df02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-762ec8e0-2171-457c-afb6-3a3e2914a74b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-227f76dc-5e2f-41ed-93ca-3bac2356fd6f {
  text-align: center;
}




  #s-227f76dc-5e2f-41ed-93ca-3bac2356fd6f img.shogun-image {
    
    width: px;
  }


#s-227f76dc-5e2f-41ed-93ca-3bac2356fd6f .shogun-image-content {
  
    align-items: center;
  
}

#s-3297bb26-2ea6-46f2-af17-21bd93d8d384 {
  text-align: center;
}




  #s-3297bb26-2ea6-46f2-af17-21bd93d8d384 img.shogun-image {
    
    width: px;
  }


#s-3297bb26-2ea6-46f2-af17-21bd93d8d384 .shogun-image-content {
  
    align-items: center;
  
}

#s-508c3357-2327-4293-9bc3-21056dee2c80 {
  text-align: center;
}




  #s-508c3357-2327-4293-9bc3-21056dee2c80 img.shogun-image {
    
    width: px;
  }


#s-508c3357-2327-4293-9bc3-21056dee2c80 .shogun-image-content {
  
    align-items: center;
  
}

#s-13e65755-fa6d-4002-a062-7c0a23f50081 {
  text-align: center;
}




  #s-13e65755-fa6d-4002-a062-7c0a23f50081 img.shogun-image {
    
    width: px;
  }


#s-13e65755-fa6d-4002-a062-7c0a23f50081 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9712c48-a6af-4e61-be2d-a663d9b84cb8 {
  text-align: center;
}




  #s-a9712c48-a6af-4e61-be2d-a663d9b84cb8 img.shogun-image {
    
    width: px;
  }


#s-a9712c48-a6af-4e61-be2d-a663d9b84cb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-899362a8-af19-4f89-a0cb-d50374757ef8 {
  text-align: center;
}




  #s-899362a8-af19-4f89-a0cb-d50374757ef8 img.shogun-image {
    
    width: px;
  }


#s-899362a8-af19-4f89-a0cb-d50374757ef8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e54c2ba5-52f1-46ce-8ef7-a89ea55412ff {
  text-align: center;
}




  #s-e54c2ba5-52f1-46ce-8ef7-a89ea55412ff img.shogun-image {
    
    width: px;
  }


#s-e54c2ba5-52f1-46ce-8ef7-a89ea55412ff .shogun-image-content {
  
    align-items: center;
  
}

#s-f4211d66-9450-4c90-b227-42ede760a9bf {
  text-align: center;
}




  #s-f4211d66-9450-4c90-b227-42ede760a9bf img.shogun-image {
    
    width: px;
  }


#s-f4211d66-9450-4c90-b227-42ede760a9bf .shogun-image-content {
  
    align-items: center;
  
}

#s-ae58a370-b10f-463b-a22c-b0e73abf0afd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-eabf2508-b01a-479e-ae74-4bb8f0186882 {
  text-align: center;
}




  #s-eabf2508-b01a-479e-ae74-4bb8f0186882 img.shogun-image {
    
    width: px;
  }


#s-eabf2508-b01a-479e-ae74-4bb8f0186882 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a182014-1d45-4c6a-8065-9dc646dc4ed8 {
  text-align: center;
}




  #s-2a182014-1d45-4c6a-8065-9dc646dc4ed8 img.shogun-image {
    
    width: px;
  }


#s-2a182014-1d45-4c6a-8065-9dc646dc4ed8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dfdda44-f2eb-4175-9422-d1011cd14ed8 {
  text-align: center;
}




  #s-3dfdda44-f2eb-4175-9422-d1011cd14ed8 img.shogun-image {
    
    width: px;
  }


#s-3dfdda44-f2eb-4175-9422-d1011cd14ed8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bc35cca-924f-4729-a8a5-e88fc6218134 {
  text-align: center;
}




  #s-8bc35cca-924f-4729-a8a5-e88fc6218134 img.shogun-image {
    
    width: px;
  }


#s-8bc35cca-924f-4729-a8a5-e88fc6218134 .shogun-image-content {
  
    align-items: center;
  
}

#s-e631435f-4f6d-4a8e-894f-4f876518b06e {
  text-align: center;
}




  #s-e631435f-4f6d-4a8e-894f-4f876518b06e img.shogun-image {
    
    width: px;
  }


#s-e631435f-4f6d-4a8e-894f-4f876518b06e .shogun-image-content {
  
    align-items: center;
  
}

#s-907faf06-bb60-491b-998e-dfb97c999ab6 {
  text-align: center;
}




  #s-907faf06-bb60-491b-998e-dfb97c999ab6 img.shogun-image {
    
    width: px;
  }


#s-907faf06-bb60-491b-998e-dfb97c999ab6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8aa97ba4-a25d-4972-aa46-295f508a2f89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9538d4f1-4476-4352-979a-51fd9f8bbfe7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a5006c66-b1d6-49d9-99cf-8e559de4b4e7 {
  text-align: center;
}




  #s-a5006c66-b1d6-49d9-99cf-8e559de4b4e7 img.shogun-image {
    
    width: px;
  }


#s-a5006c66-b1d6-49d9-99cf-8e559de4b4e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0589888-4ae3-47ac-b1c2-977d8718409a {
  text-align: center;
}




  #s-d0589888-4ae3-47ac-b1c2-977d8718409a img.shogun-image {
    
    width: px;
  }


#s-d0589888-4ae3-47ac-b1c2-977d8718409a .shogun-image-content {
  
    align-items: center;
  
}

#s-0c51b137-ebf8-44ed-8585-56e0d9c9e06a {
  text-align: center;
}




  #s-0c51b137-ebf8-44ed-8585-56e0d9c9e06a img.shogun-image {
    
    width: px;
  }


#s-0c51b137-ebf8-44ed-8585-56e0d9c9e06a .shogun-image-content {
  
    align-items: center;
  
}

#s-65f31964-d10a-4b6f-9736-185515c7a364 {
  text-align: center;
}




  #s-65f31964-d10a-4b6f-9736-185515c7a364 img.shogun-image {
    
    width: px;
  }


#s-65f31964-d10a-4b6f-9736-185515c7a364 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6687055-bb4a-44ff-a196-2bc46473b593 {
  text-align: center;
}




  #s-e6687055-bb4a-44ff-a196-2bc46473b593 img.shogun-image {
    
    width: px;
  }


#s-e6687055-bb4a-44ff-a196-2bc46473b593 .shogun-image-content {
  
    align-items: center;
  
}

#s-b52f1c14-a0f1-4a1b-b1e5-268bb2043415 {
  text-align: center;
}




  #s-b52f1c14-a0f1-4a1b-b1e5-268bb2043415 img.shogun-image {
    
    width: px;
  }


#s-b52f1c14-a0f1-4a1b-b1e5-268bb2043415 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dc9aea2-36ee-4043-b83b-c0c32a352165 {
  text-align: center;
}




  #s-3dc9aea2-36ee-4043-b83b-c0c32a352165 img.shogun-image {
    
    width: px;
  }


#s-3dc9aea2-36ee-4043-b83b-c0c32a352165 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fbab607-2985-434b-a665-27c396c9304f {
  text-align: center;
}




  #s-4fbab607-2985-434b-a665-27c396c9304f img.shogun-image {
    
    width: px;
  }


#s-4fbab607-2985-434b-a665-27c396c9304f .shogun-image-content {
  
    align-items: center;
  
}

#s-2f9fe736-f749-499f-953c-5f4f0a9efdb2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-dde62981-9274-49ba-a1cf-5f7d07bacdbc {
  text-align: center;
}




  #s-dde62981-9274-49ba-a1cf-5f7d07bacdbc img.shogun-image {
    
    width: px;
  }


#s-dde62981-9274-49ba-a1cf-5f7d07bacdbc .shogun-image-content {
  
    align-items: center;
  
}

#s-6bde053f-c73a-468b-adfb-78f2fcc5ac17 {
  text-align: center;
}




  #s-6bde053f-c73a-468b-adfb-78f2fcc5ac17 img.shogun-image {
    
    width: px;
  }


#s-6bde053f-c73a-468b-adfb-78f2fcc5ac17 .shogun-image-content {
  
    align-items: center;
  
}

#s-34cf21bb-00bb-4f53-9d7e-08482475fd4b {
  text-align: center;
}




  #s-34cf21bb-00bb-4f53-9d7e-08482475fd4b img.shogun-image {
    
    width: px;
  }


#s-34cf21bb-00bb-4f53-9d7e-08482475fd4b .shogun-image-content {
  
    align-items: center;
  
}

#s-b9c79a03-163e-4070-995e-ebcd19f113ba {
  text-align: center;
}




  #s-b9c79a03-163e-4070-995e-ebcd19f113ba img.shogun-image {
    
    width: px;
  }


#s-b9c79a03-163e-4070-995e-ebcd19f113ba .shogun-image-content {
  
    align-items: center;
  
}

#s-68ca3574-1a4c-4317-bad3-6d7c715dadd6 {
  text-align: center;
}




  #s-68ca3574-1a4c-4317-bad3-6d7c715dadd6 img.shogun-image {
    
    width: px;
  }


#s-68ca3574-1a4c-4317-bad3-6d7c715dadd6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcdafba2-56f1-4dd8-9d45-1097d82100f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b494faa2-ffa4-480a-aaf6-27fa6d25a216 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9af9a19a-4ca0-4dae-8867-18568ada2b70 {
  text-align: center;
}




  #s-9af9a19a-4ca0-4dae-8867-18568ada2b70 img.shogun-image {
    
    width: px;
  }


#s-9af9a19a-4ca0-4dae-8867-18568ada2b70 .shogun-image-content {
  
    align-items: center;
  
}

#s-576dbf76-6997-44da-b914-69b4ac8d6adc {
  text-align: center;
}




  #s-576dbf76-6997-44da-b914-69b4ac8d6adc img.shogun-image {
    
    width: px;
  }


#s-576dbf76-6997-44da-b914-69b4ac8d6adc .shogun-image-content {
  
    align-items: center;
  
}

#s-1ab74e21-a6e7-4437-bb28-40ec2d36a222 {
  text-align: center;
}




  #s-1ab74e21-a6e7-4437-bb28-40ec2d36a222 img.shogun-image {
    
    width: px;
  }


#s-1ab74e21-a6e7-4437-bb28-40ec2d36a222 .shogun-image-content {
  
    align-items: center;
  
}

#s-e41451fd-4e18-45ce-8f89-a0c6708ef1a1 {
  text-align: center;
}




  #s-e41451fd-4e18-45ce-8f89-a0c6708ef1a1 img.shogun-image {
    
    width: px;
  }


#s-e41451fd-4e18-45ce-8f89-a0c6708ef1a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f31ae74f-9a3e-4a90-993b-5e9e3695c6c4 {
  text-align: center;
}




  #s-f31ae74f-9a3e-4a90-993b-5e9e3695c6c4 img.shogun-image {
    
    width: px;
  }


#s-f31ae74f-9a3e-4a90-993b-5e9e3695c6c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fc2aa7b-8c92-4cfb-ac75-fc5395d53c7e {
  text-align: center;
}




  #s-7fc2aa7b-8c92-4cfb-ac75-fc5395d53c7e img.shogun-image {
    
    width: px;
  }


#s-7fc2aa7b-8c92-4cfb-ac75-fc5395d53c7e .shogun-image-content {
  
    align-items: center;
  
}

#s-75e17b14-11ed-47bd-8ba2-151c59fc5444 {
  text-align: center;
}




  #s-75e17b14-11ed-47bd-8ba2-151c59fc5444 img.shogun-image {
    
    width: px;
  }


#s-75e17b14-11ed-47bd-8ba2-151c59fc5444 .shogun-image-content {
  
    align-items: center;
  
}

#s-5486b76c-0f18-4b81-9622-d48c342d620f {
  text-align: center;
}




  #s-5486b76c-0f18-4b81-9622-d48c342d620f img.shogun-image {
    
    width: px;
  }


#s-5486b76c-0f18-4b81-9622-d48c342d620f .shogun-image-content {
  
    align-items: center;
  
}

#s-6ad84571-e98e-4163-a922-7cdc17a4f581 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c2d02c94-a448-42a7-971d-82f7d6a08f07 {
  text-align: center;
}




  #s-c2d02c94-a448-42a7-971d-82f7d6a08f07 img.shogun-image {
    
    width: px;
  }


#s-c2d02c94-a448-42a7-971d-82f7d6a08f07 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a272504-a2bc-4662-b2a5-c1441b90b54c {
  text-align: center;
}




  #s-0a272504-a2bc-4662-b2a5-c1441b90b54c img.shogun-image {
    
    width: px;
  }


#s-0a272504-a2bc-4662-b2a5-c1441b90b54c .shogun-image-content {
  
    align-items: center;
  
}

#s-93fc6f0d-d729-4839-836f-c593a66cf61d {
  text-align: center;
}




  #s-93fc6f0d-d729-4839-836f-c593a66cf61d img.shogun-image {
    
    width: px;
  }


#s-93fc6f0d-d729-4839-836f-c593a66cf61d .shogun-image-content {
  
    align-items: center;
  
}

#s-f9711c5c-da5c-44ba-a324-f85fade034b9 {
  text-align: center;
}




  #s-f9711c5c-da5c-44ba-a324-f85fade034b9 img.shogun-image {
    
    width: px;
  }


#s-f9711c5c-da5c-44ba-a324-f85fade034b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b12fa879-e60a-4e88-a4aa-7d95957d51f7 {
  text-align: center;
}




  #s-b12fa879-e60a-4e88-a4aa-7d95957d51f7 img.shogun-image {
    
    width: px;
  }


#s-b12fa879-e60a-4e88-a4aa-7d95957d51f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d9ee2b1-30f3-45be-a3db-83ae25dd6abe {
  text-align: center;
}




  #s-9d9ee2b1-30f3-45be-a3db-83ae25dd6abe img.shogun-image {
    
    width: px;
  }


#s-9d9ee2b1-30f3-45be-a3db-83ae25dd6abe .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20d88e6f-0db0-4a9a-b777-bc5fbe719a7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1f9aa7c5-11d0-4915-a1da-e0d0ba71ea15 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-95e05817-7ad4-4bef-9321-e378b4724b57 {
  text-align: center;
}




  #s-95e05817-7ad4-4bef-9321-e378b4724b57 img.shogun-image {
    
    width: px;
  }


#s-95e05817-7ad4-4bef-9321-e378b4724b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-51435e2a-9a29-406e-ae57-aeeecb2e667a {
  text-align: center;
}




  #s-51435e2a-9a29-406e-ae57-aeeecb2e667a img.shogun-image {
    
    width: px;
  }


#s-51435e2a-9a29-406e-ae57-aeeecb2e667a .shogun-image-content {
  
    align-items: center;
  
}

#s-e14ee681-7ffe-4be8-8e84-9e17a38eefb7 {
  text-align: center;
}




  #s-e14ee681-7ffe-4be8-8e84-9e17a38eefb7 img.shogun-image {
    
    width: px;
  }


#s-e14ee681-7ffe-4be8-8e84-9e17a38eefb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-30c0195f-25a4-45fb-8333-d38f9981d17c {
  text-align: center;
}




  #s-30c0195f-25a4-45fb-8333-d38f9981d17c img.shogun-image {
    
    width: px;
  }


#s-30c0195f-25a4-45fb-8333-d38f9981d17c .shogun-image-content {
  
    align-items: center;
  
}

#s-dd3e6bc3-d070-4d6a-ba1d-6d82fea3a273 {
  text-align: center;
}




  #s-dd3e6bc3-d070-4d6a-ba1d-6d82fea3a273 img.shogun-image {
    
    width: px;
  }


#s-dd3e6bc3-d070-4d6a-ba1d-6d82fea3a273 .shogun-image-content {
  
    align-items: center;
  
}

#s-076746fe-7a3d-475f-8fc6-771df2a37833 {
  text-align: center;
}




  #s-076746fe-7a3d-475f-8fc6-771df2a37833 img.shogun-image {
    
    width: px;
  }


#s-076746fe-7a3d-475f-8fc6-771df2a37833 .shogun-image-content {
  
    align-items: center;
  
}

#s-75c6bc70-60af-46c2-b275-65e19798ff97 {
  text-align: center;
}




  #s-75c6bc70-60af-46c2-b275-65e19798ff97 img.shogun-image {
    
    width: px;
  }


#s-75c6bc70-60af-46c2-b275-65e19798ff97 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b694ebb-ea56-44e7-a7e4-6be5b2563da8 {
  text-align: center;
}




  #s-2b694ebb-ea56-44e7-a7e4-6be5b2563da8 img.shogun-image {
    
    width: px;
  }


#s-2b694ebb-ea56-44e7-a7e4-6be5b2563da8 .shogun-image-content {
  
    align-items: center;
  
}

#s-013ba717-bf7d-4422-80fa-42f3774eb5f1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f527d029-8eef-42e0-b4bd-96467ad678a2 {
  text-align: center;
}




  #s-f527d029-8eef-42e0-b4bd-96467ad678a2 img.shogun-image {
    
    width: px;
  }


#s-f527d029-8eef-42e0-b4bd-96467ad678a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4af076d3-f9f0-4f54-915f-0e2d997cbbb8 {
  text-align: center;
}




  #s-4af076d3-f9f0-4f54-915f-0e2d997cbbb8 img.shogun-image {
    
    width: px;
  }


#s-4af076d3-f9f0-4f54-915f-0e2d997cbbb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3fc0b7f-e90a-49f3-89ec-4f77646de353 {
  text-align: center;
}




  #s-a3fc0b7f-e90a-49f3-89ec-4f77646de353 img.shogun-image {
    
    width: px;
  }


#s-a3fc0b7f-e90a-49f3-89ec-4f77646de353 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8b63046-2233-42ac-8119-19317aa7ad0c {
  text-align: center;
}




  #s-f8b63046-2233-42ac-8119-19317aa7ad0c img.shogun-image {
    
    width: px;
  }


#s-f8b63046-2233-42ac-8119-19317aa7ad0c .shogun-image-content {
  
    align-items: center;
  
}

#s-8c15bb6b-3f5f-46a7-8ec5-72f811c3594f {
  text-align: center;
}




  #s-8c15bb6b-3f5f-46a7-8ec5-72f811c3594f img.shogun-image {
    
    width: px;
  }


#s-8c15bb6b-3f5f-46a7-8ec5-72f811c3594f .shogun-image-content {
  
    align-items: center;
  
}

#s-43ead864-2b3e-435c-b4db-a7c2d6a0504e {
  text-align: center;
}




  #s-43ead864-2b3e-435c-b4db-a7c2d6a0504e img.shogun-image {
    
    width: px;
  }


#s-43ead864-2b3e-435c-b4db-a7c2d6a0504e .shogun-image-content {
  
    align-items: center;
  
}

#s-ddd4d21f-69e6-4b14-b21e-82c48f0fe700 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb00663b-f394-44c7-a701-432ac3bbdf84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-69d39df6-83c7-4fcc-986d-505432acd90e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b96de28f-b207-4f0a-bfda-5532d6672e84 {
  text-align: center;
}




  #s-b96de28f-b207-4f0a-bfda-5532d6672e84 img.shogun-image {
    
    width: px;
  }


#s-b96de28f-b207-4f0a-bfda-5532d6672e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2886472-8c2d-4487-8632-065b72c84e76 {
  text-align: center;
}




  #s-d2886472-8c2d-4487-8632-065b72c84e76 img.shogun-image {
    
    width: px;
  }


#s-d2886472-8c2d-4487-8632-065b72c84e76 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c54e7b7-392d-4083-a97d-4be06d35c513 {
  text-align: center;
}




  #s-4c54e7b7-392d-4083-a97d-4be06d35c513 img.shogun-image {
    
    width: px;
  }


#s-4c54e7b7-392d-4083-a97d-4be06d35c513 .shogun-image-content {
  
    align-items: center;
  
}

#s-96549649-65aa-4df6-acf5-a12f1781678e {
  text-align: center;
}




  #s-96549649-65aa-4df6-acf5-a12f1781678e img.shogun-image {
    
    width: px;
  }


#s-96549649-65aa-4df6-acf5-a12f1781678e .shogun-image-content {
  
    align-items: center;
  
}

#s-3a4e829f-f823-4ab9-ba5a-ebfa20a2cf11 {
  text-align: center;
}




  #s-3a4e829f-f823-4ab9-ba5a-ebfa20a2cf11 img.shogun-image {
    
    width: px;
  }


#s-3a4e829f-f823-4ab9-ba5a-ebfa20a2cf11 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e0bfd5d-db88-49c9-8b7a-f7e044f2e0cb {
  text-align: center;
}




  #s-7e0bfd5d-db88-49c9-8b7a-f7e044f2e0cb img.shogun-image {
    
    width: px;
  }


#s-7e0bfd5d-db88-49c9-8b7a-f7e044f2e0cb .shogun-image-content {
  
    align-items: center;
  
}

#s-ae7fa486-f2a9-4571-be72-49aa11d4dcc3 {
  text-align: center;
}




  #s-ae7fa486-f2a9-4571-be72-49aa11d4dcc3 img.shogun-image {
    
    width: px;
  }


#s-ae7fa486-f2a9-4571-be72-49aa11d4dcc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-05a9009e-1dcc-482d-8bc6-54a68e3b076a {
  text-align: center;
}




  #s-05a9009e-1dcc-482d-8bc6-54a68e3b076a img.shogun-image {
    
    width: px;
  }


#s-05a9009e-1dcc-482d-8bc6-54a68e3b076a .shogun-image-content {
  
    align-items: center;
  
}

#s-fc46f1ba-a333-4e57-bdf6-be32ebeb29e1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9edc2819-b9ab-41b4-96aa-0165aa72389f {
  text-align: center;
}




  #s-9edc2819-b9ab-41b4-96aa-0165aa72389f img.shogun-image {
    
    width: px;
  }


#s-9edc2819-b9ab-41b4-96aa-0165aa72389f .shogun-image-content {
  
    align-items: center;
  
}

#s-794559f9-5246-4b24-8bd9-cd5c5ceb0179 {
  text-align: center;
}




  #s-794559f9-5246-4b24-8bd9-cd5c5ceb0179 img.shogun-image {
    
    width: px;
  }


#s-794559f9-5246-4b24-8bd9-cd5c5ceb0179 .shogun-image-content {
  
    align-items: center;
  
}

#s-c19305d5-fda8-4d52-82c8-a2bfa629aff5 {
  text-align: center;
}




  #s-c19305d5-fda8-4d52-82c8-a2bfa629aff5 img.shogun-image {
    
    width: px;
  }


#s-c19305d5-fda8-4d52-82c8-a2bfa629aff5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c350bea-14ed-4baa-840a-d3c824a9fae5 {
  text-align: center;
}




  #s-8c350bea-14ed-4baa-840a-d3c824a9fae5 img.shogun-image {
    
    width: px;
  }


#s-8c350bea-14ed-4baa-840a-d3c824a9fae5 .shogun-image-content {
  
    align-items: center;
  
}

#s-05a4f4ac-5955-4d3c-9621-a3969f8143e4 {
  text-align: center;
}




  #s-05a4f4ac-5955-4d3c-9621-a3969f8143e4 img.shogun-image {
    
    width: px;
  }


#s-05a4f4ac-5955-4d3c-9621-a3969f8143e4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c16bc86d-1302-4d82-8486-df52376f204a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-10184fc2-89c0-4acb-a94a-50fd611b9027 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-32373bc6-713e-4bb9-b11d-eae324de9ed8 {
  text-align: center;
}




  #s-32373bc6-713e-4bb9-b11d-eae324de9ed8 img.shogun-image {
    
    width: px;
  }


#s-32373bc6-713e-4bb9-b11d-eae324de9ed8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca0d2e16-f6f2-4bf0-8be1-fdd727a2a6cc {
  text-align: center;
}




  #s-ca0d2e16-f6f2-4bf0-8be1-fdd727a2a6cc img.shogun-image {
    
    width: px;
  }


#s-ca0d2e16-f6f2-4bf0-8be1-fdd727a2a6cc .shogun-image-content {
  
    align-items: center;
  
}

#s-db79478f-4fdc-4c5e-8c9c-009627a43f15 {
  text-align: center;
}




  #s-db79478f-4fdc-4c5e-8c9c-009627a43f15 img.shogun-image {
    
    width: px;
  }


#s-db79478f-4fdc-4c5e-8c9c-009627a43f15 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4479feb-bbd4-46f0-8f12-22959f099fc8 {
  text-align: center;
}




  #s-a4479feb-bbd4-46f0-8f12-22959f099fc8 img.shogun-image {
    
    width: px;
  }


#s-a4479feb-bbd4-46f0-8f12-22959f099fc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-15bf7731-d4e5-48ce-987c-420e27c6cd04 {
  text-align: center;
}




  #s-15bf7731-d4e5-48ce-987c-420e27c6cd04 img.shogun-image {
    
    width: px;
  }


#s-15bf7731-d4e5-48ce-987c-420e27c6cd04 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b924a6e-e13d-4743-a74e-b38f5c19eda0 {
  text-align: center;
}




  #s-5b924a6e-e13d-4743-a74e-b38f5c19eda0 img.shogun-image {
    
    width: px;
  }


#s-5b924a6e-e13d-4743-a74e-b38f5c19eda0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9188dcdd-3137-46d3-aa9b-3fdc889bf1ba {
  text-align: center;
}




  #s-9188dcdd-3137-46d3-aa9b-3fdc889bf1ba img.shogun-image {
    
    width: px;
  }


#s-9188dcdd-3137-46d3-aa9b-3fdc889bf1ba .shogun-image-content {
  
    align-items: center;
  
}

#s-1f89784d-a7dd-4290-98c0-29fa01fe0123 {
  text-align: center;
}




  #s-1f89784d-a7dd-4290-98c0-29fa01fe0123 img.shogun-image {
    
    width: px;
  }


#s-1f89784d-a7dd-4290-98c0-29fa01fe0123 .shogun-image-content {
  
    align-items: center;
  
}

#s-37671367-f340-48d9-9f89-21d051d36ca8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5024320a-8668-4a9f-9ac7-a3ec789a6093 {
  text-align: center;
}




  #s-5024320a-8668-4a9f-9ac7-a3ec789a6093 img.shogun-image {
    
    width: px;
  }


#s-5024320a-8668-4a9f-9ac7-a3ec789a6093 .shogun-image-content {
  
    align-items: center;
  
}

#s-a93822c0-66bd-4cb2-b7a5-0b7b9177c93f {
  text-align: center;
}




  #s-a93822c0-66bd-4cb2-b7a5-0b7b9177c93f img.shogun-image {
    
    width: px;
  }


#s-a93822c0-66bd-4cb2-b7a5-0b7b9177c93f .shogun-image-content {
  
    align-items: center;
  
}

#s-3283cfed-3e84-49c9-926e-27ff8006c6f8 {
  text-align: center;
}




  #s-3283cfed-3e84-49c9-926e-27ff8006c6f8 img.shogun-image {
    
    width: px;
  }


#s-3283cfed-3e84-49c9-926e-27ff8006c6f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cee1f9e-dbec-43fb-9fcc-288acda67b3d {
  text-align: center;
}




  #s-7cee1f9e-dbec-43fb-9fcc-288acda67b3d img.shogun-image {
    
    width: px;
  }


#s-7cee1f9e-dbec-43fb-9fcc-288acda67b3d .shogun-image-content {
  
    align-items: center;
  
}

#s-050b7b3a-5726-4c5d-88c8-cfebb3638f68 {
  text-align: center;
}




  #s-050b7b3a-5726-4c5d-88c8-cfebb3638f68 img.shogun-image {
    
    width: px;
  }


#s-050b7b3a-5726-4c5d-88c8-cfebb3638f68 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e42ac0d-11ca-4e13-900d-0af6ae5c9e2d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-78e6e1a9-ed73-473a-8e5b-05af7bdced99 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-074c5e6e-1c9a-43d0-8a6d-4e143c60b0da {
  text-align: center;
}




  #s-074c5e6e-1c9a-43d0-8a6d-4e143c60b0da img.shogun-image {
    
    width: px;
  }


#s-074c5e6e-1c9a-43d0-8a6d-4e143c60b0da .shogun-image-content {
  
    align-items: center;
  
}

#s-90c9f4fe-4077-4a5c-895e-8524cb626495 {
  text-align: center;
}




  #s-90c9f4fe-4077-4a5c-895e-8524cb626495 img.shogun-image {
    
    width: px;
  }


#s-90c9f4fe-4077-4a5c-895e-8524cb626495 .shogun-image-content {
  
    align-items: center;
  
}

#s-19b148b5-3c00-4b58-8beb-29ac274ea342 {
  text-align: center;
}




  #s-19b148b5-3c00-4b58-8beb-29ac274ea342 img.shogun-image {
    
    width: px;
  }


#s-19b148b5-3c00-4b58-8beb-29ac274ea342 .shogun-image-content {
  
    align-items: center;
  
}

#s-2da5e1d2-594c-403f-be2d-7c9ce3f633e8 {
  text-align: center;
}




  #s-2da5e1d2-594c-403f-be2d-7c9ce3f633e8 img.shogun-image {
    
    width: px;
  }


#s-2da5e1d2-594c-403f-be2d-7c9ce3f633e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-04456fb9-5b6a-445b-8943-dc4ca234ee2c {
  text-align: center;
}




  #s-04456fb9-5b6a-445b-8943-dc4ca234ee2c img.shogun-image {
    
    width: px;
  }


#s-04456fb9-5b6a-445b-8943-dc4ca234ee2c .shogun-image-content {
  
    align-items: center;
  
}

#s-db10106d-fac5-4bb1-aaf7-4c440ae574d8 {
  text-align: center;
}




  #s-db10106d-fac5-4bb1-aaf7-4c440ae574d8 img.shogun-image {
    
    width: px;
  }


#s-db10106d-fac5-4bb1-aaf7-4c440ae574d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bfb899a-d56f-481d-a3cb-d2f6627a7068 {
  text-align: center;
}




  #s-6bfb899a-d56f-481d-a3cb-d2f6627a7068 img.shogun-image {
    
    width: px;
  }


#s-6bfb899a-d56f-481d-a3cb-d2f6627a7068 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f152fa4-20b8-40a7-b386-7ebd1c005512 {
  text-align: center;
}




  #s-6f152fa4-20b8-40a7-b386-7ebd1c005512 img.shogun-image {
    
    width: px;
  }


#s-6f152fa4-20b8-40a7-b386-7ebd1c005512 .shogun-image-content {
  
    align-items: center;
  
}

#s-80ee425e-5d99-4bef-a365-366c55e08cfe {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e908c309-bf38-427a-92b1-2ed30cbfb9db {
  text-align: center;
}




  #s-e908c309-bf38-427a-92b1-2ed30cbfb9db img.shogun-image {
    
    width: px;
  }


#s-e908c309-bf38-427a-92b1-2ed30cbfb9db .shogun-image-content {
  
    align-items: center;
  
}

#s-ed1d7c19-6dc8-4337-9b1d-e6b063084fef {
  text-align: center;
}




  #s-ed1d7c19-6dc8-4337-9b1d-e6b063084fef img.shogun-image {
    
    width: px;
  }


#s-ed1d7c19-6dc8-4337-9b1d-e6b063084fef .shogun-image-content {
  
    align-items: center;
  
}

#s-a2d497b1-e142-40ad-8680-3cede2e497a2 {
  text-align: center;
}




  #s-a2d497b1-e142-40ad-8680-3cede2e497a2 img.shogun-image {
    
    width: px;
  }


#s-a2d497b1-e142-40ad-8680-3cede2e497a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2c7d518-6f8e-4939-bc55-305b0244d885 {
  text-align: center;
}




  #s-d2c7d518-6f8e-4939-bc55-305b0244d885 img.shogun-image {
    
    width: px;
  }


#s-d2c7d518-6f8e-4939-bc55-305b0244d885 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffcd1d11-3244-4e80-bd1f-20a6f317a904 {
  text-align: center;
}




  #s-ffcd1d11-3244-4e80-bd1f-20a6f317a904 img.shogun-image {
    
    width: px;
  }


#s-ffcd1d11-3244-4e80-bd1f-20a6f317a904 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a14b493-d77e-4a3d-a1c0-1b974b57f2a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-39db40f0-5de6-4a0b-a922-f39c4268c24f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-01994939-d5b5-4ad8-bab8-b113a24e635c {
  text-align: center;
}




  #s-01994939-d5b5-4ad8-bab8-b113a24e635c img.shogun-image {
    
    width: px;
  }


#s-01994939-d5b5-4ad8-bab8-b113a24e635c .shogun-image-content {
  
    align-items: center;
  
}

#s-a40fd08d-41ff-42dd-8390-9638dbf06d05 {
  text-align: center;
}




  #s-a40fd08d-41ff-42dd-8390-9638dbf06d05 img.shogun-image {
    
    width: px;
  }


#s-a40fd08d-41ff-42dd-8390-9638dbf06d05 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa292459-5d9b-4d59-8424-be12ca942bf5 {
  text-align: center;
}




  #s-fa292459-5d9b-4d59-8424-be12ca942bf5 img.shogun-image {
    
    width: px;
  }


#s-fa292459-5d9b-4d59-8424-be12ca942bf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0ea5a19-b4a2-4d60-94e8-54a30dfdd3d0 {
  text-align: center;
}




  #s-f0ea5a19-b4a2-4d60-94e8-54a30dfdd3d0 img.shogun-image {
    
    width: px;
  }


#s-f0ea5a19-b4a2-4d60-94e8-54a30dfdd3d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-331c0be4-3f58-484b-9d8e-2e3c9fc7c7c2 {
  text-align: center;
}




  #s-331c0be4-3f58-484b-9d8e-2e3c9fc7c7c2 img.shogun-image {
    
    width: px;
  }


#s-331c0be4-3f58-484b-9d8e-2e3c9fc7c7c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-424f1259-a5ee-4e50-bb15-6ff0b14cd87d {
  text-align: center;
}




  #s-424f1259-a5ee-4e50-bb15-6ff0b14cd87d img.shogun-image {
    
    width: px;
  }


#s-424f1259-a5ee-4e50-bb15-6ff0b14cd87d .shogun-image-content {
  
    align-items: center;
  
}

#s-ecba99f6-6c3a-4dd5-aade-d54a66840572 {
  text-align: center;
}




  #s-ecba99f6-6c3a-4dd5-aade-d54a66840572 img.shogun-image {
    
    width: px;
  }


#s-ecba99f6-6c3a-4dd5-aade-d54a66840572 .shogun-image-content {
  
    align-items: center;
  
}

#s-a795c5fa-72f0-420e-ab20-1aecaea6aa22 {
  text-align: center;
}




  #s-a795c5fa-72f0-420e-ab20-1aecaea6aa22 img.shogun-image {
    
    width: px;
  }


#s-a795c5fa-72f0-420e-ab20-1aecaea6aa22 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f6ac3b1-046f-49bf-945d-ee6843254bb6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2aed2959-d0ea-4c22-9049-0b7364fc3090 {
  text-align: center;
}




  #s-2aed2959-d0ea-4c22-9049-0b7364fc3090 img.shogun-image {
    
    width: px;
  }


#s-2aed2959-d0ea-4c22-9049-0b7364fc3090 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc3ce4dc-6897-49d6-b980-17d0cb31fc5c {
  text-align: center;
}




  #s-fc3ce4dc-6897-49d6-b980-17d0cb31fc5c img.shogun-image {
    
    width: px;
  }


#s-fc3ce4dc-6897-49d6-b980-17d0cb31fc5c .shogun-image-content {
  
    align-items: center;
  
}

#s-fb3e255e-ef90-4fb8-bec8-522facb69919 {
  text-align: center;
}




  #s-fb3e255e-ef90-4fb8-bec8-522facb69919 img.shogun-image {
    
    width: px;
  }


#s-fb3e255e-ef90-4fb8-bec8-522facb69919 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2f94855-1b79-49aa-8227-93f9b0f67914 {
  text-align: center;
}




  #s-a2f94855-1b79-49aa-8227-93f9b0f67914 img.shogun-image {
    
    width: px;
  }


#s-a2f94855-1b79-49aa-8227-93f9b0f67914 .shogun-image-content {
  
    align-items: center;
  
}

#s-57bc8db8-2d13-450d-abf0-b29831af9a88 {
  text-align: center;
}




  #s-57bc8db8-2d13-450d-abf0-b29831af9a88 img.shogun-image {
    
    width: px;
  }


#s-57bc8db8-2d13-450d-abf0-b29831af9a88 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01a330c5-c41b-4281-8ac7-fcb53df66c5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4e384e6c-c1ca-42a2-b44d-c9f116819e05 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a1dda6a1-16f2-434a-910b-31e582502121 {
  text-align: center;
}




  #s-a1dda6a1-16f2-434a-910b-31e582502121 img.shogun-image {
    
    width: px;
  }


#s-a1dda6a1-16f2-434a-910b-31e582502121 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee470890-1686-4e4b-94fd-5d8bad252c1d {
  text-align: center;
}




  #s-ee470890-1686-4e4b-94fd-5d8bad252c1d img.shogun-image {
    
    width: px;
  }


#s-ee470890-1686-4e4b-94fd-5d8bad252c1d .shogun-image-content {
  
    align-items: center;
  
}

#s-bd1c44d3-cc12-4a23-b7a7-a2d061d22c06 {
  text-align: center;
}




  #s-bd1c44d3-cc12-4a23-b7a7-a2d061d22c06 img.shogun-image {
    
    width: px;
  }


#s-bd1c44d3-cc12-4a23-b7a7-a2d061d22c06 .shogun-image-content {
  
    align-items: center;
  
}

#s-527fe141-4503-4d53-9cc3-6e8ba5116ec0 {
  text-align: center;
}




  #s-527fe141-4503-4d53-9cc3-6e8ba5116ec0 img.shogun-image {
    
    width: px;
  }


#s-527fe141-4503-4d53-9cc3-6e8ba5116ec0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf58d324-4141-40c8-bb1b-2f1d5324632c {
  text-align: center;
}




  #s-bf58d324-4141-40c8-bb1b-2f1d5324632c img.shogun-image {
    
    width: px;
  }


#s-bf58d324-4141-40c8-bb1b-2f1d5324632c .shogun-image-content {
  
    align-items: center;
  
}

#s-9875c244-d6ac-45f6-8aec-7612fadefc33 {
  text-align: center;
}




  #s-9875c244-d6ac-45f6-8aec-7612fadefc33 img.shogun-image {
    
    width: px;
  }


#s-9875c244-d6ac-45f6-8aec-7612fadefc33 .shogun-image-content {
  
    align-items: center;
  
}

#s-d531a6e8-b25c-48fc-890b-1d932def2cbb {
  text-align: center;
}




  #s-d531a6e8-b25c-48fc-890b-1d932def2cbb img.shogun-image {
    
    width: px;
  }


#s-d531a6e8-b25c-48fc-890b-1d932def2cbb .shogun-image-content {
  
    align-items: center;
  
}

#s-4259e8e9-1fd4-4cb3-8b4e-f9c81d68604f {
  text-align: center;
}




  #s-4259e8e9-1fd4-4cb3-8b4e-f9c81d68604f img.shogun-image {
    
    width: px;
  }


#s-4259e8e9-1fd4-4cb3-8b4e-f9c81d68604f .shogun-image-content {
  
    align-items: center;
  
}

#s-048947fa-06c1-496e-8526-13f2d4a308f5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7f0de70b-9249-44cd-bf02-6f9f0053352d {
  text-align: center;
}




  #s-7f0de70b-9249-44cd-bf02-6f9f0053352d img.shogun-image {
    
    width: px;
  }


#s-7f0de70b-9249-44cd-bf02-6f9f0053352d .shogun-image-content {
  
    align-items: center;
  
}

#s-42caafb0-f970-4876-925d-d867ede47b79 {
  text-align: center;
}




  #s-42caafb0-f970-4876-925d-d867ede47b79 img.shogun-image {
    
    width: px;
  }


#s-42caafb0-f970-4876-925d-d867ede47b79 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0839762-59f1-4dd7-86ec-06f79720e451 {
  text-align: center;
}




  #s-c0839762-59f1-4dd7-86ec-06f79720e451 img.shogun-image {
    
    width: px;
  }


#s-c0839762-59f1-4dd7-86ec-06f79720e451 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbd6a182-09d8-4afb-99cd-cf6bd8caf2bb {
  text-align: center;
}




  #s-fbd6a182-09d8-4afb-99cd-cf6bd8caf2bb img.shogun-image {
    
    width: px;
  }


#s-fbd6a182-09d8-4afb-99cd-cf6bd8caf2bb .shogun-image-content {
  
    align-items: center;
  
}

#s-b1719d53-f956-4f3f-ba1b-1178386470b5 {
  text-align: center;
}




  #s-b1719d53-f956-4f3f-ba1b-1178386470b5 img.shogun-image {
    
    width: px;
  }


#s-b1719d53-f956-4f3f-ba1b-1178386470b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-539ad5b5-f439-476a-bdfa-85b0800adf09 {
  text-align: center;
}




  #s-539ad5b5-f439-476a-bdfa-85b0800adf09 img.shogun-image {
    
    width: px;
  }


#s-539ad5b5-f439-476a-bdfa-85b0800adf09 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ab492ee-3b18-4b1c-8527-c54341a2caac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0c692348-7ccb-4ce2-9215-02eb19557e40 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5bbcb3cc-15c8-4af3-9989-f0fe7cb7b0d8 {
  text-align: center;
}




  #s-5bbcb3cc-15c8-4af3-9989-f0fe7cb7b0d8 img.shogun-image {
    
    width: px;
  }


#s-5bbcb3cc-15c8-4af3-9989-f0fe7cb7b0d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a41d3deb-71e7-4a4e-abcb-cdb2d771f627 {
  text-align: center;
}




  #s-a41d3deb-71e7-4a4e-abcb-cdb2d771f627 img.shogun-image {
    
    width: px;
  }


#s-a41d3deb-71e7-4a4e-abcb-cdb2d771f627 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fcbae53-b990-4fae-81e4-8e850ad19afa {
  text-align: center;
}




  #s-8fcbae53-b990-4fae-81e4-8e850ad19afa img.shogun-image {
    
    width: px;
  }


#s-8fcbae53-b990-4fae-81e4-8e850ad19afa .shogun-image-content {
  
    align-items: center;
  
}

#s-1b554e8b-6915-417c-80de-8b9b8cff1557 {
  text-align: center;
}




  #s-1b554e8b-6915-417c-80de-8b9b8cff1557 img.shogun-image {
    
    width: px;
  }


#s-1b554e8b-6915-417c-80de-8b9b8cff1557 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcb6f96b-4ed6-4f28-b9c6-f13ab7df70a9 {
  text-align: center;
}




  #s-bcb6f96b-4ed6-4f28-b9c6-f13ab7df70a9 img.shogun-image {
    
    width: px;
  }


#s-bcb6f96b-4ed6-4f28-b9c6-f13ab7df70a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc5cd3c1-a96e-45c3-8b10-e60552a79bfa {
  text-align: center;
}




  #s-fc5cd3c1-a96e-45c3-8b10-e60552a79bfa img.shogun-image {
    
    width: px;
  }


#s-fc5cd3c1-a96e-45c3-8b10-e60552a79bfa .shogun-image-content {
  
    align-items: center;
  
}

#s-2f23dd04-6779-40df-ab22-4795fe3b679a {
  text-align: center;
}




  #s-2f23dd04-6779-40df-ab22-4795fe3b679a img.shogun-image {
    
    width: px;
  }


#s-2f23dd04-6779-40df-ab22-4795fe3b679a .shogun-image-content {
  
    align-items: center;
  
}

#s-f310fa8e-7e8b-42c4-af1f-d6b901535bbb {
  text-align: center;
}




  #s-f310fa8e-7e8b-42c4-af1f-d6b901535bbb img.shogun-image {
    
    width: px;
  }


#s-f310fa8e-7e8b-42c4-af1f-d6b901535bbb .shogun-image-content {
  
    align-items: center;
  
}

#s-0284a797-8865-4d55-a5e1-5b5d3f4c103b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-adf62766-7fe8-45ad-bca5-f7a25c47f62e {
  text-align: center;
}




  #s-adf62766-7fe8-45ad-bca5-f7a25c47f62e img.shogun-image {
    
    width: px;
  }


#s-adf62766-7fe8-45ad-bca5-f7a25c47f62e .shogun-image-content {
  
    align-items: center;
  
}

#s-2d37b1fe-d065-4fde-86d5-2789dbdd5ab2 {
  text-align: center;
}




  #s-2d37b1fe-d065-4fde-86d5-2789dbdd5ab2 img.shogun-image {
    
    width: px;
  }


#s-2d37b1fe-d065-4fde-86d5-2789dbdd5ab2 .shogun-image-content {
  
    align-items: center;
  
}

#s-861ec804-e276-4280-851e-fab3c2ca6678 {
  text-align: center;
}




  #s-861ec804-e276-4280-851e-fab3c2ca6678 img.shogun-image {
    
    width: px;
  }


#s-861ec804-e276-4280-851e-fab3c2ca6678 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3e5135c-3297-4a7f-852b-0dd4068e26dc {
  text-align: center;
}




  #s-f3e5135c-3297-4a7f-852b-0dd4068e26dc img.shogun-image {
    
    width: px;
  }


#s-f3e5135c-3297-4a7f-852b-0dd4068e26dc .shogun-image-content {
  
    align-items: center;
  
}

#s-03c604b0-7d4e-454f-8bf6-2d9b85d874fa {
  text-align: center;
}




  #s-03c604b0-7d4e-454f-8bf6-2d9b85d874fa img.shogun-image {
    
    width: px;
  }


#s-03c604b0-7d4e-454f-8bf6-2d9b85d874fa .shogun-image-content {
  
    align-items: center;
  
}

#s-56c8ba9d-1821-4fa2-82cf-ae746417f1ef {
  text-align: center;
}




  #s-56c8ba9d-1821-4fa2-82cf-ae746417f1ef img.shogun-image {
    
    width: px;
  }


#s-56c8ba9d-1821-4fa2-82cf-ae746417f1ef .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51c1b74a-11da-40f1-ab48-7ff84d586605"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f7990be0-86b4-4d5b-beb4-8e40e273cc5c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4a1c03e8-3e84-4b64-bda8-182bc807e9aa {
  text-align: center;
}




  #s-4a1c03e8-3e84-4b64-bda8-182bc807e9aa img.shogun-image {
    
    width: px;
  }


#s-4a1c03e8-3e84-4b64-bda8-182bc807e9aa .shogun-image-content {
  
    align-items: center;
  
}

#s-2b600057-246f-486a-b6c3-586a18e393af {
  text-align: center;
}




  #s-2b600057-246f-486a-b6c3-586a18e393af img.shogun-image {
    
    width: px;
  }


#s-2b600057-246f-486a-b6c3-586a18e393af .shogun-image-content {
  
    align-items: center;
  
}

#s-11d1ccf3-ac65-49fc-8847-dd1b7d7f0105 {
  text-align: center;
}




  #s-11d1ccf3-ac65-49fc-8847-dd1b7d7f0105 img.shogun-image {
    
    width: px;
  }


#s-11d1ccf3-ac65-49fc-8847-dd1b7d7f0105 .shogun-image-content {
  
    align-items: center;
  
}

#s-c443a38a-3aa3-416c-af4f-b98c4f91f1c2 {
  text-align: center;
}




  #s-c443a38a-3aa3-416c-af4f-b98c4f91f1c2 img.shogun-image {
    
    width: px;
  }


#s-c443a38a-3aa3-416c-af4f-b98c4f91f1c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f25b93c6-96b3-4eb4-a105-ce3a804816c2 {
  text-align: center;
}




  #s-f25b93c6-96b3-4eb4-a105-ce3a804816c2 img.shogun-image {
    
    width: px;
  }


#s-f25b93c6-96b3-4eb4-a105-ce3a804816c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae2c572b-0446-45f5-9ca5-2ace4d2d5887 {
  text-align: center;
}




  #s-ae2c572b-0446-45f5-9ca5-2ace4d2d5887 img.shogun-image {
    
    width: px;
  }


#s-ae2c572b-0446-45f5-9ca5-2ace4d2d5887 .shogun-image-content {
  
    align-items: center;
  
}

#s-8de7d161-541a-4dd2-ac5a-e83dafd72f6d {
  text-align: center;
}




  #s-8de7d161-541a-4dd2-ac5a-e83dafd72f6d img.shogun-image {
    
    width: px;
  }


#s-8de7d161-541a-4dd2-ac5a-e83dafd72f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-f1d18e8c-9850-4fd3-b83c-6a35319d7788 {
  text-align: center;
}




  #s-f1d18e8c-9850-4fd3-b83c-6a35319d7788 img.shogun-image {
    
    width: px;
  }


#s-f1d18e8c-9850-4fd3-b83c-6a35319d7788 .shogun-image-content {
  
    align-items: center;
  
}

#s-666be82f-7e0e-496e-a06c-42ba45b54cc4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-70cd85aa-7a42-4a9e-a24e-8211fa8ca3bb {
  text-align: center;
}




  #s-70cd85aa-7a42-4a9e-a24e-8211fa8ca3bb img.shogun-image {
    
    width: px;
  }


#s-70cd85aa-7a42-4a9e-a24e-8211fa8ca3bb .shogun-image-content {
  
    align-items: center;
  
}

#s-19d51726-9057-425b-8a2f-3158ae8c397c {
  text-align: center;
}




  #s-19d51726-9057-425b-8a2f-3158ae8c397c img.shogun-image {
    
    width: px;
  }


#s-19d51726-9057-425b-8a2f-3158ae8c397c .shogun-image-content {
  
    align-items: center;
  
}

#s-ceeba06a-07e3-43f0-bd6c-b1b7865afbb6 {
  text-align: center;
}




  #s-ceeba06a-07e3-43f0-bd6c-b1b7865afbb6 img.shogun-image {
    
    width: px;
  }


#s-ceeba06a-07e3-43f0-bd6c-b1b7865afbb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-10e34d16-7b14-49c8-a863-c6445cca6970 {
  text-align: center;
}




  #s-10e34d16-7b14-49c8-a863-c6445cca6970 img.shogun-image {
    
    width: px;
  }


#s-10e34d16-7b14-49c8-a863-c6445cca6970 .shogun-image-content {
  
    align-items: center;
  
}

#s-00c9e987-3bbc-4b08-a96b-8d1a699d86da {
  text-align: center;
}




  #s-00c9e987-3bbc-4b08-a96b-8d1a699d86da img.shogun-image {
    
    width: px;
  }


#s-00c9e987-3bbc-4b08-a96b-8d1a699d86da .shogun-image-content {
  
    align-items: center;
  
}

#s-8892676f-41fb-47e4-bad3-6658d075090f {
  text-align: center;
}




  #s-8892676f-41fb-47e4-bad3-6658d075090f img.shogun-image {
    
    width: px;
  }


#s-8892676f-41fb-47e4-bad3-6658d075090f .shogun-image-content {
  
    align-items: center;
  
}

#s-5af5af83-6769-4ebe-aa14-ecb8c8e01bbd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-43c126e0-4c82-4313-9e58-2b11cc04b83f {
  text-align: center;
}




  #s-43c126e0-4c82-4313-9e58-2b11cc04b83f img.shogun-image {
    
    width: px;
  }


#s-43c126e0-4c82-4313-9e58-2b11cc04b83f .shogun-image-content {
  
    align-items: center;
  
}

#s-5030eb84-6287-4ea8-b7c5-b08ec632278d {
  text-align: center;
}




  #s-5030eb84-6287-4ea8-b7c5-b08ec632278d img.shogun-image {
    
    width: px;
  }


#s-5030eb84-6287-4ea8-b7c5-b08ec632278d .shogun-image-content {
  
    align-items: center;
  
}

#s-a2431ee6-daa0-413c-b382-c08cb2041a63 {
  text-align: center;
}




  #s-a2431ee6-daa0-413c-b382-c08cb2041a63 img.shogun-image {
    
    width: px;
  }


#s-a2431ee6-daa0-413c-b382-c08cb2041a63 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4aca499-772f-4c93-9b32-e644dd917582 {
  text-align: center;
}




  #s-e4aca499-772f-4c93-9b32-e644dd917582 img.shogun-image {
    
    width: px;
  }


#s-e4aca499-772f-4c93-9b32-e644dd917582 .shogun-image-content {
  
    align-items: center;
  
}

#s-0edd7f03-77a4-4855-bfc6-d55c747f06f7 {
  text-align: center;
}




  #s-0edd7f03-77a4-4855-bfc6-d55c747f06f7 img.shogun-image {
    
    width: px;
  }


#s-0edd7f03-77a4-4855-bfc6-d55c747f06f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-840f5246-6cf3-4f4e-b57d-cbb4bffe6cd8 {
  text-align: center;
}




  #s-840f5246-6cf3-4f4e-b57d-cbb4bffe6cd8 img.shogun-image {
    
    width: px;
  }


#s-840f5246-6cf3-4f4e-b57d-cbb4bffe6cd8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9376aabd-90eb-464b-b482-7b847e5c64f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-928f8c13-4b7c-4670-b255-3519a68c36a0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3efdc18d-e809-41ff-b834-3b52e264a2ba {
  text-align: center;
}




  #s-3efdc18d-e809-41ff-b834-3b52e264a2ba img.shogun-image {
    
    width: px;
  }


#s-3efdc18d-e809-41ff-b834-3b52e264a2ba .shogun-image-content {
  
    align-items: center;
  
}

#s-bfd62b58-0360-421f-abea-7d9f0cf080c7 {
  text-align: center;
}




  #s-bfd62b58-0360-421f-abea-7d9f0cf080c7 img.shogun-image {
    
    width: px;
  }


#s-bfd62b58-0360-421f-abea-7d9f0cf080c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-36272639-1284-4505-bb83-a41cccec73b5 {
  text-align: center;
}




  #s-36272639-1284-4505-bb83-a41cccec73b5 img.shogun-image {
    
    width: px;
  }


#s-36272639-1284-4505-bb83-a41cccec73b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-559b7da1-1486-4751-a70e-a4404784faed {
  text-align: center;
}




  #s-559b7da1-1486-4751-a70e-a4404784faed img.shogun-image {
    
    width: px;
  }


#s-559b7da1-1486-4751-a70e-a4404784faed .shogun-image-content {
  
    align-items: center;
  
}

#s-28926493-b94a-4491-b5b7-7ec7c0c0f563 {
  text-align: center;
}




  #s-28926493-b94a-4491-b5b7-7ec7c0c0f563 img.shogun-image {
    
    width: px;
  }


#s-28926493-b94a-4491-b5b7-7ec7c0c0f563 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4ec0336-06b7-43da-99bd-fd256dac6642 {
  text-align: center;
}




  #s-c4ec0336-06b7-43da-99bd-fd256dac6642 img.shogun-image {
    
    width: px;
  }


#s-c4ec0336-06b7-43da-99bd-fd256dac6642 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bb56dae-1437-4796-920e-a9c03bafe94c {
  text-align: center;
}




  #s-1bb56dae-1437-4796-920e-a9c03bafe94c img.shogun-image {
    
    width: px;
  }


#s-1bb56dae-1437-4796-920e-a9c03bafe94c .shogun-image-content {
  
    align-items: center;
  
}

#s-04e53d29-70fb-463c-978f-81531c1512c8 {
  text-align: center;
}




  #s-04e53d29-70fb-463c-978f-81531c1512c8 img.shogun-image {
    
    width: px;
  }


#s-04e53d29-70fb-463c-978f-81531c1512c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-063e67f9-6797-4d0f-9743-014908f68995 {
  text-align: center;
}




  #s-063e67f9-6797-4d0f-9743-014908f68995 img.shogun-image {
    
    width: px;
  }


#s-063e67f9-6797-4d0f-9743-014908f68995 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bb58562-b2e5-42ae-83d5-b93bb7e6e72b {
  text-align: center;
}




  #s-8bb58562-b2e5-42ae-83d5-b93bb7e6e72b img.shogun-image {
    
    width: px;
  }


#s-8bb58562-b2e5-42ae-83d5-b93bb7e6e72b .shogun-image-content {
  
    align-items: center;
  
}

#s-310f3cba-182c-4d72-9430-5004b85b87e4 {
  text-align: center;
}




  #s-310f3cba-182c-4d72-9430-5004b85b87e4 img.shogun-image {
    
    width: px;
  }


#s-310f3cba-182c-4d72-9430-5004b85b87e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7af83de2-4ee3-40ea-be32-0bf25792e532 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1640806e-bc17-452b-ade9-99f780d58636 {
  text-align: center;
}




  #s-1640806e-bc17-452b-ade9-99f780d58636 img.shogun-image {
    
    width: px;
  }


#s-1640806e-bc17-452b-ade9-99f780d58636 .shogun-image-content {
  
    align-items: center;
  
}

#s-1aaaa0c5-5b19-4636-b2a5-7d8e92d2c80a {
  text-align: center;
}




  #s-1aaaa0c5-5b19-4636-b2a5-7d8e92d2c80a img.shogun-image {
    
    width: px;
  }


#s-1aaaa0c5-5b19-4636-b2a5-7d8e92d2c80a .shogun-image-content {
  
    align-items: center;
  
}

#s-eb940372-f04b-4b50-b058-b468a9afa7e5 {
  text-align: center;
}




  #s-eb940372-f04b-4b50-b058-b468a9afa7e5 img.shogun-image {
    
    width: px;
  }


#s-eb940372-f04b-4b50-b058-b468a9afa7e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cb5f04e-6823-4363-a41f-7b66064f8a6b {
  text-align: center;
}




  #s-2cb5f04e-6823-4363-a41f-7b66064f8a6b img.shogun-image {
    
    width: px;
  }


#s-2cb5f04e-6823-4363-a41f-7b66064f8a6b .shogun-image-content {
  
    align-items: center;
  
}

#s-873934f5-43ba-48b2-ad58-02bee46f8766 {
  text-align: center;
}




  #s-873934f5-43ba-48b2-ad58-02bee46f8766 img.shogun-image {
    
    width: px;
  }


#s-873934f5-43ba-48b2-ad58-02bee46f8766 .shogun-image-content {
  
    align-items: center;
  
}

#s-59165d1b-0723-49c5-a125-0af459201aa6 {
  text-align: center;
}




  #s-59165d1b-0723-49c5-a125-0af459201aa6 img.shogun-image {
    
    width: px;
  }


#s-59165d1b-0723-49c5-a125-0af459201aa6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f510afc-cece-4a19-9dd7-a1f73c4fa044 {
  text-align: center;
}




  #s-0f510afc-cece-4a19-9dd7-a1f73c4fa044 img.shogun-image {
    
    width: px;
  }


#s-0f510afc-cece-4a19-9dd7-a1f73c4fa044 .shogun-image-content {
  
    align-items: center;
  
}

#s-4210165a-a062-459b-a643-a6a5f81b58c7 {
  text-align: center;
}




  #s-4210165a-a062-459b-a643-a6a5f81b58c7 img.shogun-image {
    
    width: px;
  }


#s-4210165a-a062-459b-a643-a6a5f81b58c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-90d68c2e-529f-4f44-8aae-a6b6ed9cba54 {
  text-align: center;
}




  #s-90d68c2e-529f-4f44-8aae-a6b6ed9cba54 img.shogun-image {
    
    width: px;
  }


#s-90d68c2e-529f-4f44-8aae-a6b6ed9cba54 .shogun-image-content {
  
    align-items: center;
  
}

#s-10243d71-6ad0-4e46-abc7-5de007158d23 {
  text-align: center;
}




  #s-10243d71-6ad0-4e46-abc7-5de007158d23 img.shogun-image {
    
    width: px;
  }


#s-10243d71-6ad0-4e46-abc7-5de007158d23 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0ca2b67-c168-4d6b-9343-d781a55f52c8 {
  text-align: center;
}




  #s-c0ca2b67-c168-4d6b-9343-d781a55f52c8 img.shogun-image {
    
    width: px;
  }


#s-c0ca2b67-c168-4d6b-9343-d781a55f52c8 .shogun-image-content {
  
    align-items: 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;
  }
}

#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;
}
