.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-e90e2d4c-b7e8-4559-96d7-1f6a596d23ca {
  min-height: 50px;
}








#s-e90e2d4c-b7e8-4559-96d7-1f6a596d23ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90e2d4c-b7e8-4559-96d7-1f6a596d23ca.shg-box.shg-c {
  justify-content: center;
}

#s-c59f1dff-f83b-498f-bcdb-c1bfbc128a53 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-c59f1dff-f83b-498f-bcdb-c1bfbc128a53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c59f1dff-f83b-498f-bcdb-c1bfbc128a53.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;
}

#s-ec5abafe-74db-442c-8f4f-e3575ed211a1 {
  margin-left: 10px;
margin-right: 10px;
}

.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-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879 {
  margin-top: 30px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9fa1d36-29bc-479e-bbc4-9f2c9ba82879"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-20274928-f804-40e3-80b3-c7a8dd58afc0 {
  margin-bottom: 10px;
text-align: center;
}




  #s-20274928-f804-40e3-80b3-c7a8dd58afc0 img.shogun-image {
    
    width: px;
  }


#s-20274928-f804-40e3-80b3-c7a8dd58afc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-55a00bf9-cb02-4f4b-9ad0-f1da5a8e0b31 {
  text-align: center;
}




  #s-55a00bf9-cb02-4f4b-9ad0-f1da5a8e0b31 img.shogun-image {
    
    width: px;
  }


#s-55a00bf9-cb02-4f4b-9ad0-f1da5a8e0b31 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3fdbb7bb-eb6e-4c72-97d6-7e2cf850ef8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b6675088-6afb-4ea2-bd8b-290f50b76de0 {
  margin-bottom: 10px;
text-align: center;
}




  #s-b6675088-6afb-4ea2-bd8b-290f50b76de0 img.shogun-image {
    
    width: px;
  }


#s-b6675088-6afb-4ea2-bd8b-290f50b76de0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f16bd17-0508-4eb8-8f2c-7b750305ec71 {
  text-align: center;
}




  #s-8f16bd17-0508-4eb8-8f2c-7b750305ec71 img.shogun-image {
    
    width: px;
  }


#s-8f16bd17-0508-4eb8-8f2c-7b750305ec71 .shogun-image-content {
  
    align-items: center;
  
}

#s-7650c331-c250-4881-8edb-89f502c06210 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-7650c331-c250-4881-8edb-89f502c06210 img.shogun-image {
    
    width: px;
  }


#s-7650c331-c250-4881-8edb-89f502c06210 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a614c93-f118-46b6-9857-aaa9810a496e {
  margin-top: 50px;
padding-left: 20px;
padding-right: 20px;
}

#s-fd497670-be94-4d8d-be66-a4d5a6db10fa {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-caf2859b-e75b-4793-adfa-363b73c9ac87 {
  margin-top: 70px;
min-height: 50px;
}








#s-caf2859b-e75b-4793-adfa-363b73c9ac87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caf2859b-e75b-4793-adfa-363b73c9ac87.shg-box.shg-c {
  justify-content: center;
}

#s-7002d389-32b6-4f08-9803-1da5c52f4a32 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(194, 191, 99, 1);
}








#s-7002d389-32b6-4f08-9803-1da5c52f4a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7002d389-32b6-4f08-9803-1da5c52f4a32.shg-box.shg-c {
  justify-content: center;
}

#s-7d6cbdd5-bb26-42f9-a2b5-5dd8113ec368 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5b9d17a4-7302-44c7-811d-30e1e7f3b3b7 {
  margin-bottom: 50px;
}

#s-75903584-9a36-42d0-a26c-207a60a6d0e9 {
  text-align: center;
}




  #s-75903584-9a36-42d0-a26c-207a60a6d0e9 img.shogun-image {
    
    width: px;
  }


#s-75903584-9a36-42d0-a26c-207a60a6d0e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-70cfec9a-1496-43bb-9f29-81ff3476c74f {
  min-height: 50px;
}








#s-70cfec9a-1496-43bb-9f29-81ff3476c74f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70cfec9a-1496-43bb-9f29-81ff3476c74f.shg-box.shg-c {
  justify-content: center;
}

#s-a404b17b-7bbe-4984-8c34-dd4ca11ef069 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-13aae118-2926-42cb-be8b-d6292999068a {
  text-align: center;
}




  #s-13aae118-2926-42cb-be8b-d6292999068a img.shogun-image {
    
    width: px;
  }


#s-13aae118-2926-42cb-be8b-d6292999068a .shogun-image-content {
  
    align-items: center;
  
}

#s-c234d65e-cc44-49d7-84dc-135c8ee9f854 {
  min-height: 50px;
}








#s-c234d65e-cc44-49d7-84dc-135c8ee9f854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c234d65e-cc44-49d7-84dc-135c8ee9f854.shg-box.shg-c {
  justify-content: center;
}

#s-da4e793e-bf9c-49b5-b57b-25c48a605d41 {
  border-style: solid;
margin-top: 70px;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(194, 191, 99, 1);
}








#s-da4e793e-bf9c-49b5-b57b-25c48a605d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da4e793e-bf9c-49b5-b57b-25c48a605d41.shg-box.shg-c {
  justify-content: center;
}

#s-7d8b09fa-fa0a-4d84-be24-b20e80e06946 {
  margin-left: 20px;
margin-right: 20px;
}

#s-123e3772-d69d-44ae-af1e-62954988f9a3 {
  padding-left: 20px;
padding-right: 20px;
}

#s-0290f11b-e5c7-4603-96b6-944fc3f2f88c {
  margin-top: 20px;
margin-bottom: 30px;
text-align: center;
}




  #s-0290f11b-e5c7-4603-96b6-944fc3f2f88c img.shogun-image {
    
    width: px;
  }


#s-0290f11b-e5c7-4603-96b6-944fc3f2f88c .shogun-image-content {
  
    align-items: center;
  
}

#s-561e554b-a34a-41a9-b162-f17ce58dc1c9 {
  border-style: solid;
margin-top: 70px;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(194, 191, 99, 1);
}








#s-561e554b-a34a-41a9-b162-f17ce58dc1c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561e554b-a34a-41a9-b162-f17ce58dc1c9.shg-box.shg-c {
  justify-content: center;
}

#s-d43530de-7d9a-442b-b18b-067d9fb44299 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1aff7d5c-3bab-48d8-b5cb-f29b1021263c {
  min-height: 50px;
}








#s-1aff7d5c-3bab-48d8-b5cb-f29b1021263c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aff7d5c-3bab-48d8-b5cb-f29b1021263c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3b203b35-b74d-4c00-9bbe-d901a2b76af9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c061fed4-bd88-4644-abc1-f21c3ce0c0e6 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-c061fed4-bd88-4644-abc1-f21c3ce0c0e6 img.shogun-image {
    
    width: px;
  }


#s-c061fed4-bd88-4644-abc1-f21c3ce0c0e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-962e826b-81b2-4656-9eeb-99e58a2883ee {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-e468e1cd-89d7-432a-97c4-a3cf6b8652b8 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-7c27a2b7-c83e-41b5-b052-df1101ae637a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d00267b-6ad5-4420-8b62-ab35f0da37f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c56e1fcf-b938-42b7-9ea1-8837b058c9f7 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-c56e1fcf-b938-42b7-9ea1-8837b058c9f7 img.shogun-image {
    
    width: px;
  }


#s-c56e1fcf-b938-42b7-9ea1-8837b058c9f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a31279e-0db9-4103-bcf3-7e334828f76a {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-a42669a9-55d0-48b7-a90e-96c297534b08 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-7d57c97f-5cb7-467f-9ef0-79bde2189c02 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2095a8ab-3c06-4f65-9f77-f102c7dd6eb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6ad24bac-f69c-44c2-bb19-853d53a6d870 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-6ad24bac-f69c-44c2-bb19-853d53a6d870 img.shogun-image {
    
    width: px;
  }


#s-6ad24bac-f69c-44c2-bb19-853d53a6d870 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c268f35-0119-4ea2-8670-593b2e11bc91 {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-842a8d24-8847-403b-bd66-e295debdcb0f {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-dffedcf9-858c-41d6-9a61-25ff614fd19d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e664d85-68eb-4557-b203-2103a3353705"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-963d62aa-c568-4b7f-9f52-d562d3324e8c {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-963d62aa-c568-4b7f-9f52-d562d3324e8c img.shogun-image {
    
    width: px;
  }


#s-963d62aa-c568-4b7f-9f52-d562d3324e8c .shogun-image-content {
  
    align-items: center;
  
}

#s-3f60cc17-a0ef-4f94-8bea-a75cfab4265c {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-c3fbe9fe-a54e-44af-99c5-cdc5996fef1a {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-4465ad81-66ae-4d37-97d8-0bf1405e480d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-837a2d50-398d-43a2-b138-ec022d213e46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-228a4aab-7838-4454-9eae-5799e2002f59 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-228a4aab-7838-4454-9eae-5799e2002f59 img.shogun-image {
    
    width: px;
  }


#s-228a4aab-7838-4454-9eae-5799e2002f59 .shogun-image-content {
  
    align-items: center;
  
}

#s-6159a578-e629-43eb-ab3d-1c5564fe3c29 {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-f7e5e7ea-b135-49c1-9a16-bd2555816c14 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-31a8b1ae-1bb3-422c-a7b2-cdf795fb5400 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9da86260-4415-4fc0-8620-c164b2bd3368"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e7902047-f0e4-4887-931a-587506a10a74 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-e7902047-f0e4-4887-931a-587506a10a74 img.shogun-image {
    
    width: px;
  }


#s-e7902047-f0e4-4887-931a-587506a10a74 .shogun-image-content {
  
    align-items: center;
  
}

#s-51764c50-9432-40f8-9c77-5ecc5e42a409 {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-7af95318-2eea-424b-ae6a-875a3f06a01d {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-4fed3bdf-4301-46f7-ad9f-4001f3d5919c {
  min-height: 50px;
}








#s-4fed3bdf-4301-46f7-ad9f-4001f3d5919c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fed3bdf-4301-46f7-ad9f-4001f3d5919c.shg-box.shg-c {
  justify-content: center;
}

#s-91a5f6f7-ac90-44ca-a2e8-8e503dd54380 {
  border-style: solid;
margin-top: 70px;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(194, 191, 99, 1);
}








#s-91a5f6f7-ac90-44ca-a2e8-8e503dd54380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a5f6f7-ac90-44ca-a2e8-8e503dd54380.shg-box.shg-c {
  justify-content: center;
}

#s-83a700c1-3b8d-45bd-adce-71f134b629a7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-493d812e-6e03-4dd0-a1b5-059d6046a0eb {
  margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

#s-43382d16-fe39-47f4-82e4-44b7239dfa4f {
  text-align: center;
}




  #s-43382d16-fe39-47f4-82e4-44b7239dfa4f img.shogun-image {
    
    width: px;
  }


#s-43382d16-fe39-47f4-82e4-44b7239dfa4f .shogun-image-content {
  
    align-items: center;
  
}

#s-4876148d-0460-4c55-8aac-bce74024499c {
  margin-top: 30px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

#s-f2035fc2-ffad-4e2d-b946-7ec973715bd4 {
  text-align: center;
}




  #s-f2035fc2-ffad-4e2d-b946-7ec973715bd4 img.shogun-image {
    
    width: px;
  }


#s-f2035fc2-ffad-4e2d-b946-7ec973715bd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1356c8b-d014-4c2e-8891-4d0ef246e04b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f1356c8b-d014-4c2e-8891-4d0ef246e04b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

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

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

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

#s-efea8f2e-a5e7-4b0a-8eef-94a12a3befaf {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-7efadea3-13cb-4f33-93b7-a230d490d933 {
  min-height: 50px;
}








#s-7efadea3-13cb-4f33-93b7-a230d490d933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7efadea3-13cb-4f33-93b7-a230d490d933.shg-box.shg-c {
  justify-content: center;
}

#s-65ff5a53-2e06-4973-ad8e-26d8e6e209e7 {
  margin-bottom: 15px;
}

#s-897e9871-1386-4833-a110-b6eed2088584 {
  margin-bottom: 50px;
}

#s-5826ae41-61d2-49ba-ba5f-7d5d24ff3e2b {
  margin-bottom: 20px;
}

#s-bdfd91d5-3898-4453-a67b-2c14ce54ccd9 {
  margin-bottom: 30px;
}

#s-70995939-8bbe-4f3c-be0c-28f99aca4a36 {
  margin-bottom: 30px;
text-align: center;
}




  #s-70995939-8bbe-4f3c-be0c-28f99aca4a36 img.shogun-image {
    
    width: px;
  }


#s-70995939-8bbe-4f3c-be0c-28f99aca4a36 .shogun-image-content {
  
    align-items: center;
  
}

#s-64c31793-6c7c-434a-839a-dd5072921f33 {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(166, 184, 145, 1);
}








#s-64c31793-6c7c-434a-839a-dd5072921f33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64c31793-6c7c-434a-839a-dd5072921f33.shg-box.shg-c {
  justify-content: center;
}

#s-85eff7ee-7167-49e1-bd94-dbbd5c1740a2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-17429d57-57c9-4dd6-9c37-4c5e0e0da0a0 {
  margin-bottom: 15px;
}

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

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

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

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

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

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

#s-ff4645f9-deaf-4d71-8af0-16e6b40e5772 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 870px;
opacity: 1;
}

#s-ff4645f9-deaf-4d71-8af0-16e6b40e5772 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-ff4645f9-deaf-4d71-8af0-16e6b40e5772 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ff4645f9-deaf-4d71-8af0-16e6b40e5772 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-ff4645f9-deaf-4d71-8af0-16e6b40e5772 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-ff4645f9-deaf-4d71-8af0-16e6b40e5772 td.shogun-table-column, #s-ff4645f9-deaf-4d71-8af0-16e6b40e5772 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-a08a18f7-1643-4a3a-928e-8216c4030120 {
  padding-left: 5px;
padding-right: 5px;
}

#s-ca242af3-b216-4a51-b64c-230dfa204f37 {
  padding-left: 5px;
padding-right: 5px;
}

#s-cd58f8cd-ee1d-4239-84f8-8fbb1816b5cf {
  padding-left: 5px;
padding-right: 5px;
}

#s-b1352d76-2329-4bd7-ae2c-c95efe51930a {
  padding-left: 5px;
padding-right: 5px;
}

#s-a4224cd3-d8d7-4ff5-91c7-13da327ca4b0 {
  padding-left: 5px;
padding-right: 5px;
}

#s-6ea65c2c-24b5-4ff1-9e22-5e3a93927c4d {
  padding-left: 5px;
padding-right: 5px;
}

#s-783a6bdd-dfaa-4a78-b98e-1247a184f4e1 {
  margin-bottom: 30px;
text-align: center;
}




  #s-783a6bdd-dfaa-4a78-b98e-1247a184f4e1 img.shogun-image {
    
    width: px;
  }


#s-783a6bdd-dfaa-4a78-b98e-1247a184f4e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c101fcf5-36e8-4672-b551-7d14dc1b9a63 {
  margin-bottom: 30px;
text-align: center;
}





#s-c101fcf5-36e8-4672-b551-7d14dc1b9a63 .shogun-image-content {
  
    align-items: center;
  
}

#s-3981975b-ff0d-4839-8d2d-79ffad8043c3 {
  margin-bottom: 30px;
text-align: center;
}




  #s-3981975b-ff0d-4839-8d2d-79ffad8043c3 img.shogun-image {
    
    width: px;
  }


#s-3981975b-ff0d-4839-8d2d-79ffad8043c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c352e5f9-8708-40cf-af92-0630f2f9037d {
  border-style: solid;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 60, 60, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-c352e5f9-8708-40cf-af92-0630f2f9037d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c352e5f9-8708-40cf-af92-0630f2f9037d.shg-box.shg-c {
  justify-content: center;
}

#s-7819f04d-83ba-4105-b164-379cc6e2bf9f {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5cd929f4-d546-4e63-a614-97e5837f9e50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-d5228b35-c76c-49ff-91a6-fae262e4cba1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(71, 58, 58, 1);
text-align: center;
text-decoration: none;
}
#s-d5228b35-c76c-49ff-91a6-fae262e4cba1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5228b35-c76c-49ff-91a6-fae262e4cba1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5228b35-c76c-49ff-91a6-fae262e4cba1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-452646b5-2c1b-4219-b2bf-1d94fe8e4aa7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(71, 58, 58, 1);
text-align: center;
text-decoration: none;
}
#s-452646b5-2c1b-4219-b2bf-1d94fe8e4aa7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-452646b5-2c1b-4219-b2bf-1d94fe8e4aa7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-452646b5-2c1b-4219-b2bf-1d94fe8e4aa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c0159c4-5350-41bc-ad9c-d2937e4660fe {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(71, 58, 58, 1);
text-align: center;
text-decoration: none;
}
#s-8c0159c4-5350-41bc-ad9c-d2937e4660fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c0159c4-5350-41bc-ad9c-d2937e4660fe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c0159c4-5350-41bc-ad9c-d2937e4660fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a200c52-47c9-443b-8a3d-abe3ab14eac4 {
  margin-bottom: 30px;
background-color: rgba(240, 238, 237, 1);
}
@media (max-width: 767px){#s-4a200c52-47c9-443b-8a3d-abe3ab14eac4 {
  margin-bottom: 30px;
}
}







#s-4a200c52-47c9-443b-8a3d-abe3ab14eac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a200c52-47c9-443b-8a3d-abe3ab14eac4.shg-box.shg-c {
  justify-content: center;
}

#s-bad1b1a3-dd4a-40fb-9cbc-ebb1022bc84b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-bad1b1a3-dd4a-40fb-9cbc-ebb1022bc84b {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-d407f344-16fb-4f61-8fac-bfcc8b842808 {
  text-align: center;
}




  #s-d407f344-16fb-4f61-8fac-bfcc8b842808 img.shogun-image {
    
    width: px;
  }


#s-d407f344-16fb-4f61-8fac-bfcc8b842808 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f7359b0-24da-4b2b-8b9c-06217facb09e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1f7359b0-24da-4b2b-8b9c-06217facb09e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5376e710-2fce-4098-a486-403f8b286519 {
  margin-top: 30px;
padding-top: 60px;
min-height: 50px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-5376e710-2fce-4098-a486-403f8b286519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5376e710-2fce-4098-a486-403f8b286519.shg-box.shg-c {
  justify-content: center;
}

#s-e5fdf207-d661-4435-9dbc-77f08b04f6ac {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-e5fdf207-d661-4435-9dbc-77f08b04f6ac {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-c896f84d-7978-47ff-a5bb-7edcb4b26b59 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-c896f84d-7978-47ff-a5bb-7edcb4b26b59 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-6ae3d4a5-a993-43a8-b187-f86287debc5a {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ae3d4a5-a993-43a8-b187-f86287debc5a {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-6ae3d4a5-a993-43a8-b187-f86287debc5a {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-2895d3bc-ca8c-4511-b7a0-304f765da52f {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-2895d3bc-ca8c-4511-b7a0-304f765da52f {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-2895d3bc-ca8c-4511-b7a0-304f765da52f img.shogun-image {
    
    width: px;
  }


#s-2895d3bc-ca8c-4511-b7a0-304f765da52f .shogun-image-content {
  
    align-items: center;
  
}

#s-db827241-4f99-4742-afaf-ea1768254ed7 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-db827241-4f99-4742-afaf-ea1768254ed7 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-db827241-4f99-4742-afaf-ea1768254ed7 img.shogun-image {
    
    width: px;
  }


#s-db827241-4f99-4742-afaf-ea1768254ed7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cd584a0-7cef-4a15-b5a3-c802c7bfd409 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0cd584a0-7cef-4a15-b5a3-c802c7bfd409 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-0cd584a0-7cef-4a15-b5a3-c802c7bfd409 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-2e39aeb7-97f2-43b5-a8dc-1a98f2b3ccad {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e39aeb7-97f2-43b5-a8dc-1a98f2b3ccad {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-2e39aeb7-97f2-43b5-a8dc-1a98f2b3ccad {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-ade5daab-a797-4c53-a746-79820553f8d1 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-ade5daab-a797-4c53-a746-79820553f8d1 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-ade5daab-a797-4c53-a746-79820553f8d1 img.shogun-image {
    
    width: px;
  }


#s-ade5daab-a797-4c53-a746-79820553f8d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e985bfd-02e7-427d-a644-2817e8f6ab2e {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e985bfd-02e7-427d-a644-2817e8f6ab2e {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-2e985bfd-02e7-427d-a644-2817e8f6ab2e {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-9fa09b7f-141c-43a3-9916-7ac0c097b829 {
  margin-bottom: 50px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9fa09b7f-141c-43a3-9916-7ac0c097b829 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9fa09b7f-141c-43a3-9916-7ac0c097b829 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-113c464c-b2f3-417b-af62-61a41ddb937f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-113c464c-b2f3-417b-af62-61a41ddb937f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5ea19b9c-79be-4ef0-b33a-8664f0483e29 {
  min-height: 50px;
}








#s-5ea19b9c-79be-4ef0-b33a-8664f0483e29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ea19b9c-79be-4ef0-b33a-8664f0483e29.shg-box.shg-c {
  justify-content: center;
}

#s-b9b73ef6-f562-418c-a044-39b5b052e51f {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(202, 187, 160, 1);
}








#s-b9b73ef6-f562-418c-a044-39b5b052e51f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9b73ef6-f562-418c-a044-39b5b052e51f.shg-box.shg-c {
  justify-content: center;
}

#s-897f5d82-829a-4ea7-bea2-d2afb1768551 {
  margin-left: 20px;
margin-right: 20px;
}

#s-0c8f9cae-060b-4952-9079-f2056dcd0774 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 870px;
}

#s-53146ccf-a669-47dd-8da0-3c3acff6a7a0 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-2899cf96-f185-4a2b-b798-6439c8f222b5 {
  margin-bottom: 30px;
text-align: center;
}





#s-2899cf96-f185-4a2b-b798-6439c8f222b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7719fb85-b981-4585-9393-223f1cdf821c {
  margin-bottom: 80px;
text-align: center;
}





#s-7719fb85-b981-4585-9393-223f1cdf821c .shogun-image-content {
  
    align-items: center;
  
}

#s-9e3120ea-d88b-4a8d-94ca-c337afa54c7c {
  margin-bottom: 15px;
}

#s-0a96ee73-7a1a-4d68-9c17-877eb04d8c80 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-35d3af60-fcf4-4405-96ca-edcb8ac8edc9 {
  margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 870px;
text-align: center;
}




  #s-35d3af60-fcf4-4405-96ca-edcb8ac8edc9 img.shogun-image {
    
    width: px;
  }


#s-35d3af60-fcf4-4405-96ca-edcb8ac8edc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ab7729f-ae94-4139-b02c-4a21a89ac355 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(202, 187, 160, 1);
}








#s-9ab7729f-ae94-4139-b02c-4a21a89ac355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ab7729f-ae94-4139-b02c-4a21a89ac355.shg-box.shg-c {
  justify-content: center;
}

#s-1588d5ae-d22e-40fd-9091-6bd596d1d941 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1ad908bf-ad69-45d9-b63e-e4f102f90541 {
  margin-bottom: 30px;
}

#s-1b878a0d-1987-426c-a6ce-c2568557edc7 {
  margin-bottom: 60px;
}

#s-305b3a40-d9a8-4dc6-b11a-1361ca65c76f {
  margin-bottom: 30px;
}

#s-e81dfdc4-e1e7-49e6-aa5f-adb1bcda8939 {
  margin-bottom: 60px;
}

#s-fda8c97f-4684-427b-a88b-c7c5ddda0e66 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(202, 187, 160, 1);
}








#s-fda8c97f-4684-427b-a88b-c7c5ddda0e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fda8c97f-4684-427b-a88b-c7c5ddda0e66.shg-box.shg-c {
  justify-content: center;
}

#s-59e8879f-c4c5-4361-b0c1-256a3be2e4aa {
  margin-left: 20px;
margin-right: 20px;
}

#s-7f2a309a-e94d-47e1-8e30-3920a6580442 {
  margin-bottom: 15px;
}

#s-e556a32f-45e3-4495-a8ed-600efd1da237 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-6b8d55c1-5b94-4a87-8822-56c8f6244659 {
  margin-bottom: 80px;
text-align: center;
}




  #s-6b8d55c1-5b94-4a87-8822-56c8f6244659 img.shogun-image {
    
    width: px;
  }


#s-6b8d55c1-5b94-4a87-8822-56c8f6244659 .shogun-image-content {
  
    align-items: center;
  
}

#s-517ae50c-c3e6-4959-819e-556e39e74e58 {
  margin-bottom: 15px;
}

#s-1e8432cb-e937-4502-87cf-32c2e493b4fa {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-fbc8fe7c-d3d8-4f50-80fd-a341bf9de23a {
  text-align: center;
}




  #s-fbc8fe7c-d3d8-4f50-80fd-a341bf9de23a img.shogun-image {
    
    width: px;
  }


#s-fbc8fe7c-d3d8-4f50-80fd-a341bf9de23a .shogun-image-content {
  
    align-items: center;
  
}

#s-0b558b6a-5607-4c49-87e5-a1c72d8022fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b558b6a-5607-4c49-87e5-a1c72d8022fe hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e5206503-d30e-4b06-b3f3-34c0bc0d93c4 {
  min-height: 50px;
}








#s-e5206503-d30e-4b06-b3f3-34c0bc0d93c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5206503-d30e-4b06-b3f3-34c0bc0d93c4.shg-box.shg-c {
  justify-content: center;
}

#s-5ae400d2-7f55-432c-b033-97fa22039091 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(166, 184, 145, 1);
}








#s-5ae400d2-7f55-432c-b033-97fa22039091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae400d2-7f55-432c-b033-97fa22039091.shg-box.shg-c {
  justify-content: center;
}

#s-e73620e0-26b1-45c6-b56d-fa2503873243 {
  margin-left: 20px;
margin-right: 20px;
}

#s-47016e62-a66f-4d8a-b64d-1f4dbf890769 {
  margin-bottom: 30px;
}

#s-1ae18694-39ad-4595-8d1e-0de70733b549 {
  margin-bottom: 30px;
}

#s-35ad0e9f-0db2-423e-8278-40eb7b50db6a {
  margin-bottom: 40px;
}

#s-f10e5e89-bc2a-4382-be0e-3d8d6d674db0 {
  margin-bottom: 30px;
text-align: center;
}




  #s-f10e5e89-bc2a-4382-be0e-3d8d6d674db0 img.shogun-image {
    
    width: px;
  }


#s-f10e5e89-bc2a-4382-be0e-3d8d6d674db0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e623dbbf-f0eb-41c6-83c8-b5e9d6aefb64 {
  margin-bottom: 50px;
}

#s-c390dd2b-eebb-471d-a22e-5d3c9a2df25a {
  margin-bottom: 50px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-c390dd2b-eebb-471d-a22e-5d3c9a2df25a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c390dd2b-eebb-471d-a22e-5d3c9a2df25a.shg-box.shg-c {
  justify-content: center;
}

#s-4deb3691-ef5d-4bbf-8150-959e14950960 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4deb3691-ef5d-4bbf-8150-959e14950960 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-4deb3691-ef5d-4bbf-8150-959e14950960 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-9c2b9c64-f89a-457e-a5ba-7970bb35de96 {
  margin-bottom: 15px;
padding-left: 20px;
padding-right: 20px;
}

#s-92ef9b84-9729-4e8d-b082-0705c2105ab4 {
  margin-bottom: 50px;
}

#s-132a9a4b-424e-4259-92f5-8f14e8e4aed0 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(166, 184, 145, 1);
}








#s-132a9a4b-424e-4259-92f5-8f14e8e4aed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-132a9a4b-424e-4259-92f5-8f14e8e4aed0.shg-box.shg-c {
  justify-content: center;
}

#s-a68ecdcf-bc57-4055-836f-f6b52488d882 {
  margin-left: 20px;
margin-right: 20px;
}

#s-148e3923-47dc-4f5e-b1de-5ec683fff50d {
  margin-bottom: 30px;
}

#s-fb53dfed-5f76-45bb-9034-00394bb5e923 {
  margin-bottom: 40px;
}

#s-d0e75fc4-89b3-4cbd-8a22-9f67e88e3128 {
  margin-bottom: 15px;
}

#s-2e70b895-4c22-4f80-9132-6c1c1c4282f3 {
  margin-bottom: 90px;
}

#s-00a54c43-a8e1-4acf-b463-6a407d4108b8 {
  text-align: center;
}
@media (min-width: 1200px){#s-00a54c43-a8e1-4acf-b463-6a407d4108b8 {
  display: none;
}
#s-00a54c43-a8e1-4acf-b463-6a407d4108b8, #wrap-s-00a54c43-a8e1-4acf-b463-6a407d4108b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00a54c43-a8e1-4acf-b463-6a407d4108b8 {
  display: none;
}
#s-00a54c43-a8e1-4acf-b463-6a407d4108b8, #wrap-s-00a54c43-a8e1-4acf-b463-6a407d4108b8 { display:none !important; }}



  #s-00a54c43-a8e1-4acf-b463-6a407d4108b8 img.shogun-image {
    
    width: px;
  }


#s-00a54c43-a8e1-4acf-b463-6a407d4108b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cae48f9-2059-4879-a002-6de639ebac85 {
  text-align: center;
}
#s-5cae48f9-2059-4879-a002-6de639ebac85:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-5cae48f9-2059-4879-a002-6de639ebac85 {
  display: none;
}
#s-5cae48f9-2059-4879-a002-6de639ebac85, #wrap-s-5cae48f9-2059-4879-a002-6de639ebac85 { display:none !important; }}@media (max-width: 767px){#s-5cae48f9-2059-4879-a002-6de639ebac85 {
  display: none;
}
#s-5cae48f9-2059-4879-a002-6de639ebac85, #wrap-s-5cae48f9-2059-4879-a002-6de639ebac85 { display:none !important; }}



  #s-5cae48f9-2059-4879-a002-6de639ebac85 img.shogun-image {
    
    width: px;
  }


#s-5cae48f9-2059-4879-a002-6de639ebac85 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc9e3e12-a31a-4e98-a904-c09ec272d8ad {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dc9e3e12-a31a-4e98-a904-c09ec272d8ad hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1ae09929-2ec3-4faf-b6cc-8bf7ad9993f9 {
  min-height: 50px;
}








#s-1ae09929-2ec3-4faf-b6cc-8bf7ad9993f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ae09929-2ec3-4faf-b6cc-8bf7ad9993f9.shg-box.shg-c {
  justify-content: center;
}

#s-6afd6b31-a323-45c2-ac12-b4260a65b5ad {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(201, 171, 159, 1);
}








#s-6afd6b31-a323-45c2-ac12-b4260a65b5ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6afd6b31-a323-45c2-ac12-b4260a65b5ad.shg-box.shg-c {
  justify-content: center;
}

#s-717b282c-1505-487d-baa0-27b3ae385b30 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c1eab47f-c4d7-4f24-92d0-759514cbc3e1 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1eab47f-c4d7-4f24-92d0-759514cbc3e1 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-c1eab47f-c4d7-4f24-92d0-759514cbc3e1 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-c1eab47f-c4d7-4f24-92d0-759514cbc3e1 img.shogun-image {
    
    width: px;
  }


#s-c1eab47f-c4d7-4f24-92d0-759514cbc3e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-faeafddb-7e1f-47c6-ace9-075fa3ff65a6 {
  margin-bottom: 15px;
}

#s-2a46889a-2e13-40f3-ba3d-c39727733a08 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-24538331-3f7f-494e-aa2f-f957c94ebb79 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-5998382c-11f9-4f8d-9518-f9a845f1792a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-81322589-ed0a-4346-b7c4-0d47f0a5a504 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-81322589-ed0a-4346-b7c4-0d47f0a5a504 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-81322589-ed0a-4346-b7c4-0d47f0a5a504 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-81322589-ed0a-4346-b7c4-0d47f0a5a504 img.shogun-image {
    
    width: px;
  }


#s-81322589-ed0a-4346-b7c4-0d47f0a5a504 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b368a70-d835-494f-8afb-b38fc6e60b0a {
  margin-bottom: 15px;
}

#s-ecbba172-0992-4ce4-b06b-0419e05b132a {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-d9cfd194-15bf-48b0-9bc3-50034194ae95 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-68b141fe-0db1-41a6-b478-d561c0857403 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-eaf67d5b-4c40-4817-85ee-a664b7c5c5c9 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eaf67d5b-4c40-4817-85ee-a664b7c5c5c9 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-eaf67d5b-4c40-4817-85ee-a664b7c5c5c9 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-eaf67d5b-4c40-4817-85ee-a664b7c5c5c9 img.shogun-image {
    
    width: px;
  }


#s-eaf67d5b-4c40-4817-85ee-a664b7c5c5c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5230b95d-1cf6-4c84-9044-2b9b55c141ab {
  margin-bottom: 15px;
}

#s-d6c1724a-ea85-4f6c-abbd-0d8569a5cdd1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-c1d400a5-8fa2-4518-ab1e-baa2523a569f {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-04585cf7-803d-40d1-afdd-8986a5b09f02 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-9d7b3f3a-2393-4cde-8e41-c336ee2250cb {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d7b3f3a-2393-4cde-8e41-c336ee2250cb {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-9d7b3f3a-2393-4cde-8e41-c336ee2250cb {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-9d7b3f3a-2393-4cde-8e41-c336ee2250cb img.shogun-image {
    
    width: px;
  }


#s-9d7b3f3a-2393-4cde-8e41-c336ee2250cb .shogun-image-content {
  
    align-items: center;
  
}

#s-40eac7d7-d48f-4663-b67b-50fc7ab3e6b7 {
  margin-bottom: 15px;
}

#s-884ec6d9-fe87-4fe4-bb68-287956cc285e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-e0ce7f24-6177-4593-bb98-76e1c7e33381 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-3ca0059d-f1cf-43cd-a457-ecb5cff13e6f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-1cff7c03-1995-4249-8bbf-5610fa7b9074 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cff7c03-1995-4249-8bbf-5610fa7b9074 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-1cff7c03-1995-4249-8bbf-5610fa7b9074 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-1cff7c03-1995-4249-8bbf-5610fa7b9074 img.shogun-image {
    
    width: px;
  }


#s-1cff7c03-1995-4249-8bbf-5610fa7b9074 .shogun-image-content {
  
    align-items: center;
  
}

#s-203201d9-e1bc-403e-91bb-039249b06703 {
  margin-bottom: 15px;
}

#s-33d1878a-617d-4bb7-b046-738335110b7d {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-1835318a-b283-4400-ac85-fd05bf451ce2 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-fd2ab560-591b-4133-8413-3930ab5b6916 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fd2ab560-591b-4133-8413-3930ab5b6916 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-105b1403-074c-4f3a-9b37-dab50133a701 {
  margin-bottom: 30px;
}

#s-02842592-8a38-4d24-a597-bf05085b9616 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-02842592-8a38-4d24-a597-bf05085b9616 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ca7794e8-b2b4-444c-b78b-ecba042b3c29 {
  min-height: 50px;
}








#s-ca7794e8-b2b4-444c-b78b-ecba042b3c29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca7794e8-b2b4-444c-b78b-ecba042b3c29.shg-box.shg-c {
  justify-content: center;
}

#s-64394b68-c94e-4c88-90d0-97fc712b787f {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-64394b68-c94e-4c88-90d0-97fc712b787f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-f644b589-766d-4698-9ff6-35a4b3876743 {
  margin-bottom: 30px;
}

#s-1deeefbc-2a10-4147-9a93-b8a58043ebdb {
  margin-bottom: 60px;
text-align: center;
}




  #s-1deeefbc-2a10-4147-9a93-b8a58043ebdb img.shogun-image {
    
    width: px;
  }


#s-1deeefbc-2a10-4147-9a93-b8a58043ebdb .shogun-image-content {
  
    align-items: center;
  
}

#s-a809a692-87e3-478b-9427-6f148e1eabc3 {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-a809a692-87e3-478b-9427-6f148e1eabc3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-c2ec2682-a328-4fc6-8df9-b08c29e0c85c {
  margin-bottom: 30px;
}

#s-0a5a571a-7ac1-47fd-92a9-ff8f9c381408 {
  text-align: center;
}




  #s-0a5a571a-7ac1-47fd-92a9-ff8f9c381408 img.shogun-image {
    
    width: px;
  }


#s-0a5a571a-7ac1-47fd-92a9-ff8f9c381408 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d1954fc-d043-445d-a79c-febf6ff79171 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6d1954fc-d043-445d-a79c-febf6ff79171 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1e4d8b74-d84d-426c-b6ae-c7aa1fc032b7 {
  min-height: 50px;
}








#s-1e4d8b74-d84d-426c-b6ae-c7aa1fc032b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e4d8b74-d84d-426c-b6ae-c7aa1fc032b7.shg-box.shg-c {
  justify-content: center;
}

#s-1ead00cb-3de3-4b25-8875-498781c50552 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-1ead00cb-3de3-4b25-8875-498781c50552 {
  padding-left: 22px;
padding-right: 22px;
}
}
.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-f2eb4b93-b659-42c5-b0c3-7d885836eb92 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 870px;
}

#s-f2eb4b93-b659-42c5-b0c3-7d885836eb92 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f2eb4b93-b659-42c5-b0c3-7d885836eb92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-f2eb4b93-b659-42c5-b0c3-7d885836eb92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-f2eb4b93-b659-42c5-b0c3-7d885836eb92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f2eb4b93-b659-42c5-b0c3-7d885836eb92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(77, 77, 77, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-f2eb4b93-b659-42c5-b0c3-7d885836eb92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-04ac2a97-152b-49fc-86cf-e1340c3595ec {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-21d90663-e94d-4552-9386-2448cfbbf32a {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-f4cf9330-8c42-4cae-9019-ea75507c3e19 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-b31a336a-eeaf-4c19-92c1-3e2a18f8328e {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-65343ebc-c7da-47f5-bf58-519079e792f2 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-f9357156-e15b-4334-91b4-de8ef6fcaae7 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-c5816743-139e-44a5-90ed-e78de672dedd {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-b0ee5f8a-e51e-4882-b6ee-c68c47fd3e6c {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-37e7f9d3-df6b-4517-9a6f-a84d03aefed7 {
  margin-bottom: 30px;
text-align: center;
}




  #s-37e7f9d3-df6b-4517-9a6f-a84d03aefed7 img.shogun-image {
    
    width: px;
  }


#s-37e7f9d3-df6b-4517-9a6f-a84d03aefed7 .shogun-image-content {
  
    align-items: center;
  
}

#s-604bb04f-0978-42b1-a2cd-feb8cee9a1b5 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 57, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-604bb04f-0978-42b1-a2cd-feb8cee9a1b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-604bb04f-0978-42b1-a2cd-feb8cee9a1b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-604bb04f-0978-42b1-a2cd-feb8cee9a1b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9581757-0325-4773-86c7-d63a4c8295cf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f9581757-0325-4773-86c7-d63a4c8295cf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6fc61fc3-4dcf-45f6-aac6-01b9e198c7eb {
  display: none;
}
@media (min-width: 0px) {
[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23b5b872-78d6-4e59-842c-aa9a325fceba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-5795c311-6ee7-4c66-9b16-51a9770a105f {
  text-align: left;
}


.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f {
  max-width: 100%;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom,
.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f {
  max-width: 100%;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom,
.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f {
  max-width: 100%;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom,
.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f {
  max-width: 100%;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom,
.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f {
  max-width: 100%;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom,
.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5795c311-6ee7-4c66-9b16-51a9770a105f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-4b1bf7ea-9fbb-4b36-96c4-ac1e91fc023b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-4b1bf7ea-9fbb-4b36-96c4-ac1e91fc023b .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-4b1bf7ea-9fbb-4b36-96c4-ac1e91fc023b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-1221bbb6-bed4-4359-bd05-987277b82a4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1221bbb6-bed4-4359-bd05-987277b82a4f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-62249fb4-c0f4-4996-978b-a106fe02694d {
  margin-bottom: 10px;
text-align: left;
}

#s-62249fb4-c0f4-4996-978b-a106fe02694d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-62249fb4-c0f4-4996-978b-a106fe02694d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-62249fb4-c0f4-4996-978b-a106fe02694d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7ef3127-81f0-4385-9b1e-3bd20f33e1cb {
  margin-bottom: 10px;
text-align: left;
}

#s-d7ef3127-81f0-4385-9b1e-3bd20f33e1cb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d7ef3127-81f0-4385-9b1e-3bd20f33e1cb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d7ef3127-81f0-4385-9b1e-3bd20f33e1cb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d7ef3127-81f0-4385-9b1e-3bd20f33e1cb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-29d8fd35-d314-40f8-94b7-e6d5c47468d7 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-29d8fd35-d314-40f8-94b7-e6d5c47468d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29d8fd35-d314-40f8-94b7-e6d5c47468d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-29d8fd35-d314-40f8-94b7-e6d5c47468d7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-29d8fd35-d314-40f8-94b7-e6d5c47468d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29d8fd35-d314-40f8-94b7-e6d5c47468d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-29d8fd35-d314-40f8-94b7-e6d5c47468d7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4215cf16-5c95-4963-8cec-2d01256e523f {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-435466a4-6b08-4e01-b2cf-e6c5e31c23a2 {
  text-align: center;
}




  #s-435466a4-6b08-4e01-b2cf-e6c5e31c23a2 img.shogun-image {
    
    width: px;
  }


#s-435466a4-6b08-4e01-b2cf-e6c5e31c23a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a050f44-f3e1-4625-97b8-1f5938fb6136 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6a050f44-f3e1-4625-97b8-1f5938fb6136 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-dbfde547-1453-42b2-b1b6-202e4355aac1 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-dbfde547-1453-42b2-b1b6-202e4355aac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbfde547-1453-42b2-b1b6-202e4355aac1.shg-box.shg-c {
  justify-content: center;
}

#s-88d2fdd7-8d02-4aa9-be1d-83ed999f8126 {
  margin-bottom: 10px;
}

#s-bdfe3bf9-c562-45aa-bcca-1f0a1e5d4f90 {
  border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(64, 57, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bdfe3bf9-c562-45aa-bcca-1f0a1e5d4f90:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(64, 57, 57, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bdfe3bf9-c562-45aa-bcca-1f0a1e5d4f90:active {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(64, 57, 57, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-bdfe3bf9-c562-45aa-bcca-1f0a1e5d4f90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}