.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-d69c63a9-13b8-482c-aae8-65328ecb12f8 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-d69c63a9-13b8-482c-aae8-65328ecb12f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d69c63a9-13b8-482c-aae8-65328ecb12f8.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-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e5893fda-9182-44a5-a602-0d39beeac700"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

#s-94098907-0b75-4de4-a645-12ef40188e4c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

.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-d656dd34-2b05-4c11-be45-8a2837c6cfb7 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-e8933f14-268c-4da7-a202-716cd3242596 {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-82702083-df2e-4248-82d7-c02b3aa58ebc {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-27739780-e1f1-4cbc-8041-b8258bb165d5 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27739780-e1f1-4cbc-8041-b8258bb165d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fc3fa7b7-af11-4643-9cdf-d5736104f426 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-fc3fa7b7-af11-4643-9cdf-d5736104f426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc3fa7b7-af11-4643-9cdf-d5736104f426.shg-box.shg-c {
  justify-content: center;
}

#s-752efa24-402c-4762-bc94-5f1249bf5232 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-b673178f-dee9-40e4-b3c7-bc824a26554b {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-b673178f-dee9-40e4-b3c7-bc824a26554b:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b673178f-dee9-40e4-b3c7-bc824a26554b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b673178f-dee9-40e4-b3c7-bc824a26554b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-40dc74c1-4b52-4764-8e94-5c73130b9817 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-40dc74c1-4b52-4764-8e94-5c73130b9817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40dc74c1-4b52-4764-8e94-5c73130b9817.shg-box.shg-c {
  justify-content: center;
}

#s-a240bc20-bc1a-446e-a55b-a49bae9049a2 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-bf16df63-41ae-469a-be4a-2f8ab1d607ff {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-bf16df63-41ae-469a-be4a-2f8ab1d607ff:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf16df63-41ae-469a-be4a-2f8ab1d607ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf16df63-41ae-469a-be4a-2f8ab1d607ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ccd37fad-643d-4d0c-8a6a-b0ba9cf07dd8 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ccd37fad-643d-4d0c-8a6a-b0ba9cf07dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccd37fad-643d-4d0c-8a6a-b0ba9cf07dd8.shg-box.shg-c {
  justify-content: center;
}

#s-75542298-20f5-42a8-bff0-c608e259e2b5 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75542298-20f5-42a8-bff0-c608e259e2b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c55a9b14-326b-42a0-ad72-81b7fe25689e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: 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-e838b70b-a2f8-48cf-8260-ef60a2b1b2f7 {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}




  #s-e838b70b-a2f8-48cf-8260-ef60a2b1b2f7 img.shogun-image {
    
    width: px;
  }


#s-e838b70b-a2f8-48cf-8260-ef60a2b1b2f7 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-3580766f-183e-4880-b230-4730388ad083 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3580766f-183e-4880-b230-4730388ad083 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-803213ee-9367-461c-a3d1-c796b6348c99 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-e8b6ee18-193b-42d4-85fb-0880204e1b9b {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}




  #s-e8b6ee18-193b-42d4-85fb-0880204e1b9b img.shogun-image {
    
    width: px;
  }


#s-e8b6ee18-193b-42d4-85fb-0880204e1b9b .shogun-image-content {
  
    align-items: center;
  
}

#s-8f74b97d-37f6-4d56-a0d3-8e6bf02b4af0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f74b97d-37f6-4d56-a0d3-8e6bf02b4af0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c1d34652-6a0a-486e-9d04-e15dc2b83b2a {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26247d5a-4302-4d51-b009-f1b26784a37c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-253ce430-b6d4-40f8-8ec2-11ae8465450d {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}




  #s-253ce430-b6d4-40f8-8ec2-11ae8465450d img.shogun-image {
    
    width: px;
  }


#s-253ce430-b6d4-40f8-8ec2-11ae8465450d .shogun-image-content {
  
    align-items: center;
  
}

#s-5a824c4f-a6da-49d6-b470-aa55cf97b397 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a824c4f-a6da-49d6-b470-aa55cf97b397 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39c49848-7e51-4361-a84b-2cc879a5a9f6 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-d62316bf-d285-4aec-aa10-64201472283e {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}




  #s-d62316bf-d285-4aec-aa10-64201472283e img.shogun-image {
    
    width: px;
  }


#s-d62316bf-d285-4aec-aa10-64201472283e .shogun-image-content {
  
    align-items: center;
  
}

#s-cd046898-2ab3-46cb-a7da-f4b8cfc37832 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd046898-2ab3-46cb-a7da-f4b8cfc37832 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-635b83aa-e502-411c-8101-4b9417ac426c {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-cf696f7e-54fa-4e4d-89bb-995a09d3f973 {
  min-height: 50px;
}








#s-cf696f7e-54fa-4e4d-89bb-995a09d3f973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf696f7e-54fa-4e4d-89bb-995a09d3f973.shg-box.shg-c {
  justify-content: center;
}

#s-8f7a04ef-cd3c-45bf-bf03-8ab7f1dfcf6b {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-8f7a04ef-cd3c-45bf-bf03-8ab7f1dfcf6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f7a04ef-cd3c-45bf-bf03-8ab7f1dfcf6b.shg-box.shg-c {
  justify-content: 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-40f4f8b4-4afc-4792-a330-d22955492d9e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(235, 225, 225, 1);
}

#s-40f4f8b4-4afc-4792-a330-d22955492d9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-40f4f8b4-4afc-4792-a330-d22955492d9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-40f4f8b4-4afc-4792-a330-d22955492d9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(235, 225, 225, 1);
}

#s-40f4f8b4-4afc-4792-a330-d22955492d9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-40f4f8b4-4afc-4792-a330-d22955492d9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-52c8d976-2da9-4ba3-9369-6e0474c4b974 {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-52c8d976-2da9-4ba3-9369-6e0474c4b974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52c8d976-2da9-4ba3-9369-6e0474c4b974.shg-box.shg-c {
  justify-content: center;
}

#s-e8ac78c0-4f1b-464f-a833-5125ee55d4dc {
  margin-top: 50px;
}

#s-16c4506a-48b9-44ae-a605-ab275c04a0a8 {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
background-color: rgba(248, 248, 248, 1);
}

@media (min-width: 0px) {
[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16c4506a-48b9-44ae-a605-ab275c04a0a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-69abd790-397d-4dda-85ea-18296f625226 {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-2d495529-9212-4fa0-a321-9eedf6c5495f {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-2d495529-9212-4fa0-a321-9eedf6c5495f:hover {background-color: rgba(236, 193, 148, 1) !important;
text-decoration: none !important;}#s-2d495529-9212-4fa0-a321-9eedf6c5495f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d495529-9212-4fa0-a321-9eedf6c5495f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6b168bca-9a67-46a7-a292-6c3f5bf16134 {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-48d4608f-6ced-45b1-a4f7-3e8188360b9e {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(205, 166, 112, 1);
text-decoration: none;
}
#s-48d4608f-6ced-45b1-a4f7-3e8188360b9e:hover {background-color: rgba(236, 193, 148, 1) !important;
text-decoration: none !important;}#s-48d4608f-6ced-45b1-a4f7-3e8188360b9e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48d4608f-6ced-45b1-a4f7-3e8188360b9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-acffa4d1-4d04-4277-bf2a-7982ea5cf15c {
  margin-top: 50px;
}

#s-d3dd5e0b-92b5-44cf-9765-67aff2665bd0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-03ab4a4e-36a5-4fa2-9f93-4ad2b17b8414 {
  margin-left: 50px;
margin-right: 50px;
}

#s-077f6861-92cb-4c81-aa38-3e1787d94866 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3c06ad09-3803-4580-a519-2e2c125f5fdc {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

#s-6927fe05-d098-4ad3-92b4-f6d5729cddd9 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6927fe05-d098-4ad3-92b4-f6d5729cddd9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f86dbfa9-ff4c-4f79-b418-9ebf5823ea47 {
  text-align: center;
}




  #s-f86dbfa9-ff4c-4f79-b418-9ebf5823ea47 img.shogun-image {
    
    width: px;
  }


#s-f86dbfa9-ff4c-4f79-b418-9ebf5823ea47 .shogun-image-content {
  
    align-items: center;
  
}

#s-76bf1e2a-5b9b-4b8a-872b-93d76eaecae7 {
  text-align: center;
}




  #s-76bf1e2a-5b9b-4b8a-872b-93d76eaecae7 img.shogun-image {
    
    width: px;
  }


#s-76bf1e2a-5b9b-4b8a-872b-93d76eaecae7 .shogun-image-content {
  
    align-items: center;
  
}

#s-16eafa47-cd07-4efe-b2dc-2465b5397857 {
  margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16eafa47-cd07-4efe-b2dc-2465b5397857"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e571e50d-7877-49c6-8e29-6f003831e87c {
  text-align: center;
}




  #s-e571e50d-7877-49c6-8e29-6f003831e87c img.shogun-image {
    
    width: px;
  }


#s-e571e50d-7877-49c6-8e29-6f003831e87c .shogun-image-content {
  
    align-items: center;
  
}

#s-48b6eefd-c9db-4b36-8fe8-4e17d2d009b9 {
  text-align: center;
}




  #s-48b6eefd-c9db-4b36-8fe8-4e17d2d009b9 img.shogun-image {
    
    width: px;
  }


#s-48b6eefd-c9db-4b36-8fe8-4e17d2d009b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-460dc664-b678-4c04-9c68-0dbcce873e76 {
  margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-460dc664-b678-4c04-9c68-0dbcce873e76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bf51f7d3-9916-4994-9551-3e393e78f022 {
  text-align: center;
}




  #s-bf51f7d3-9916-4994-9551-3e393e78f022 img.shogun-image {
    
    width: px;
  }


#s-bf51f7d3-9916-4994-9551-3e393e78f022 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f3fd0a4-6cb3-482a-9159-3f4871d78263 {
  padding-top: 75px;
padding-bottom: 75px;
}

#s-a9e1cb11-1a51-47ce-8160-1c3fa72f96c4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-13bc9d0d-1eb7-4ff6-bf5a-5fac2f5f386f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
}

#s-f374e01f-920d-42a9-9275-e0fc0bf3dc18 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4d99345c-c1ab-47d2-9fa0-3136e944d148 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-a07d2bf5-7e08-48cc-b843-f3966b724631 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}

#s-9700f09f-8d8d-45a7-91fc-3960c4d5c2ed {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}

#s-812c555e-19d9-4128-8c28-a6dad7f905b8 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-812c555e-19d9-4128-8c28-a6dad7f905b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a753fae7-04f1-4c0d-bd8b-d333836454cd {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
opacity: 1;
}




  #s-a753fae7-04f1-4c0d-bd8b-d333836454cd img.shogun-image {
    
    width: px;
  }


#s-a753fae7-04f1-4c0d-bd8b-d333836454cd .shogun-image-content {
  
    align-items: center;
  
}

#s-a5007d8f-0791-429c-b592-aaa4e43b4e86 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-a5007d8f-0791-429c-b592-aaa4e43b4e86:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5007d8f-0791-429c-b592-aaa4e43b4e86:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5007d8f-0791-429c-b592-aaa4e43b4e86.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e290dd31-226b-4ef5-96f0-9646a92eb895 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
opacity: 1;
}




  #s-e290dd31-226b-4ef5-96f0-9646a92eb895 img.shogun-image {
    
    width: px;
  }


#s-e290dd31-226b-4ef5-96f0-9646a92eb895 .shogun-image-content {
  
    align-items: center;
  
}

#s-6113a2c2-c8cc-403c-9a40-a9abf65f0fac {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-6113a2c2-c8cc-403c-9a40-a9abf65f0fac:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6113a2c2-c8cc-403c-9a40-a9abf65f0fac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6113a2c2-c8cc-403c-9a40-a9abf65f0fac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

.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-3b28a8f0-0d67-4788-85a1-252f7b43d9fa {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-3b28a8f0-0d67-4788-85a1-252f7b43d9fa .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-3b28a8f0-0d67-4788-85a1-252f7b43d9fa table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3b28a8f0-0d67-4788-85a1-252f7b43d9fa td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#s-3b28a8f0-0d67-4788-85a1-252f7b43d9fa td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-3b28a8f0-0d67-4788-85a1-252f7b43d9fa td.shogun-table-column, #s-3b28a8f0-0d67-4788-85a1-252f7b43d9fa td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-58005ccb-4c30-480b-91e7-e8bdbd88e645 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-cba5a7d6-1f7a-45e5-9151-3bfc71aa50ff {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-8364648f-6502-4ffb-b377-b97ac9e3ce81 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-93f95147-7a98-4c30-ac63-a6601047a7e0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-e302be61-56d4-48d5-b4ed-f9e7871b6769 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e302be61-56d4-48d5-b4ed-f9e7871b6769"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-002cff46-7fe7-43ae-b70b-a8c2ec02cd16 {
  margin-top: 20px;
}

#s-3dfae1ad-fd6e-4dda-89f1-0a78338cc601 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-3dfae1ad-fd6e-4dda-89f1-0a78338cc601 img.shogun-image {
    
    width: px;
  }


#s-3dfae1ad-fd6e-4dda-89f1-0a78338cc601 .shogun-image-content {
  
    align-items: center;
  
}

#s-5daa44f4-2d75-4cbd-bb6c-a82e6899469e {
  margin-top: 20px;
}

#s-2a414a2f-58dd-42f5-9700-d91f09f7aeef {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-2a414a2f-58dd-42f5-9700-d91f09f7aeef img.shogun-image {
    
    width: px;
  }


#s-2a414a2f-58dd-42f5-9700-d91f09f7aeef .shogun-image-content {
  
    align-items: center;
  
}

#s-e2253205-b8a3-438e-a1ec-87f8564599f9 {
  margin-top: 20px;
}

#s-07b7b4bb-b1ca-4faa-a9f0-5c5f46e144cd {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-07b7b4bb-b1ca-4faa-a9f0-5c5f46e144cd img.shogun-image {
    
    width: px;
  }


#s-07b7b4bb-b1ca-4faa-a9f0-5c5f46e144cd .shogun-image-content {
  
    align-items: center;
  
}

#s-a133bc72-8d15-4358-9f87-fa26856dcc00 {
  margin-top: 20px;
margin-bottom: 30px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a133bc72-8d15-4358-9f87-fa26856dcc00 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4f2684f-0ee1-447e-9af9-b4bb95db19ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c635c093-e147-4e3d-9c02-f076be613b48 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-c635c093-e147-4e3d-9c02-f076be613b48 img.shogun-image {
    
    width: px;
  }


#s-c635c093-e147-4e3d-9c02-f076be613b48 .shogun-image-content {
  
    align-items: center;
  
}

#s-683974a3-9cad-474f-888d-9562634b9f97 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-683974a3-9cad-474f-888d-9562634b9f97 img.shogun-image {
    
    width: px;
  }


#s-683974a3-9cad-474f-888d-9562634b9f97 .shogun-image-content {
  
    align-items: center;
  
}

#s-827fa5dc-e544-4cd0-8607-be08c992c28a {
  margin-top: 40px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f759e0a5-9d76-41af-a8ff-e7d2a0e6b22f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-21993a87-4582-4ce4-a6f2-0540ce355cef {
  box-shadow:1px 1px 25px 5px rgba(168, 168, 168, 1);
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: center;
}




  #s-21993a87-4582-4ce4-a6f2-0540ce355cef img.shogun-image {
    
    width: px;
  }


#s-21993a87-4582-4ce4-a6f2-0540ce355cef .shogun-image-content {
  
    align-items: center;
  
}

#s-d4948075-38f1-414e-96ef-ff5c37e4d0da {
  box-shadow:1px 1px 25px 5px rgba(168, 168, 168, 1);
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: center;
}




  #s-d4948075-38f1-414e-96ef-ff5c37e4d0da img.shogun-image {
    
    width: px;
  }


#s-d4948075-38f1-414e-96ef-ff5c37e4d0da .shogun-image-content {
  
    align-items: center;
  
}

#s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d {
  margin-left: 10px;
margin-right: 10px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0dfc5bf8-20c3-42f3-ad5b-4d890cb6db3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-504cd7cc-8129-458d-a4ef-9683fa38ffca {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-504cd7cc-8129-458d-a4ef-9683fa38ffca img.shogun-image {
    
    width: px;
  }


#s-504cd7cc-8129-458d-a4ef-9683fa38ffca .shogun-image-content {
  
    align-items: center;
  
}

#s-9bb50844-eebb-4e30-bc3e-caa9128297e3 {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-9bb50844-eebb-4e30-bc3e-caa9128297e3 img.shogun-image {
    
    width: px;
  }


#s-9bb50844-eebb-4e30-bc3e-caa9128297e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-acdaacbf-07d4-4c57-a682-9e638f931d0e {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-acdaacbf-07d4-4c57-a682-9e638f931d0e img.shogun-image {
    
    width: px;
  }


#s-acdaacbf-07d4-4c57-a682-9e638f931d0e .shogun-image-content {
  
    align-items: center;
  
}

#s-15ac050c-601b-4d13-bae1-d0a950f537c8 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15ac050c-601b-4d13-bae1-d0a950f537c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-06ba111f-c926-45a0-8771-317c4125cea3 {
  margin-top: 25px;
margin-left: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cc21bc5-3b21-43e3-9a2b-54424f152bc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4adc6197-ee63-4f41-9393-c4b962f3e264 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 25px;
margin-left: 10px;
margin-bottom: 25px;
margin-right: 10px;
padding-left: 1px;
padding-right: 1px;
max-width: 1000px;
}

#s-0cc88d3c-e73e-462d-8848-28d0f074a8ef {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6bb27998-aacd-451d-835f-34b1fb9ba246 {
  min-height: 50px;
}








#s-6bb27998-aacd-451d-835f-34b1fb9ba246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bb27998-aacd-451d-835f-34b1fb9ba246.shg-box.shg-c {
  justify-content: center;
}

#s-13e996f8-b6a7-4fa2-b192-c2104f8fdd67 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-13e996f8-b6a7-4fa2-b192-c2104f8fdd67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13e996f8-b6a7-4fa2-b192-c2104f8fdd67.shg-box.shg-c {
  justify-content: center;
}

#s-af09d735-482f-4cf2-b235-7d51071e087e {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d02710e-6171-4a9a-aaac-8416a8ba6e94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4e5f6058-f30b-4aaa-887d-f16831ac7e63 {
  min-height: 50px;
}








#s-4e5f6058-f30b-4aaa-887d-f16831ac7e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e5f6058-f30b-4aaa-887d-f16831ac7e63.shg-box.shg-c {
  justify-content: center;
}

#s-da9e84b0-f220-45cf-bb29-6868595de91c {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-da9e84b0-f220-45cf-bb29-6868595de91c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da9e84b0-f220-45cf-bb29-6868595de91c.shg-box.shg-c {
  justify-content: center;
}

#s-9e3e3d00-cb0f-4e1d-ae35-31caafae1a57 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 1);
}

#s-568dea76-afcd-4642-93de-4182f8b4882d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-568dea76-afcd-4642-93de-4182f8b4882d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-afb2b440-b97a-47e8-9998-75b7d12548fe {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-afb2b440-b97a-47e8-9998-75b7d12548fe img.shogun-image {
    
    width: px;
  }


#s-afb2b440-b97a-47e8-9998-75b7d12548fe .shogun-image-content {
  
    align-items: center;
  
}

#s-186fa429-5bbc-4e3b-89bc-3256d72b6e31 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-186fa429-5bbc-4e3b-89bc-3256d72b6e31 img.shogun-image {
    
    width: px;
  }


#s-186fa429-5bbc-4e3b-89bc-3256d72b6e31 .shogun-image-content {
  
    align-items: center;
  
}

#s-d115acf0-4aa3-4f03-8128-c8961eb36096 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d115acf0-4aa3-4f03-8128-c8961eb36096"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4aaad6ff-741b-408b-89dd-bd89a78df28d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-4aaad6ff-741b-408b-89dd-bd89a78df28d img.shogun-image {
    
    width: px;
  }


#s-4aaad6ff-741b-408b-89dd-bd89a78df28d .shogun-image-content {
  
    align-items: center;
  
}

#s-9c3d9df9-b1d1-485e-85ce-cc695a219016 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-9c3d9df9-b1d1-485e-85ce-cc695a219016 img.shogun-image {
    
    width: px;
  }


#s-9c3d9df9-b1d1-485e-85ce-cc695a219016 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a8173ec-e6e7-418f-b9d5-8eaaf81b6dd2 {
  min-height: 50px;
background-color: rgba(231, 231, 231, 1);
}








#s-9a8173ec-e6e7-418f-b9d5-8eaaf81b6dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a8173ec-e6e7-418f-b9d5-8eaaf81b6dd2.shg-box.shg-c {
  justify-content: center;
}

#s-a82fe501-2f91-4ebf-8160-d1d8e871fd11 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a82fe501-2f91-4ebf-8160-d1d8e871fd11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-02474cf2-bcc8-476a-9997-ce0a90c01237 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0, 0, 0, 1);
}

#s-19683bf2-729e-4070-87c8-b077d9a7f415 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0, 0, 0, 1);
}

#s-7135e3db-d553-4c65-849d-9ee26767773a {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-7135e3db-d553-4c65-849d-9ee26767773a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7135e3db-d553-4c65-849d-9ee26767773a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b6be560-a1b2-4fbe-a655-b2822ac1a192"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8cb52da1-bf60-4e09-a7e1-54f95cf1497f .shogun-icon-wrapper {
  text-align: center;
}


#s-8cb52da1-bf60-4e09-a7e1-54f95cf1497f .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(211, 165, 3, 1);
}

#s-6154539a-5bde-460c-9ada-f5d82a4e0126 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-6154539a-5bde-460c-9ada-f5d82a4e0126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6154539a-5bde-460c-9ada-f5d82a4e0126.shg-box.shg-c {
  justify-content: center;
}

#s-a55f0f45-8c06-4984-917b-5d8f271f200c .shogun-icon-wrapper {
  text-align: center;
}


#s-a55f0f45-8c06-4984-917b-5d8f271f200c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(211, 165, 3, 1);
}

#s-f56be927-edcc-496d-a24e-1fe7a91fa900 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-f56be927-edcc-496d-a24e-1fe7a91fa900 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f56be927-edcc-496d-a24e-1fe7a91fa900.shg-box.shg-c {
  justify-content: center;
}

#s-36490333-c5f5-45f0-979a-5e1604365c90 {
  min-height: 50px;
background-color: rgba(184, 184, 184, 1);
}








#s-36490333-c5f5-45f0-979a-5e1604365c90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36490333-c5f5-45f0-979a-5e1604365c90.shg-box.shg-c {
  justify-content: center;
}

#s-b0398da9-5574-4105-a1c4-7a3bf4c8c7e5 {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

#s-b39bf308-b3b2-478a-9011-644525d1695a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b39bf308-b3b2-478a-9011-644525d1695a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a6616041-20e2-4220-ad08-ade9151ffbc5 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6616041-20e2-4220-ad08-ade9151ffbc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6616041-20e2-4220-ad08-ade9151ffbc5.shg-box.shg-c {
  justify-content: center;
}

#s-f7e4b729-3c21-4a8c-844f-59f5dedbf6eb {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-848742dd-218f-4bac-a813-495724f28e27 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-848742dd-218f-4bac-a813-495724f28e27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-848742dd-218f-4bac-a813-495724f28e27.shg-box.shg-c {
  justify-content: center;
}

#s-736e3e8b-5ace-4b5d-8c66-1e0db30d923b {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c476a2c-70cc-4f32-95ca-42c89ec0f06e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4733a35b-d8ae-405b-a85d-47af3ef1f4d2 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4733a35b-d8ae-405b-a85d-47af3ef1f4d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4733a35b-d8ae-405b-a85d-47af3ef1f4d2.shg-box.shg-c {
  justify-content: center;
}

#s-fb6e056f-965a-4259-94ae-93ff1cb04c7d {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-d63d5440-a792-4e7c-a84e-4b77997c1dde {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d63d5440-a792-4e7c-a84e-4b77997c1dde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d63d5440-a792-4e7c-a84e-4b77997c1dde.shg-box.shg-c {
  justify-content: center;
}

#s-61ab173a-47c6-427d-a283-8d8472427606 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-23bd701f-a32c-4765-aa9d-c31244b9541c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23bd701f-a32c-4765-aa9d-c31244b9541c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a6980db8-2cf4-4d30-a803-57f78cb933e4 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6980db8-2cf4-4d30-a803-57f78cb933e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6980db8-2cf4-4d30-a803-57f78cb933e4.shg-box.shg-c {
  justify-content: center;
}

#s-88b51719-ded7-4f4d-81fd-a3e11da0d4d5 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-e5b232d7-5d10-4793-ba1d-8b6dc13999d1 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e5b232d7-5d10-4793-ba1d-8b6dc13999d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5b232d7-5d10-4793-ba1d-8b6dc13999d1.shg-box.shg-c {
  justify-content: center;
}

#s-06bae3d4-9ef5-4ed0-9155-df7ec7466df4 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-f31e2d8a-469c-4c2b-8331-535007677bf8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f31e2d8a-469c-4c2b-8331-535007677bf8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1a4ef7fd-3874-4553-9dc3-c215d8b35a7f {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1a4ef7fd-3874-4553-9dc3-c215d8b35a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a4ef7fd-3874-4553-9dc3-c215d8b35a7f.shg-box.shg-c {
  justify-content: center;
}

#s-e377e08a-904d-4ae1-9de0-5b5197028b1a {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-eee5a93c-594c-4f62-b9e7-d135baa21236 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-eee5a93c-594c-4f62-b9e7-d135baa21236 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eee5a93c-594c-4f62-b9e7-d135baa21236.shg-box.shg-c {
  justify-content: center;
}

#s-f5ee07bc-2277-4636-ba3b-ccf476071a5b {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-296d3704-048c-48aa-adbb-1f32fc5b3385 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-296d3704-048c-48aa-adbb-1f32fc5b3385"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1215fd26-3326-4ae0-a45d-18a918a32621 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1215fd26-3326-4ae0-a45d-18a918a32621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1215fd26-3326-4ae0-a45d-18a918a32621.shg-box.shg-c {
  justify-content: center;
}

#s-711eb1e2-ddd0-4699-be99-5a3f26d8c8be {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-5b7cdcbc-23c0-47c1-a18e-1e0f50fe3407 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5b7cdcbc-23c0-47c1-a18e-1e0f50fe3407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b7cdcbc-23c0-47c1-a18e-1e0f50fe3407.shg-box.shg-c {
  justify-content: center;
}

#s-b7c66834-c934-4771-974c-4c2efd4c7cbb {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-37d948a6-25b8-41a6-81a8-94e62b367a37 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-37d948a6-25b8-41a6-81a8-94e62b367a37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-addcd37c-5a49-4528-8974-bc5c1721701a {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-addcd37c-5a49-4528-8974-bc5c1721701a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-addcd37c-5a49-4528-8974-bc5c1721701a.shg-box.shg-c {
  justify-content: center;
}

#s-bac9c42c-19af-40f3-ba48-458f2ed9f508 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-55d624d2-f235-488f-9f1f-b1b90d40d477 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-55d624d2-f235-488f-9f1f-b1b90d40d477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55d624d2-f235-488f-9f1f-b1b90d40d477.shg-box.shg-c {
  justify-content: center;
}

#s-03b626d4-1afd-4fd9-afc4-13ffbff98516 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d7a3468-0cfc-4f43-a27a-b8c7af7e2415"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-91bed356-011b-4135-b40f-27d85b09e2b1 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-91bed356-011b-4135-b40f-27d85b09e2b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91bed356-011b-4135-b40f-27d85b09e2b1.shg-box.shg-c {
  justify-content: center;
}

#s-eb14a86c-a933-4d48-8d0c-be040d5500ec {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-3bcd5e2f-3253-4216-bcc7-72dd39831cb5 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3bcd5e2f-3253-4216-bcc7-72dd39831cb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bcd5e2f-3253-4216-bcc7-72dd39831cb5.shg-box.shg-c {
  justify-content: center;
}

#s-5528e632-48a1-4ee7-ba7d-ba0be2902520 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da1d5de5-3fef-4fc8-876f-5e53b379e1b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0340b417-372d-4899-9330-92c49ae413d4 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0340b417-372d-4899-9330-92c49ae413d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0340b417-372d-4899-9330-92c49ae413d4.shg-box.shg-c {
  justify-content: center;
}

#s-04b3b3cc-18d8-4eea-adaa-81b9757a4def {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-d078e5d1-246a-4b6f-8aa9-220bf54fa874 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d078e5d1-246a-4b6f-8aa9-220bf54fa874 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d078e5d1-246a-4b6f-8aa9-220bf54fa874.shg-box.shg-c {
  justify-content: center;
}

#s-e5665bb4-ee9a-4649-9c58-e928806d2132 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-191806a2-1806-47be-9060-12b3d005749e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-191806a2-1806-47be-9060-12b3d005749e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4053626f-1d04-4171-a15c-3bda877586ac {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4053626f-1d04-4171-a15c-3bda877586ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4053626f-1d04-4171-a15c-3bda877586ac.shg-box.shg-c {
  justify-content: center;
}

#s-b5a7d5f3-0f56-426b-a336-c3aa52797a3d {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-1846a98a-ccee-470d-a9a0-151771d920b2 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1846a98a-ccee-470d-a9a0-151771d920b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1846a98a-ccee-470d-a9a0-151771d920b2.shg-box.shg-c {
  justify-content: center;
}

#s-04527324-16da-4e98-96b7-ab150be594a7 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

/*
  $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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
