.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: -webkit-box;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-2c37457e-26ed-44b3-924c-d7db064c75d2 .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-2c37457e-26ed-44b3-924c-d7db064c75d2 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-2c37457e-26ed-44b3-924c-d7db064c75d2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-2c37457e-26ed-44b3-924c-d7db064c75d2 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2c37457e-26ed-44b3-924c-d7db064c75d2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-2c37457e-26ed-44b3-924c-d7db064c75d2 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-2c37457e-26ed-44b3-924c-d7db064c75d2 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-2c37457e-26ed-44b3-924c-d7db064c75d2 .shogun-tab {
  max-width: calc(100% / 2 - (2 - 2) * 2px / 2);
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d3d115d-5068-482e-87d5-92e7e83b119e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-c4c87f1c-1b6d-417d-82f4-c9b273791dcc {
  text-align: center;
}




  #s-c4c87f1c-1b6d-417d-82f4-c9b273791dcc img.shogun-image {
    
    width: px;
  }


#s-c4c87f1c-1b6d-417d-82f4-c9b273791dcc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: 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-1770166c-91b8-4a6d-af5b-13b55ce01b32 {
  text-align: center;
}




  #s-1770166c-91b8-4a6d-af5b-13b55ce01b32 img.shogun-image {
    
    width: px;
  }


#s-1770166c-91b8-4a6d-af5b-13b55ce01b32 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-edadf8fb-8775-4b87-9502-f6dec5ed3eac {
  text-align: center;
}




  #s-edadf8fb-8775-4b87-9502-f6dec5ed3eac img.shogun-image {
    
    width: px;
  }


#s-edadf8fb-8775-4b87-9502-f6dec5ed3eac .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8dd01b1f-c8dd-4ff5-b3ae-8696f6850f5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8094a454-8f1a-40ee-89a3-0f57d3d76441 {
  text-align: center;
}




  #s-8094a454-8f1a-40ee-89a3-0f57d3d76441 img.shogun-image {
    
    width: px;
  }


#s-8094a454-8f1a-40ee-89a3-0f57d3d76441 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1fbe12fa-ca5e-4de7-96c2-a5509930e7dd {
  text-align: center;
}




  #s-1fbe12fa-ca5e-4de7-96c2-a5509930e7dd img.shogun-image {
    
    width: px;
  }


#s-1fbe12fa-ca5e-4de7-96c2-a5509930e7dd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-092992ac-2a6c-47b8-a5da-740d5135b64d {
  text-align: center;
}




  #s-092992ac-2a6c-47b8-a5da-740d5135b64d img.shogun-image {
    
    width: px;
  }


#s-092992ac-2a6c-47b8-a5da-740d5135b64d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-146e8707-40fc-4f15-b9ad-e491a2704c38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-896e24ae-74bd-412d-a810-9ccf3b4a84b5 {
  text-align: center;
}




  #s-896e24ae-74bd-412d-a810-9ccf3b4a84b5 img.shogun-image {
    
    width: px;
  }


#s-896e24ae-74bd-412d-a810-9ccf3b4a84b5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9fc53674-d8e3-40ee-992c-4f8a622e5173 {
  text-align: center;
}




  #s-9fc53674-d8e3-40ee-992c-4f8a622e5173 img.shogun-image {
    
    width: px;
  }


#s-9fc53674-d8e3-40ee-992c-4f8a622e5173 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1f94b471-2820-40c3-a692-fe7a74f0820b {
  text-align: center;
}




  #s-1f94b471-2820-40c3-a692-fe7a74f0820b img.shogun-image {
    
    width: px;
  }


#s-1f94b471-2820-40c3-a692-fe7a74f0820b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7f105bc7-4ff0-4b45-a786-cdbf8de3cebd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eed76de3-d6c2-499c-b619-af49d385dfdb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-227ffc52-3ad2-4fcb-ac66-cd1b564c2000 {
  text-align: center;
}




  #s-227ffc52-3ad2-4fcb-ac66-cd1b564c2000 img.shogun-image {
    
    width: px;
  }


#s-227ffc52-3ad2-4fcb-ac66-cd1b564c2000 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9bfef003-5b68-4abd-816e-5d7d2baa3616 {
  text-align: center;
}




  #s-9bfef003-5b68-4abd-816e-5d7d2baa3616 img.shogun-image {
    
    width: px;
  }


#s-9bfef003-5b68-4abd-816e-5d7d2baa3616 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-18e80ec0-c10c-49f8-b212-dbf7ed90429d {
  text-align: center;
}




  #s-18e80ec0-c10c-49f8-b212-dbf7ed90429d img.shogun-image {
    
    width: px;
  }


#s-18e80ec0-c10c-49f8-b212-dbf7ed90429d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3a9eefb-f312-446a-8df3-f44e9716c516"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f2ed5f8d-58be-4842-98b4-d70b20900769 {
  text-align: center;
}




  #s-f2ed5f8d-58be-4842-98b4-d70b20900769 img.shogun-image {
    
    width: px;
  }


#s-f2ed5f8d-58be-4842-98b4-d70b20900769 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8fb9f377-6f2a-4e43-9a5e-6f0d1f7bbe76 {
  text-align: center;
}




  #s-8fb9f377-6f2a-4e43-9a5e-6f0d1f7bbe76 img.shogun-image {
    
    width: px;
  }


#s-8fb9f377-6f2a-4e43-9a5e-6f0d1f7bbe76 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ca5d1b3c-cd15-4d52-b696-582148f71acf {
  text-align: center;
}




  #s-ca5d1b3c-cd15-4d52-b696-582148f71acf img.shogun-image {
    
    width: px;
  }


#s-ca5d1b3c-cd15-4d52-b696-582148f71acf .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-168f9dc7-4e02-49b3-b139-35779cd5e64d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1d6f1932-6e75-40da-b814-c557364d6f41 {
  text-align: center;
}




  #s-1d6f1932-6e75-40da-b814-c557364d6f41 img.shogun-image {
    
    width: px;
  }


#s-1d6f1932-6e75-40da-b814-c557364d6f41 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-014aa51b-8cf7-46e6-a6dc-98817b8c26c8 {
  text-align: center;
}




  #s-014aa51b-8cf7-46e6-a6dc-98817b8c26c8 img.shogun-image {
    
    width: px;
  }


#s-014aa51b-8cf7-46e6-a6dc-98817b8c26c8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2e248c21-318b-44a0-8264-b94308b27780 {
  text-align: center;
}




  #s-2e248c21-318b-44a0-8264-b94308b27780 img.shogun-image {
    
    width: px;
  }


#s-2e248c21-318b-44a0-8264-b94308b27780 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-329a22ed-43eb-4446-a77d-9949bf450627 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68e085c9-d7e4-4107-ae81-633c12f06c00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3aca4531-03e9-494d-8cba-6ac3c541232a {
  text-align: center;
}




  #s-3aca4531-03e9-494d-8cba-6ac3c541232a img.shogun-image {
    
    width: px;
  }


#s-3aca4531-03e9-494d-8cba-6ac3c541232a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-45e4d9bc-2b66-4f70-8431-e419120f0092 {
  text-align: center;
}




  #s-45e4d9bc-2b66-4f70-8431-e419120f0092 img.shogun-image {
    
    width: px;
  }


#s-45e4d9bc-2b66-4f70-8431-e419120f0092 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b0f59cce-b3cd-4063-99a3-ba42c4a5cda6 {
  text-align: center;
}




  #s-b0f59cce-b3cd-4063-99a3-ba42c4a5cda6 img.shogun-image {
    
    width: px;
  }


#s-b0f59cce-b3cd-4063-99a3-ba42c4a5cda6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad9f0419-05e3-4896-9858-b68e77188be4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1fb970bd-c602-436c-bbd2-3968165d7846 {
  text-align: center;
}




  #s-1fb970bd-c602-436c-bbd2-3968165d7846 img.shogun-image {
    
    width: px;
  }


#s-1fb970bd-c602-436c-bbd2-3968165d7846 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3360a23b-94ed-4315-9330-45f2be743893 {
  text-align: center;
}




  #s-3360a23b-94ed-4315-9330-45f2be743893 img.shogun-image {
    
    width: px;
  }


#s-3360a23b-94ed-4315-9330-45f2be743893 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ddbcf30a-a2c8-4fc3-bec9-135a2c9c36aa {
  text-align: center;
}




  #s-ddbcf30a-a2c8-4fc3-bec9-135a2c9c36aa img.shogun-image {
    
    width: px;
  }


#s-ddbcf30a-a2c8-4fc3-bec9-135a2c9c36aa .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f45ecc5b-9ddd-4a26-8c52-75dd7c925f70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2d50ecd0-0928-4724-9b47-1f67a8653ba7 {
  text-align: center;
}




  #s-2d50ecd0-0928-4724-9b47-1f67a8653ba7 img.shogun-image {
    
    width: px;
  }


#s-2d50ecd0-0928-4724-9b47-1f67a8653ba7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-396a5856-71ab-404e-a1b6-77891b00e8c2 {
  text-align: center;
}




  #s-396a5856-71ab-404e-a1b6-77891b00e8c2 img.shogun-image {
    
    width: px;
  }


#s-396a5856-71ab-404e-a1b6-77891b00e8c2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-66a13828-6802-44ec-81b4-1749c83dfeb1 {
  text-align: center;
}




  #s-66a13828-6802-44ec-81b4-1749c83dfeb1 img.shogun-image {
    
    width: px;
  }


#s-66a13828-6802-44ec-81b4-1749c83dfeb1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b99c25fe-0be5-4f7f-8d8f-6c45c915afbd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd7fd70f-c51e-4d3a-94ee-78929db275db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-eb314331-ad4b-4ce5-937c-a0365a2bdee9 {
  text-align: center;
}




  #s-eb314331-ad4b-4ce5-937c-a0365a2bdee9 img.shogun-image {
    
    width: px;
  }


#s-eb314331-ad4b-4ce5-937c-a0365a2bdee9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-70fa6514-c00c-427c-920d-56a4dfc99c87 {
  text-align: center;
}




  #s-70fa6514-c00c-427c-920d-56a4dfc99c87 img.shogun-image {
    
    width: px;
  }


#s-70fa6514-c00c-427c-920d-56a4dfc99c87 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-704299fa-c4f9-4356-b2f1-638222085d68 {
  text-align: center;
}




  #s-704299fa-c4f9-4356-b2f1-638222085d68 img.shogun-image {
    
    width: px;
  }


#s-704299fa-c4f9-4356-b2f1-638222085d68 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f58b714-8256-4d8c-a18f-ea1831c3f33a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-53c78215-1d7c-4761-9a3d-f49a8033fa47 {
  text-align: center;
}




  #s-53c78215-1d7c-4761-9a3d-f49a8033fa47 img.shogun-image {
    
    width: px;
  }


#s-53c78215-1d7c-4761-9a3d-f49a8033fa47 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ccf17d9e-7bcd-4606-bf88-df74f245a7cb {
  text-align: center;
}




  #s-ccf17d9e-7bcd-4606-bf88-df74f245a7cb img.shogun-image {
    
    width: px;
  }


#s-ccf17d9e-7bcd-4606-bf88-df74f245a7cb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-13e097f8-9be5-4375-a7ae-523d22dd5a60 {
  text-align: center;
}




  #s-13e097f8-9be5-4375-a7ae-523d22dd5a60 img.shogun-image {
    
    width: px;
  }


#s-13e097f8-9be5-4375-a7ae-523d22dd5a60 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c9be5057-3e22-49a9-be2f-09caaa76f87e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4048aaba-4e88-4905-895a-10fab0963a88 {
  text-align: center;
}




  #s-4048aaba-4e88-4905-895a-10fab0963a88 img.shogun-image {
    
    width: px;
  }


#s-4048aaba-4e88-4905-895a-10fab0963a88 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-23f5d400-f74b-41b6-bd4d-a2ce26531238 {
  text-align: center;
}




  #s-23f5d400-f74b-41b6-bd4d-a2ce26531238 img.shogun-image {
    
    width: px;
  }


#s-23f5d400-f74b-41b6-bd4d-a2ce26531238 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ef38b19c-1655-4b0b-892d-89c80e7db037 {
  text-align: center;
}




  #s-ef38b19c-1655-4b0b-892d-89c80e7db037 img.shogun-image {
    
    width: px;
  }


#s-ef38b19c-1655-4b0b-892d-89c80e7db037 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0b21d88c-be23-4223-b23e-ae11359cd561 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8dea305e-497e-4990-8791-b9d16fb3d1cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-128ab417-f045-4953-a99d-135846877002 {
  text-align: center;
}




  #s-128ab417-f045-4953-a99d-135846877002 img.shogun-image {
    
    width: px;
  }


#s-128ab417-f045-4953-a99d-135846877002 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-88bb1fbf-fa46-42c4-b02d-33f7052f6072 {
  text-align: center;
}




  #s-88bb1fbf-fa46-42c4-b02d-33f7052f6072 img.shogun-image {
    
    width: px;
  }


#s-88bb1fbf-fa46-42c4-b02d-33f7052f6072 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-94a85f14-f2dd-4837-96f8-fa3cc6768a4a {
  text-align: center;
}




  #s-94a85f14-f2dd-4837-96f8-fa3cc6768a4a img.shogun-image {
    
    width: px;
  }


#s-94a85f14-f2dd-4837-96f8-fa3cc6768a4a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a7c7f2cd-1973-4082-bf33-90fcf746952a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0d2df72e-e906-464d-a36c-55848cb150e1 {
  text-align: center;
}




  #s-0d2df72e-e906-464d-a36c-55848cb150e1 img.shogun-image {
    
    width: px;
  }


#s-0d2df72e-e906-464d-a36c-55848cb150e1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d918dce1-f3cd-4de6-bce4-d365f2723707 {
  text-align: center;
}




  #s-d918dce1-f3cd-4de6-bce4-d365f2723707 img.shogun-image {
    
    width: px;
  }


#s-d918dce1-f3cd-4de6-bce4-d365f2723707 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-084bce71-fabc-4ed6-9d93-564d91aab506 {
  text-align: center;
}




  #s-084bce71-fabc-4ed6-9d93-564d91aab506 img.shogun-image {
    
    width: px;
  }


#s-084bce71-fabc-4ed6-9d93-564d91aab506 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-acd97648-9592-4dbb-a714-933a097b7548"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1f3dba42-f0be-4b6f-8132-7c8b55d1e5a0 {
  text-align: center;
}




  #s-1f3dba42-f0be-4b6f-8132-7c8b55d1e5a0 img.shogun-image {
    
    width: px;
  }


#s-1f3dba42-f0be-4b6f-8132-7c8b55d1e5a0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2c894c31-3cbb-4e32-8409-eca4ba648959 {
  text-align: center;
}




  #s-2c894c31-3cbb-4e32-8409-eca4ba648959 img.shogun-image {
    
    width: px;
  }


#s-2c894c31-3cbb-4e32-8409-eca4ba648959 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-629a4411-c084-4c3c-a25d-6cc5f583a306 {
  text-align: center;
}




  #s-629a4411-c084-4c3c-a25d-6cc5f583a306 img.shogun-image {
    
    width: px;
  }


#s-629a4411-c084-4c3c-a25d-6cc5f583a306 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-99a7c776-aa31-497b-afd2-1896f976bc3c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc99d973-7317-4a89-bbea-a6e857275804"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-eddaed25-27da-4072-b7c8-1bd2bc04f2d8 {
  text-align: center;
}




  #s-eddaed25-27da-4072-b7c8-1bd2bc04f2d8 img.shogun-image {
    
    width: px;
  }


#s-eddaed25-27da-4072-b7c8-1bd2bc04f2d8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5cea9ac7-5a3d-4106-908c-80d285ab3d27 {
  text-align: center;
}




  #s-5cea9ac7-5a3d-4106-908c-80d285ab3d27 img.shogun-image {
    
    width: px;
  }


#s-5cea9ac7-5a3d-4106-908c-80d285ab3d27 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-08cac019-4ca8-4c61-a273-53129b4586a3 {
  text-align: center;
}




  #s-08cac019-4ca8-4c61-a273-53129b4586a3 img.shogun-image {
    
    width: px;
  }


#s-08cac019-4ca8-4c61-a273-53129b4586a3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-435a803c-0ec9-4ea8-92d9-52fbce31f521"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-48a380db-5070-49b5-a89a-18a23455acc8 {
  text-align: center;
}




  #s-48a380db-5070-49b5-a89a-18a23455acc8 img.shogun-image {
    
    width: px;
  }


#s-48a380db-5070-49b5-a89a-18a23455acc8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9b0affc3-40cb-40b9-98c9-6291ffeed9b8 {
  text-align: center;
}




  #s-9b0affc3-40cb-40b9-98c9-6291ffeed9b8 img.shogun-image {
    
    width: px;
  }


#s-9b0affc3-40cb-40b9-98c9-6291ffeed9b8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5543c20b-3446-4d0c-8a6c-600aff2838fc {
  text-align: center;
}




  #s-5543c20b-3446-4d0c-8a6c-600aff2838fc img.shogun-image {
    
    width: px;
  }


#s-5543c20b-3446-4d0c-8a6c-600aff2838fc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a71ce86-b769-48ca-85bd-b1cd4b676776"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a1e8781e-aeeb-4de1-95d2-a71ec4d37638 {
  text-align: center;
}




  #s-a1e8781e-aeeb-4de1-95d2-a71ec4d37638 img.shogun-image {
    
    width: px;
  }


#s-a1e8781e-aeeb-4de1-95d2-a71ec4d37638 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d8d45e5f-6ebb-4360-a66a-ead37a5e9795 {
  text-align: center;
}




  #s-d8d45e5f-6ebb-4360-a66a-ead37a5e9795 img.shogun-image {
    
    width: px;
  }


#s-d8d45e5f-6ebb-4360-a66a-ead37a5e9795 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-49d5c4ee-5238-4097-ad43-61fa5675bd76 {
  text-align: center;
}




  #s-49d5c4ee-5238-4097-ad43-61fa5675bd76 img.shogun-image {
    
    width: px;
  }


#s-49d5c4ee-5238-4097-ad43-61fa5675bd76 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ea139c5f-cc79-49c2-9dea-1836f46fb3f4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-481472c5-e506-414e-8085-4bf237225147"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7811d456-4518-4dc0-a86f-07ce0b2cbfa4 {
  text-align: center;
}




  #s-7811d456-4518-4dc0-a86f-07ce0b2cbfa4 img.shogun-image {
    
    width: px;
  }


#s-7811d456-4518-4dc0-a86f-07ce0b2cbfa4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-62512cd4-947f-4126-b4a2-ed9b1bb9f50b {
  text-align: center;
}




  #s-62512cd4-947f-4126-b4a2-ed9b1bb9f50b img.shogun-image {
    
    width: px;
  }


#s-62512cd4-947f-4126-b4a2-ed9b1bb9f50b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ec325839-d289-4461-a551-21b40b9bf802 {
  text-align: center;
}




  #s-ec325839-d289-4461-a551-21b40b9bf802 img.shogun-image {
    
    width: px;
  }


#s-ec325839-d289-4461-a551-21b40b9bf802 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-85202c98-d78a-4dc9-a968-b004784c9007"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c3b0bfe5-61a1-44a9-8cf8-cfe277bff616 {
  text-align: center;
}




  #s-c3b0bfe5-61a1-44a9-8cf8-cfe277bff616 img.shogun-image {
    
    width: px;
  }


#s-c3b0bfe5-61a1-44a9-8cf8-cfe277bff616 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-428a94bc-b863-41a0-8942-b0f793a06187 {
  text-align: center;
}




  #s-428a94bc-b863-41a0-8942-b0f793a06187 img.shogun-image {
    
    width: px;
  }


#s-428a94bc-b863-41a0-8942-b0f793a06187 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-59b6ac87-f82f-4f41-b531-743e7e40f6b5 {
  text-align: center;
}




  #s-59b6ac87-f82f-4f41-b531-743e7e40f6b5 img.shogun-image {
    
    width: px;
  }


#s-59b6ac87-f82f-4f41-b531-743e7e40f6b5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64a8b51d-0bd7-4040-8f87-f75b3143440c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7bbd2c11-78cb-4edb-9a3a-cb5d8c324a5e {
  text-align: center;
}




  #s-7bbd2c11-78cb-4edb-9a3a-cb5d8c324a5e img.shogun-image {
    
    width: px;
  }


#s-7bbd2c11-78cb-4edb-9a3a-cb5d8c324a5e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-723f8e41-a83a-4250-ab93-a49d9f24665c {
  text-align: center;
}




  #s-723f8e41-a83a-4250-ab93-a49d9f24665c img.shogun-image {
    
    width: px;
  }


#s-723f8e41-a83a-4250-ab93-a49d9f24665c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0e0852c7-0757-4b8f-956b-f96b87b59e99 {
  text-align: center;
}




  #s-0e0852c7-0757-4b8f-956b-f96b87b59e99 img.shogun-image {
    
    width: px;
  }


#s-0e0852c7-0757-4b8f-956b-f96b87b59e99 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ba5b527b-c60a-451f-a74c-f3d414a5dc69 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d2d9918b-1e90-4c7c-90f9-62e3cd86ad14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-35a19e2d-9a26-4ae0-af4e-a7f522095d83 {
  text-align: center;
}




  #s-35a19e2d-9a26-4ae0-af4e-a7f522095d83 img.shogun-image {
    
    width: px;
  }


#s-35a19e2d-9a26-4ae0-af4e-a7f522095d83 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e626ad32-7104-4c2c-a8a2-f3f76da2bb21 {
  text-align: center;
}




  #s-e626ad32-7104-4c2c-a8a2-f3f76da2bb21 img.shogun-image {
    
    width: px;
  }


#s-e626ad32-7104-4c2c-a8a2-f3f76da2bb21 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-04387368-24f7-429f-8fd3-e3adbf088dcf {
  text-align: center;
}




  #s-04387368-24f7-429f-8fd3-e3adbf088dcf img.shogun-image {
    
    width: px;
  }


#s-04387368-24f7-429f-8fd3-e3adbf088dcf .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c0816e43-e77c-476a-a032-5e01016d62bc hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7fb921a2-9b7d-4bec-b8b7-d5c5d491a696"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1d94ca92-cd11-403c-a8db-d8c5cbddec61 {
  text-align: center;
}




  #s-1d94ca92-cd11-403c-a8db-d8c5cbddec61 img.shogun-image {
    
    width: px;
  }


#s-1d94ca92-cd11-403c-a8db-d8c5cbddec61 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-216cfc0a-9ccb-45ed-8257-cf418c94a7f6 {
  text-align: center;
}




  #s-216cfc0a-9ccb-45ed-8257-cf418c94a7f6 img.shogun-image {
    
    width: px;
  }


#s-216cfc0a-9ccb-45ed-8257-cf418c94a7f6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cb1eb9a7-78d5-4c10-8896-16911a6261a9 {
  text-align: center;
}




  #s-cb1eb9a7-78d5-4c10-8896-16911a6261a9 img.shogun-image {
    
    width: px;
  }


#s-cb1eb9a7-78d5-4c10-8896-16911a6261a9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-990b8ab3-be3e-4b36-b7c4-d1adc27aebae hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-477400ce-4d40-40bd-9507-1a86395e2a15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b4aa50c0-fc50-4176-bb87-550bc859896d {
  text-align: center;
}




  #s-b4aa50c0-fc50-4176-bb87-550bc859896d img.shogun-image {
    
    width: px;
  }


#s-b4aa50c0-fc50-4176-bb87-550bc859896d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7e87d1ef-af13-454a-8a44-dcd21a57917e {
  text-align: center;
}




  #s-7e87d1ef-af13-454a-8a44-dcd21a57917e img.shogun-image {
    
    width: px;
  }


#s-7e87d1ef-af13-454a-8a44-dcd21a57917e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-23266a92-bf09-4da6-87df-bffafaa45ff7 {
  text-align: center;
}




  #s-23266a92-bf09-4da6-87df-bffafaa45ff7 img.shogun-image {
    
    width: px;
  }


#s-23266a92-bf09-4da6-87df-bffafaa45ff7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0f70badf-c1f1-4179-8a13-689a878e2e7f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d414b7e-8610-4ac6-ae8c-6883b3244ed5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-437c886b-1592-44fb-9905-9889f309c903 {
  text-align: center;
}




  #s-437c886b-1592-44fb-9905-9889f309c903 img.shogun-image {
    
    width: px;
  }


#s-437c886b-1592-44fb-9905-9889f309c903 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-227dc4df-fdce-49ab-8c26-7dd9144802c2 {
  text-align: center;
}




  #s-227dc4df-fdce-49ab-8c26-7dd9144802c2 img.shogun-image {
    
    width: px;
  }


#s-227dc4df-fdce-49ab-8c26-7dd9144802c2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5f98d2cc-490c-405f-bf64-dffa820e21b4 {
  text-align: center;
}




  #s-5f98d2cc-490c-405f-bf64-dffa820e21b4 img.shogun-image {
    
    width: px;
  }


#s-5f98d2cc-490c-405f-bf64-dffa820e21b4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bb3a8418-8395-49f6-bae9-4499e491f4f7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28f94dc6-5d51-4726-a959-9bfb97dbd0b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-59fc2545-6b36-4ae9-9209-3db890a80ae9 {
  text-align: center;
}




  #s-59fc2545-6b36-4ae9-9209-3db890a80ae9 img.shogun-image {
    
    width: px;
  }


#s-59fc2545-6b36-4ae9-9209-3db890a80ae9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4f2328b9-9d25-45a9-a363-43dec62e8829 {
  text-align: center;
}




  #s-4f2328b9-9d25-45a9-a363-43dec62e8829 img.shogun-image {
    
    width: px;
  }


#s-4f2328b9-9d25-45a9-a363-43dec62e8829 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5201e539-14f5-49f0-a073-0c63fb02a432 {
  text-align: center;
}




  #s-5201e539-14f5-49f0-a073-0c63fb02a432 img.shogun-image {
    
    width: px;
  }


#s-5201e539-14f5-49f0-a073-0c63fb02a432 .shogun-image-content {
  
    -webkit-box-align: center;
  
            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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
