.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-6dcd099b-3349-4f98-892f-e949684bc3e9 {
  margin-bottom: 3%;
min-height: 50px;
}








#s-6dcd099b-3349-4f98-892f-e949684bc3e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dcd099b-3349-4f98-892f-e949684bc3e9.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.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-78005bbb-eab1-4120-a4c0-e0a2786df38e {
  text-align: left;
}




  #s-78005bbb-eab1-4120-a4c0-e0a2786df38e img.shogun-image {
    
    width: px;
  }


#s-78005bbb-eab1-4120-a4c0-e0a2786df38e .shogun-image-content {
  
    align-items: center;
  
}

#s-07945e60-c477-4b36-85f5-014cc640fc5c {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 2em;
padding-bottom: 2em;
min-height: 50px;
max-width: 1200px;
}








#s-07945e60-c477-4b36-85f5-014cc640fc5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07945e60-c477-4b36-85f5-014cc640fc5c.shg-box.shg-c {
  justify-content: center;
}

#s-77bf0ac8-46d2-4088-9e81-a77caa297f79 {
  text-align: center;
}




  #s-77bf0ac8-46d2-4088-9e81-a77caa297f79 img.shogun-image {
    
    width: px;
  }


#s-77bf0ac8-46d2-4088-9e81-a77caa297f79 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6217ef2-5d79-44b5-b78e-607cee82e2f0 {
  margin-top: 6px;
margin-bottom: 6px;
min-height: 50px;
}








#s-f6217ef2-5d79-44b5-b78e-607cee82e2f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6217ef2-5d79-44b5-b78e-607cee82e2f0.shg-box.shg-c {
  justify-content: center;
}

#s-c350da6f-1f2d-4e56-a911-dfbfe6a85e13 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-bottom: 5em;
min-height: 50px;
background-position: center center;
}








#s-c350da6f-1f2d-4e56-a911-dfbfe6a85e13 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-c350da6f-1f2d-4e56-a911-dfbfe6a85e13.shg-box.shg-c {
  justify-content: center;
}

#s-d82dd7d0-8b01-4ca6-a33a-9187a1e0e40a {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d82dd7d0-8b01-4ca6-a33a-9187a1e0e40a {
  
}
}@media (max-width: 767px){#s-d82dd7d0-8b01-4ca6-a33a-9187a1e0e40a {
  
}
}







#s-d82dd7d0-8b01-4ca6-a33a-9187a1e0e40a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d82dd7d0-8b01-4ca6-a33a-9187a1e0e40a.shg-box.shg-c {
  justify-content: center;
}

#s-d1c00f70-46fc-439a-bce9-2f3b98ec970e {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-d1c00f70-46fc-439a-bce9-2f3b98ec970e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1c00f70-46fc-439a-bce9-2f3b98ec970e.shg-box.shg-c {
  justify-content: center;
}

#s-213fe446-677f-4ff9-9065-aa3fe9be3ec8 {
  margin-top: 0px;
margin-bottom: 1em;
text-align: center;
}




  #s-213fe446-677f-4ff9-9065-aa3fe9be3ec8 img.shogun-image {
    
    width: px;
  }


#s-213fe446-677f-4ff9-9065-aa3fe9be3ec8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd3f0b9f-db1f-4b1a-8b74-3e0b62bbc1f8 {
  margin-top: 0em;
margin-bottom: 0em;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-fd3f0b9f-db1f-4b1a-8b74-3e0b62bbc1f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd3f0b9f-db1f-4b1a-8b74-3e0b62bbc1f8.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;
}

#s-340db4b6-abfc-49cb-917f-a6df666d340d {
  margin-top: 0px;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-340db4b6-abfc-49cb-917f-a6df666d340d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-74460ca5-51e1-402d-a8f2-442182c593da {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-74460ca5-51e1-402d-a8f2-442182c593da {
  display: none;
}
#s-74460ca5-51e1-402d-a8f2-442182c593da, #wrap-s-74460ca5-51e1-402d-a8f2-442182c593da { display:none !important; }}







#s-74460ca5-51e1-402d-a8f2-442182c593da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74460ca5-51e1-402d-a8f2-442182c593da.shg-box.shg-c {
  justify-content: center;
}

#s-e4709bd0-348d-4a89-9c2a-61e0bd188215 {
  text-align: center;
}
@media (max-width: 767px){#s-e4709bd0-348d-4a89-9c2a-61e0bd188215 {
  display: none;
}
#s-e4709bd0-348d-4a89-9c2a-61e0bd188215, #wrap-s-e4709bd0-348d-4a89-9c2a-61e0bd188215 { display:none !important; }}



  #s-e4709bd0-348d-4a89-9c2a-61e0bd188215 img.shogun-image {
    
    width: px;
  }


#s-e4709bd0-348d-4a89-9c2a-61e0bd188215 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4da4aaea-a7d1-4305-a58e-ca3fdcd21428 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
max-width: 900px;
}

#s-4da4aaea-a7d1-4305-a58e-ca3fdcd21428 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(60, 180, 229, 1);
}

#s-4da4aaea-a7d1-4305-a58e-ca3fdcd21428 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-4da4aaea-a7d1-4305-a58e-ca3fdcd21428 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(60, 180, 229, 1);
}

#s-4da4aaea-a7d1-4305-a58e-ca3fdcd21428 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(60, 180, 229, 1);
}

#s-4da4aaea-a7d1-4305-a58e-ca3fdcd21428 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(60, 180, 229, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-4da4aaea-a7d1-4305-a58e-ca3fdcd21428 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-f74507d6-845d-4d28-99b9-b6e584bcc25b {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(60, 180, 229, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-f74507d6-845d-4d28-99b9-b6e584bcc25b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f74507d6-845d-4d28-99b9-b6e584bcc25b.shg-box.shg-c {
  justify-content: center;
}

#s-caec073e-2df6-485a-a0eb-5646e2bea835 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-caec073e-2df6-485a-a0eb-5646e2bea835"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f1ec5e08-c21d-4978-b207-6fd0111ffeac {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-f1ec5e08-c21d-4978-b207-6fd0111ffeac img.shogun-image {
    
    width: px;
  }


#s-f1ec5e08-c21d-4978-b207-6fd0111ffeac .shogun-image-content {
  
    align-items: center;
  
}

#s-9fdde2dd-92a3-49eb-b161-8d05d9d3cc83 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-9fdde2dd-92a3-49eb-b161-8d05d9d3cc83 img.shogun-image {
    
    width: px;
  }


#s-9fdde2dd-92a3-49eb-b161-8d05d9d3cc83 .shogun-image-content {
  
    align-items: center;
  
}

#s-620f8b87-0fec-44f9-a130-d24a1f8401e3 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-620f8b87-0fec-44f9-a130-d24a1f8401e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cdc55dfa-f924-4609-b91e-42917ceb64e7 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-cdc55dfa-f924-4609-b91e-42917ceb64e7 img.shogun-image {
    
    width: px;
  }


#s-cdc55dfa-f924-4609-b91e-42917ceb64e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-28d4e619-d984-4746-b999-52539e59df87 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-28d4e619-d984-4746-b999-52539e59df87 img.shogun-image {
    
    width: px;
  }


#s-28d4e619-d984-4746-b999-52539e59df87 .shogun-image-content {
  
    align-items: center;
  
}

#s-22ee2835-b7c0-4ed7-a9f6-f827008a7249 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-22ee2835-b7c0-4ed7-a9f6-f827008a7249"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-69de7d88-a1f3-44e6-93fb-7c7142c4ee12 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-69de7d88-a1f3-44e6-93fb-7c7142c4ee12 {
  display: none;
}
#s-69de7d88-a1f3-44e6-93fb-7c7142c4ee12, #wrap-s-69de7d88-a1f3-44e6-93fb-7c7142c4ee12 { display:none !important; }}







#s-69de7d88-a1f3-44e6-93fb-7c7142c4ee12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69de7d88-a1f3-44e6-93fb-7c7142c4ee12.shg-box.shg-c {
  justify-content: center;
}

#s-542e8d99-82fd-44b9-8bca-0517eb45ff8b {
  text-align: center;
}
@media (max-width: 767px){#s-542e8d99-82fd-44b9-8bca-0517eb45ff8b {
  display: none;
}
#s-542e8d99-82fd-44b9-8bca-0517eb45ff8b, #wrap-s-542e8d99-82fd-44b9-8bca-0517eb45ff8b { display:none !important; }}



  #s-542e8d99-82fd-44b9-8bca-0517eb45ff8b img.shogun-image {
    
    width: px;
  }


#s-542e8d99-82fd-44b9-8bca-0517eb45ff8b .shogun-image-content {
  
    align-items: center;
  
}

#s-59bb342e-84f5-446c-b099-82760adfa307 {
  margin-bottom: 8px;
}

#s-59bb342e-84f5-446c-b099-82760adfa307 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 0, 11, 1);
}

#s-59bb342e-84f5-446c-b099-82760adfa307 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-59bb342e-84f5-446c-b099-82760adfa307 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(227, 0, 11, 1);
}

#s-59bb342e-84f5-446c-b099-82760adfa307 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(227, 0, 11, 1);
}

#s-59bb342e-84f5-446c-b099-82760adfa307 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(227, 0, 11, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-59bb342e-84f5-446c-b099-82760adfa307 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-6dbfff16-a928-45cb-b2f2-c40124053f4d {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-6dbfff16-a928-45cb-b2f2-c40124053f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dbfff16-a928-45cb-b2f2-c40124053f4d.shg-box.shg-c {
  justify-content: center;
}

#s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f45179d8-4eb2-47cc-9758-19a2e78f0f4e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c45c6f0a-17f0-401e-ad48-12648dca109d {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-c45c6f0a-17f0-401e-ad48-12648dca109d img.shogun-image {
    
    width: px;
  }


#s-c45c6f0a-17f0-401e-ad48-12648dca109d .shogun-image-content {
  
    align-items: center;
  
}

#s-7394d2a0-35ce-45ea-9b37-59007d12ffd8 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-7394d2a0-35ce-45ea-9b37-59007d12ffd8 img.shogun-image {
    
    width: px;
  }


#s-7394d2a0-35ce-45ea-9b37-59007d12ffd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d4a5f72-be15-43b1-b555-4295d7db15e0 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d4a5f72-be15-43b1-b555-4295d7db15e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1405d6d2-c8ad-403d-bc2f-b62063775b63 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-1405d6d2-c8ad-403d-bc2f-b62063775b63 img.shogun-image {
    
    width: px;
  }


#s-1405d6d2-c8ad-403d-bc2f-b62063775b63 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3eef453-7384-4863-8299-db8db6663d85 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-f3eef453-7384-4863-8299-db8db6663d85 img.shogun-image {
    
    width: px;
  }


#s-f3eef453-7384-4863-8299-db8db6663d85 .shogun-image-content {
  
    align-items: center;
  
}

#s-b814f857-c7c9-436e-af84-e8b3093a73d8 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b814f857-c7c9-436e-af84-e8b3093a73d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4faa07aa-5c32-4962-be83-4490952d01c0 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-4faa07aa-5c32-4962-be83-4490952d01c0 img.shogun-image {
    
    width: px;
  }


#s-4faa07aa-5c32-4962-be83-4490952d01c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-637dea0a-79de-4173-b741-32f671ac0154 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-637dea0a-79de-4173-b741-32f671ac0154 img.shogun-image {
    
    width: px;
  }


#s-637dea0a-79de-4173-b741-32f671ac0154 .shogun-image-content {
  
    align-items: center;
  
}

#s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d45b0ee1-8f5f-48b6-b09e-601e843c8dc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7cb390ea-b6fc-497d-bbcf-3824bed2b405 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-7cb390ea-b6fc-497d-bbcf-3824bed2b405 img.shogun-image {
    
    width: px;
  }


#s-7cb390ea-b6fc-497d-bbcf-3824bed2b405 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1d33405-709d-4eb8-862d-296dd9994522 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-b1d33405-709d-4eb8-862d-296dd9994522 img.shogun-image {
    
    width: px;
  }


#s-b1d33405-709d-4eb8-862d-296dd9994522 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8ecf6a6-e2ae-46b2-b62b-6fcd01feb01c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a9238d27-f4b7-4fcc-b5e6-eb2a8cf3668f {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-a9238d27-f4b7-4fcc-b5e6-eb2a8cf3668f img.shogun-image {
    
    width: px;
  }


#s-a9238d27-f4b7-4fcc-b5e6-eb2a8cf3668f .shogun-image-content {
  
    align-items: center;
  
}

#s-b70c6361-db0c-4750-adfb-14ce21e6b415 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-b70c6361-db0c-4750-adfb-14ce21e6b415 img.shogun-image {
    
    width: px;
  }


#s-b70c6361-db0c-4750-adfb-14ce21e6b415 .shogun-image-content {
  
    align-items: center;
  
}

#s-9afe24a9-587c-47f5-a436-93ff34a81573 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9afe24a9-587c-47f5-a436-93ff34a81573"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3a32b575-8d2f-4c94-839f-c36a6a0593ac {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-3a32b575-8d2f-4c94-839f-c36a6a0593ac img.shogun-image {
    
    width: px;
  }


#s-3a32b575-8d2f-4c94-839f-c36a6a0593ac .shogun-image-content {
  
    align-items: center;
  
}

#s-40b83b2e-a274-4a89-8b4d-3fa709a9deb6 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-40b83b2e-a274-4a89-8b4d-3fa709a9deb6 img.shogun-image {
    
    width: px;
  }


#s-40b83b2e-a274-4a89-8b4d-3fa709a9deb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4888753f-bd77-46f7-a7e8-c87344986313 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4888753f-bd77-46f7-a7e8-c87344986313"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bc4ec11d-5595-422f-bb40-af6fbd336570 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-bc4ec11d-5595-422f-bb40-af6fbd336570 img.shogun-image {
    
    width: px;
  }


#s-bc4ec11d-5595-422f-bb40-af6fbd336570 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bbcdb1a-90df-4a32-8b84-5708238b4049 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-5bbcdb1a-90df-4a32-8b84-5708238b4049 img.shogun-image {
    
    width: px;
  }


#s-5bbcdb1a-90df-4a32-8b84-5708238b4049 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2a8ed4b-df9c-4cc4-a614-147c6e7d1c3b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d1680110-c00b-444b-886d-bb42eb3350c4 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d1680110-c00b-444b-886d-bb42eb3350c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-09305836-5743-4fe6-ae54-c8efb6b8cc1d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-09305836-5743-4fe6-ae54-c8efb6b8cc1d {
  display: none;
}
#s-09305836-5743-4fe6-ae54-c8efb6b8cc1d, #wrap-s-09305836-5743-4fe6-ae54-c8efb6b8cc1d { display:none !important; }}







#s-09305836-5743-4fe6-ae54-c8efb6b8cc1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09305836-5743-4fe6-ae54-c8efb6b8cc1d.shg-box.shg-c {
  justify-content: center;
}

#s-318b4aaf-34f5-46cb-8d5b-b2a6a5c3b893 {
  text-align: center;
}
@media (max-width: 767px){#s-318b4aaf-34f5-46cb-8d5b-b2a6a5c3b893 {
  display: none;
}
#s-318b4aaf-34f5-46cb-8d5b-b2a6a5c3b893, #wrap-s-318b4aaf-34f5-46cb-8d5b-b2a6a5c3b893 { display:none !important; }}



  #s-318b4aaf-34f5-46cb-8d5b-b2a6a5c3b893 img.shogun-image {
    
    width: px;
  }


#s-318b4aaf-34f5-46cb-8d5b-b2a6a5c3b893 .shogun-image-content {
  
    align-items: center;
  
}

#s-38bb09ed-d09e-4174-bdf8-e9746d609b0e {
  margin-bottom: 8px;
}

#s-38bb09ed-d09e-4174-bdf8-e9746d609b0e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 103, 29, 1);
}

#s-38bb09ed-d09e-4174-bdf8-e9746d609b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-38bb09ed-d09e-4174-bdf8-e9746d609b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 103, 29, 1);
}

#s-38bb09ed-d09e-4174-bdf8-e9746d609b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 103, 29, 1);
}

#s-38bb09ed-d09e-4174-bdf8-e9746d609b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 103, 29, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-38bb09ed-d09e-4174-bdf8-e9746d609b0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-b22b2a89-1df7-424e-aec8-5950c44f1d26 {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 103, 29, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-b22b2a89-1df7-424e-aec8-5950c44f1d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b22b2a89-1df7-424e-aec8-5950c44f1d26.shg-box.shg-c {
  justify-content: center;
}

#s-bf612dbe-4a93-4370-b76c-d11dd8500ac9 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf612dbe-4a93-4370-b76c-d11dd8500ac9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-15b87f6e-5b17-46ae-8625-572eb62aa217 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-15b87f6e-5b17-46ae-8625-572eb62aa217 img.shogun-image {
    
    width: px;
  }


#s-15b87f6e-5b17-46ae-8625-572eb62aa217 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c971757-c968-4dce-8f3f-f39111a629be {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-3c971757-c968-4dce-8f3f-f39111a629be img.shogun-image {
    
    width: px;
  }


#s-3c971757-c968-4dce-8f3f-f39111a629be .shogun-image-content {
  
    align-items: center;
  
}

#s-2dbf8915-1a71-4d95-be15-032c2e755d07 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2dbf8915-1a71-4d95-be15-032c2e755d07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d2be4300-7ac3-4987-8a5e-9d3eca134829 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-d2be4300-7ac3-4987-8a5e-9d3eca134829 img.shogun-image {
    
    width: px;
  }


#s-d2be4300-7ac3-4987-8a5e-9d3eca134829 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b1acbc2b-14c4-48f5-82e8-7444b6f0254e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-664e4063-e756-48a7-911b-c3f27af7debf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-664e4063-e756-48a7-911b-c3f27af7debf {
  display: none;
}
#s-664e4063-e756-48a7-911b-c3f27af7debf, #wrap-s-664e4063-e756-48a7-911b-c3f27af7debf { display:none !important; }}







#s-664e4063-e756-48a7-911b-c3f27af7debf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-664e4063-e756-48a7-911b-c3f27af7debf.shg-box.shg-c {
  justify-content: center;
}

#s-9d4323ce-4537-48df-812c-ec11084f2168 {
  text-align: center;
}
@media (max-width: 767px){#s-9d4323ce-4537-48df-812c-ec11084f2168 {
  display: none;
}
#s-9d4323ce-4537-48df-812c-ec11084f2168, #wrap-s-9d4323ce-4537-48df-812c-ec11084f2168 { display:none !important; }}



  #s-9d4323ce-4537-48df-812c-ec11084f2168 img.shogun-image {
    
    width: px;
  }


#s-9d4323ce-4537-48df-812c-ec11084f2168 .shogun-image-content {
  
    align-items: center;
  
}

#s-a489552b-6a60-4050-8d6d-8c9c37157b0a {
  margin-top: 0em;
margin-bottom: 8px;
}

#s-a489552b-6a60-4050-8d6d-8c9c37157b0a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(56, 92, 173, 1);
}

#s-a489552b-6a60-4050-8d6d-8c9c37157b0a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a489552b-6a60-4050-8d6d-8c9c37157b0a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(56, 92, 173, 1);
}

#s-a489552b-6a60-4050-8d6d-8c9c37157b0a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(56, 92, 173, 1);
}

#s-a489552b-6a60-4050-8d6d-8c9c37157b0a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(56, 92, 173, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-a489552b-6a60-4050-8d6d-8c9c37157b0a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-d5b8faf2-2a87-4ecf-a6ba-a6bef258b9ec {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 92, 173, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-d5b8faf2-2a87-4ecf-a6ba-a6bef258b9ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5b8faf2-2a87-4ecf-a6ba-a6bef258b9ec.shg-box.shg-c {
  justify-content: center;
}

#s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dcd9ab58-d2cf-43a0-99cc-df3ed6627d2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-53f293c4-39c8-4d55-b966-2b804021d3ac {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-53f293c4-39c8-4d55-b966-2b804021d3ac img.shogun-image {
    
    width: px;
  }


#s-53f293c4-39c8-4d55-b966-2b804021d3ac .shogun-image-content {
  
    align-items: center;
  
}

#s-f8751533-a16f-4c1f-bf43-34466ae3d881 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f8751533-a16f-4c1f-bf43-34466ae3d881"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-4b572d3c-7f2b-4ce3-aa93-62e28ae4ceac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-4b572d3c-7f2b-4ce3-aa93-62e28ae4ceac {
  display: none;
}
#s-4b572d3c-7f2b-4ce3-aa93-62e28ae4ceac, #wrap-s-4b572d3c-7f2b-4ce3-aa93-62e28ae4ceac { display:none !important; }}







#s-4b572d3c-7f2b-4ce3-aa93-62e28ae4ceac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b572d3c-7f2b-4ce3-aa93-62e28ae4ceac.shg-box.shg-c {
  justify-content: center;
}

#s-c267cb30-dafd-4c88-be44-17d82ee6c615 {
  text-align: center;
}
@media (max-width: 767px){#s-c267cb30-dafd-4c88-be44-17d82ee6c615 {
  display: none;
}
#s-c267cb30-dafd-4c88-be44-17d82ee6c615, #wrap-s-c267cb30-dafd-4c88-be44-17d82ee6c615 { display:none !important; }}



  #s-c267cb30-dafd-4c88-be44-17d82ee6c615 img.shogun-image {
    
    width: px;
  }


#s-c267cb30-dafd-4c88-be44-17d82ee6c615 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe827554-acc0-4bf0-b37f-b0fcf0b2fd2f {
  margin-top: 0px;
margin-bottom: 8px;
}

#s-fe827554-acc0-4bf0-b37f-b0fcf0b2fd2f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 183, 27, 1);
}

#s-fe827554-acc0-4bf0-b37f-b0fcf0b2fd2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-fe827554-acc0-4bf0-b37f-b0fcf0b2fd2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 183, 27, 1);
}

#s-fe827554-acc0-4bf0-b37f-b0fcf0b2fd2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 183, 27, 1);
}

#s-fe827554-acc0-4bf0-b37f-b0fcf0b2fd2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 183, 27, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-fe827554-acc0-4bf0-b37f-b0fcf0b2fd2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-57816ac3-eb4a-490e-b33b-326351df8c40 {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 183, 27, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-57816ac3-eb4a-490e-b33b-326351df8c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57816ac3-eb4a-490e-b33b-326351df8c40.shg-box.shg-c {
  justify-content: center;
}

#s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5a7f303-9590-4d6d-8454-93cc2ea9c39d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7fd943fa-cf2a-450b-a459-9837a88c3f5f {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-7fd943fa-cf2a-450b-a459-9837a88c3f5f img.shogun-image {
    
    width: px;
  }


#s-7fd943fa-cf2a-450b-a459-9837a88c3f5f .shogun-image-content {
  
    align-items: center;
  
}

#s-661ff34c-3ffb-437a-9162-98f0f78c6296 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-661ff34c-3ffb-437a-9162-98f0f78c6296 img.shogun-image {
    
    width: px;
  }


#s-661ff34c-3ffb-437a-9162-98f0f78c6296 .shogun-image-content {
  
    align-items: center;
  
}

#s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-de3ea8ab-c6f1-416f-9006-3ac0d84ff350"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0b7d0845-445e-4d23-8810-aa4dea93e1de {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-0b7d0845-445e-4d23-8810-aa4dea93e1de img.shogun-image {
    
    width: px;
  }


#s-0b7d0845-445e-4d23-8810-aa4dea93e1de .shogun-image-content {
  
    align-items: center;
  
}

#s-e86dd0e5-086b-4698-ac72-9f76db9ee2be {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-e86dd0e5-086b-4698-ac72-9f76db9ee2be img.shogun-image {
    
    width: px;
  }


#s-e86dd0e5-086b-4698-ac72-9f76db9ee2be .shogun-image-content {
  
    align-items: center;
  
}

#s-c20af174-63c1-444a-95b6-1263f2a8389a {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c20af174-63c1-444a-95b6-1263f2a8389a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1f9db519-279c-418f-b839-05a7ea641db0 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-1f9db519-279c-418f-b839-05a7ea641db0 img.shogun-image {
    
    width: px;
  }


#s-1f9db519-279c-418f-b839-05a7ea641db0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c718bdb9-d3ad-4161-ac42-83501bfdcb17 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-c718bdb9-d3ad-4161-ac42-83501bfdcb17 img.shogun-image {
    
    width: px;
  }


#s-c718bdb9-d3ad-4161-ac42-83501bfdcb17 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7473610-e9b1-490c-936d-7e339cb56d44 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7473610-e9b1-490c-936d-7e339cb56d44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ea326016-aee5-40ff-88a5-30137d4402da {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-ea326016-aee5-40ff-88a5-30137d4402da img.shogun-image {
    
    width: px;
  }


#s-ea326016-aee5-40ff-88a5-30137d4402da .shogun-image-content {
  
    align-items: center;
  
}

#s-b99ecc7d-03e6-488e-97c3-32eb60615eca {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-b99ecc7d-03e6-488e-97c3-32eb60615eca img.shogun-image {
    
    width: px;
  }


#s-b99ecc7d-03e6-488e-97c3-32eb60615eca .shogun-image-content {
  
    align-items: center;
  
}

#s-c446b5c8-477d-454c-a777-97948dd9d58b {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c446b5c8-477d-454c-a777-97948dd9d58b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ee0a1727-1b62-489b-8abc-38d5592a5e83 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-ee0a1727-1b62-489b-8abc-38d5592a5e83 {
  display: none;
}
#s-ee0a1727-1b62-489b-8abc-38d5592a5e83, #wrap-s-ee0a1727-1b62-489b-8abc-38d5592a5e83 { display:none !important; }}







#s-ee0a1727-1b62-489b-8abc-38d5592a5e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee0a1727-1b62-489b-8abc-38d5592a5e83.shg-box.shg-c {
  justify-content: center;
}

#s-2d50bd3d-12ed-40f3-9e72-8647ca893e9c {
  text-align: center;
}
@media (max-width: 767px){#s-2d50bd3d-12ed-40f3-9e72-8647ca893e9c {
  display: none;
}
#s-2d50bd3d-12ed-40f3-9e72-8647ca893e9c, #wrap-s-2d50bd3d-12ed-40f3-9e72-8647ca893e9c { display:none !important; }}



  #s-2d50bd3d-12ed-40f3-9e72-8647ca893e9c img.shogun-image {
    
    width: px;
  }


#s-2d50bd3d-12ed-40f3-9e72-8647ca893e9c .shogun-image-content {
  
    align-items: center;
  
}

#s-04ee33e2-6c36-4d10-8539-5624390a1519 {
  margin-top: 0em;
margin-bottom: 8px;
}

#s-04ee33e2-6c36-4d10-8539-5624390a1519 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(34, 93, 56, 1);
}

#s-04ee33e2-6c36-4d10-8539-5624390a1519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-04ee33e2-6c36-4d10-8539-5624390a1519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(34, 93, 56, 1);
}

#s-04ee33e2-6c36-4d10-8539-5624390a1519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(34, 93, 56, 1);
}

#s-04ee33e2-6c36-4d10-8539-5624390a1519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(34, 93, 56, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-04ee33e2-6c36-4d10-8539-5624390a1519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-27608b54-231b-460f-b0d4-eee65cfe2035 {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(34, 93, 56, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-27608b54-231b-460f-b0d4-eee65cfe2035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27608b54-231b-460f-b0d4-eee65cfe2035.shg-box.shg-c {
  justify-content: center;
}

#s-e3444e9a-4048-4686-8393-4e77f320472d {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3444e9a-4048-4686-8393-4e77f320472d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-06f1fd7f-a211-40c3-bfca-d51a5d4b9e92 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-06f1fd7f-a211-40c3-bfca-d51a5d4b9e92 img.shogun-image {
    
    width: px;
  }


#s-06f1fd7f-a211-40c3-bfca-d51a5d4b9e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-21d81cae-ad40-45e9-be89-642d4047ae92 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-21d81cae-ad40-45e9-be89-642d4047ae92 img.shogun-image {
    
    width: px;
  }


#s-21d81cae-ad40-45e9-be89-642d4047ae92 .shogun-image-content {
  
    align-items: center;
  
}

#s-74637889-862b-44bb-bfc5-af2cea99d730 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74637889-862b-44bb-bfc5-af2cea99d730"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a4cdced6-5420-43a4-a9b5-d444507e09e4 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-a4cdced6-5420-43a4-a9b5-d444507e09e4 img.shogun-image {
    
    width: px;
  }


#s-a4cdced6-5420-43a4-a9b5-d444507e09e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3371d90-b515-4d0b-a3cf-869e19122c73 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-c3371d90-b515-4d0b-a3cf-869e19122c73 img.shogun-image {
    
    width: px;
  }


#s-c3371d90-b515-4d0b-a3cf-869e19122c73 .shogun-image-content {
  
    align-items: center;
  
}

#s-65085b37-c10d-4983-93cf-01d148c556f8 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-65085b37-c10d-4983-93cf-01d148c556f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-834d0a45-2876-484b-b37f-6a086af1e4db {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-834d0a45-2876-484b-b37f-6a086af1e4db img.shogun-image {
    
    width: px;
  }


#s-834d0a45-2876-484b-b37f-6a086af1e4db .shogun-image-content {
  
    align-items: center;
  
}

#s-9755acd3-4515-412f-84a6-653cf12f0868 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9755acd3-4515-412f-84a6-653cf12f0868"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-9abcd284-04c2-4bd9-a745-865755d7a086 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-9abcd284-04c2-4bd9-a745-865755d7a086 {
  display: none;
}
#s-9abcd284-04c2-4bd9-a745-865755d7a086, #wrap-s-9abcd284-04c2-4bd9-a745-865755d7a086 { display:none !important; }}







#s-9abcd284-04c2-4bd9-a745-865755d7a086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9abcd284-04c2-4bd9-a745-865755d7a086.shg-box.shg-c {
  justify-content: center;
}

#s-7aa65f33-7636-4847-a4b4-d092ea12eb3d {
  text-align: center;
}
@media (max-width: 767px){#s-7aa65f33-7636-4847-a4b4-d092ea12eb3d {
  display: none;
}
#s-7aa65f33-7636-4847-a4b4-d092ea12eb3d, #wrap-s-7aa65f33-7636-4847-a4b4-d092ea12eb3d { display:none !important; }}



  #s-7aa65f33-7636-4847-a4b4-d092ea12eb3d img.shogun-image {
    
    width: px;
  }


#s-7aa65f33-7636-4847-a4b4-d092ea12eb3d .shogun-image-content {
  
    align-items: center;
  
}

#s-71418073-6643-4935-af74-c81ec41f2e4b {
  margin-top: 0em;
margin-bottom: 8px;
}

#s-71418073-6643-4935-af74-c81ec41f2e4b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(68, 68, 68, 1);
}

#s-71418073-6643-4935-af74-c81ec41f2e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-71418073-6643-4935-af74-c81ec41f2e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(96, 96, 96, 1);
}

#s-71418073-6643-4935-af74-c81ec41f2e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(68, 68, 68, 1);
}

#s-71418073-6643-4935-af74-c81ec41f2e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(96, 96, 96, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-71418073-6643-4935-af74-c81ec41f2e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-3ba5fb1d-7af6-48fb-a05a-896ea3ad10ac {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(61, 57, 53, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-3ba5fb1d-7af6-48fb-a05a-896ea3ad10ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba5fb1d-7af6-48fb-a05a-896ea3ad10ac.shg-box.shg-c {
  justify-content: center;
}

#s-329a9662-fc6b-44c0-b433-066b11262be1 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-329a9662-fc6b-44c0-b433-066b11262be1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8b3653dd-46da-4b2b-8f0b-c38a70b67ff4 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-8b3653dd-46da-4b2b-8f0b-c38a70b67ff4 img.shogun-image {
    
    width: px;
  }


#s-8b3653dd-46da-4b2b-8f0b-c38a70b67ff4 .shogun-image-content {
  
    align-items: center;
  
}

#s-05d7de32-fde6-4c7f-b39d-0f8b587a60ed {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-05d7de32-fde6-4c7f-b39d-0f8b587a60ed img.shogun-image {
    
    width: px;
  }


#s-05d7de32-fde6-4c7f-b39d-0f8b587a60ed .shogun-image-content {
  
    align-items: center;
  
}

#s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-207c68b2-bc1b-47f5-adac-f7e5c8aa013a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d9c3a4d9-63ed-43c3-a6a5-48256c8f681b {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-d9c3a4d9-63ed-43c3-a6a5-48256c8f681b img.shogun-image {
    
    width: px;
  }


#s-d9c3a4d9-63ed-43c3-a6a5-48256c8f681b .shogun-image-content {
  
    align-items: center;
  
}

#s-9023f3ba-7d74-4d4e-920e-4ada7a96d7f6 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-9023f3ba-7d74-4d4e-920e-4ada7a96d7f6 img.shogun-image {
    
    width: px;
  }


#s-9023f3ba-7d74-4d4e-920e-4ada7a96d7f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d56b672a-0088-420b-8cb8-1247170cbf04 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d56b672a-0088-420b-8cb8-1247170cbf04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-eff78be5-4e17-4cdc-9ce8-a05e10132cf3 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-eff78be5-4e17-4cdc-9ce8-a05e10132cf3 img.shogun-image {
    
    width: px;
  }


#s-eff78be5-4e17-4cdc-9ce8-a05e10132cf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-767ddfdf-bd45-45f5-91a3-ccbebe474550 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-767ddfdf-bd45-45f5-91a3-ccbebe474550 img.shogun-image {
    
    width: px;
  }


#s-767ddfdf-bd45-45f5-91a3-ccbebe474550 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d027726-55a4-4677-b4e2-2e06ebc794e6 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5d027726-55a4-4677-b4e2-2e06ebc794e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d6bdbae4-f130-4657-ad00-910043fc8784 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-d6bdbae4-f130-4657-ad00-910043fc8784 img.shogun-image {
    
    width: px;
  }


#s-d6bdbae4-f130-4657-ad00-910043fc8784 .shogun-image-content {
  
    align-items: center;
  
}

#s-30120512-8c72-4dac-9190-29e485ad34dc {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-30120512-8c72-4dac-9190-29e485ad34dc img.shogun-image {
    
    width: px;
  }


#s-30120512-8c72-4dac-9190-29e485ad34dc .shogun-image-content {
  
    align-items: center;
  
}

#s-c602f07b-74a0-40db-ad17-daa9fe60524d {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c602f07b-74a0-40db-ad17-daa9fe60524d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c7daa7f7-080b-4cbf-8d58-08df39c51dd2 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-c7daa7f7-080b-4cbf-8d58-08df39c51dd2 img.shogun-image {
    
    width: px;
  }


#s-c7daa7f7-080b-4cbf-8d58-08df39c51dd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-34844c53-cd01-4c78-a601-05b282df5339 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-34844c53-cd01-4c78-a601-05b282df5339 img.shogun-image {
    
    width: px;
  }


#s-34844c53-cd01-4c78-a601-05b282df5339 .shogun-image-content {
  
    align-items: center;
  
}

#s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75e1c1b1-1e2b-45c3-8cf3-d13342ba8994"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-280183a9-40a3-4854-bb80-b00babf0420e {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-280183a9-40a3-4854-bb80-b00babf0420e img.shogun-image {
    
    width: px;
  }


#s-280183a9-40a3-4854-bb80-b00babf0420e .shogun-image-content {
  
    align-items: center;
  
}

#s-ec0df4bf-c657-408a-bdf7-be3b51f6bed2 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-ec0df4bf-c657-408a-bdf7-be3b51f6bed2 img.shogun-image {
    
    width: px;
  }


#s-ec0df4bf-c657-408a-bdf7-be3b51f6bed2 .shogun-image-content {
  
    align-items: center;
  
}

#s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-56bb5ccf-c5ad-4dcb-bf9f-6b4240edf84f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-56a68323-9be8-4876-98cc-b06ccde73312 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-56a68323-9be8-4876-98cc-b06ccde73312 img.shogun-image {
    
    width: px;
  }


#s-56a68323-9be8-4876-98cc-b06ccde73312 .shogun-image-content {
  
    align-items: center;
  
}

#s-e71610cf-c341-4b4f-b5f1-1c9fe5df48b8 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-e71610cf-c341-4b4f-b5f1-1c9fe5df48b8 img.shogun-image {
    
    width: px;
  }


#s-e71610cf-c341-4b4f-b5f1-1c9fe5df48b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f7dc39d-6343-472b-873f-7e2a87f15e65 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2f7dc39d-6343-472b-873f-7e2a87f15e65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7bfb002d-63a4-46d6-b0bc-93cf3e90d690"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c4ccf8e8-de2c-4345-888c-50e4f02db913 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-c4ccf8e8-de2c-4345-888c-50e4f02db913 {
  display: none;
}
#s-c4ccf8e8-de2c-4345-888c-50e4f02db913, #wrap-s-c4ccf8e8-de2c-4345-888c-50e4f02db913 { display:none !important; }}







#s-c4ccf8e8-de2c-4345-888c-50e4f02db913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4ccf8e8-de2c-4345-888c-50e4f02db913.shg-box.shg-c {
  justify-content: center;
}

#s-755bbc4c-8e09-45cf-8506-37faba11a41e {
  text-align: center;
}
@media (max-width: 767px){#s-755bbc4c-8e09-45cf-8506-37faba11a41e {
  display: none;
}
#s-755bbc4c-8e09-45cf-8506-37faba11a41e, #wrap-s-755bbc4c-8e09-45cf-8506-37faba11a41e { display:none !important; }}



  #s-755bbc4c-8e09-45cf-8506-37faba11a41e img.shogun-image {
    
    width: px;
  }


#s-755bbc4c-8e09-45cf-8506-37faba11a41e .shogun-image-content {
  
    align-items: center;
  
}

#s-3b958919-465d-4293-8cc8-3e0fa7c43847 {
  margin-top: 0em;
margin-bottom: 8px;
}

#s-3b958919-465d-4293-8cc8-3e0fa7c43847 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(131, 71, 173, 1);
}

#s-3b958919-465d-4293-8cc8-3e0fa7c43847 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-3b958919-465d-4293-8cc8-3e0fa7c43847 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(131, 71, 173, 1);
}

#s-3b958919-465d-4293-8cc8-3e0fa7c43847 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(131, 71, 173, 1);
}

#s-3b958919-465d-4293-8cc8-3e0fa7c43847 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(131, 71, 173, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-3b958919-465d-4293-8cc8-3e0fa7c43847 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-127a753a-939e-42d5-ba96-096fae58eaa2 {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(131, 71, 173, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-127a753a-939e-42d5-ba96-096fae58eaa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-127a753a-939e-42d5-ba96-096fae58eaa2.shg-box.shg-c {
  justify-content: center;
}

#s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ed8d8fa-a802-4da5-af38-b82a5ce46cfe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2b3103cd-19bd-4624-bc8a-108edd38870c {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-2b3103cd-19bd-4624-bc8a-108edd38870c img.shogun-image {
    
    width: px;
  }


#s-2b3103cd-19bd-4624-bc8a-108edd38870c .shogun-image-content {
  
    align-items: center;
  
}

#s-8c8dfdbf-7fe3-48c6-b5d2-809b15ade558 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-8c8dfdbf-7fe3-48c6-b5d2-809b15ade558 img.shogun-image {
    
    width: px;
  }


#s-8c8dfdbf-7fe3-48c6-b5d2-809b15ade558 .shogun-image-content {
  
    align-items: center;
  
}

#s-32697f5e-1066-4a1e-96f5-38653b705d36 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32697f5e-1066-4a1e-96f5-38653b705d36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-56b0f824-7cdf-4389-b598-8a8241ac9cf8 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-56b0f824-7cdf-4389-b598-8a8241ac9cf8 img.shogun-image {
    
    width: px;
  }


#s-56b0f824-7cdf-4389-b598-8a8241ac9cf8 .shogun-image-content {
  
    align-items: center;
  
}

#s-db617c41-f0ee-42e4-b54f-c6ca12170030 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-db617c41-f0ee-42e4-b54f-c6ca12170030 img.shogun-image {
    
    width: px;
  }


#s-db617c41-f0ee-42e4-b54f-c6ca12170030 .shogun-image-content {
  
    align-items: center;
  
}

#s-699d9209-1a2f-4f90-a8a5-10f99170b1b4 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-699d9209-1a2f-4f90-a8a5-10f99170b1b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f19b05fc-bdd3-46ec-94bd-0b229444519e {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-f19b05fc-bdd3-46ec-94bd-0b229444519e img.shogun-image {
    
    width: px;
  }


#s-f19b05fc-bdd3-46ec-94bd-0b229444519e .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a6a75bc0-5ad3-40da-a2f1-c4204b311aab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-16621d96-09b8-40f7-b5e6-c9b9a822b8ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60px;
}
@media (max-width: 767px){#s-16621d96-09b8-40f7-b5e6-c9b9a822b8ea {
  display: none;
}
#s-16621d96-09b8-40f7-b5e6-c9b9a822b8ea, #wrap-s-16621d96-09b8-40f7-b5e6-c9b9a822b8ea { display:none !important; }}







#s-16621d96-09b8-40f7-b5e6-c9b9a822b8ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16621d96-09b8-40f7-b5e6-c9b9a822b8ea.shg-box.shg-c {
  justify-content: center;
}

#s-d10d1587-f880-45df-87d7-40340b3e0768 {
  text-align: center;
}
@media (max-width: 767px){#s-d10d1587-f880-45df-87d7-40340b3e0768 {
  display: none;
}
#s-d10d1587-f880-45df-87d7-40340b3e0768, #wrap-s-d10d1587-f880-45df-87d7-40340b3e0768 { display:none !important; }}



  #s-d10d1587-f880-45df-87d7-40340b3e0768 img.shogun-image {
    
    width: px;
  }


#s-d10d1587-f880-45df-87d7-40340b3e0768 .shogun-image-content {
  
    align-items: center;
  
}

#s-13717cbb-42fb-4958-a6fa-33a9b3f3f5e0 {
  margin-top: 0em;
margin-bottom: 8px;
}

#s-13717cbb-42fb-4958-a6fa-33a9b3f3f5e0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(220, 37, 151, 1);
}

#s-13717cbb-42fb-4958-a6fa-33a9b3f3f5e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-13717cbb-42fb-4958-a6fa-33a9b3f3f5e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(220, 37, 151, 1);
}

#s-13717cbb-42fb-4958-a6fa-33a9b3f3f5e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(220, 37, 151, 1);
}

#s-13717cbb-42fb-4958-a6fa-33a9b3f3f5e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(220, 37, 151, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-13717cbb-42fb-4958-a6fa-33a9b3f3f5e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-e2291caf-8464-414b-a721-9601c22d6a2e {
  border-style: solid;
margin-top: -1em;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(220, 37, 151, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-e2291caf-8464-414b-a721-9601c22d6a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2291caf-8464-414b-a721-9601c22d6a2e.shg-box.shg-c {
  justify-content: center;
}

#s-03f8ae12-0207-42f6-864f-7e0233d3c48d {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03f8ae12-0207-42f6-864f-7e0233d3c48d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9a962474-758c-4898-8855-ea9b770d8e04 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-9a962474-758c-4898-8855-ea9b770d8e04 img.shogun-image {
    
    width: px;
  }


#s-9a962474-758c-4898-8855-ea9b770d8e04 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff0c833e-15ca-4b3f-9d5d-1763a320ed4c {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-ff0c833e-15ca-4b3f-9d5d-1763a320ed4c img.shogun-image {
    
    width: px;
  }


#s-ff0c833e-15ca-4b3f-9d5d-1763a320ed4c .shogun-image-content {
  
    align-items: center;
  
}

#s-2fce3abb-4133-40ec-8981-2a97d6cd84b5 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2fce3abb-4133-40ec-8981-2a97d6cd84b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-778ab59e-10a4-45ce-a630-a91704c7033e {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-778ab59e-10a4-45ce-a630-a91704c7033e img.shogun-image {
    
    width: px;
  }


#s-778ab59e-10a4-45ce-a630-a91704c7033e .shogun-image-content {
  
    align-items: center;
  
}

#s-5de8503a-9951-4bb5-96b5-d38cd93af325 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-5de8503a-9951-4bb5-96b5-d38cd93af325 img.shogun-image {
    
    width: px;
  }


#s-5de8503a-9951-4bb5-96b5-d38cd93af325 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e1a2f7e6-f862-4df9-89bc-11e659e1dea7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-07d90314-c6a0-46b6-b1ef-9b4cd941c3b8 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-07d90314-c6a0-46b6-b1ef-9b4cd941c3b8 img.shogun-image {
    
    width: px;
  }


#s-07d90314-c6a0-46b6-b1ef-9b4cd941c3b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-099d2ede-0536-4393-af44-248f5dbd3b02 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-099d2ede-0536-4393-af44-248f5dbd3b02 img.shogun-image {
    
    width: px;
  }


#s-099d2ede-0536-4393-af44-248f5dbd3b02 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fdd5691-a95f-4864-873d-433ff9b116bd {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fdd5691-a95f-4864-873d-433ff9b116bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d03a785b-ee76-46f6-b89b-4ab180dbf7af {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-d03a785b-ee76-46f6-b89b-4ab180dbf7af img.shogun-image {
    
    width: px;
  }


#s-d03a785b-ee76-46f6-b89b-4ab180dbf7af .shogun-image-content {
  
    align-items: center;
  
}

#s-d2e9668a-b38b-4841-a14a-9d4bb448266c {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-d2e9668a-b38b-4841-a14a-9d4bb448266c img.shogun-image {
    
    width: px;
  }


#s-d2e9668a-b38b-4841-a14a-9d4bb448266c .shogun-image-content {
  
    align-items: center;
  
}

#s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1f74f753-5148-4a2e-97fe-fe0e2b2d3670"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e3fee6f5-dbb3-4257-8f1e-139458b3db6c {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-e3fee6f5-dbb3-4257-8f1e-139458b3db6c img.shogun-image {
    
    width: px;
  }


#s-e3fee6f5-dbb3-4257-8f1e-139458b3db6c .shogun-image-content {
  
    align-items: center;
  
}

#s-83bfb13c-3ef6-464f-b6d9-64e779608af7 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-83bfb13c-3ef6-464f-b6d9-64e779608af7 img.shogun-image {
    
    width: px;
  }


#s-83bfb13c-3ef6-464f-b6d9-64e779608af7 .shogun-image-content {
  
    align-items: center;
  
}

#s-535f5d60-b9f4-4826-b85d-899e7c433a50 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-535f5d60-b9f4-4826-b85d-899e7c433a50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a3ed4fd9-2a0b-4e40-ab94-84f89b298586 {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-a3ed4fd9-2a0b-4e40-ab94-84f89b298586 img.shogun-image {
    
    width: px;
  }


#s-a3ed4fd9-2a0b-4e40-ab94-84f89b298586 .shogun-image-content {
  
    align-items: center;
  
}

#s-49f9185b-e07b-4db0-a042-1cf31bfa5e5c {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-49f9185b-e07b-4db0-a042-1cf31bfa5e5c img.shogun-image {
    
    width: px;
  }


#s-49f9185b-e07b-4db0-a042-1cf31bfa5e5c .shogun-image-content {
  
    align-items: center;
  
}

#s-39398e68-10c6-4ac0-ac57-12012e66deb2 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-39398e68-10c6-4ac0-ac57-12012e66deb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-62febb64-740c-4ec8-b087-82a88772ad0f {
  padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
text-align: center;
}




  #s-62febb64-740c-4ec8-b087-82a88772ad0f img.shogun-image {
    
    width: px;
  }


#s-62febb64-740c-4ec8-b087-82a88772ad0f .shogun-image-content {
  
    align-items: center;
  
}

.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-5e9cf855-d0a9-4466-abcf-ecfe6f4e3a96 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 27px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5e9cf855-d0a9-4466-abcf-ecfe6f4e3a96:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(227, 0, 11, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5e9cf855-d0a9-4466-abcf-ecfe6f4e3a96:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(227, 0, 11, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-5e9cf855-d0a9-4466-abcf-ecfe6f4e3a96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2dcf3be7-b7bd-4a19-b26d-720f28225dba {
  padding-top: 2em;
padding-bottom: 2em;
min-height: 47em;
background-color: rgba(30, 30, 30, 1);
}
@media (max-width: 767px){#s-2dcf3be7-b7bd-4a19-b26d-720f28225dba {
  
}
}







#s-2dcf3be7-b7bd-4a19-b26d-720f28225dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dcf3be7-b7bd-4a19-b26d-720f28225dba.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-30b8e2bb-8bfd-49a1-a26e-6a0c10f26487"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

.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-09abda2f-af75-460c-a1c8-d71fc28aad2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09abda2f-af75-460c-a1c8-d71fc28aad2b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae199f25-1130-4701-9a0f-9d07d84d4a8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-78571348-8a69-4fe8-b93e-fc02f9a1bd69 {
  border-style: solid;
margin-bottom: 1em;
margin-right: 0em;
padding-top: 14px;
padding-left: 2em;
padding-bottom: 14px;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 195, 255, 1);
border-style: solid;
min-height: 31em;
}








#s-78571348-8a69-4fe8-b93e-fc02f9a1bd69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78571348-8a69-4fe8-b93e-fc02f9a1bd69.shg-box.shg-c {
  justify-content: flex-end;
}

#s-99339b63-4e86-4e52-87b0-4dd3b8658c21 {
  margin-top: 0px;
margin-bottom: 1em;
min-height: 50px;
}








#s-99339b63-4e86-4e52-87b0-4dd3b8658c21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99339b63-4e86-4e52-87b0-4dd3b8658c21.shg-box.shg-c {
  justify-content: center;
}

#s-3a4a5b26-c6ca-4291-85eb-5965affd35ca {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a4a5b26-c6ca-4291-85eb-5965affd35ca .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.6666666666666665px);
}

[id="s-c6abdfbb-dcec-4b01-ab50-5fdc0542a730"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.6666666666666665px);
}

}

#s-bfc78e9d-33ee-480c-bfde-e68c150edc87 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-ba6afc85-b5e0-4177-9fa4-d18ffced4750 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-e2a6c98b-8231-4026-a960-37919dc5d3b9 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-9cc6e305-0985-408c-87be-36a8e260617d {
  margin-bottom: 1em;
min-height: 50px;
}








#s-9cc6e305-0985-408c-87be-36a8e260617d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cc6e305-0985-408c-87be-36a8e260617d.shg-box.shg-c {
  justify-content: center;
}

#s-58866a06-c1ec-4a6f-bae8-2d9d19dd09d3 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58866a06-c1ec-4a6f-bae8-2d9d19dd09d3 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-8de8a0e5-42f2-4f3b-b17f-836a706c9e2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.0px);
}

}

#s-651becfd-21d9-4c05-8270-4aac7c52dcd4 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-2dcb828d-e071-428e-8827-dcd21674f155 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-a8925fd4-2c8b-4af9-932a-e1645b0799f6 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-a8925fd4-2c8b-4af9-932a-e1645b0799f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8925fd4-2c8b-4af9-932a-e1645b0799f6.shg-box.shg-c {
  justify-content: center;
}

#s-bf5acd9a-20cd-4863-a8e5-0a5a7f4a8648 {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf5acd9a-20cd-4863-a8e5-0a5a7f4a8648 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-5f558c20-e0b1-41e8-83c9-6abd60bd5a66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-65d693a6-90a4-4be6-a27b-e84538470df9 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-5fed604a-4638-40aa-aa40-9307d55cfc29 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-f98569ad-868b-407a-9e61-083602e36b4a {
  border-style: solid;
padding-top: 5px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-ff04278d-5950-4dc8-8dd3-4feef766c305 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 74, 74, 1);
border-style: solid;
}

#s-e35eddb0-7b76-4ff9-b5f8-520e9a749636 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-e35eddb0-7b76-4ff9-b5f8-520e9a749636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e35eddb0-7b76-4ff9-b5f8-520e9a749636.shg-box.shg-c {
  justify-content: center;
}

#s-ed840511-7b42-4073-a004-d1f8013e5142 {
  margin-left: 0em;
margin-bottom: 1em;
min-height: 50px;
}








#s-ed840511-7b42-4073-a004-d1f8013e5142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed840511-7b42-4073-a004-d1f8013e5142.shg-box.shg-c {
  justify-content: center;
}

#s-5298e6e2-cb5f-4169-a0ea-a2f651a9a600 {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5298e6e2-cb5f-4169-a0ea-a2f651a9a600 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-318c6709-2b6c-48c2-b146-34dbe95f93c8 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-318c6709-2b6c-48c2-b146-34dbe95f93c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-649270f8-6bc8-4441-bd74-85e213f75854 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-685b4537-0675-45ab-a6a2-a978e33ad052 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-224edc27-42c5-490a-acdd-44835b8a9a17 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-612c3174-91c0-4916-8ac0-caa7b5da10f7 {
  border-style: solid;
padding-top: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
}

#s-ca33e3c5-8d2a-46bb-b876-60c3aa54379c {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 1);
border-style: solid;
min-height: 31em;
}








#s-ca33e3c5-8d2a-46bb-b876-60c3aa54379c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca33e3c5-8d2a-46bb-b876-60c3aa54379c.shg-box.shg-c {
  justify-content: center;
}

#s-3aafce64-b5ad-4c06-bd8e-079b4efbd36d {
  margin-bottom: 1em;
}

#s-0fed1f3c-4f72-49ea-bc8b-e5281c105ce4 {
  margin-bottom: 1em;
}

#s-7f2cc83e-aa5c-4fb6-a5f1-e19fc365063a {
  margin-bottom: 1em;
}

#s-5954c1ff-791d-4835-843e-fec0bcc1fd51 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(227, 0, 11, 1);
border-style: solid;
border-radius: 300px;
min-height: 50px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5954c1ff-791d-4835-843e-fec0bcc1fd51 {
  padding-left: 200px;
padding-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5954c1ff-791d-4835-843e-fec0bcc1fd51 {
  padding-left: 200px;
padding-right: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5954c1ff-791d-4835-843e-fec0bcc1fd51 {
  padding-left: 100px;
padding-right: 100px;
border-radius: 200px;
}
}@media (max-width: 767px){#s-5954c1ff-791d-4835-843e-fec0bcc1fd51 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 55px;
padding-left: 4px;
padding-bottom: 55px;
padding-right: 4px;
border-radius: 75px;
}
}







#s-5954c1ff-791d-4835-843e-fec0bcc1fd51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5954c1ff-791d-4835-843e-fec0bcc1fd51.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a0693224-8daf-498f-a5e6-a0ce0e368ec7 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a0693224-8daf-498f-a5e6-a0ce0e368ec7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0693224-8daf-498f-a5e6-a0ce0e368ec7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0693224-8daf-498f-a5e6-a0ce0e368ec7 {
  
}
}@media (max-width: 767px){#s-a0693224-8daf-498f-a5e6-a0ce0e368ec7 {
  
}
}







#s-a0693224-8daf-498f-a5e6-a0ce0e368ec7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a0693224-8daf-498f-a5e6-a0ce0e368ec7.shg-box.shg-c {
  justify-content: center;
}

#s-8dfe33ed-0a57-4b96-9a20-055814f69c01 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8dfe33ed-0a57-4b96-9a20-055814f69c01"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-decee76d-f46d-4100-8839-abd40f7d9db3 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 550px;
background-color: rgba(227, 227, 227, 1);
}








#s-decee76d-f46d-4100-8839-abd40f7d9db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-decee76d-f46d-4100-8839-abd40f7d9db3.shg-box.shg-c {
  justify-content: center;
}

#s-63d438e5-3f8e-4c0c-8430-18a4cec78302 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-63d438e5-3f8e-4c0c-8430-18a4cec78302 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-63d438e5-3f8e-4c0c-8430-18a4cec78302 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f6a9740c-d442-4e9a-aac1-6aca010db759 {
  margin-left: 50px;
margin-right: 50px;
}

#s-f6a9740c-d442-4e9a-aac1-6aca010db759 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-b3e3ef0f-afd0-4366-9513-3125b9b6d316 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3e3ef0f-afd0-4366-9513-3125b9b6d316 {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-e1ca78d6-e539-46ec-ab8f-d48bd241186c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-e1ca78d6-e539-46ec-ab8f-d48bd241186c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1ca78d6-e539-46ec-ab8f-d48bd241186c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5766afd1-5f2a-4d15-a8fa-a57d687aae5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a17d6984-147d-4976-8b19-23d05fdcffaa {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-a17d6984-147d-4976-8b19-23d05fdcffaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17d6984-147d-4976-8b19-23d05fdcffaa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0f0312a1-1980-4b02-a256-ee5b2b18efe8 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 550px;
background-color: rgba(227, 227, 227, 1);
}








#s-0f0312a1-1980-4b02-a256-ee5b2b18efe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f0312a1-1980-4b02-a256-ee5b2b18efe8.shg-box.shg-c {
  justify-content: center;
}

#s-89283c07-9776-4e5b-8920-9c5b0d20fc81 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89283c07-9776-4e5b-8920-9c5b0d20fc81 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-36c7dee7-808e-4a70-90d9-c56373a593c4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-36c7dee7-808e-4a70-90d9-c56373a593c4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e7ade813-01e5-4a75-824f-ede6fa2f2c8a {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7ade813-01e5-4a75-824f-ede6fa2f2c8a {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-a3703191-3bcb-4fc1-a109-1263c9dab53d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a3703191-3bcb-4fc1-a109-1263c9dab53d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-83742b97-67fd-4296-a25b-5c72773b9ae2 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 550px;
background-color: rgba(227, 227, 227, 1);
}








#s-83742b97-67fd-4296-a25b-5c72773b9ae2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83742b97-67fd-4296-a25b-5c72773b9ae2.shg-box.shg-c {
  justify-content: center;
}

#s-b18dfb1e-d77f-48be-9bd5-c9395931fceb {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b18dfb1e-d77f-48be-9bd5-c9395931fceb {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-b18dfb1e-d77f-48be-9bd5-c9395931fceb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-17e0b4c2-daf4-4614-ab8a-9970ae94b3b5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-17e0b4c2-daf4-4614-ab8a-9970ae94b3b5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-278b7ba7-e87d-4855-8aad-45b44f3983a8 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-278b7ba7-e87d-4855-8aad-45b44f3983a8 {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
#s-d9517be3-4d80-4cf8-a49a-527eccf56227 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-d9517be3-4d80-4cf8-a49a-527eccf56227 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9517be3-4d80-4cf8-a49a-527eccf56227.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bfe2ca2d-2363-47f7-993b-8c39aea6aa04 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bfe2ca2d-2363-47f7-993b-8c39aea6aa04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfe2ca2d-2363-47f7-993b-8c39aea6aa04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfe2ca2d-2363-47f7-993b-8c39aea6aa04 {
  
}
}@media (max-width: 767px){#s-bfe2ca2d-2363-47f7-993b-8c39aea6aa04 {
  
}
}







#s-bfe2ca2d-2363-47f7-993b-8c39aea6aa04 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bfe2ca2d-2363-47f7-993b-8c39aea6aa04.shg-box.shg-c {
  justify-content: center;
}

#s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4ffb8ad-4248-4dc7-8e50-48882ff3dee6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8fab7e95-b2e6-4404-b884-a158c5013b2d {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-8fab7e95-b2e6-4404-b884-a158c5013b2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fab7e95-b2e6-4404-b884-a158c5013b2d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-08aa3784-bc45-4b3a-8406-dc68bba4a8cf {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
max-width: 550px;
background-color: rgba(227, 227, 227, 1);
}








#s-08aa3784-bc45-4b3a-8406-dc68bba4a8cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08aa3784-bc45-4b3a-8406-dc68bba4a8cf.shg-box.shg-c {
  justify-content: center;
}

#s-c09dacc0-370a-405b-85bd-7af5ff9d07ad {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c09dacc0-370a-405b-85bd-7af5ff9d07ad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-47bc9f72-9aa3-4d36-9e25-9679e2af00ec {
  margin-left: 50px;
margin-right: 50px;
}

#s-47bc9f72-9aa3-4d36-9e25-9679e2af00ec hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-dde71686-f358-4958-86c7-7cd8a0f0bd6a {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dde71686-f358-4958-86c7-7cd8a0f0bd6a {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de94b909-01d8-4596-8eab-d1245fda0812"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a56d8921-a21c-44cf-b6aa-1d56d99c6592 {
  text-align: center;
}




  #s-a56d8921-a21c-44cf-b6aa-1d56d99c6592 img.shogun-image {
    
    width: px;
  }


#s-a56d8921-a21c-44cf-b6aa-1d56d99c6592 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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