.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-f030882a-c44e-40e6-b841-7303c9d02726 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f030882a-c44e-40e6-b841-7303c9d02726 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f030882a-c44e-40e6-b841-7303c9d02726.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-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cf6fff6b-0100-4a76-a5d3-a68809a7a728"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb208d0a-d7de-44e7-826c-b341994443cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3237a05d-5510-4ad9-a9f3-a6ec1fa53b02 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-3237a05d-5510-4ad9-a9f3-a6ec1fa53b02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3237a05d-5510-4ad9-a9f3-a6ec1fa53b02 {
  cursor: pointer;
}#s-3237a05d-5510-4ad9-a9f3-a6ec1fa53b02.shg-box.shg-c {
  justify-content: center;
}

#s-a629b52e-556f-4e6e-9884-8f37155330e4 {
  text-align: center;
}




  #s-a629b52e-556f-4e6e-9884-8f37155330e4 img.shogun-image {
    
    width: px;
  }


#s-a629b52e-556f-4e6e-9884-8f37155330e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9935e7e-0cdd-472f-a664-1cba5209de7a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(147, 0, 0, 1);
}








#s-d9935e7e-0cdd-472f-a664-1cba5209de7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9935e7e-0cdd-472f-a664-1cba5209de7a {
  cursor: pointer;
}#s-d9935e7e-0cdd-472f-a664-1cba5209de7a.shg-box.shg-c {
  justify-content: center;
}

#s-49aacaa9-1242-4f12-8867-98c8fa585f8f {
  text-align: center;
}




  #s-49aacaa9-1242-4f12-8867-98c8fa585f8f img.shogun-image {
    
    width: px;
  }


#s-49aacaa9-1242-4f12-8867-98c8fa585f8f .shogun-image-content {
  
    align-items: center;
  
}

#s-5e38b78b-b656-4baa-ba5a-9e3a08ce57da {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-5e38b78b-b656-4baa-ba5a-9e3a08ce57da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e38b78b-b656-4baa-ba5a-9e3a08ce57da {
  cursor: pointer;
}#s-5e38b78b-b656-4baa-ba5a-9e3a08ce57da.shg-box.shg-c {
  justify-content: center;
}

#s-10cedf37-554b-4d82-8dd5-54820fd4ea1a {
  text-align: center;
}




  #s-10cedf37-554b-4d82-8dd5-54820fd4ea1a img.shogun-image {
    
    width: px;
  }


#s-10cedf37-554b-4d82-8dd5-54820fd4ea1a .shogun-image-content {
  
    align-items: center;
  
}

#s-655a601f-2945-4072-8a9e-592402dc8012 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-655a601f-2945-4072-8a9e-592402dc8012 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-655a601f-2945-4072-8a9e-592402dc8012 {
  cursor: pointer;
}#s-655a601f-2945-4072-8a9e-592402dc8012.shg-box.shg-c {
  justify-content: center;
}

#s-3d58596f-154a-4d7c-92d4-20dd2a2d5e36 {
  text-align: center;
}




  #s-3d58596f-154a-4d7c-92d4-20dd2a2d5e36 img.shogun-image {
    
    width: px;
  }


#s-3d58596f-154a-4d7c-92d4-20dd2a2d5e36 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d452040-39e6-461e-9af6-2b81f3c91421"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d2b7bf5a-dca0-45c0-9f04-de35e9a5975a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-d2b7bf5a-dca0-45c0-9f04-de35e9a5975a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b7bf5a-dca0-45c0-9f04-de35e9a5975a {
  cursor: pointer;
}#s-d2b7bf5a-dca0-45c0-9f04-de35e9a5975a.shg-box.shg-c {
  justify-content: center;
}

#s-f865e084-2099-41bc-a9bb-e70f1c0bf9b1 {
  text-align: center;
}




  #s-f865e084-2099-41bc-a9bb-e70f1c0bf9b1 img.shogun-image {
    
    width: px;
  }


#s-f865e084-2099-41bc-a9bb-e70f1c0bf9b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fb80247-8c25-40cf-bc89-cea30b54fca5 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-5fb80247-8c25-40cf-bc89-cea30b54fca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fb80247-8c25-40cf-bc89-cea30b54fca5 {
  cursor: pointer;
}#s-5fb80247-8c25-40cf-bc89-cea30b54fca5.shg-box.shg-c {
  justify-content: center;
}

#s-e46f4a45-a3c9-454e-891e-5991fdc29c8e {
  text-align: center;
}




  #s-e46f4a45-a3c9-454e-891e-5991fdc29c8e img.shogun-image {
    
    width: px;
  }


#s-e46f4a45-a3c9-454e-891e-5991fdc29c8e .shogun-image-content {
  
    align-items: center;
  
}

#s-09fd243b-fc3c-468f-9f24-abd6f2ad4dfa {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-09fd243b-fc3c-468f-9f24-abd6f2ad4dfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09fd243b-fc3c-468f-9f24-abd6f2ad4dfa {
  cursor: pointer;
}#s-09fd243b-fc3c-468f-9f24-abd6f2ad4dfa.shg-box.shg-c {
  justify-content: center;
}

#s-f0c8e823-70f4-4cef-b09d-05b9be308078 {
  text-align: center;
}




  #s-f0c8e823-70f4-4cef-b09d-05b9be308078 img.shogun-image {
    
    width: px;
  }


#s-f0c8e823-70f4-4cef-b09d-05b9be308078 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e44fee9-3d27-4a26-b34e-395ee69dbd7c {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 190px;
background-color: rgba(223, 0, 0, 1);
}








#s-4e44fee9-3d27-4a26-b34e-395ee69dbd7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e44fee9-3d27-4a26-b34e-395ee69dbd7c {
  cursor: pointer;
}#s-4e44fee9-3d27-4a26-b34e-395ee69dbd7c.shg-box.shg-c {
  justify-content: center;
}

#s-81868880-715d-45c4-8e6d-b6200fa12445 {
  text-align: center;
}




  #s-81868880-715d-45c4-8e6d-b6200fa12445 img.shogun-image {
    
    width: px;
  }


#s-81868880-715d-45c4-8e6d-b6200fa12445 .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-a0500319-9963-4f88-810b-146032a5fd82 {
  background-color: rgba(223, 0, 0, 1);
}








#s-a0500319-9963-4f88-810b-146032a5fd82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0500319-9963-4f88-810b-146032a5fd82.shg-box.shg-c {
  justify-content: center;
}

#s-e059ff5c-7ecc-4f53-a7d1-920a87d2a4de {
  background-color: rgba(223, 0, 0, 1);
}








#s-e059ff5c-7ecc-4f53-a7d1-920a87d2a4de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e059ff5c-7ecc-4f53-a7d1-920a87d2a4de.shg-box.shg-c {
  justify-content: center;
}

#s-3aaadb6d-a34a-4bee-8a6e-7b1dbca4c312 {
  background-color: rgba(223, 0, 0, 1);
}








#s-3aaadb6d-a34a-4bee-8a6e-7b1dbca4c312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aaadb6d-a34a-4bee-8a6e-7b1dbca4c312.shg-box.shg-c {
  justify-content: center;
}

#s-4900cb40-03dd-414c-b4d9-128fa4eabac8 {
  background-color: rgba(223, 0, 0, 1);
}








#s-4900cb40-03dd-414c-b4d9-128fa4eabac8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4900cb40-03dd-414c-b4d9-128fa4eabac8.shg-box.shg-c {
  justify-content: center;
}

#s-6e92b4e0-8bf9-4590-bffc-63e97f4294d3 {
  background-color: rgba(223, 0, 0, 1);
}








#s-6e92b4e0-8bf9-4590-bffc-63e97f4294d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e92b4e0-8bf9-4590-bffc-63e97f4294d3.shg-box.shg-c {
  justify-content: center;
}

#s-6903e0c9-2a1c-4a2e-a481-f2eeafe1d8e1 {
  background-color: rgba(223, 0, 0, 1);
}








#s-6903e0c9-2a1c-4a2e-a481-f2eeafe1d8e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6903e0c9-2a1c-4a2e-a481-f2eeafe1d8e1.shg-box.shg-c {
  justify-content: center;
}

#s-1a2d2148-133c-46e7-9e5c-ece24ca4cd6f {
  background-color: rgba(223, 0, 0, 1);
}








#s-1a2d2148-133c-46e7-9e5c-ece24ca4cd6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a2d2148-133c-46e7-9e5c-ece24ca4cd6f.shg-box.shg-c {
  justify-content: center;
}

#s-2f8c8e6f-1010-4631-9d77-6baa1897cc5d {
  background-color: rgba(223, 0, 0, 1);
}








#s-2f8c8e6f-1010-4631-9d77-6baa1897cc5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f8c8e6f-1010-4631-9d77-6baa1897cc5d.shg-box.shg-c {
  justify-content: center;
}

#s-8225db4b-1615-4487-aa35-921a8d591af7 {
  background-color: rgba(223, 0, 0, 1);
}








#s-8225db4b-1615-4487-aa35-921a8d591af7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8225db4b-1615-4487-aa35-921a8d591af7.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-7eade69d-cabe-42c7-9a86-d7540eae3bb3 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-7eade69d-cabe-42c7-9a86-d7540eae3bb3 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-7eade69d-cabe-42c7-9a86-d7540eae3bb3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7eade69d-cabe-42c7-9a86-d7540eae3bb3 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-7eade69d-cabe-42c7-9a86-d7540eae3bb3 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-7eade69d-cabe-42c7-9a86-d7540eae3bb3 td.shogun-table-column, #s-7eade69d-cabe-42c7-9a86-d7540eae3bb3 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-b468eb0d-b8ce-484b-99fb-01d5256df05a {
  text-align: center;
}




  #s-b468eb0d-b8ce-484b-99fb-01d5256df05a img.shogun-image {
    
    width: px;
  }


#s-b468eb0d-b8ce-484b-99fb-01d5256df05a .shogun-image-content {
  
    align-items: center;
  
}

#s-27c0f5aa-f70d-4fc3-8fd5-4fcacc327f82 {
  text-align: center;
}




  #s-27c0f5aa-f70d-4fc3-8fd5-4fcacc327f82 img.shogun-image {
    
    width: px;
  }


#s-27c0f5aa-f70d-4fc3-8fd5-4fcacc327f82 .shogun-image-content {
  
    align-items: center;
  
}

#s-878f7cfc-20ac-45c1-9466-7a74a1fd904b {
  text-align: center;
}




  #s-878f7cfc-20ac-45c1-9466-7a74a1fd904b img.shogun-image {
    
    width: px;
  }


#s-878f7cfc-20ac-45c1-9466-7a74a1fd904b .shogun-image-content {
  
    align-items: center;
  
}

#s-ca12e161-cd1c-40a5-a6a8-46df28e7007e {
  text-align: center;
}




  #s-ca12e161-cd1c-40a5-a6a8-46df28e7007e img.shogun-image {
    
    width: px;
  }


#s-ca12e161-cd1c-40a5-a6a8-46df28e7007e .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-60385466-9dfe-4c38-9b8f-5d6932827871 {
  text-align: center;
}




  #s-60385466-9dfe-4c38-9b8f-5d6932827871 img.shogun-image {
    
    width: px;
  }


#s-60385466-9dfe-4c38-9b8f-5d6932827871 .shogun-image-content {
  
    align-items: center;
  
}

#s-e59ea63f-a4d4-4b6b-8e3f-aa8da7829027 {
  text-align: center;
}




  #s-e59ea63f-a4d4-4b6b-8e3f-aa8da7829027 img.shogun-image {
    
    width: px;
  }


#s-e59ea63f-a4d4-4b6b-8e3f-aa8da7829027 .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-06be6a00-ded6-4511-a812-d2df70c4dc49 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-06be6a00-ded6-4511-a812-d2df70c4dc49 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-06be6a00-ded6-4511-a812-d2df70c4dc49 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-06be6a00-ded6-4511-a812-d2df70c4dc49 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-06be6a00-ded6-4511-a812-d2df70c4dc49 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-06be6a00-ded6-4511-a812-d2df70c4dc49 td.shogun-table-column, #s-06be6a00-ded6-4511-a812-d2df70c4dc49 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-eb1d9549-bd67-4d69-a588-7ab6f80e9010 {
  text-align: center;
}




  #s-eb1d9549-bd67-4d69-a588-7ab6f80e9010 img.shogun-image {
    
    width: px;
  }


#s-eb1d9549-bd67-4d69-a588-7ab6f80e9010 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f5cc35e-2463-48f1-af1c-e5ad6b606a34 {
  text-align: center;
}




  #s-2f5cc35e-2463-48f1-af1c-e5ad6b606a34 img.shogun-image {
    
    width: px;
  }


#s-2f5cc35e-2463-48f1-af1c-e5ad6b606a34 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2819988-995f-4152-99b0-f695d515964c {
  text-align: center;
}




  #s-b2819988-995f-4152-99b0-f695d515964c img.shogun-image {
    
    width: px;
  }


#s-b2819988-995f-4152-99b0-f695d515964c .shogun-image-content {
  
    align-items: center;
  
}

#s-f0209081-e2bd-405a-8894-94fc74e7c533 {
  text-align: center;
}




  #s-f0209081-e2bd-405a-8894-94fc74e7c533 img.shogun-image {
    
    width: px;
  }


#s-f0209081-e2bd-405a-8894-94fc74e7c533 .shogun-image-content {
  
    align-items: center;
  
}

#s-05b6fc54-0d6d-4ce5-ab30-c7738ccd019b {
  text-align: center;
}




  #s-05b6fc54-0d6d-4ce5-ab30-c7738ccd019b img.shogun-image {
    
    width: px;
  }


#s-05b6fc54-0d6d-4ce5-ab30-c7738ccd019b .shogun-image-content {
  
    align-items: center;
  
}

#s-f1cea6c5-b0c2-4f01-a014-149f8b7ca102 {
  text-align: center;
}




  #s-f1cea6c5-b0c2-4f01-a014-149f8b7ca102 img.shogun-image {
    
    width: px;
  }


#s-f1cea6c5-b0c2-4f01-a014-149f8b7ca102 .shogun-image-content {
  
    align-items: center;
  
}

#s-449cb102-e127-4612-ab3b-3353e113d214 {
  text-align: center;
}




  #s-449cb102-e127-4612-ab3b-3353e113d214 img.shogun-image {
    
    width: px;
  }


#s-449cb102-e127-4612-ab3b-3353e113d214 .shogun-image-content {
  
    align-items: center;
  
}

#s-fff71331-527a-49fd-9651-7b0a78533442 {
  text-align: center;
}




  #s-fff71331-527a-49fd-9651-7b0a78533442 img.shogun-image {
    
    width: px;
  }


#s-fff71331-527a-49fd-9651-7b0a78533442 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef0abd0f-8438-4c95-aa08-7f5c190a447a {
  text-align: center;
}




  #s-ef0abd0f-8438-4c95-aa08-7f5c190a447a img.shogun-image {
    
    width: px;
  }


#s-ef0abd0f-8438-4c95-aa08-7f5c190a447a .shogun-image-content {
  
    align-items: center;
  
}

#s-638e640b-ba78-4d34-8064-9cf17f1cace2 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-638e640b-ba78-4d34-8064-9cf17f1cace2 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-638e640b-ba78-4d34-8064-9cf17f1cace2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-638e640b-ba78-4d34-8064-9cf17f1cace2 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
}

#s-638e640b-ba78-4d34-8064-9cf17f1cace2 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-638e640b-ba78-4d34-8064-9cf17f1cace2 td.shogun-table-column, #s-638e640b-ba78-4d34-8064-9cf17f1cace2 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-5a9c9798-ad58-42d0-9d9f-656280b6af8f {
  text-align: center;
}




  #s-5a9c9798-ad58-42d0-9d9f-656280b6af8f img.shogun-image {
    
    width: px;
  }


#s-5a9c9798-ad58-42d0-9d9f-656280b6af8f .shogun-image-content {
  
    align-items: center;
  
}

#s-aa254c65-b370-4f1f-b949-d7522170ec04 {
  text-align: center;
}




  #s-aa254c65-b370-4f1f-b949-d7522170ec04 img.shogun-image {
    
    width: px;
  }


#s-aa254c65-b370-4f1f-b949-d7522170ec04 .shogun-image-content {
  
    align-items: center;
  
}

#s-1224fb29-718f-4eb7-91db-957c0ab0a0a6 {
  text-align: center;
}




  #s-1224fb29-718f-4eb7-91db-957c0ab0a0a6 img.shogun-image {
    
    width: px;
  }


#s-1224fb29-718f-4eb7-91db-957c0ab0a0a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-72a515b4-8301-4aa4-8875-f31a85c5cddd {
  text-align: center;
}




  #s-72a515b4-8301-4aa4-8875-f31a85c5cddd img.shogun-image {
    
    width: px;
  }


#s-72a515b4-8301-4aa4-8875-f31a85c5cddd .shogun-image-content {
  
    align-items: center;
  
}

#s-e359c271-3a1a-4ced-a471-b34e1502563b {
  text-align: center;
}




  #s-e359c271-3a1a-4ced-a471-b34e1502563b img.shogun-image {
    
    width: px;
  }


#s-e359c271-3a1a-4ced-a471-b34e1502563b .shogun-image-content {
  
    align-items: center;
  
}

#s-cf96991d-0963-48d3-985b-4c11e7b74e9b {
  text-align: center;
}




  #s-cf96991d-0963-48d3-985b-4c11e7b74e9b img.shogun-image {
    
    width: px;
  }


#s-cf96991d-0963-48d3-985b-4c11e7b74e9b .shogun-image-content {
  
    align-items: center;
  
}

#s-d78d9454-d014-455d-8c87-d0d49732958e {
  text-align: center;
}




  #s-d78d9454-d014-455d-8c87-d0d49732958e img.shogun-image {
    
    width: px;
  }


#s-d78d9454-d014-455d-8c87-d0d49732958e .shogun-image-content {
  
    align-items: center;
  
}

#s-8318b619-a3e2-4bd5-9291-12759f163780 {
  text-align: center;
}




  #s-8318b619-a3e2-4bd5-9291-12759f163780 img.shogun-image {
    
    width: px;
  }


#s-8318b619-a3e2-4bd5-9291-12759f163780 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4a1509a-e4b7-497e-8399-c69eb452cb30 {
  text-align: center;
}




  #s-e4a1509a-e4b7-497e-8399-c69eb452cb30 img.shogun-image {
    
    width: px;
  }


#s-e4a1509a-e4b7-497e-8399-c69eb452cb30 .shogun-image-content {
  
    align-items: center;
  
}

#s-09374c14-2e74-42bf-b71d-f10a191e2a81 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-09374c14-2e74-42bf-b71d-f10a191e2a81 img.shogun-image {
    
    width: px;
  }


#s-09374c14-2e74-42bf-b71d-f10a191e2a81 .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-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-0ea2eb81-7967-47c3-ad8e-9cc783a07593 {
  margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
}

#s-4dd830b4-72ee-4610-bf23-6f60e37455d7 {
  text-align: center;
}




  #s-4dd830b4-72ee-4610-bf23-6f60e37455d7 img.shogun-image {
    
    width: px;
  }


#s-4dd830b4-72ee-4610-bf23-6f60e37455d7 .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-0c52ae40-21aa-4a2c-9a64-1bb23d733974 {
  text-align: center;
}




  #s-0c52ae40-21aa-4a2c-9a64-1bb23d733974 img.shogun-image {
    
    width: px;
  }


#s-0c52ae40-21aa-4a2c-9a64-1bb23d733974 .shogun-image-content {
  
    align-items: center;
  
}

#s-89e9614f-6e92-417a-8f75-82d2b335bf4f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-89e9614f-6e92-417a-8f75-82d2b335bf4f .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-89e9614f-6e92-417a-8f75-82d2b335bf4f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-89e9614f-6e92-417a-8f75-82d2b335bf4f td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-89e9614f-6e92-417a-8f75-82d2b335bf4f td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-89e9614f-6e92-417a-8f75-82d2b335bf4f td.shogun-table-column, #s-89e9614f-6e92-417a-8f75-82d2b335bf4f td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-e2bf5309-dd8c-471e-89f1-badd95a2adfa {
  text-align: center;
}




  #s-e2bf5309-dd8c-471e-89f1-badd95a2adfa img.shogun-image {
    
    width: px;
  }


#s-e2bf5309-dd8c-471e-89f1-badd95a2adfa .shogun-image-content {
  
    align-items: center;
  
}

#s-9d995ee8-27dd-423c-a86f-67408099d763 {
  margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
}

#s-50ca3709-f7ad-4910-8044-460dc2eaea71 {
  text-align: center;
}




  #s-50ca3709-f7ad-4910-8044-460dc2eaea71 img.shogun-image {
    
    width: px;
  }


#s-50ca3709-f7ad-4910-8044-460dc2eaea71 .shogun-image-content {
  
    align-items: center;
  
}

#s-348185a0-0935-425f-84df-16aca0926008 {
  text-align: center;
}




  #s-348185a0-0935-425f-84df-16aca0926008 img.shogun-image {
    
    width: px;
  }


#s-348185a0-0935-425f-84df-16aca0926008 .shogun-image-content {
  
    align-items: center;
  
}

#s-461fc01c-c3a3-45d6-b78f-d06636a01ca6 {
  text-align: center;
}




  #s-461fc01c-c3a3-45d6-b78f-d06636a01ca6 img.shogun-image {
    
    width: px;
  }


#s-461fc01c-c3a3-45d6-b78f-d06636a01ca6 .shogun-image-content {
  
    align-items: center;
  
}

#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-12c73d0d-5c32-487d-84cb-38217a44e4bc {
  margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
}

#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-1e8cf648-9d05-4600-863a-a37572063d98 {
  text-align: center;
}




  #s-1e8cf648-9d05-4600-863a-a37572063d98 img.shogun-image {
    
    width: px;
  }


#s-1e8cf648-9d05-4600-863a-a37572063d98 .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-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-86b85505-0f65-4418-b26c-6725591c7af9 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-86b85505-0f65-4418-b26c-6725591c7af9 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-86b85505-0f65-4418-b26c-6725591c7af9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-86b85505-0f65-4418-b26c-6725591c7af9 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-86b85505-0f65-4418-b26c-6725591c7af9 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-86b85505-0f65-4418-b26c-6725591c7af9 td.shogun-table-column, #s-86b85505-0f65-4418-b26c-6725591c7af9 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-46b5838d-77c3-465a-ae2a-ff4eff480ca6 {
  text-align: center;
}




  #s-46b5838d-77c3-465a-ae2a-ff4eff480ca6 img.shogun-image {
    
    width: px;
  }


#s-46b5838d-77c3-465a-ae2a-ff4eff480ca6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e56accdb-a236-4817-aa7f-208f642e2db8 {
  text-align: center;
}




  #s-e56accdb-a236-4817-aa7f-208f642e2db8 img.shogun-image {
    
    width: px;
  }


#s-e56accdb-a236-4817-aa7f-208f642e2db8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4250ab1-449c-42fc-af03-2855eb40c23b {
  text-align: center;
}




  #s-a4250ab1-449c-42fc-af03-2855eb40c23b img.shogun-image {
    
    width: px;
  }


#s-a4250ab1-449c-42fc-af03-2855eb40c23b .shogun-image-content {
  
    align-items: center;
  
}

#s-63e04d96-9c49-4408-9956-b8af5d05a43a {
  text-align: center;
}




  #s-63e04d96-9c49-4408-9956-b8af5d05a43a img.shogun-image {
    
    width: px;
  }


#s-63e04d96-9c49-4408-9956-b8af5d05a43a .shogun-image-content {
  
    align-items: center;
  
}

#s-64df25d2-b91c-4b8a-9c9b-50210abdd509 {
  text-align: center;
}




  #s-64df25d2-b91c-4b8a-9c9b-50210abdd509 img.shogun-image {
    
    width: px;
  }


#s-64df25d2-b91c-4b8a-9c9b-50210abdd509 .shogun-image-content {
  
    align-items: center;
  
}

#s-b534946b-4064-434e-8286-18fbf0fdae70 {
  text-align: center;
}




  #s-b534946b-4064-434e-8286-18fbf0fdae70 img.shogun-image {
    
    width: px;
  }


#s-b534946b-4064-434e-8286-18fbf0fdae70 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 1200px){#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 {
  display: none;
}
#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3, #wrap-s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 {
  display: none;
}
#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3, #wrap-s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 {
  display: none;
}
#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3, #wrap-s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 { display:none !important; }}@media (max-width: 767px){#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 {
  display: none;
}
#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3, #wrap-s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 { display:none !important; }}
#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(223, 0, 0, 1);
  padding: 10px;
}

#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 > .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-bb948ba7-e67d-44ff-8bb5-197b9279e4e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6fecb5cb-26fd-4c0d-8bc9-c9a3da38ad28 {
  background-color: rgba(223, 0, 0, 1);
}








#s-6fecb5cb-26fd-4c0d-8bc9-c9a3da38ad28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fecb5cb-26fd-4c0d-8bc9-c9a3da38ad28.shg-box.shg-c {
  justify-content: center;
}

#s-044950ab-dfe3-446c-be2f-cbf388b599c1 {
  background-color: rgba(223, 0, 0, 1);
}








#s-044950ab-dfe3-446c-be2f-cbf388b599c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-044950ab-dfe3-446c-be2f-cbf388b599c1.shg-box.shg-c {
  justify-content: center;
}

#s-f9e0523b-e365-43a5-94ce-cbe271cfe43b {
  background-color: rgba(223, 0, 0, 1);
}








#s-f9e0523b-e365-43a5-94ce-cbe271cfe43b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9e0523b-e365-43a5-94ce-cbe271cfe43b.shg-box.shg-c {
  justify-content: center;
}

#s-4df4818c-cc4b-41de-9d9f-5210f705ab90 {
  background-color: rgba(223, 0, 0, 1);
}








#s-4df4818c-cc4b-41de-9d9f-5210f705ab90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4df4818c-cc4b-41de-9d9f-5210f705ab90.shg-box.shg-c {
  justify-content: center;
}

#s-b2043cff-9fdd-4141-8b0e-7a0ce7b09a99 {
  background-color: rgba(223, 0, 0, 1);
}








#s-b2043cff-9fdd-4141-8b0e-7a0ce7b09a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2043cff-9fdd-4141-8b0e-7a0ce7b09a99.shg-box.shg-c {
  justify-content: center;
}

#s-e2dbbfec-2973-4c02-a233-fc51317f87e2 {
  background-color: rgba(223, 0, 0, 1);
}








#s-e2dbbfec-2973-4c02-a233-fc51317f87e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2dbbfec-2973-4c02-a233-fc51317f87e2.shg-box.shg-c {
  justify-content: center;
}

#s-45a4c32d-6704-422d-bdfe-e9fc2b9c29aa {
  background-color: rgba(223, 0, 0, 1);
}








#s-45a4c32d-6704-422d-bdfe-e9fc2b9c29aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45a4c32d-6704-422d-bdfe-e9fc2b9c29aa.shg-box.shg-c {
  justify-content: center;
}

#s-88fc6f4a-d8df-451d-9597-f0f136acfab5 {
  background-color: rgba(223, 0, 0, 1);
}








#s-88fc6f4a-d8df-451d-9597-f0f136acfab5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88fc6f4a-d8df-451d-9597-f0f136acfab5.shg-box.shg-c {
  justify-content: center;
}

#s-a69a2270-be7e-4cc2-ae74-a0d9f365436c {
  background-color: rgba(223, 0, 0, 1);
}








#s-a69a2270-be7e-4cc2-ae74-a0d9f365436c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a69a2270-be7e-4cc2-ae74-a0d9f365436c.shg-box.shg-c {
  justify-content: center;
}

#s-b410c918-5fa7-42a0-91c6-4e7a6d07a9e3 {
  background-color: rgba(223, 0, 0, 1);
}








#s-b410c918-5fa7-42a0-91c6-4e7a6d07a9e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b410c918-5fa7-42a0-91c6-4e7a6d07a9e3.shg-box.shg-c {
  justify-content: center;
}

#s-96e982e5-ad6c-4e42-8e8a-65a7d2ad207f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-96e982e5-ad6c-4e42-8e8a-65a7d2ad207f .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-96e982e5-ad6c-4e42-8e8a-65a7d2ad207f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-96e982e5-ad6c-4e42-8e8a-65a7d2ad207f td.shogun-table-column {
  background-color: #fff;
  padding: 13px;
  text-align: center;
}

#s-96e982e5-ad6c-4e42-8e8a-65a7d2ad207f td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-96e982e5-ad6c-4e42-8e8a-65a7d2ad207f td.shogun-table-column, #s-96e982e5-ad6c-4e42-8e8a-65a7d2ad207f td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-6039158c-6504-498c-a7f1-486b61f2e237 {
  text-align: center;
}




  #s-6039158c-6504-498c-a7f1-486b61f2e237 img.shogun-image {
    
    width: px;
  }


#s-6039158c-6504-498c-a7f1-486b61f2e237 .shogun-image-content {
  
    align-items: center;
  
}

#s-a33e808a-fa66-4ffa-b7e4-b8fc26748651 {
  text-align: center;
}




  #s-a33e808a-fa66-4ffa-b7e4-b8fc26748651 img.shogun-image {
    
    width: px;
  }


#s-a33e808a-fa66-4ffa-b7e4-b8fc26748651 .shogun-image-content {
  
    align-items: center;
  
}

#s-7100bb3e-0d12-4b87-8080-205bb2555665 {
  text-align: center;
}




  #s-7100bb3e-0d12-4b87-8080-205bb2555665 img.shogun-image {
    
    width: px;
  }


#s-7100bb3e-0d12-4b87-8080-205bb2555665 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecb129bb-6c5a-4441-be4b-f9c199137ad8 {
  text-align: center;
}




  #s-ecb129bb-6c5a-4441-be4b-f9c199137ad8 img.shogun-image {
    
    width: px;
  }


#s-ecb129bb-6c5a-4441-be4b-f9c199137ad8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec94ca23-388d-4346-9181-31d5a7f92983 {
  text-align: center;
}




  #s-ec94ca23-388d-4346-9181-31d5a7f92983 img.shogun-image {
    
    width: px;
  }


#s-ec94ca23-388d-4346-9181-31d5a7f92983 .shogun-image-content {
  
    align-items: center;
  
}

#s-11f94160-1684-4acc-b739-90959ed1a1d6 {
  text-align: center;
}




  #s-11f94160-1684-4acc-b739-90959ed1a1d6 img.shogun-image {
    
    width: px;
  }


#s-11f94160-1684-4acc-b739-90959ed1a1d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a656ee2f-070d-4d15-817e-9e6b477d4319 {
  text-align: center;
}




  #s-a656ee2f-070d-4d15-817e-9e6b477d4319 img.shogun-image {
    
    width: px;
  }


#s-a656ee2f-070d-4d15-817e-9e6b477d4319 .shogun-image-content {
  
    align-items: center;
  
}

#s-773b6da2-454d-41a0-9142-733b5a556dc5 {
  text-align: center;
}




  #s-773b6da2-454d-41a0-9142-733b5a556dc5 img.shogun-image {
    
    width: px;
  }


#s-773b6da2-454d-41a0-9142-733b5a556dc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd723a16-111e-4708-b6c6-579caab7c1c3 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-fd723a16-111e-4708-b6c6-579caab7c1c3 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-fd723a16-111e-4708-b6c6-579caab7c1c3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fd723a16-111e-4708-b6c6-579caab7c1c3 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-fd723a16-111e-4708-b6c6-579caab7c1c3 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-fd723a16-111e-4708-b6c6-579caab7c1c3 td.shogun-table-column, #s-fd723a16-111e-4708-b6c6-579caab7c1c3 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-1aa60bfa-cc51-415b-9a97-6b6e2855ac1a {
  text-align: center;
}




  #s-1aa60bfa-cc51-415b-9a97-6b6e2855ac1a img.shogun-image {
    
    width: px;
  }


#s-1aa60bfa-cc51-415b-9a97-6b6e2855ac1a .shogun-image-content {
  
    align-items: center;
  
}

#s-fda537f5-2064-4a04-ba19-b405f04e0117 {
  text-align: center;
}




  #s-fda537f5-2064-4a04-ba19-b405f04e0117 img.shogun-image {
    
    width: px;
  }


#s-fda537f5-2064-4a04-ba19-b405f04e0117 .shogun-image-content {
  
    align-items: center;
  
}

#s-85053091-0c9f-40bd-af28-473bcb27f7b6 {
  text-align: center;
}




  #s-85053091-0c9f-40bd-af28-473bcb27f7b6 img.shogun-image {
    
    width: px;
  }


#s-85053091-0c9f-40bd-af28-473bcb27f7b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ea63578-5525-4f1b-a85b-0ce0de35fa37 {
  text-align: center;
}




  #s-1ea63578-5525-4f1b-a85b-0ce0de35fa37 img.shogun-image {
    
    width: px;
  }


#s-1ea63578-5525-4f1b-a85b-0ce0de35fa37 .shogun-image-content {
  
    align-items: center;
  
}

#s-be6c6c41-9bbc-402d-9814-c94448ea8b30 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-be6c6c41-9bbc-402d-9814-c94448ea8b30 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-be6c6c41-9bbc-402d-9814-c94448ea8b30 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-be6c6c41-9bbc-402d-9814-c94448ea8b30 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-be6c6c41-9bbc-402d-9814-c94448ea8b30 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-be6c6c41-9bbc-402d-9814-c94448ea8b30 td.shogun-table-column, #s-be6c6c41-9bbc-402d-9814-c94448ea8b30 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-4ee55c35-5e42-463e-8221-cc3902cf7de5 {
  text-align: center;
}




  #s-4ee55c35-5e42-463e-8221-cc3902cf7de5 img.shogun-image {
    
    width: px;
  }


#s-4ee55c35-5e42-463e-8221-cc3902cf7de5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4121771-7a0c-4bd2-a83b-51af0fde5f11 {
  text-align: center;
}




  #s-f4121771-7a0c-4bd2-a83b-51af0fde5f11 img.shogun-image {
    
    width: px;
  }


#s-f4121771-7a0c-4bd2-a83b-51af0fde5f11 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ef6b8a2-7b98-4e9d-911e-16ea8362d800 {
  text-align: center;
}




  #s-6ef6b8a2-7b98-4e9d-911e-16ea8362d800 img.shogun-image {
    
    width: px;
  }


#s-6ef6b8a2-7b98-4e9d-911e-16ea8362d800 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdf57291-f582-4780-b3c6-b33f139cd55f {
  text-align: center;
}




  #s-fdf57291-f582-4780-b3c6-b33f139cd55f img.shogun-image {
    
    width: px;
  }


#s-fdf57291-f582-4780-b3c6-b33f139cd55f .shogun-image-content {
  
    align-items: center;
  
}

#s-4d018010-ac53-486a-bff7-511070333f63 {
  text-align: center;
}




  #s-4d018010-ac53-486a-bff7-511070333f63 img.shogun-image {
    
    width: px;
  }


#s-4d018010-ac53-486a-bff7-511070333f63 .shogun-image-content {
  
    align-items: center;
  
}

#s-20ad9d02-6677-4830-9fdb-d502fb983ca7 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-20ad9d02-6677-4830-9fdb-d502fb983ca7 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-20ad9d02-6677-4830-9fdb-d502fb983ca7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-20ad9d02-6677-4830-9fdb-d502fb983ca7 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-20ad9d02-6677-4830-9fdb-d502fb983ca7 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-20ad9d02-6677-4830-9fdb-d502fb983ca7 td.shogun-table-column, #s-20ad9d02-6677-4830-9fdb-d502fb983ca7 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-6a13117c-98c2-4ef0-bb4c-635e84308c70 {
  text-align: center;
}




  #s-6a13117c-98c2-4ef0-bb4c-635e84308c70 img.shogun-image {
    
    width: px;
  }


#s-6a13117c-98c2-4ef0-bb4c-635e84308c70 .shogun-image-content {
  
    align-items: center;
  
}

#s-bae247bd-bcd2-49c4-8a3b-d22d33211fd2 {
  text-align: center;
}




  #s-bae247bd-bcd2-49c4-8a3b-d22d33211fd2 img.shogun-image {
    
    width: px;
  }


#s-bae247bd-bcd2-49c4-8a3b-d22d33211fd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-35a25849-8c18-4271-90ba-53f500475c53 {
  text-align: center;
}




  #s-35a25849-8c18-4271-90ba-53f500475c53 img.shogun-image {
    
    width: px;
  }


#s-35a25849-8c18-4271-90ba-53f500475c53 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a99cf99-4c54-4fd6-b474-a8cb0555ed14 {
  text-align: center;
}




  #s-8a99cf99-4c54-4fd6-b474-a8cb0555ed14 img.shogun-image {
    
    width: px;
  }


#s-8a99cf99-4c54-4fd6-b474-a8cb0555ed14 .shogun-image-content {
  
    align-items: center;
  
}

#s-2283b529-5ff5-4503-8a41-74f49264c473 {
  text-align: center;
}




  #s-2283b529-5ff5-4503-8a41-74f49264c473 img.shogun-image {
    
    width: px;
  }


#s-2283b529-5ff5-4503-8a41-74f49264c473 .shogun-image-content {
  
    align-items: center;
  
}

#s-32fb33fc-3672-4f9a-8eea-5457618d183e {
  text-align: center;
}




  #s-32fb33fc-3672-4f9a-8eea-5457618d183e img.shogun-image {
    
    width: px;
  }


#s-32fb33fc-3672-4f9a-8eea-5457618d183e .shogun-image-content {
  
    align-items: center;
  
}

#s-29d668ec-2ad7-4147-ad13-bce54e0df6b5 {
  text-align: center;
}




  #s-29d668ec-2ad7-4147-ad13-bce54e0df6b5 img.shogun-image {
    
    width: px;
  }


#s-29d668ec-2ad7-4147-ad13-bce54e0df6b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1883b22e-9a71-4ab7-91fd-7bc4028e8d3d {
  text-align: center;
}




  #s-1883b22e-9a71-4ab7-91fd-7bc4028e8d3d img.shogun-image {
    
    width: px;
  }


#s-1883b22e-9a71-4ab7-91fd-7bc4028e8d3d .shogun-image-content {
  
    align-items: center;
  
}

#s-315d08f3-c860-4247-98f9-3f7deed1f539 {
  text-align: center;
}




  #s-315d08f3-c860-4247-98f9-3f7deed1f539 img.shogun-image {
    
    width: px;
  }


#s-315d08f3-c860-4247-98f9-3f7deed1f539 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1ffd882-cf2e-4538-a252-f52e7489e7af {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-f1ffd882-cf2e-4538-a252-f52e7489e7af .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-f1ffd882-cf2e-4538-a252-f52e7489e7af table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f1ffd882-cf2e-4538-a252-f52e7489e7af td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
}

#s-f1ffd882-cf2e-4538-a252-f52e7489e7af td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-f1ffd882-cf2e-4538-a252-f52e7489e7af td.shogun-table-column, #s-f1ffd882-cf2e-4538-a252-f52e7489e7af td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-cd3b9e7d-5ef0-42ba-85da-67c5ed0c7684 {
  text-align: center;
}




  #s-cd3b9e7d-5ef0-42ba-85da-67c5ed0c7684 img.shogun-image {
    
    width: px;
  }


#s-cd3b9e7d-5ef0-42ba-85da-67c5ed0c7684 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b27048c-8fd6-42f1-825c-ae0dbc13245c {
  text-align: center;
}




  #s-3b27048c-8fd6-42f1-825c-ae0dbc13245c img.shogun-image {
    
    width: px;
  }


#s-3b27048c-8fd6-42f1-825c-ae0dbc13245c .shogun-image-content {
  
    align-items: center;
  
}

#s-7ab13595-5fa8-4745-a3cd-165871a1b724 {
  text-align: center;
}




  #s-7ab13595-5fa8-4745-a3cd-165871a1b724 img.shogun-image {
    
    width: px;
  }


#s-7ab13595-5fa8-4745-a3cd-165871a1b724 .shogun-image-content {
  
    align-items: center;
  
}

#s-720e0542-32db-4075-8430-03322b4e2fdd {
  text-align: center;
}




  #s-720e0542-32db-4075-8430-03322b4e2fdd img.shogun-image {
    
    width: px;
  }


#s-720e0542-32db-4075-8430-03322b4e2fdd .shogun-image-content {
  
    align-items: center;
  
}

#s-c6b62b7f-ebf6-462b-b32b-dfa9df8c978b {
  text-align: center;
}




  #s-c6b62b7f-ebf6-462b-b32b-dfa9df8c978b img.shogun-image {
    
    width: px;
  }


#s-c6b62b7f-ebf6-462b-b32b-dfa9df8c978b .shogun-image-content {
  
    align-items: center;
  
}

#s-71b43fda-1b41-4dfd-ab31-5d4d06874ed4 {
  text-align: center;
}




  #s-71b43fda-1b41-4dfd-ab31-5d4d06874ed4 img.shogun-image {
    
    width: px;
  }


#s-71b43fda-1b41-4dfd-ab31-5d4d06874ed4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e2ec986-30c1-48dd-80d2-d44880fd8408 {
  text-align: center;
}




  #s-5e2ec986-30c1-48dd-80d2-d44880fd8408 img.shogun-image {
    
    width: px;
  }


#s-5e2ec986-30c1-48dd-80d2-d44880fd8408 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8065b97-eb8a-43a5-aa6f-5363528286cd {
  text-align: center;
}




  #s-e8065b97-eb8a-43a5-aa6f-5363528286cd img.shogun-image {
    
    width: px;
  }


#s-e8065b97-eb8a-43a5-aa6f-5363528286cd .shogun-image-content {
  
    align-items: center;
  
}

#s-b777173e-0f32-4fe6-8e98-844c702a05b2 {
  text-align: center;
}




  #s-b777173e-0f32-4fe6-8e98-844c702a05b2 img.shogun-image {
    
    width: px;
  }


#s-b777173e-0f32-4fe6-8e98-844c702a05b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6e85d25-167c-4ad4-b328-e9e49a70ba36 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-f6e85d25-167c-4ad4-b328-e9e49a70ba36 img.shogun-image {
    
    width: px;
  }


#s-f6e85d25-167c-4ad4-b328-e9e49a70ba36 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bd7fcc8-34b6-4ecd-ab45-2632c379124d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-1bd7fcc8-34b6-4ecd-ab45-2632c379124d .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-1bd7fcc8-34b6-4ecd-ab45-2632c379124d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1bd7fcc8-34b6-4ecd-ab45-2632c379124d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-1bd7fcc8-34b6-4ecd-ab45-2632c379124d td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-1bd7fcc8-34b6-4ecd-ab45-2632c379124d td.shogun-table-column, #s-1bd7fcc8-34b6-4ecd-ab45-2632c379124d td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-b5e76803-f0e3-47d1-bba5-cc583d488a07 {
  text-align: center;
}




  #s-b5e76803-f0e3-47d1-bba5-cc583d488a07 img.shogun-image {
    
    width: px;
  }


#s-b5e76803-f0e3-47d1-bba5-cc583d488a07 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a21ce1d-793f-4830-b0b4-c8318a33093f {
  margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
}

#s-e071c31a-598b-4e34-961a-7e4386192a58 {
  text-align: center;
}




  #s-e071c31a-598b-4e34-961a-7e4386192a58 img.shogun-image {
    
    width: px;
  }


#s-e071c31a-598b-4e34-961a-7e4386192a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-4190f1a5-5cdd-48b1-812f-9fa83adf328b {
  text-align: center;
}




  #s-4190f1a5-5cdd-48b1-812f-9fa83adf328b img.shogun-image {
    
    width: px;
  }


#s-4190f1a5-5cdd-48b1-812f-9fa83adf328b .shogun-image-content {
  
    align-items: center;
  
}

#s-89d1b410-69b0-4a8f-9e04-778d7f08aab6 {
  text-align: center;
}




  #s-89d1b410-69b0-4a8f-9e04-778d7f08aab6 img.shogun-image {
    
    width: px;
  }


#s-89d1b410-69b0-4a8f-9e04-778d7f08aab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4251da79-b358-4837-8403-05c073d8bdf2 {
  text-align: center;
}




  #s-4251da79-b358-4837-8403-05c073d8bdf2 img.shogun-image {
    
    width: px;
  }


#s-4251da79-b358-4837-8403-05c073d8bdf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f58ee04-0aad-4b58-94a3-a8bf2ef74722 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-6f58ee04-0aad-4b58-94a3-a8bf2ef74722 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-6f58ee04-0aad-4b58-94a3-a8bf2ef74722 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6f58ee04-0aad-4b58-94a3-a8bf2ef74722 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-6f58ee04-0aad-4b58-94a3-a8bf2ef74722 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-6f58ee04-0aad-4b58-94a3-a8bf2ef74722 td.shogun-table-column, #s-6f58ee04-0aad-4b58-94a3-a8bf2ef74722 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-3b5a5e3d-21a0-4eaf-87b9-83cc1b294f51 {
  text-align: center;
}




  #s-3b5a5e3d-21a0-4eaf-87b9-83cc1b294f51 img.shogun-image {
    
    width: px;
  }


#s-3b5a5e3d-21a0-4eaf-87b9-83cc1b294f51 .shogun-image-content {
  
    align-items: center;
  
}

#s-7187b416-1bdf-40bc-aae9-08357e2d62c1 {
  margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
}

#s-e0abb8e9-19d4-49c6-924f-7d9388252849 {
  text-align: center;
}




  #s-e0abb8e9-19d4-49c6-924f-7d9388252849 img.shogun-image {
    
    width: px;
  }


#s-e0abb8e9-19d4-49c6-924f-7d9388252849 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca2d42da-f5e4-4fd6-ac69-5b464975d3a3 {
  text-align: center;
}




  #s-ca2d42da-f5e4-4fd6-ac69-5b464975d3a3 img.shogun-image {
    
    width: px;
  }


#s-ca2d42da-f5e4-4fd6-ac69-5b464975d3a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6136be65-7e80-4967-a390-e590e36d4b64 {
  text-align: center;
}




  #s-6136be65-7e80-4967-a390-e590e36d4b64 img.shogun-image {
    
    width: px;
  }


#s-6136be65-7e80-4967-a390-e590e36d4b64 .shogun-image-content {
  
    align-items: center;
  
}

#s-f422c66e-f6dc-4d6a-b8d6-0470846e6961 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-f422c66e-f6dc-4d6a-b8d6-0470846e6961 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-f422c66e-f6dc-4d6a-b8d6-0470846e6961 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f422c66e-f6dc-4d6a-b8d6-0470846e6961 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-f422c66e-f6dc-4d6a-b8d6-0470846e6961 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-f422c66e-f6dc-4d6a-b8d6-0470846e6961 td.shogun-table-column, #s-f422c66e-f6dc-4d6a-b8d6-0470846e6961 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-aba3625c-d5b7-436c-bff8-ef2750c61aeb {
  margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
}

#s-43644649-14ee-4914-9a02-182a20174cde {
  text-align: center;
}




  #s-43644649-14ee-4914-9a02-182a20174cde img.shogun-image {
    
    width: px;
  }


#s-43644649-14ee-4914-9a02-182a20174cde .shogun-image-content {
  
    align-items: center;
  
}

#s-dd2a99f6-f8f6-41bd-924c-a1943d65050d {
  text-align: center;
}




  #s-dd2a99f6-f8f6-41bd-924c-a1943d65050d img.shogun-image {
    
    width: px;
  }


#s-dd2a99f6-f8f6-41bd-924c-a1943d65050d .shogun-image-content {
  
    align-items: center;
  
}

#s-0f5ae64e-905f-45fa-8cd8-295b1acae96e {
  text-align: center;
}




  #s-0f5ae64e-905f-45fa-8cd8-295b1acae96e img.shogun-image {
    
    width: px;
  }


#s-0f5ae64e-905f-45fa-8cd8-295b1acae96e .shogun-image-content {
  
    align-items: center;
  
}

#s-43327b9d-9778-4517-a98c-bf1a44bf2634 {
  text-align: center;
}




  #s-43327b9d-9778-4517-a98c-bf1a44bf2634 img.shogun-image {
    
    width: px;
  }


#s-43327b9d-9778-4517-a98c-bf1a44bf2634 .shogun-image-content {
  
    align-items: center;
  
}

#s-570cf003-4481-4778-8266-b53aa040d338 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-570cf003-4481-4778-8266-b53aa040d338 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-570cf003-4481-4778-8266-b53aa040d338 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-570cf003-4481-4778-8266-b53aa040d338 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-570cf003-4481-4778-8266-b53aa040d338 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-570cf003-4481-4778-8266-b53aa040d338 td.shogun-table-column, #s-570cf003-4481-4778-8266-b53aa040d338 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-4beec1d8-d9a0-4cc2-a559-4628150e52d6 {
  text-align: center;
}




  #s-4beec1d8-d9a0-4cc2-a559-4628150e52d6 img.shogun-image {
    
    width: px;
  }


#s-4beec1d8-d9a0-4cc2-a559-4628150e52d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ec4cfdc-f504-4a0d-9c51-a7cea610898a {
  text-align: center;
}




  #s-0ec4cfdc-f504-4a0d-9c51-a7cea610898a img.shogun-image {
    
    width: px;
  }


#s-0ec4cfdc-f504-4a0d-9c51-a7cea610898a .shogun-image-content {
  
    align-items: center;
  
}

#s-709373d4-5d1a-4adc-a727-79b343ff7cfa {
  text-align: center;
}




  #s-709373d4-5d1a-4adc-a727-79b343ff7cfa img.shogun-image {
    
    width: px;
  }


#s-709373d4-5d1a-4adc-a727-79b343ff7cfa .shogun-image-content {
  
    align-items: center;
  
}

#s-21b9dd0e-e0a1-40ff-9f21-e6b9d6994a4f {
  text-align: center;
}




  #s-21b9dd0e-e0a1-40ff-9f21-e6b9d6994a4f img.shogun-image {
    
    width: px;
  }


#s-21b9dd0e-e0a1-40ff-9f21-e6b9d6994a4f .shogun-image-content {
  
    align-items: center;
  
}

#s-cbde909a-59ae-41c1-aaef-25e8f192c2f5 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-cbde909a-59ae-41c1-aaef-25e8f192c2f5 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(205, 203, 203, 1);
  border-radius: 0px;
}

#s-cbde909a-59ae-41c1-aaef-25e8f192c2f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cbde909a-59ae-41c1-aaef-25e8f192c2f5 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-cbde909a-59ae-41c1-aaef-25e8f192c2f5 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-cbde909a-59ae-41c1-aaef-25e8f192c2f5 td.shogun-table-column, #s-cbde909a-59ae-41c1-aaef-25e8f192c2f5 td.shogun-table-row {
  border: 2px solid rgba(205, 203, 203, 1);
}

#s-b0233564-07f7-4a87-9aab-138bc4670c82 {
  text-align: center;
}




  #s-b0233564-07f7-4a87-9aab-138bc4670c82 img.shogun-image {
    
    width: px;
  }


#s-b0233564-07f7-4a87-9aab-138bc4670c82 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5040b56-151c-4b3a-a29a-40894d12b480 {
  text-align: center;
}




  #s-c5040b56-151c-4b3a-a29a-40894d12b480 img.shogun-image {
    
    width: px;
  }


#s-c5040b56-151c-4b3a-a29a-40894d12b480 .shogun-image-content {
  
    align-items: center;
  
}

#s-d224605b-269b-459d-bf85-f7195797eacb {
  text-align: center;
}




  #s-d224605b-269b-459d-bf85-f7195797eacb img.shogun-image {
    
    width: px;
  }


#s-d224605b-269b-459d-bf85-f7195797eacb .shogun-image-content {
  
    align-items: center;
  
}

#s-23d98b31-4534-4000-bf33-42bd8ef10119 {
  text-align: center;
}




  #s-23d98b31-4534-4000-bf33-42bd8ef10119 img.shogun-image {
    
    width: px;
  }


#s-23d98b31-4534-4000-bf33-42bd8ef10119 .shogun-image-content {
  
    align-items: center;
  
}

#s-66fe792e-457d-464b-a529-418e1f1bd532 {
  text-align: center;
}




  #s-66fe792e-457d-464b-a529-418e1f1bd532 img.shogun-image {
    
    width: px;
  }


#s-66fe792e-457d-464b-a529-418e1f1bd532 .shogun-image-content {
  
    align-items: center;
  
}

#s-d25052d5-4fb0-4a65-b697-ee9399c24a20 {
  text-align: center;
}




  #s-d25052d5-4fb0-4a65-b697-ee9399c24a20 img.shogun-image {
    
    width: px;
  }


#s-d25052d5-4fb0-4a65-b697-ee9399c24a20 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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