.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-0c237c3e-721f-4928-8599-930184954d1c {
  border-style: solid;
margin-bottom: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(0, 0, 0, 1);
border-style: dashed;
}

.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-210c1946-fa9f-484a-90c8-09ec2215b970 {
  min-height: 50px;
}








#s-210c1946-fa9f-484a-90c8-09ec2215b970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-210c1946-fa9f-484a-90c8-09ec2215b970.shg-box.shg-c {
  justify-content: center;
}

#s-901c7d09-b1da-410f-8ad8-758e9116d08d {
  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-6c82bac2-a475-46ce-9256-2ba1108899d2 {
  margin-top: 30px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c82bac2-a475-46ce-9256-2ba1108899d2"] > .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-71af4775-6d0c-462c-94c0-400e92a6a263 {
  margin-bottom: 10px;
text-align: center;
}




  #s-71af4775-6d0c-462c-94c0-400e92a6a263 img.shogun-image {
    
    width: px;
  }


#s-71af4775-6d0c-462c-94c0-400e92a6a263 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6a8a84a-8522-4473-a88c-cd6bc0ef29f9 {
  text-align: center;
}




  #s-b6a8a84a-8522-4473-a88c-cd6bc0ef29f9 img.shogun-image {
    
    width: px;
  }


#s-b6a8a84a-8522-4473-a88c-cd6bc0ef29f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-09503557-8879-4c79-89f2-c8d450fb59d8 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-09503557-8879-4c79-89f2-c8d450fb59d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09503557-8879-4c79-89f2-c8d450fb59d8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21309af7-444f-44fa-89a6-cc5f32d46fae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d0c5f08e-8d70-4826-bf6e-137f43f39ff3 {
  margin-bottom: 10px;
text-align: center;
}




  #s-d0c5f08e-8d70-4826-bf6e-137f43f39ff3 img.shogun-image {
    
    width: px;
  }


#s-d0c5f08e-8d70-4826-bf6e-137f43f39ff3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7c29145-ff30-4c49-89ac-3032b806b6e3 {
  text-align: center;
}




  #s-e7c29145-ff30-4c49-89ac-3032b806b6e3 img.shogun-image {
    
    width: px;
  }


#s-e7c29145-ff30-4c49-89ac-3032b806b6e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3db0239-9d12-42b6-b715-1753e1e0e6d0 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-c3db0239-9d12-42b6-b715-1753e1e0e6d0 img.shogun-image {
    
    width: px;
  }


#s-c3db0239-9d12-42b6-b715-1753e1e0e6d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-91272f5a-582f-4e44-8397-629e3bfdc12a {
  margin-top: 50px;
padding-left: 20px;
padding-right: 20px;
}

#s-682b6b31-77f3-48c1-b26c-da71b6ad7c46 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-cf3b60c9-f8ad-4f44-966b-0fe613a9507b {
  margin-top: 70px;
min-height: 50px;
}








#s-cf3b60c9-f8ad-4f44-966b-0fe613a9507b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf3b60c9-f8ad-4f44-966b-0fe613a9507b.shg-box.shg-c {
  justify-content: center;
}

#s-fd7dd1c9-77c5-4e85-b3ca-78e0a444b0d4 {
  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-fd7dd1c9-77c5-4e85-b3ca-78e0a444b0d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd7dd1c9-77c5-4e85-b3ca-78e0a444b0d4.shg-box.shg-c {
  justify-content: center;
}

#s-eb8c9c4b-2af3-46b4-8e81-81d510f0323a {
  margin-left: 20px;
margin-right: 20px;
}

#s-cd868f1c-6046-4096-b233-9e0d20779f86 {
  margin-bottom: 50px;
}

#s-aea4c8e8-5068-41a9-a770-f5151171a220 {
  text-align: center;
}




  #s-aea4c8e8-5068-41a9-a770-f5151171a220 img.shogun-image {
    
    width: px;
  }


#s-aea4c8e8-5068-41a9-a770-f5151171a220 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6bfa27f-c1a6-428f-a05a-5bdb281bbfcf {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-c0ae9b8a-4fe2-4431-9474-c3a6d766e071 {
  text-align: center;
}




  #s-c0ae9b8a-4fe2-4431-9474-c3a6d766e071 img.shogun-image {
    
    width: px;
  }


#s-c0ae9b8a-4fe2-4431-9474-c3a6d766e071 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb6c6bfd-f6ea-4051-912c-d214692b2fc2 {
  min-height: 50px;
}








#s-bb6c6bfd-f6ea-4051-912c-d214692b2fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb6c6bfd-f6ea-4051-912c-d214692b2fc2.shg-box.shg-c {
  justify-content: center;
}

#s-82771366-a261-4cde-a985-4c603b006387 {
  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-82771366-a261-4cde-a985-4c603b006387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82771366-a261-4cde-a985-4c603b006387.shg-box.shg-c {
  justify-content: center;
}

#s-6e750eec-44eb-455e-bbcc-d9ca693e6e93 {
  margin-left: 20px;
margin-right: 20px;
}

#s-47599b99-49d5-45dd-b776-9325b375b6f6 {
  padding-left: 20px;
padding-right: 20px;
}

#s-dd80d1c8-6f92-4c6c-a7d2-054a1b306adc {
  margin-top: 20px;
margin-bottom: 30px;
text-align: center;
}




  #s-dd80d1c8-6f92-4c6c-a7d2-054a1b306adc img.shogun-image {
    
    width: px;
  }


#s-dd80d1c8-6f92-4c6c-a7d2-054a1b306adc .shogun-image-content {
  
    align-items: center;
  
}

#s-34b010df-9ec9-4c01-8c5f-7d66a07387fe {
  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-34b010df-9ec9-4c01-8c5f-7d66a07387fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34b010df-9ec9-4c01-8c5f-7d66a07387fe.shg-box.shg-c {
  justify-content: center;
}

#s-bb039956-0802-4aba-a39d-e206404859ae {
  margin-left: 20px;
margin-right: 20px;
}

#s-80a11306-0069-4286-a6e8-df6f94ed6e2c {
  min-height: 50px;
}








#s-80a11306-0069-4286-a6e8-df6f94ed6e2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80a11306-0069-4286-a6e8-df6f94ed6e2c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a2ecd103-7968-46fd-bcd5-7af8279bb8ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-77e6ab84-457b-4923-abac-3b4f57ecde70 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-77e6ab84-457b-4923-abac-3b4f57ecde70 img.shogun-image {
    
    width: px;
  }


#s-77e6ab84-457b-4923-abac-3b4f57ecde70 .shogun-image-content {
  
    align-items: center;
  
}

#s-29362798-0a1d-4a15-b09b-db5cab2c3be3 {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-f9956ffa-9cbc-4937-a5fd-ee0e19667cf1 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-3c70d23d-9062-409a-bc48-f097d702eb0f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7906b96-abed-434d-b6d2-c9414a0b66cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d4dd92ac-5d0e-43fc-8004-45cdf919da7b {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-d4dd92ac-5d0e-43fc-8004-45cdf919da7b img.shogun-image {
    
    width: px;
  }


#s-d4dd92ac-5d0e-43fc-8004-45cdf919da7b .shogun-image-content {
  
    align-items: center;
  
}

#s-64c8d17e-4ed1-4af5-9b33-71c55c416965 {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-5a0a0d58-38aa-43e8-b774-74ce053a3acd {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-57440567-b4d2-4442-b7ce-623c7229fdd1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce48a78d-93a9-462d-ad5f-e231cfa77e42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0be497c1-e059-4324-86aa-ba4a015f6b9e {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-0be497c1-e059-4324-86aa-ba4a015f6b9e img.shogun-image {
    
    width: px;
  }


#s-0be497c1-e059-4324-86aa-ba4a015f6b9e .shogun-image-content {
  
    align-items: center;
  
}

#s-b2b4c9a1-d8d0-4c34-a5ca-d916afac2344 {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-b398690c-50c4-41c4-afed-00c29b714b1a {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-85504325-903e-4425-9cb0-e46f374dd8d8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43ff531f-a9e8-4853-ad7f-862616c4c9f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-99d09892-8847-4037-aab4-31207b4552e5 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-99d09892-8847-4037-aab4-31207b4552e5 img.shogun-image {
    
    width: px;
  }


#s-99d09892-8847-4037-aab4-31207b4552e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9951364-7b30-4ea6-a626-9f473c3198e6 {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-f61d8315-eb11-455d-ac99-4a08424df875 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-fd2c2994-5e1c-4c20-8232-38ca3a069e83 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7f4a9e8-8a75-4d6b-9bf3-5a1a244b9e69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3a0dc0ca-b0c6-4af5-a3ec-f146c3bf494c {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-3a0dc0ca-b0c6-4af5-a3ec-f146c3bf494c img.shogun-image {
    
    width: px;
  }


#s-3a0dc0ca-b0c6-4af5-a3ec-f146c3bf494c .shogun-image-content {
  
    align-items: center;
  
}

#s-8c5ee4c5-e3c4-42be-a584-86c9a5b27e5d {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-1180807f-6fe5-4bd4-9d7f-ace17cb12827 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-51ab6bc9-f2b1-4752-b144-7a2fa7f0e978 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d11fd4d-47fb-4d21-ac18-7b2331db84a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-97f76506-0d1b-481c-8cc5-38b422406f80 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-97f76506-0d1b-481c-8cc5-38b422406f80 img.shogun-image {
    
    width: px;
  }


#s-97f76506-0d1b-481c-8cc5-38b422406f80 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd3941b0-cc43-4009-bfc5-61bf078f6e0c {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

#s-99f40b2d-6fdb-4a5a-a03a-cb7ad881e094 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-f43fd3d4-0494-4efc-875c-383f07f7e238 {
  min-height: 50px;
}








#s-f43fd3d4-0494-4efc-875c-383f07f7e238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f43fd3d4-0494-4efc-875c-383f07f7e238.shg-box.shg-c {
  justify-content: center;
}

#s-c78713a7-f7ff-4dc0-8527-fc8477f5ca5c {
  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-c78713a7-f7ff-4dc0-8527-fc8477f5ca5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c78713a7-f7ff-4dc0-8527-fc8477f5ca5c.shg-box.shg-c {
  justify-content: center;
}

#s-a193500d-501f-4d0f-8833-9f034f37270c {
  margin-left: 20px;
margin-right: 20px;
}

#s-259c30f4-07e0-4260-a4b6-a2f8a6e867c2 {
  margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

#s-a75dfd85-a3cf-410e-bba3-d58a4076ecb6 {
  text-align: center;
}




  #s-a75dfd85-a3cf-410e-bba3-d58a4076ecb6 img.shogun-image {
    
    width: px;
  }


#s-a75dfd85-a3cf-410e-bba3-d58a4076ecb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c265a854-991c-4836-b8d5-30c15c38040f {
  margin-top: 30px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

#s-8bbd1ed0-6d33-4754-ada0-5091b31f690e {
  text-align: center;
}




  #s-8bbd1ed0-6d33-4754-ada0-5091b31f690e img.shogun-image {
    
    width: px;
  }


#s-8bbd1ed0-6d33-4754-ada0-5091b31f690e .shogun-image-content {
  
    align-items: center;
  
}

#s-3296010e-1e19-4ea6-a322-26a022b6abac {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3296010e-1e19-4ea6-a322-26a022b6abac hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2be73045-2393-42cf-956a-a4143c62f739 {
  min-height: 50px;
}








#s-2be73045-2393-42cf-956a-a4143c62f739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2be73045-2393-42cf-956a-a4143c62f739.shg-box.shg-c {
  justify-content: center;
}

.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-164b8a02-66fe-42a0-a565-b8f63a6a068f {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 30px;
}

#s-9370c8b4-89ea-4bb0-b0d0-7cffdf378a20 {
  margin-bottom: 15px;
}

#s-c2528c44-6a2d-49e5-90b1-99d19ff98982 {
  margin-bottom: 50px;
}

#s-c70aced0-8a3a-45ac-a3b0-4f4b17de39cf {
  margin-bottom: 20px;
}

#s-a7909c63-711b-4106-a837-4cbbe2ebcb6b {
  margin-bottom: 30px;
}

#s-f3e31ab9-8d01-44c6-bf10-a1fdee84a5bb {
  text-align: center;
}




  #s-f3e31ab9-8d01-44c6-bf10-a1fdee84a5bb img.shogun-image {
    
    width: px;
  }


#s-f3e31ab9-8d01-44c6-bf10-a1fdee84a5bb .shogun-image-content {
  
    align-items: center;
  
}

#s-5c2288ce-a8ac-47cc-aafd-9512ddd9f8ee {
  min-height: 50px;
}








#s-5c2288ce-a8ac-47cc-aafd-9512ddd9f8ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c2288ce-a8ac-47cc-aafd-9512ddd9f8ee.shg-box.shg-c {
  justify-content: center;
}

#s-fa4f9dd9-f5eb-473b-990d-11a114fbcc40 {
  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-fa4f9dd9-f5eb-473b-990d-11a114fbcc40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa4f9dd9-f5eb-473b-990d-11a114fbcc40.shg-box.shg-c {
  justify-content: center;
}

#s-76c3f272-f03b-47a2-b98c-6c880b95915a {
  margin-left: 20px;
margin-right: 20px;
}

#s-9b9d579f-a0f0-4570-9b18-4ab2137077d2 {
  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-3ca9e71c-b9f2-41a4-b77e-902e35f0cc97 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 870px;
opacity: 1;
}

#s-3ca9e71c-b9f2-41a4-b77e-902e35f0cc97 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-3ca9e71c-b9f2-41a4-b77e-902e35f0cc97 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3ca9e71c-b9f2-41a4-b77e-902e35f0cc97 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: inherit;
}

#s-3ca9e71c-b9f2-41a4-b77e-902e35f0cc97 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-3ca9e71c-b9f2-41a4-b77e-902e35f0cc97 td.shogun-table-column, #s-3ca9e71c-b9f2-41a4-b77e-902e35f0cc97 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-3eaef09d-5c69-4452-95fa-929dabf576b2 {
  padding-left: 5px;
padding-right: 5px;
}

#s-bbf9101a-1afe-4915-b3bf-7f132dd85f2f {
  padding-left: 5px;
padding-right: 5px;
}

#s-12663533-9094-40e6-b53a-8d69d1efb65f {
  padding-left: 5px;
padding-right: 5px;
}

#s-b19efa30-a54a-4417-939c-984df573de61 {
  padding-left: 5px;
padding-right: 5px;
}

#s-7f5ba653-b973-4558-bc89-ead98421e512 {
  padding-left: 5px;
padding-right: 5px;
}

#s-c378b7fb-f200-4a57-b23b-f78995375b6c {
  padding-left: 5px;
padding-right: 5px;
}

#s-908affba-43cf-4dcc-950d-fe1155d3c285 {
  margin-bottom: 30px;
text-align: center;
}




  #s-908affba-43cf-4dcc-950d-fe1155d3c285 img.shogun-image {
    
    width: px;
  }


#s-908affba-43cf-4dcc-950d-fe1155d3c285 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf8ecd7d-1b8b-4b0b-99ea-7b60dfb11684 {
  margin-bottom: 30px;
text-align: center;
}





#s-cf8ecd7d-1b8b-4b0b-99ea-7b60dfb11684 .shogun-image-content {
  
    align-items: center;
  
}

#s-29844d49-61cd-470d-89f3-c66c254e2392 {
  margin-bottom: 30px;
text-align: center;
}




  #s-29844d49-61cd-470d-89f3-c66c254e2392 img.shogun-image {
    
    width: px;
  }


#s-29844d49-61cd-470d-89f3-c66c254e2392 .shogun-image-content {
  
    align-items: center;
  
}

#s-a267be60-853b-414a-a9f7-172217308780 {
  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-a267be60-853b-414a-a9f7-172217308780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a267be60-853b-414a-a9f7-172217308780.shg-box.shg-c {
  justify-content: center;
}

#s-fbc5d670-6e4b-4ff7-9962-e57ef6a883bc {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0b0be8f8-81a2-4678-b3c1-fd0bbf38435a"] > .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-38f8ee86-7b9c-4088-a1d3-72483e9a37bb {
  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-38f8ee86-7b9c-4088-a1d3-72483e9a37bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38f8ee86-7b9c-4088-a1d3-72483e9a37bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-38f8ee86-7b9c-4088-a1d3-72483e9a37bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-876286f5-2f18-4cb3-ad88-83f2af5ced3b {
  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-876286f5-2f18-4cb3-ad88-83f2af5ced3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-876286f5-2f18-4cb3-ad88-83f2af5ced3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-876286f5-2f18-4cb3-ad88-83f2af5ced3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dae20491-099d-47eb-af0d-5852b1985c32 {
  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-dae20491-099d-47eb-af0d-5852b1985c32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dae20491-099d-47eb-af0d-5852b1985c32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dae20491-099d-47eb-af0d-5852b1985c32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d6a364e-010e-49a7-a826-d0dfc2d2891e {
  margin-bottom: 30px;
background-color: rgba(240, 238, 237, 1);
}
@media (max-width: 767px){#s-1d6a364e-010e-49a7-a826-d0dfc2d2891e {
  margin-bottom: 30px;
}
}







#s-1d6a364e-010e-49a7-a826-d0dfc2d2891e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d6a364e-010e-49a7-a826-d0dfc2d2891e.shg-box.shg-c {
  justify-content: center;
}

#s-8addb200-e72b-448f-9487-790a8ed9bdc3 {
  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-8addb200-e72b-448f-9487-790a8ed9bdc3 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-5b92e8b6-fde0-41bf-b51a-ca6689f4db10 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}




  #s-5b92e8b6-fde0-41bf-b51a-ca6689f4db10 img.shogun-image {
    
    width: px;
  }


#s-5b92e8b6-fde0-41bf-b51a-ca6689f4db10 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2543ef3-304c-42a6-a7f5-032e1b87a30a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e2543ef3-304c-42a6-a7f5-032e1b87a30a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0d992a44-a1ba-4f63-8648-5c3384d7d6f7 {
  margin-bottom: 50px;
padding-top: 60px;
min-height: 50px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-0d992a44-a1ba-4f63-8648-5c3384d7d6f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d992a44-a1ba-4f63-8648-5c3384d7d6f7.shg-box.shg-c {
  justify-content: center;
}

#s-5866d69d-a4ae-40ea-9a95-65970c708165 {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-5866d69d-a4ae-40ea-9a95-65970c708165 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-48891f51-7dbd-4372-9483-74042682d17b {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-48891f51-7dbd-4372-9483-74042682d17b {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-60d7d843-4bf8-41e9-8880-e8dcf93fd6ac {
  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-60d7d843-4bf8-41e9-8880-e8dcf93fd6ac {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-60d7d843-4bf8-41e9-8880-e8dcf93fd6ac {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-64cab74f-0d50-46c3-8506-ff24ae6c3538 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-64cab74f-0d50-46c3-8506-ff24ae6c3538 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-64cab74f-0d50-46c3-8506-ff24ae6c3538 img.shogun-image {
    
    width: px;
  }


#s-64cab74f-0d50-46c3-8506-ff24ae6c3538 .shogun-image-content {
  
    align-items: center;
  
}

#s-75308a43-b698-4899-85b5-4be2c0942d8e {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-75308a43-b698-4899-85b5-4be2c0942d8e {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-75308a43-b698-4899-85b5-4be2c0942d8e {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-0b3fd234-ffe6-4f3e-8c15-7b9f271ea0ad {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b3fd234-ffe6-4f3e-8c15-7b9f271ea0ad {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-0b3fd234-ffe6-4f3e-8c15-7b9f271ea0ad {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-cd4ed018-a9d5-4423-b877-fbbbfcb35886 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-cd4ed018-a9d5-4423-b877-fbbbfcb35886 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-cd4ed018-a9d5-4423-b877-fbbbfcb35886 img.shogun-image {
    
    width: px;
  }


#s-cd4ed018-a9d5-4423-b877-fbbbfcb35886 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec717b19-7199-414e-9fb9-bd1848b07547 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec717b19-7199-414e-9fb9-bd1848b07547 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ec717b19-7199-414e-9fb9-bd1848b07547 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-cc2071c5-24c8-4bf6-89f4-b4985914ed95 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc2071c5-24c8-4bf6-89f4-b4985914ed95 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-cc2071c5-24c8-4bf6-89f4-b4985914ed95 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-9b557af9-5e7a-4114-8c29-b5c4c0f86107 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9b557af9-5e7a-4114-8c29-b5c4c0f86107 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-848a5d4e-2a94-473b-9906-9a58b8ce0cb8 {
  min-height: 50px;
}








#s-848a5d4e-2a94-473b-9906-9a58b8ce0cb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-848a5d4e-2a94-473b-9906-9a58b8ce0cb8.shg-box.shg-c {
  justify-content: center;
}

#s-b824df71-38e3-4f64-9224-17fb9dd57c0c {
  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-b824df71-38e3-4f64-9224-17fb9dd57c0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b824df71-38e3-4f64-9224-17fb9dd57c0c.shg-box.shg-c {
  justify-content: center;
}

#s-9de6cea7-68b9-447d-bbab-67826f87921c {
  margin-left: 20px;
margin-right: 20px;
}

#s-85c7a444-0209-4563-a0cb-b76d62f0b127 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 870px;
}

#s-f2f8ead9-65ef-4a33-a0dd-5fbbf84370d5 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-fd2901af-f412-42a5-82f3-9efc3fc96653 {
  margin-bottom: 30px;
text-align: center;
}





#s-fd2901af-f412-42a5-82f3-9efc3fc96653 .shogun-image-content {
  
    align-items: center;
  
}

#s-c277b060-227a-4fec-834d-b7af98153cfc {
  margin-bottom: 80px;
text-align: center;
}





#s-c277b060-227a-4fec-834d-b7af98153cfc .shogun-image-content {
  
    align-items: center;
  
}

#s-4cc94ea1-6ca3-44ca-a246-11473d803c0a {
  margin-bottom: 15px;
}

#s-a3dc2681-90f8-4c66-b724-6f8fa57272a5 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-6809b74d-7844-4427-8ca7-28895a82952d {
  margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 870px;
text-align: center;
}




  #s-6809b74d-7844-4427-8ca7-28895a82952d img.shogun-image {
    
    width: px;
  }


#s-6809b74d-7844-4427-8ca7-28895a82952d .shogun-image-content {
  
    align-items: center;
  
}

#s-5d34d161-f497-45af-a9ab-7a7a60e3a1c5 {
  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-5d34d161-f497-45af-a9ab-7a7a60e3a1c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d34d161-f497-45af-a9ab-7a7a60e3a1c5.shg-box.shg-c {
  justify-content: center;
}

#s-5fbff2c9-d033-4193-a23a-04f8d63b7fcf {
  margin-left: 20px;
margin-right: 20px;
}

#s-1b3132a3-af43-45f5-9918-c7a7a034e738 {
  margin-bottom: 30px;
}

#s-5d0378b1-40ea-4eae-bc4b-43a2d9b397d3 {
  margin-bottom: 60px;
}

#s-d87597c9-2285-44cc-bce2-00dca87b6e0b {
  margin-bottom: 30px;
}

#s-0b5c388d-09c7-43d6-8a7f-5e0aa6ec80df {
  margin-bottom: 60px;
}

#s-99252447-454b-42b2-a8d8-97dcbe894292 {
  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-99252447-454b-42b2-a8d8-97dcbe894292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99252447-454b-42b2-a8d8-97dcbe894292.shg-box.shg-c {
  justify-content: center;
}

#s-db666275-c4b7-478f-9103-f54e0976859c {
  margin-left: 20px;
margin-right: 20px;
}

#s-6b429ede-583c-4f51-bc63-1b926eb0301a {
  margin-bottom: 15px;
}

#s-73dfe31e-cb85-4361-816f-401fde9134a1 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-3c4f49a1-36c2-4b47-97a2-c6d2d7b5f935 {
  margin-bottom: 80px;
text-align: center;
}




  #s-3c4f49a1-36c2-4b47-97a2-c6d2d7b5f935 img.shogun-image {
    
    width: px;
  }


#s-3c4f49a1-36c2-4b47-97a2-c6d2d7b5f935 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b21b6ba-a4d8-42e7-9665-971ae7055153 {
  margin-bottom: 15px;
}

#s-f241f655-0e7b-4ee5-9047-d84e50adb307 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-95d3c8dd-7b31-492a-b86c-4359f6fda956 {
  text-align: center;
}




  #s-95d3c8dd-7b31-492a-b86c-4359f6fda956 img.shogun-image {
    
    width: px;
  }


#s-95d3c8dd-7b31-492a-b86c-4359f6fda956 .shogun-image-content {
  
    align-items: center;
  
}

#s-560da72b-a573-4870-b73a-ebd766397ca6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-560da72b-a573-4870-b73a-ebd766397ca6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a12d4580-4c45-4d38-a274-c11173eda02c {
  min-height: 50px;
}








#s-a12d4580-4c45-4d38-a274-c11173eda02c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a12d4580-4c45-4d38-a274-c11173eda02c.shg-box.shg-c {
  justify-content: center;
}

#s-6937a84c-1617-438d-8c13-7c3499137ef7 {
  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-6937a84c-1617-438d-8c13-7c3499137ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6937a84c-1617-438d-8c13-7c3499137ef7.shg-box.shg-c {
  justify-content: center;
}

#s-c66aade8-762a-427b-8177-3929004a3ba3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-44dfdd25-eea8-4ee6-a0ee-73b9860c08f7 {
  margin-bottom: 30px;
}

#s-fdb86da9-08d7-4b7b-be5d-cd468973591c {
  margin-bottom: 30px;
}

#s-73b56b50-2e16-42ed-8b36-83f215a0eb57 {
  margin-bottom: 40px;
}

#s-d13bd74b-2772-42fa-b83f-fbcd20fa310b {
  margin-bottom: 30px;
text-align: center;
}




  #s-d13bd74b-2772-42fa-b83f-fbcd20fa310b img.shogun-image {
    
    width: px;
  }


#s-d13bd74b-2772-42fa-b83f-fbcd20fa310b .shogun-image-content {
  
    align-items: center;
  
}

#s-fd699e84-d7f4-4b7d-8bdb-2cde42cb9ab9 {
  margin-bottom: 50px;
}

#s-54f85001-a82c-49cc-841b-a72bc18788cf {
  margin-bottom: 50px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-54f85001-a82c-49cc-841b-a72bc18788cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54f85001-a82c-49cc-841b-a72bc18788cf.shg-box.shg-c {
  justify-content: center;
}

#s-157b3b1c-41c2-48fd-bba5-a47501c39e92 {
  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-157b3b1c-41c2-48fd-bba5-a47501c39e92 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-157b3b1c-41c2-48fd-bba5-a47501c39e92 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-4af8e899-a9ba-49ad-b836-77eed0d94fd3 {
  margin-bottom: 15px;
padding-left: 20px;
padding-right: 20px;
}

#s-42b8b26c-1d84-4b9d-9beb-e833ed49d6df {
  margin-bottom: 50px;
}

#s-63ab7092-3a4d-4763-a8d8-d60024453daa {
  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-63ab7092-3a4d-4763-a8d8-d60024453daa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63ab7092-3a4d-4763-a8d8-d60024453daa.shg-box.shg-c {
  justify-content: center;
}

#s-46ee58d3-5aa9-447e-a8a8-508002cf81ca {
  margin-left: 20px;
margin-right: 20px;
}

#s-887f30db-f023-4e4c-8033-72c50569328c {
  margin-bottom: 30px;
}

#s-6d5a3132-ee92-47b1-8167-b71538c8fad3 {
  margin-bottom: 40px;
}

#s-c32bfdc0-567d-4fd4-9067-0197db4af640 {
  margin-bottom: 15px;
}

#s-88e848a6-2e22-4793-b806-995dcd7b9551 {
  margin-bottom: 90px;
}

#s-024b1db0-0d8d-4e11-9833-0ea8fdd54efa {
  text-align: center;
}
@media (min-width: 1200px){#s-024b1db0-0d8d-4e11-9833-0ea8fdd54efa {
  display: none;
}
#s-024b1db0-0d8d-4e11-9833-0ea8fdd54efa, #wrap-s-024b1db0-0d8d-4e11-9833-0ea8fdd54efa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-024b1db0-0d8d-4e11-9833-0ea8fdd54efa {
  display: none;
}
#s-024b1db0-0d8d-4e11-9833-0ea8fdd54efa, #wrap-s-024b1db0-0d8d-4e11-9833-0ea8fdd54efa { display:none !important; }}



  #s-024b1db0-0d8d-4e11-9833-0ea8fdd54efa img.shogun-image {
    
    width: px;
  }


#s-024b1db0-0d8d-4e11-9833-0ea8fdd54efa .shogun-image-content {
  
    align-items: center;
  
}

#s-d63b3219-2c85-4d83-8774-07a9e5da6424 {
  text-align: center;
}
#s-d63b3219-2c85-4d83-8774-07a9e5da6424:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-d63b3219-2c85-4d83-8774-07a9e5da6424 {
  display: none;
}
#s-d63b3219-2c85-4d83-8774-07a9e5da6424, #wrap-s-d63b3219-2c85-4d83-8774-07a9e5da6424 { display:none !important; }}@media (max-width: 767px){#s-d63b3219-2c85-4d83-8774-07a9e5da6424 {
  display: none;
}
#s-d63b3219-2c85-4d83-8774-07a9e5da6424, #wrap-s-d63b3219-2c85-4d83-8774-07a9e5da6424 { display:none !important; }}



  #s-d63b3219-2c85-4d83-8774-07a9e5da6424 img.shogun-image {
    
    width: px;
  }


#s-d63b3219-2c85-4d83-8774-07a9e5da6424 .shogun-image-content {
  
    align-items: center;
  
}

#s-2984ea5d-9737-4aea-a12a-b7add29cc4e5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2984ea5d-9737-4aea-a12a-b7add29cc4e5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9fcd3632-eff3-48ff-bade-5a4daa752f51 {
  min-height: 50px;
}








#s-9fcd3632-eff3-48ff-bade-5a4daa752f51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fcd3632-eff3-48ff-bade-5a4daa752f51.shg-box.shg-c {
  justify-content: center;
}

#s-5cf569b3-ba50-4b67-835d-927f6a24e3a3 {
  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-5cf569b3-ba50-4b67-835d-927f6a24e3a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cf569b3-ba50-4b67-835d-927f6a24e3a3.shg-box.shg-c {
  justify-content: center;
}

#s-d981aaab-fc20-485a-9284-98cbdce8d18a {
  margin-left: 20px;
margin-right: 20px;
}

#s-78f4f38c-2f77-401e-b435-1061573c16b3 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-78f4f38c-2f77-401e-b435-1061573c16b3 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-78f4f38c-2f77-401e-b435-1061573c16b3 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-78f4f38c-2f77-401e-b435-1061573c16b3 img.shogun-image {
    
    width: px;
  }


#s-78f4f38c-2f77-401e-b435-1061573c16b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-828f1817-16ff-483a-9bb9-f4dd37a43c36 {
  margin-bottom: 15px;
}

#s-84a53a34-48fd-477c-818d-c691a829c995 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-413936b7-2d16-432c-9700-c08f10b6b9fc {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-60662ac3-dbad-41e5-bb09-13c2f2c432a2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-760e5213-53b5-4f24-b5f9-bb916d314a96 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-760e5213-53b5-4f24-b5f9-bb916d314a96 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-760e5213-53b5-4f24-b5f9-bb916d314a96 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-760e5213-53b5-4f24-b5f9-bb916d314a96 img.shogun-image {
    
    width: px;
  }


#s-760e5213-53b5-4f24-b5f9-bb916d314a96 .shogun-image-content {
  
    align-items: center;
  
}

#s-356fdf1c-6b0c-42d8-809c-b82690d2cf4d {
  margin-bottom: 15px;
}

#s-feef68d2-755e-43a6-be24-6c0556659a41 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-437ab6a5-9ca2-4bc5-8b68-a8b868bfc5d0 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-b23c1c99-196d-4200-8a53-57e6ac6cf89d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-cbd56e19-892a-4f1e-b9ab-1e465c8a9b29 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbd56e19-892a-4f1e-b9ab-1e465c8a9b29 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-cbd56e19-892a-4f1e-b9ab-1e465c8a9b29 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-cbd56e19-892a-4f1e-b9ab-1e465c8a9b29 img.shogun-image {
    
    width: px;
  }


#s-cbd56e19-892a-4f1e-b9ab-1e465c8a9b29 .shogun-image-content {
  
    align-items: center;
  
}

#s-63902091-6604-4a03-b5d4-9565005ce62a {
  margin-bottom: 15px;
}

#s-343cad91-0a0f-44f0-ab15-1a765e092160 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-128042cd-c032-44d8-8203-8e4201a4dbe0 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-09450da5-e1cb-4d2e-896a-326235af8846 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-c57408d3-170e-439c-b537-5c59f46b7440 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c57408d3-170e-439c-b537-5c59f46b7440 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-c57408d3-170e-439c-b537-5c59f46b7440 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-c57408d3-170e-439c-b537-5c59f46b7440 img.shogun-image {
    
    width: px;
  }


#s-c57408d3-170e-439c-b537-5c59f46b7440 .shogun-image-content {
  
    align-items: center;
  
}

#s-82a6e758-48e7-47b7-9352-3c8851de1ca5 {
  margin-bottom: 15px;
}

#s-375ff806-1a3c-48eb-939e-bc5acc7c7ea3 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-48c4f835-abd8-45d8-9317-262f6cf07197 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-8bac4e62-3f6d-4f72-a35e-0d6f94da2803 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-89d1d2ab-02af-4307-8bb0-cc5fd7ff592a {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-89d1d2ab-02af-4307-8bb0-cc5fd7ff592a {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-89d1d2ab-02af-4307-8bb0-cc5fd7ff592a {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-89d1d2ab-02af-4307-8bb0-cc5fd7ff592a img.shogun-image {
    
    width: px;
  }


#s-89d1d2ab-02af-4307-8bb0-cc5fd7ff592a .shogun-image-content {
  
    align-items: center;
  
}

#s-6ad15068-7931-400e-bc3a-74039d0a89c2 {
  margin-bottom: 15px;
}

#s-24ecdefb-2e79-4fec-8bef-68e2dc78fd6f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-2d099178-f1c2-45d7-b17e-4d632fa3eaac {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-34930a39-6a51-4ce0-9bff-f6e5ae9385d5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-34930a39-6a51-4ce0-9bff-f6e5ae9385d5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-05e6b77e-b410-4227-a294-97a920e72bd3 {
  margin-bottom: 30px;
}

#s-d0acf024-0a63-481b-a40f-746dadf7fda2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d0acf024-0a63-481b-a40f-746dadf7fda2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-41508013-214b-438b-846f-c727db9b7159 {
  min-height: 50px;
}








#s-41508013-214b-438b-846f-c727db9b7159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41508013-214b-438b-846f-c727db9b7159.shg-box.shg-c {
  justify-content: center;
}

#s-310ad2e9-d08e-4787-b8b2-6dba157a8f0a {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-310ad2e9-d08e-4787-b8b2-6dba157a8f0a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-1e5b1c4b-b6e2-4f1a-8138-13766edb6278 {
  margin-bottom: 30px;
}

#s-8550e7ec-7ceb-4903-8c09-17c78c9a0b46 {
  margin-bottom: 60px;
text-align: center;
}




  #s-8550e7ec-7ceb-4903-8c09-17c78c9a0b46 img.shogun-image {
    
    width: px;
  }


#s-8550e7ec-7ceb-4903-8c09-17c78c9a0b46 .shogun-image-content {
  
    align-items: center;
  
}

#s-3285cf64-e300-437f-8848-d225f57adec8 {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-3285cf64-e300-437f-8848-d225f57adec8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-08492489-0aa8-4b92-a2dd-8e483c7286e7 {
  margin-bottom: 30px;
}

#s-f22b8bfd-651b-4f0f-91cf-7347fd111c6b {
  text-align: center;
}




  #s-f22b8bfd-651b-4f0f-91cf-7347fd111c6b img.shogun-image {
    
    width: px;
  }


#s-f22b8bfd-651b-4f0f-91cf-7347fd111c6b .shogun-image-content {
  
    align-items: center;
  
}

#s-6700dbdd-e44d-4cb6-a23b-be389ebe48e6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6700dbdd-e44d-4cb6-a23b-be389ebe48e6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-21add66f-04d0-43e6-93bc-4c5657ac689c {
  min-height: 50px;
}








#s-21add66f-04d0-43e6-93bc-4c5657ac689c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21add66f-04d0-43e6-93bc-4c5657ac689c.shg-box.shg-c {
  justify-content: center;
}

#s-39387fc5-255f-41d2-966f-759bd2d23e5b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-39387fc5-255f-41d2-966f-759bd2d23e5b {
  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-8bf9af12-bf35-4a50-b81f-aaeb27629924 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 870px;
}

#s-8bf9af12-bf35-4a50-b81f-aaeb27629924 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8bf9af12-bf35-4a50-b81f-aaeb27629924 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-8bf9af12-bf35-4a50-b81f-aaeb27629924 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-8bf9af12-bf35-4a50-b81f-aaeb27629924 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8bf9af12-bf35-4a50-b81f-aaeb27629924 > .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-8bf9af12-bf35-4a50-b81f-aaeb27629924 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-9b3c5372-bec9-4427-b77d-88efc67990f2 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-6192c643-4906-49fc-a510-66d0fd7d49a3 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-c6b96345-e617-449d-ae19-7269a1e1a9ea {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-11eddb23-6da5-41af-83da-edf670476e07 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-005270a4-c562-4b14-bbba-6b669c1998f9 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-791cc72a-30ae-46ef-9c73-b899f17028cd {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-3194aaf4-04c4-4e9b-9d50-ccd1f117106a {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-d81f4f5a-1906-47e2-8ac1-b471ec72ad39 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-a27b287f-95b4-46a8-b05f-c2e3be4402b2 {
  margin-bottom: 30px;
text-align: center;
}




  #s-a27b287f-95b4-46a8-b05f-c2e3be4402b2 img.shogun-image {
    
    width: px;
  }


#s-a27b287f-95b4-46a8-b05f-c2e3be4402b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e9990a0-090d-4d0d-b4d1-207b18938cd4 {
  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-9e9990a0-090d-4d0d-b4d1-207b18938cd4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e9990a0-090d-4d0d-b4d1-207b18938cd4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e9990a0-090d-4d0d-b4d1-207b18938cd4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7947eac-f449-405e-9dd6-9d9e2b02ea33 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c7947eac-f449-405e-9dd6-9d9e2b02ea33 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0961615c-979e-4e3a-8ed7-c845da128a27 {
  display: none;
}
@media (min-width: 0px) {
[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-556ca1fd-be4d-45ca-be6f-1d688045f7f1"] > .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-978cd33e-be65-4d1e-8354-594bd69f47ad {
  text-align: left;
}


.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad {
  max-width: 100%;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .shg-image-zoom,
.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad {
  max-width: 100%;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .shg-image-zoom,
.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad {
  max-width: 100%;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .shg-image-zoom,
.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad {
  max-width: 100%;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .shg-image-zoom,
.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad {
  max-width: 100%;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .shg-image-zoom,
.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978cd33e-be65-4d1e-8354-594bd69f47ad .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-69c8716c-abb0-42eb-b6c8-76e25744b674 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-69c8716c-abb0-42eb-b6c8-76e25744b674 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-69c8716c-abb0-42eb-b6c8-76e25744b674 .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-8ea24428-5bbd-45fb-b437-bafcec9c2b4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ea24428-5bbd-45fb-b437-bafcec9c2b4e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ae38bc38-04ed-4d79-85bd-da2ffcc8782e {
  margin-bottom: 10px;
text-align: left;
}

#s-ae38bc38-04ed-4d79-85bd-da2ffcc8782e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ae38bc38-04ed-4d79-85bd-da2ffcc8782e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ae38bc38-04ed-4d79-85bd-da2ffcc8782e .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-54f46431-fd49-428e-bfc7-4763c702017f {
  margin-bottom: 10px;
text-align: left;
}

#s-54f46431-fd49-428e-bfc7-4763c702017f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-54f46431-fd49-428e-bfc7-4763c702017f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-54f46431-fd49-428e-bfc7-4763c702017f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-54f46431-fd49-428e-bfc7-4763c702017f .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-2229ffc2-2356-421e-8e08-05cd2619b830 {
  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-2229ffc2-2356-421e-8e08-05cd2619b830:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2229ffc2-2356-421e-8e08-05cd2619b830:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2229ffc2-2356-421e-8e08-05cd2619b830 {
  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-2229ffc2-2356-421e-8e08-05cd2619b830.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2229ffc2-2356-421e-8e08-05cd2619b830.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2229ffc2-2356-421e-8e08-05cd2619b830.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-69145f74-827c-4d08-bae2-f761c5904c3c {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-a2b7dd9d-5f6e-4652-884b-aa9636d154bf {
  text-align: center;
}




  #s-a2b7dd9d-5f6e-4652-884b-aa9636d154bf img.shogun-image {
    
    width: px;
  }


#s-a2b7dd9d-5f6e-4652-884b-aa9636d154bf .shogun-image-content {
  
    align-items: center;
  
}

#s-b7b1fec6-b88e-44c2-898d-745d3adba317 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b7b1fec6-b88e-44c2-898d-745d3adba317 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f4c27d50-ac7d-4627-9b89-a4e4d1605de8 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-f4c27d50-ac7d-4627-9b89-a4e4d1605de8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4c27d50-ac7d-4627-9b89-a4e4d1605de8.shg-box.shg-c {
  justify-content: center;
}

#s-e510e662-71c9-44c3-a1a8-67142fae73b9 {
  margin-bottom: 10px;
}

#s-b8e4def1-b435-4c80-9cf7-8074036611d3 {
  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-b8e4def1-b435-4c80-9cf7-8074036611d3: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-b8e4def1-b435-4c80-9cf7-8074036611d3: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-b8e4def1-b435-4c80-9cf7-8074036611d3.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;
}