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

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

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

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

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

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

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

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

#s-53b6c308-1e70-452c-b771-5caf9a31f67d {
  margin-top: 20px;
margin-left: 250px;
margin-bottom: 20px;
margin-right: 250px;
min-height: 50px;
}
@media (min-width: 1200px){#s-53b6c308-1e70-452c-b771-5caf9a31f67d {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-53b6c308-1e70-452c-b771-5caf9a31f67d {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-53b6c308-1e70-452c-b771-5caf9a31f67d {
  margin-left: 10px;
margin-right: 10px;
}
}







#s-53b6c308-1e70-452c-b771-5caf9a31f67d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53b6c308-1e70-452c-b771-5caf9a31f67d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-2799edb5-ad3d-443c-84ac-4577cff4e088 {
  margin-left: 280px;
margin-bottom: 20px;
margin-right: 280px;
text-align: center;
}
@media (min-width: 1200px){#s-2799edb5-ad3d-443c-84ac-4577cff4e088 {
  margin-right: 280px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2799edb5-ad3d-443c-84ac-4577cff4e088 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-2799edb5-ad3d-443c-84ac-4577cff4e088 {
  margin-left: 20px;
margin-right: 20px;
}
}



  #s-2799edb5-ad3d-443c-84ac-4577cff4e088 img.shogun-image {
    
    width: px;
  }


#s-2799edb5-ad3d-443c-84ac-4577cff4e088 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a645ab9-4ffd-465e-b7ea-4e78ba5c1693 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0.03);
}
@media (min-width: 1200px){#s-1a645ab9-4ffd-465e-b7ea-4e78ba5c1693 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a645ab9-4ffd-465e-b7ea-4e78ba5c1693 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-1a645ab9-4ffd-465e-b7ea-4e78ba5c1693 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a645ab9-4ffd-465e-b7ea-4e78ba5c1693.shg-box.shg-c {
  justify-content: flex-start;
}

.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-5f60ba13-94d8-4cb3-bd61-40978faea5dc {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-f1e65c7d-d9e1-4523-be57-38817fb5c591 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f1e65c7d-d9e1-4523-be57-38817fb5c591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1e65c7d-d9e1-4523-be57-38817fb5c591.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6788e1f7-13a4-4114-b9bd-f06ca633faa4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-256f9840-d488-42ab-8013-f1c0f85626cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c6f446a1-2b24-4d85-a2e8-3634c7fab3c8 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(147, 0, 0, 1);
}








#s-c6f446a1-2b24-4d85-a2e8-3634c7fab3c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6f446a1-2b24-4d85-a2e8-3634c7fab3c8 {
  cursor: pointer;
}#s-c6f446a1-2b24-4d85-a2e8-3634c7fab3c8.shg-box.shg-c {
  justify-content: center;
}

#s-4662a625-c852-43e5-890a-3eb0623bf50b {
  text-align: center;
}




  #s-4662a625-c852-43e5-890a-3eb0623bf50b img.shogun-image {
    
    width: px;
  }


#s-4662a625-c852-43e5-890a-3eb0623bf50b .shogun-image-content {
  
    align-items: center;
  
}

#s-09ea4529-da48-4cf0-ae08-034fcfe9648d {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-09ea4529-da48-4cf0-ae08-034fcfe9648d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09ea4529-da48-4cf0-ae08-034fcfe9648d {
  cursor: pointer;
}#s-09ea4529-da48-4cf0-ae08-034fcfe9648d.shg-box.shg-c {
  justify-content: center;
}

#s-75d6dc1f-0edc-4335-81e6-b897c80de48d {
  text-align: center;
}




  #s-75d6dc1f-0edc-4335-81e6-b897c80de48d img.shogun-image {
    
    width: px;
  }


#s-75d6dc1f-0edc-4335-81e6-b897c80de48d .shogun-image-content {
  
    align-items: center;
  
}

#s-983716d6-6d4e-4805-94ea-7766ab1b1013 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-983716d6-6d4e-4805-94ea-7766ab1b1013 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-983716d6-6d4e-4805-94ea-7766ab1b1013 {
  cursor: pointer;
}#s-983716d6-6d4e-4805-94ea-7766ab1b1013.shg-box.shg-c {
  justify-content: center;
}

#s-4f7dfef1-acce-4615-8627-cace3674e80a {
  text-align: center;
}




  #s-4f7dfef1-acce-4615-8627-cace3674e80a img.shogun-image {
    
    width: px;
  }


#s-4f7dfef1-acce-4615-8627-cace3674e80a .shogun-image-content {
  
    align-items: center;
  
}

#s-af01b0ae-4d6a-40d5-8986-931e0f9283f3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-af01b0ae-4d6a-40d5-8986-931e0f9283f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af01b0ae-4d6a-40d5-8986-931e0f9283f3 {
  cursor: pointer;
}#s-af01b0ae-4d6a-40d5-8986-931e0f9283f3.shg-box.shg-c {
  justify-content: center;
}

#s-f64ad743-be53-4492-ab36-7b071d28e206 {
  text-align: center;
}




  #s-f64ad743-be53-4492-ab36-7b071d28e206 img.shogun-image {
    
    width: px;
  }


#s-f64ad743-be53-4492-ab36-7b071d28e206 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-af8bc174-ef1b-45a5-be1e-dc967bc2a6d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7a92bac2-0b17-45b5-b455-b548341daba8 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-7a92bac2-0b17-45b5-b455-b548341daba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a92bac2-0b17-45b5-b455-b548341daba8 {
  cursor: pointer;
}#s-7a92bac2-0b17-45b5-b455-b548341daba8.shg-box.shg-c {
  justify-content: center;
}

#s-5c50e07a-d93d-4e3f-9470-d13877bea88b {
  text-align: center;
}




  #s-5c50e07a-d93d-4e3f-9470-d13877bea88b img.shogun-image {
    
    width: px;
  }


#s-5c50e07a-d93d-4e3f-9470-d13877bea88b .shogun-image-content {
  
    align-items: center;
  
}

#s-16247e32-65f7-437e-bda6-694e92b25a05 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-16247e32-65f7-437e-bda6-694e92b25a05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16247e32-65f7-437e-bda6-694e92b25a05 {
  cursor: pointer;
}#s-16247e32-65f7-437e-bda6-694e92b25a05.shg-box.shg-c {
  justify-content: center;
}

#s-568be16b-cd1c-4201-8d0e-a0a20abf8115 {
  text-align: center;
}




  #s-568be16b-cd1c-4201-8d0e-a0a20abf8115 img.shogun-image {
    
    width: px;
  }


#s-568be16b-cd1c-4201-8d0e-a0a20abf8115 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b74329c-003c-4bb8-9a38-5808a7446f7b {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-1b74329c-003c-4bb8-9a38-5808a7446f7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b74329c-003c-4bb8-9a38-5808a7446f7b {
  cursor: pointer;
}#s-1b74329c-003c-4bb8-9a38-5808a7446f7b.shg-box.shg-c {
  justify-content: center;
}

#s-3419df2e-d66e-419a-a9c3-d17c6add1217 {
  text-align: center;
}




  #s-3419df2e-d66e-419a-a9c3-d17c6add1217 img.shogun-image {
    
    width: px;
  }


#s-3419df2e-d66e-419a-a9c3-d17c6add1217 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ba2d49f-7b66-4bf9-a624-8fd74295869b {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-5ba2d49f-7b66-4bf9-a624-8fd74295869b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba2d49f-7b66-4bf9-a624-8fd74295869b {
  cursor: pointer;
}#s-5ba2d49f-7b66-4bf9-a624-8fd74295869b.shg-box.shg-c {
  justify-content: center;
}

#s-6365c8c9-84c8-4b0a-b9a3-a5aea9ca6ba6 {
  text-align: center;
}




  #s-6365c8c9-84c8-4b0a-b9a3-a5aea9ca6ba6 img.shogun-image {
    
    width: px;
  }


#s-6365c8c9-84c8-4b0a-b9a3-a5aea9ca6ba6 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-06afe553-8dc0-4589-ba32-5d10de9d2990 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-06afe553-8dc0-4589-ba32-5d10de9d2990 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-06afe553-8dc0-4589-ba32-5d10de9d2990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(223, 0, 0, 1);
  padding: 10px;
}

#s-06afe553-8dc0-4589-ba32-5d10de9d2990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-06afe553-8dc0-4589-ba32-5d10de9d2990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-06afe553-8dc0-4589-ba32-5d10de9d2990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-06afe553-8dc0-4589-ba32-5d10de9d2990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ff3cf7ba-d20b-436e-a4b7-e0d0616c3312 {
  background-color: rgba(223, 0, 0, 1);
}








#s-ff3cf7ba-d20b-436e-a4b7-e0d0616c3312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff3cf7ba-d20b-436e-a4b7-e0d0616c3312.shg-box.shg-c {
  justify-content: center;
}

#s-7116e772-c32e-4faf-8d59-509bf94d1899 {
  background-color: rgba(223, 0, 0, 1);
}








#s-7116e772-c32e-4faf-8d59-509bf94d1899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7116e772-c32e-4faf-8d59-509bf94d1899.shg-box.shg-c {
  justify-content: center;
}

#s-2815877d-6b10-4a3d-9aa4-a7309a6a88bd {
  background-color: rgba(223, 0, 0, 1);
}








#s-2815877d-6b10-4a3d-9aa4-a7309a6a88bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2815877d-6b10-4a3d-9aa4-a7309a6a88bd.shg-box.shg-c {
  justify-content: center;
}

#s-83e673e2-5909-4117-a418-57a74f60891a {
  background-color: rgba(223, 0, 0, 1);
}








#s-83e673e2-5909-4117-a418-57a74f60891a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e673e2-5909-4117-a418-57a74f60891a.shg-box.shg-c {
  justify-content: center;
}

#s-412df411-0557-464a-93f0-fb16485d696b {
  background-color: rgba(223, 0, 0, 1);
}








#s-412df411-0557-464a-93f0-fb16485d696b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-412df411-0557-464a-93f0-fb16485d696b.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-acd14d2d-b82f-468d-bc09-e86f8f173a9a {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-acd14d2d-b82f-468d-bc09-e86f8f173a9a .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-acd14d2d-b82f-468d-bc09-e86f8f173a9a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-acd14d2d-b82f-468d-bc09-e86f8f173a9a td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-acd14d2d-b82f-468d-bc09-e86f8f173a9a td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-acd14d2d-b82f-468d-bc09-e86f8f173a9a td.shogun-table-column, #s-acd14d2d-b82f-468d-bc09-e86f8f173a9a td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-28a90931-78d5-4ddc-a48e-fa2becb714d3 {
  text-align: center;
}




  #s-28a90931-78d5-4ddc-a48e-fa2becb714d3 img.shogun-image {
    
    width: px;
  }


#s-28a90931-78d5-4ddc-a48e-fa2becb714d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-711f6af7-4d2f-4cd5-8d31-f6d3589c8c15 {
  text-align: center;
}




  #s-711f6af7-4d2f-4cd5-8d31-f6d3589c8c15 img.shogun-image {
    
    width: px;
  }


#s-711f6af7-4d2f-4cd5-8d31-f6d3589c8c15 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1f6a24b-20fd-4d75-8322-737bfbebcdf7 {
  text-align: center;
}




  #s-c1f6a24b-20fd-4d75-8322-737bfbebcdf7 img.shogun-image {
    
    width: px;
  }


#s-c1f6a24b-20fd-4d75-8322-737bfbebcdf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1cb70fd-b4d5-4872-a09e-23f1c8b9f403 {
  text-align: center;
}




  #s-e1cb70fd-b4d5-4872-a09e-23f1c8b9f403 img.shogun-image {
    
    width: px;
  }


#s-e1cb70fd-b4d5-4872-a09e-23f1c8b9f403 .shogun-image-content {
  
    align-items: center;
  
}

#s-fee091ce-ebf7-462f-b61f-704d4ad18eb3 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-fee091ce-ebf7-462f-b61f-704d4ad18eb3 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-fee091ce-ebf7-462f-b61f-704d4ad18eb3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fee091ce-ebf7-462f-b61f-704d4ad18eb3 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-fee091ce-ebf7-462f-b61f-704d4ad18eb3 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-fee091ce-ebf7-462f-b61f-704d4ad18eb3 td.shogun-table-column, #s-fee091ce-ebf7-462f-b61f-704d4ad18eb3 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-fd49a246-28aa-4a18-b5e0-2c83e7d3877f {
  text-align: center;
}




  #s-fd49a246-28aa-4a18-b5e0-2c83e7d3877f img.shogun-image {
    
    width: px;
  }


#s-fd49a246-28aa-4a18-b5e0-2c83e7d3877f .shogun-image-content {
  
    align-items: center;
  
}

#s-6919c76b-c8c7-45dd-931c-5ed3b24c931a {
  text-align: center;
}




  #s-6919c76b-c8c7-45dd-931c-5ed3b24c931a img.shogun-image {
    
    width: px;
  }


#s-6919c76b-c8c7-45dd-931c-5ed3b24c931a .shogun-image-content {
  
    align-items: center;
  
}

#s-97830ce6-f077-4cfb-b04c-36f6711ee426 {
  text-align: center;
}




  #s-97830ce6-f077-4cfb-b04c-36f6711ee426 img.shogun-image {
    
    width: px;
  }


#s-97830ce6-f077-4cfb-b04c-36f6711ee426 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8eae3cb-8f7d-4bad-b179-eed68166aeb1 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-c8eae3cb-8f7d-4bad-b179-eed68166aeb1 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-c8eae3cb-8f7d-4bad-b179-eed68166aeb1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c8eae3cb-8f7d-4bad-b179-eed68166aeb1 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-c8eae3cb-8f7d-4bad-b179-eed68166aeb1 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-c8eae3cb-8f7d-4bad-b179-eed68166aeb1 td.shogun-table-column, #s-c8eae3cb-8f7d-4bad-b179-eed68166aeb1 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-c9ed5af0-3c8c-4dba-a5d1-15cea228158c {
  text-align: center;
}




  #s-c9ed5af0-3c8c-4dba-a5d1-15cea228158c img.shogun-image {
    
    width: px;
  }


#s-c9ed5af0-3c8c-4dba-a5d1-15cea228158c .shogun-image-content {
  
    align-items: center;
  
}

#s-c224983c-6ac2-41de-99cc-8fe03c040f8a {
  text-align: center;
}




  #s-c224983c-6ac2-41de-99cc-8fe03c040f8a img.shogun-image {
    
    width: px;
  }


#s-c224983c-6ac2-41de-99cc-8fe03c040f8a .shogun-image-content {
  
    align-items: center;
  
}

#s-68d0992b-fc46-4e61-8c6a-4b5403e5ada2 {
  text-align: center;
}




  #s-68d0992b-fc46-4e61-8c6a-4b5403e5ada2 img.shogun-image {
    
    width: px;
  }


#s-68d0992b-fc46-4e61-8c6a-4b5403e5ada2 .shogun-image-content {
  
    align-items: center;
  
}

#s-abc7089d-fc10-4248-a03f-c8b626b186c6 {
  text-align: center;
}




  #s-abc7089d-fc10-4248-a03f-c8b626b186c6 img.shogun-image {
    
    width: px;
  }


#s-abc7089d-fc10-4248-a03f-c8b626b186c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-60294396-b86f-48f4-a820-804ea96b7f8c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-60294396-b86f-48f4-a820-804ea96b7f8c .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-60294396-b86f-48f4-a820-804ea96b7f8c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-60294396-b86f-48f4-a820-804ea96b7f8c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-60294396-b86f-48f4-a820-804ea96b7f8c td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-60294396-b86f-48f4-a820-804ea96b7f8c td.shogun-table-column, #s-60294396-b86f-48f4-a820-804ea96b7f8c td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-5304f00c-6896-4f99-bbee-81acb5acaf08 {
  text-align: center;
}




  #s-5304f00c-6896-4f99-bbee-81acb5acaf08 img.shogun-image {
    
    width: px;
  }


#s-5304f00c-6896-4f99-bbee-81acb5acaf08 .shogun-image-content {
  
    align-items: center;
  
}

#s-17e99f31-1c96-45e2-a1db-2c76d3c299e2 {
  text-align: center;
}




  #s-17e99f31-1c96-45e2-a1db-2c76d3c299e2 img.shogun-image {
    
    width: px;
  }


#s-17e99f31-1c96-45e2-a1db-2c76d3c299e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-055ef368-1b09-40ef-887a-75c7cf27deca {
  text-align: center;
}




  #s-055ef368-1b09-40ef-887a-75c7cf27deca img.shogun-image {
    
    width: px;
  }


#s-055ef368-1b09-40ef-887a-75c7cf27deca .shogun-image-content {
  
    align-items: center;
  
}

#s-ac5344bd-9b43-46e2-ad59-37721c4ef556 {
  text-align: center;
}




  #s-ac5344bd-9b43-46e2-ad59-37721c4ef556 img.shogun-image {
    
    width: px;
  }


#s-ac5344bd-9b43-46e2-ad59-37721c4ef556 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd875bf6-2fe3-4000-9f6a-4ac60f7fd545 {
  text-align: center;
}




  #s-bd875bf6-2fe3-4000-9f6a-4ac60f7fd545 img.shogun-image {
    
    width: px;
  }


#s-bd875bf6-2fe3-4000-9f6a-4ac60f7fd545 .shogun-image-content {
  
    align-items: center;
  
}

#s-1118dacc-83f1-4ddd-8d50-7a37b5549931 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-1118dacc-83f1-4ddd-8d50-7a37b5549931 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-1118dacc-83f1-4ddd-8d50-7a37b5549931 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1118dacc-83f1-4ddd-8d50-7a37b5549931 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-1118dacc-83f1-4ddd-8d50-7a37b5549931 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-1118dacc-83f1-4ddd-8d50-7a37b5549931 td.shogun-table-column, #s-1118dacc-83f1-4ddd-8d50-7a37b5549931 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-e730e0f1-ae75-4dc1-88d3-b260c80a854d {
  text-align: center;
}




  #s-e730e0f1-ae75-4dc1-88d3-b260c80a854d img.shogun-image {
    
    width: px;
  }


#s-e730e0f1-ae75-4dc1-88d3-b260c80a854d .shogun-image-content {
  
    align-items: center;
  
}

#s-d9eb0e2a-cb99-4cea-83e4-6afa8457c03e {
  text-align: center;
}




  #s-d9eb0e2a-cb99-4cea-83e4-6afa8457c03e img.shogun-image {
    
    width: px;
  }


#s-d9eb0e2a-cb99-4cea-83e4-6afa8457c03e .shogun-image-content {
  
    align-items: center;
  
}

#s-3f9bb517-4124-4ba2-a021-3b411f5922be {
  text-align: center;
}




  #s-3f9bb517-4124-4ba2-a021-3b411f5922be img.shogun-image {
    
    width: px;
  }


#s-3f9bb517-4124-4ba2-a021-3b411f5922be .shogun-image-content {
  
    align-items: center;
  
}

#s-f1f7f676-f9e6-426c-9eec-264a2682ca76 {
  text-align: center;
}




  #s-f1f7f676-f9e6-426c-9eec-264a2682ca76 img.shogun-image {
    
    width: px;
  }


#s-f1f7f676-f9e6-426c-9eec-264a2682ca76 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fe5b37f-9d8f-40b8-b7ab-6c8cd74bbf4e {
  text-align: center;
}




  #s-0fe5b37f-9d8f-40b8-b7ab-6c8cd74bbf4e img.shogun-image {
    
    width: px;
  }


#s-0fe5b37f-9d8f-40b8-b7ab-6c8cd74bbf4e .shogun-image-content {
  
    align-items: center;
  
}

#s-ac94c80c-243e-4282-b4f6-f5f393917b22 {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 1200px){#s-ac94c80c-243e-4282-b4f6-f5f393917b22 {
  display: none;
}
#s-ac94c80c-243e-4282-b4f6-f5f393917b22, #wrap-s-ac94c80c-243e-4282-b4f6-f5f393917b22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac94c80c-243e-4282-b4f6-f5f393917b22 {
  display: none;
}
#s-ac94c80c-243e-4282-b4f6-f5f393917b22, #wrap-s-ac94c80c-243e-4282-b4f6-f5f393917b22 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac94c80c-243e-4282-b4f6-f5f393917b22 {
  display: none;
}
#s-ac94c80c-243e-4282-b4f6-f5f393917b22, #wrap-s-ac94c80c-243e-4282-b4f6-f5f393917b22 { display:none !important; }}@media (max-width: 767px){#s-ac94c80c-243e-4282-b4f6-f5f393917b22 {
  display: none;
}
#s-ac94c80c-243e-4282-b4f6-f5f393917b22, #wrap-s-ac94c80c-243e-4282-b4f6-f5f393917b22 { display:none !important; }}
#s-ac94c80c-243e-4282-b4f6-f5f393917b22 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ac94c80c-243e-4282-b4f6-f5f393917b22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(223, 0, 0, 1);
  padding: 10px;
}

#s-ac94c80c-243e-4282-b4f6-f5f393917b22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ac94c80c-243e-4282-b4f6-f5f393917b22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ac94c80c-243e-4282-b4f6-f5f393917b22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ac94c80c-243e-4282-b4f6-f5f393917b22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c0c6931f-f5d3-495f-a6a5-11611c39502d {
  background-color: rgba(223, 0, 0, 1);
}








#s-c0c6931f-f5d3-495f-a6a5-11611c39502d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0c6931f-f5d3-495f-a6a5-11611c39502d.shg-box.shg-c {
  justify-content: center;
}

#s-12d68f5a-ad7c-4b88-8704-a10d2dbf32a3 {
  background-color: rgba(223, 0, 0, 1);
}








#s-12d68f5a-ad7c-4b88-8704-a10d2dbf32a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12d68f5a-ad7c-4b88-8704-a10d2dbf32a3.shg-box.shg-c {
  justify-content: center;
}

#s-eb2ca566-e317-4645-8de9-776cfba84d53 {
  background-color: rgba(223, 0, 0, 1);
}








#s-eb2ca566-e317-4645-8de9-776cfba84d53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb2ca566-e317-4645-8de9-776cfba84d53.shg-box.shg-c {
  justify-content: center;
}

#s-25f1e769-6fdf-4f31-b48f-0272ead57555 {
  background-color: rgba(223, 0, 0, 1);
}








#s-25f1e769-6fdf-4f31-b48f-0272ead57555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25f1e769-6fdf-4f31-b48f-0272ead57555.shg-box.shg-c {
  justify-content: center;
}

#s-e5dc3fff-e47c-4649-9385-7b1635441dee {
  background-color: rgba(223, 0, 0, 1);
}








#s-e5dc3fff-e47c-4649-9385-7b1635441dee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5dc3fff-e47c-4649-9385-7b1635441dee.shg-box.shg-c {
  justify-content: center;
}

#s-86044608-c2f4-4f7f-b8e6-9d99035f0e75 {
  background-color: rgba(223, 0, 0, 1);
}








#s-86044608-c2f4-4f7f-b8e6-9d99035f0e75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86044608-c2f4-4f7f-b8e6-9d99035f0e75.shg-box.shg-c {
  justify-content: center;
}

#s-875e881f-bdca-4d13-a13b-86b6947585f8 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-875e881f-bdca-4d13-a13b-86b6947585f8 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-875e881f-bdca-4d13-a13b-86b6947585f8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-875e881f-bdca-4d13-a13b-86b6947585f8 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-875e881f-bdca-4d13-a13b-86b6947585f8 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-875e881f-bdca-4d13-a13b-86b6947585f8 td.shogun-table-column, #s-875e881f-bdca-4d13-a13b-86b6947585f8 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-5b5ee707-b3ef-4370-ac79-56c70981e0f7 {
  text-align: center;
}




  #s-5b5ee707-b3ef-4370-ac79-56c70981e0f7 img.shogun-image {
    
    width: px;
  }


#s-5b5ee707-b3ef-4370-ac79-56c70981e0f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-03ff2d8b-c4c4-4539-809f-e31310b35be3 {
  text-align: center;
}




  #s-03ff2d8b-c4c4-4539-809f-e31310b35be3 img.shogun-image {
    
    width: px;
  }


#s-03ff2d8b-c4c4-4539-809f-e31310b35be3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e0e4ea2-b35c-4c45-b559-3ac18d3e4b18 {
  text-align: center;
}




  #s-7e0e4ea2-b35c-4c45-b559-3ac18d3e4b18 img.shogun-image {
    
    width: px;
  }


#s-7e0e4ea2-b35c-4c45-b559-3ac18d3e4b18 .shogun-image-content {
  
    align-items: center;
  
}

#s-9333716b-559e-4c81-9f0d-5fef7803a101 {
  text-align: center;
}




  #s-9333716b-559e-4c81-9f0d-5fef7803a101 img.shogun-image {
    
    width: px;
  }


#s-9333716b-559e-4c81-9f0d-5fef7803a101 .shogun-image-content {
  
    align-items: center;
  
}

#s-c26e27b6-ee49-412a-b9e9-9b34057eba03 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-c26e27b6-ee49-412a-b9e9-9b34057eba03 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-c26e27b6-ee49-412a-b9e9-9b34057eba03 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c26e27b6-ee49-412a-b9e9-9b34057eba03 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-c26e27b6-ee49-412a-b9e9-9b34057eba03 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-c26e27b6-ee49-412a-b9e9-9b34057eba03 td.shogun-table-column, #s-c26e27b6-ee49-412a-b9e9-9b34057eba03 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-a53d883d-8f51-4e61-ba6f-9b2b0995d8cc {
  text-align: center;
}




  #s-a53d883d-8f51-4e61-ba6f-9b2b0995d8cc img.shogun-image {
    
    width: px;
  }


#s-a53d883d-8f51-4e61-ba6f-9b2b0995d8cc .shogun-image-content {
  
    align-items: center;
  
}

#s-89b17211-6a7c-4a6d-8d46-6e6192bf6361 {
  text-align: center;
}




  #s-89b17211-6a7c-4a6d-8d46-6e6192bf6361 img.shogun-image {
    
    width: px;
  }


#s-89b17211-6a7c-4a6d-8d46-6e6192bf6361 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5ede972-ae43-4c93-8701-6184ba9b7bf5 {
  text-align: center;
}




  #s-d5ede972-ae43-4c93-8701-6184ba9b7bf5 img.shogun-image {
    
    width: px;
  }


#s-d5ede972-ae43-4c93-8701-6184ba9b7bf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-92962cd0-d9dc-4ce7-b579-15887f14116c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-92962cd0-d9dc-4ce7-b579-15887f14116c .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-92962cd0-d9dc-4ce7-b579-15887f14116c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-92962cd0-d9dc-4ce7-b579-15887f14116c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-92962cd0-d9dc-4ce7-b579-15887f14116c td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-92962cd0-d9dc-4ce7-b579-15887f14116c td.shogun-table-column, #s-92962cd0-d9dc-4ce7-b579-15887f14116c td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-729e11c5-0446-4877-896d-7b3a0044e380 {
  text-align: center;
}




  #s-729e11c5-0446-4877-896d-7b3a0044e380 img.shogun-image {
    
    width: px;
  }


#s-729e11c5-0446-4877-896d-7b3a0044e380 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a0b9cb2-bc74-4c08-941f-cdcb91071d28 {
  text-align: center;
}




  #s-5a0b9cb2-bc74-4c08-941f-cdcb91071d28 img.shogun-image {
    
    width: px;
  }


#s-5a0b9cb2-bc74-4c08-941f-cdcb91071d28 .shogun-image-content {
  
    align-items: center;
  
}

#s-40f03583-e921-42dc-b103-52e0280fe657 {
  text-align: center;
}




  #s-40f03583-e921-42dc-b103-52e0280fe657 img.shogun-image {
    
    width: px;
  }


#s-40f03583-e921-42dc-b103-52e0280fe657 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ec3215c-3d9d-4d79-aa35-f7a9e07c8c15 {
  text-align: center;
}




  #s-4ec3215c-3d9d-4d79-aa35-f7a9e07c8c15 img.shogun-image {
    
    width: px;
  }


#s-4ec3215c-3d9d-4d79-aa35-f7a9e07c8c15 .shogun-image-content {
  
    align-items: center;
  
}

#s-367cc54c-aadc-480d-a5d7-06dc45abb58d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-367cc54c-aadc-480d-a5d7-06dc45abb58d .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-367cc54c-aadc-480d-a5d7-06dc45abb58d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-367cc54c-aadc-480d-a5d7-06dc45abb58d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-367cc54c-aadc-480d-a5d7-06dc45abb58d td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-367cc54c-aadc-480d-a5d7-06dc45abb58d td.shogun-table-column, #s-367cc54c-aadc-480d-a5d7-06dc45abb58d td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-687fe0af-54ff-4f36-9fc6-7acc701156b9 {
  text-align: center;
}




  #s-687fe0af-54ff-4f36-9fc6-7acc701156b9 img.shogun-image {
    
    width: px;
  }


#s-687fe0af-54ff-4f36-9fc6-7acc701156b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-272731bd-2fed-41ad-ae3e-1d098660cf51 {
  text-align: center;
}




  #s-272731bd-2fed-41ad-ae3e-1d098660cf51 img.shogun-image {
    
    width: px;
  }


#s-272731bd-2fed-41ad-ae3e-1d098660cf51 .shogun-image-content {
  
    align-items: center;
  
}

#s-9582ad34-18e1-42bf-9411-d74c00c0ac0f {
  text-align: center;
}




  #s-9582ad34-18e1-42bf-9411-d74c00c0ac0f img.shogun-image {
    
    width: px;
  }


#s-9582ad34-18e1-42bf-9411-d74c00c0ac0f .shogun-image-content {
  
    align-items: center;
  
}

#s-15ce6cf3-ac72-46f1-8b3c-c68aebeef16a {
  text-align: center;
}




  #s-15ce6cf3-ac72-46f1-8b3c-c68aebeef16a img.shogun-image {
    
    width: px;
  }


#s-15ce6cf3-ac72-46f1-8b3c-c68aebeef16a .shogun-image-content {
  
    align-items: center;
  
}

#s-90f47466-b225-4ec3-9d3c-c3559d38bcd9 {
  text-align: center;
}




  #s-90f47466-b225-4ec3-9d3c-c3559d38bcd9 img.shogun-image {
    
    width: px;
  }


#s-90f47466-b225-4ec3-9d3c-c3559d38bcd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-74cd8a19-9ab0-4360-a50f-3a521066b203 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-74cd8a19-9ab0-4360-a50f-3a521066b203 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-74cd8a19-9ab0-4360-a50f-3a521066b203 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-74cd8a19-9ab0-4360-a50f-3a521066b203 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-74cd8a19-9ab0-4360-a50f-3a521066b203 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-74cd8a19-9ab0-4360-a50f-3a521066b203 td.shogun-table-column, #s-74cd8a19-9ab0-4360-a50f-3a521066b203 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-fd21f343-b850-47f9-82c1-2532e48e4035 {
  text-align: center;
}




  #s-fd21f343-b850-47f9-82c1-2532e48e4035 img.shogun-image {
    
    width: px;
  }


#s-fd21f343-b850-47f9-82c1-2532e48e4035 .shogun-image-content {
  
    align-items: center;
  
}

#s-af00f152-8dfa-4aea-985e-cfb9ef9d707a {
  text-align: center;
}




  #s-af00f152-8dfa-4aea-985e-cfb9ef9d707a img.shogun-image {
    
    width: px;
  }


#s-af00f152-8dfa-4aea-985e-cfb9ef9d707a .shogun-image-content {
  
    align-items: center;
  
}

#s-0e64e119-e54d-440b-9285-57ceb36d9f8f {
  text-align: center;
}




  #s-0e64e119-e54d-440b-9285-57ceb36d9f8f img.shogun-image {
    
    width: px;
  }


#s-0e64e119-e54d-440b-9285-57ceb36d9f8f .shogun-image-content {
  
    align-items: center;
  
}

#s-a95c3fea-5bb9-49a2-9822-35115ad676d0 {
  text-align: center;
}




  #s-a95c3fea-5bb9-49a2-9822-35115ad676d0 img.shogun-image {
    
    width: px;
  }


#s-a95c3fea-5bb9-49a2-9822-35115ad676d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-24d6aa8b-f7ed-474c-9378-59141aa7ac40 {
  text-align: center;
}




  #s-24d6aa8b-f7ed-474c-9378-59141aa7ac40 img.shogun-image {
    
    width: px;
  }


#s-24d6aa8b-f7ed-474c-9378-59141aa7ac40 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfea2a25-ddac-42d1-8e86-6e1108702742 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-dfea2a25-ddac-42d1-8e86-6e1108702742 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-dfea2a25-ddac-42d1-8e86-6e1108702742 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dfea2a25-ddac-42d1-8e86-6e1108702742 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-dfea2a25-ddac-42d1-8e86-6e1108702742 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-dfea2a25-ddac-42d1-8e86-6e1108702742 td.shogun-table-column, #s-dfea2a25-ddac-42d1-8e86-6e1108702742 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

@media (min-width: 0px) {
[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2646a942-ea4f-4300-98c6-1ecf5f0768d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cfa9dd1a-4c5f-472f-9274-4afb0477a7ee {
  padding-top: 10px;
text-align: center;
}




  #s-cfa9dd1a-4c5f-472f-9274-4afb0477a7ee img.shogun-image {
    
    width: px;
  }


#s-cfa9dd1a-4c5f-472f-9274-4afb0477a7ee .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbeae80e-1417-4f1d-9919-9c1592729245"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6b0ab1e9-8e7b-47c0-9c78-ad6f3925fd63 {
  padding-top: 20px;
text-align: center;
}




  #s-6b0ab1e9-8e7b-47c0-9c78-ad6f3925fd63 img.shogun-image {
    
    width: px;
  }


#s-6b0ab1e9-8e7b-47c0-9c78-ad6f3925fd63 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5e8798a-bc77-4f39-ba2e-b0af39e001d7 {
  text-align: center;
}




  #s-c5e8798a-bc77-4f39-ba2e-b0af39e001d7 img.shogun-image {
    
    width: px;
  }


#s-c5e8798a-bc77-4f39-ba2e-b0af39e001d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-628d6b89-a0fd-4e67-8e31-36572b65cec1 {
  text-align: center;
}




  #s-628d6b89-a0fd-4e67-8e31-36572b65cec1 img.shogun-image {
    
    width: px;
  }


#s-628d6b89-a0fd-4e67-8e31-36572b65cec1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc8678bd-e723-4dcb-9b55-f79d9cbf0a8a {
  text-align: center;
}




  #s-fc8678bd-e723-4dcb-9b55-f79d9cbf0a8a img.shogun-image {
    
    width: px;
  }


#s-fc8678bd-e723-4dcb-9b55-f79d9cbf0a8a .shogun-image-content {
  
    align-items: center;
  
}

#s-109098f8-9d7c-45dc-99f8-cd29baeb1b20 {
  text-align: center;
}




  #s-109098f8-9d7c-45dc-99f8-cd29baeb1b20 img.shogun-image {
    
    width: px;
  }


#s-109098f8-9d7c-45dc-99f8-cd29baeb1b20 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9b90676-2986-4e77-9778-cb50b06fe8a8 {
  text-align: center;
}




  #s-f9b90676-2986-4e77-9778-cb50b06fe8a8 img.shogun-image {
    
    width: px;
  }


#s-f9b90676-2986-4e77-9778-cb50b06fe8a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-783a8ad8-5962-49f6-b0cc-8e511c0c8fbd {
  text-align: center;
}




  #s-783a8ad8-5962-49f6-b0cc-8e511c0c8fbd img.shogun-image {
    
    width: px;
  }


#s-783a8ad8-5962-49f6-b0cc-8e511c0c8fbd .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
