.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-60b78748-9b60-4e78-9b04-e3330d6e3ddd {
  margin-bottom: 30px;
min-height: 50px;
}








#s-60b78748-9b60-4e78-9b04-e3330d6e3ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60b78748-9b60-4e78-9b04-e3330d6e3ddd.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4a8ad8d7-8def-430b-902f-f4d66f5d8846 {
  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-0ef4fd1d-6a3a-4ff0-ba50-b31820744414 {
  margin-top: 30px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ef4fd1d-6a3a-4ff0-ba50-b31820744414"] > .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-18a48b7e-0bb1-4e80-b0d5-53ac6daba52a {
  margin-bottom: 10px;
text-align: center;
}




  #s-18a48b7e-0bb1-4e80-b0d5-53ac6daba52a img.shogun-image {
    
    width: px;
  }


#s-18a48b7e-0bb1-4e80-b0d5-53ac6daba52a .shogun-image-content {
  
    align-items: center;
  
}

#s-9a4de295-30d2-4987-a450-e472b285b00e {
  text-align: center;
}




  #s-9a4de295-30d2-4987-a450-e472b285b00e img.shogun-image {
    
    width: px;
  }


#s-9a4de295-30d2-4987-a450-e472b285b00e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b6d793d-a756-4afe-ba66-e4673ed7c970"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e9a53377-5cfb-43be-9854-d0514b428a4a {
  margin-bottom: 10px;
text-align: center;
}




  #s-e9a53377-5cfb-43be-9854-d0514b428a4a img.shogun-image {
    
    width: px;
  }


#s-e9a53377-5cfb-43be-9854-d0514b428a4a .shogun-image-content {
  
    align-items: center;
  
}

#s-6745eaa9-ac2b-4cc0-9d07-d15ffa121021 {
  text-align: center;
}




  #s-6745eaa9-ac2b-4cc0-9d07-d15ffa121021 img.shogun-image {
    
    width: px;
  }


#s-6745eaa9-ac2b-4cc0-9d07-d15ffa121021 .shogun-image-content {
  
    align-items: center;
  
}

#s-618ae895-942f-4781-b8d8-0f33206ee2c2 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-618ae895-942f-4781-b8d8-0f33206ee2c2 img.shogun-image {
    
    width: px;
  }


#s-618ae895-942f-4781-b8d8-0f33206ee2c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ba1b306-7b6c-4f57-a92b-d071287b88d5 {
  min-height: 50px;
}








#s-1ba1b306-7b6c-4f57-a92b-d071287b88d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba1b306-7b6c-4f57-a92b-d071287b88d5.shg-box.shg-c {
  justify-content: center;
}

#s-fde4997c-5afa-49fb-bf87-0e33c95a2452 {
  border-style: solid;
margin-top: 0px;
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-fde4997c-5afa-49fb-bf87-0e33c95a2452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fde4997c-5afa-49fb-bf87-0e33c95a2452.shg-box.shg-c {
  justify-content: center;
}

#s-744a5843-ff16-4da3-90fb-6bb5a86bb5ac {
  margin-left: 20px;
margin-right: 20px;
}

#s-e829a95b-1039-46ed-b49c-c26df3aeed78 {
  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-4d935d97-c330-4d85-a020-a327fbf9565e {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 870px;
opacity: 1;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: inherit;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e td.shogun-table-column, #s-4d935d97-c330-4d85-a020-a327fbf9565e td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-734e5b28-9d6d-4162-abd5-4892d6da4f37 {
  padding-left: 5px;
padding-right: 5px;
}

#s-69d8b8bc-8a65-4349-864c-8b9045d986df {
  padding-left: 5px;
padding-right: 5px;
}

#s-f07b5b69-d0f3-4242-9f8f-df44617fa6cf {
  padding-left: 5px;
padding-right: 5px;
}

#s-6dc3c0e9-047f-433a-88b4-6a23da027ef3 {
  padding-left: 5px;
padding-right: 5px;
}

#s-f1b9c1c4-10bf-4af6-a896-739babd327b6 {
  padding-left: 5px;
padding-right: 5px;
}

#s-33ad7b16-75b9-4d79-ba01-48f1a6e217e6 {
  padding-left: 5px;
padding-right: 5px;
}

#s-d31529f4-88e6-42b3-bd8b-4e650474ccbd {
  margin-bottom: 30px;
text-align: center;
}




  #s-d31529f4-88e6-42b3-bd8b-4e650474ccbd img.shogun-image {
    
    width: px;
  }


#s-d31529f4-88e6-42b3-bd8b-4e650474ccbd .shogun-image-content {
  
    align-items: center;
  
}

#s-19908139-2964-4b8c-b50b-c1fd5d844bdc {
  margin-bottom: 30px;
text-align: center;
}





#s-19908139-2964-4b8c-b50b-c1fd5d844bdc .shogun-image-content {
  
    align-items: center;
  
}

#s-582f0706-0c0d-446d-98b4-cdffbb8532b6 {
  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-582f0706-0c0d-446d-98b4-cdffbb8532b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-582f0706-0c0d-446d-98b4-cdffbb8532b6.shg-box.shg-c {
  justify-content: center;
}

#s-ca0bea67-631c-4e54-9460-a72ac42c6e11 {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7d98eab0-aedc-40b9-9863-4d7ebec48ba6"] > .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-cb4abff4-828f-43d7-b21b-f062e0aa0455 {
  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-cb4abff4-828f-43d7-b21b-f062e0aa0455:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb4abff4-828f-43d7-b21b-f062e0aa0455:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb4abff4-828f-43d7-b21b-f062e0aa0455.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6bed143-e184-4b06-b588-c1c8f79b40b8 {
  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-c6bed143-e184-4b06-b588-c1c8f79b40b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6bed143-e184-4b06-b588-c1c8f79b40b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6bed143-e184-4b06-b588-c1c8f79b40b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f6170e6-85a5-4d4e-90f7-178ca72488a0 {
  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-3f6170e6-85a5-4d4e-90f7-178ca72488a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f6170e6-85a5-4d4e-90f7-178ca72488a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f6170e6-85a5-4d4e-90f7-178ca72488a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1ad7102-9a47-44f3-955a-e7671e5ce6d6 {
  margin-bottom: 30px;
background-color: rgba(240, 238, 237, 1);
}
@media (max-width: 767px){#s-e1ad7102-9a47-44f3-955a-e7671e5ce6d6 {
  margin-bottom: 30px;
}
}







#s-e1ad7102-9a47-44f3-955a-e7671e5ce6d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1ad7102-9a47-44f3-955a-e7671e5ce6d6.shg-box.shg-c {
  justify-content: center;
}

#s-ce167ea3-13e3-4fb1-a402-075c560b7c42 {
  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-ce167ea3-13e3-4fb1-a402-075c560b7c42 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-0a6810e5-b6e0-4192-af8c-a0d4ddf6074e {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
text-align: center;
}




  #s-0a6810e5-b6e0-4192-af8c-a0d4ddf6074e img.shogun-image {
    
    width: px;
  }


#s-0a6810e5-b6e0-4192-af8c-a0d4ddf6074e .shogun-image-content {
  
    align-items: center;
  
}

#s-88b51818-081d-4e6d-b226-bc2b187abdc6 {
  margin-top: 70px;
min-height: 50px;
}








#s-88b51818-081d-4e6d-b226-bc2b187abdc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88b51818-081d-4e6d-b226-bc2b187abdc6.shg-box.shg-c {
  justify-content: center;
}

#s-65f2bee2-9f70-4503-ae9e-10581ed7ffca {
  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-65f2bee2-9f70-4503-ae9e-10581ed7ffca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65f2bee2-9f70-4503-ae9e-10581ed7ffca.shg-box.shg-c {
  justify-content: center;
}

#s-287b6054-ac9c-4bfb-835f-1fe05abc887d {
  margin-left: 20px;
margin-right: 20px;
}

#s-37672897-19a3-40d1-8c7e-076571863730 {
  margin-bottom: 50px;
}

#s-1f5c2221-8bbf-43f3-9b60-9232d710d649 {
  margin-bottom: 20px;
text-align: center;
}




  #s-1f5c2221-8bbf-43f3-9b60-9232d710d649 img.shogun-image {
    
    width: px;
  }


#s-1f5c2221-8bbf-43f3-9b60-9232d710d649 .shogun-image-content {
  
    align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-788cb5fb-c2ec-44ba-8c97-c1cd7d797887 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-166a5897-ae99-4e0d-b3ff-7d9677c4be5e {
  text-align: center;
}




  #s-166a5897-ae99-4e0d-b3ff-7d9677c4be5e img.shogun-image {
    
    width: px;
  }


#s-166a5897-ae99-4e0d-b3ff-7d9677c4be5e .shogun-image-content {
  
    align-items: center;
  
}

#s-b25b902c-91a2-44d2-86fa-9f781c032386 {
  text-align: center;
}




  #s-b25b902c-91a2-44d2-86fa-9f781c032386 img.shogun-image {
    
    width: px;
  }


#s-b25b902c-91a2-44d2-86fa-9f781c032386 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d12a4bb-409b-41b0-84d9-bf28a8f53dd6 {
  text-align: center;
}




  #s-3d12a4bb-409b-41b0-84d9-bf28a8f53dd6 img.shogun-image {
    
    width: px;
  }


#s-3d12a4bb-409b-41b0-84d9-bf28a8f53dd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-69a58dd8-ffa6-4a4d-88a7-5a005355f053 {
  text-align: center;
}




  #s-69a58dd8-ffa6-4a4d-88a7-5a005355f053 img.shogun-image {
    
    width: px;
  }


#s-69a58dd8-ffa6-4a4d-88a7-5a005355f053 .shogun-image-content {
  
    align-items: center;
  
}

#s-def698f3-2162-4d18-b37d-7849f8d06509 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-def698f3-2162-4d18-b37d-7849f8d06509 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-597e3b66-6b5a-4c8b-9203-17d9d6a9c950 {
  min-height: 50px;
}








#s-597e3b66-6b5a-4c8b-9203-17d9d6a9c950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-597e3b66-6b5a-4c8b-9203-17d9d6a9c950.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-a4dafded-b8a5-4aba-9a59-5b1537c4a533 {
  margin-top: 70px;
margin-bottom: 50px;
}

#s-ef7c03a0-9228-46f0-808a-76094fa5c875 {
  margin-bottom: 15px;
}

#s-03278c04-bf9d-4ed0-845f-70148493daf1 {
  margin-bottom: 50px;
}

#s-3605f7f8-eac3-4889-96f1-5f24d5cbcb6d {
  margin-bottom: 20px;
}

#s-d652d7ce-fac0-411a-a06d-e256bb77e36e {
  margin-bottom: 30px;
}

#s-0dd5688f-1d91-4af4-bf78-df094d2af9f0 {
  margin-bottom: 30px;
text-align: center;
}




  #s-0dd5688f-1d91-4af4-bf78-df094d2af9f0 img.shogun-image {
    
    width: px;
  }


#s-0dd5688f-1d91-4af4-bf78-df094d2af9f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae1877bd-4438-417c-977a-9974c7a72149 {
  margin-bottom: 50px;
padding-top: 60px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-ae1877bd-4438-417c-977a-9974c7a72149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae1877bd-4438-417c-977a-9974c7a72149.shg-box.shg-c {
  justify-content: center;
}

#s-ecdb2ea9-cc7b-457b-9cea-fd0d0e6097f3 {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-ecdb2ea9-cc7b-457b-9cea-fd0d0e6097f3 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-e2525084-e016-407d-997c-0456e3d21a38 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-e2525084-e016-407d-997c-0456e3d21a38 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-4ddbf8fa-2af4-4c9e-a823-a435005d2fcc {
  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-4ddbf8fa-2af4-4c9e-a823-a435005d2fcc {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-4ddbf8fa-2af4-4c9e-a823-a435005d2fcc {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-81ba2972-c9c3-422e-83da-a410ed8a72f8 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-81ba2972-c9c3-422e-83da-a410ed8a72f8 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-81ba2972-c9c3-422e-83da-a410ed8a72f8 img.shogun-image {
    
    width: px;
  }


#s-81ba2972-c9c3-422e-83da-a410ed8a72f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-251214ec-5709-45b4-8d8b-6b417e4f6cb4 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-251214ec-5709-45b4-8d8b-6b417e4f6cb4 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-251214ec-5709-45b4-8d8b-6b417e4f6cb4 img.shogun-image {
    
    width: px;
  }


#s-251214ec-5709-45b4-8d8b-6b417e4f6cb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad6e4424-d388-4b6a-b106-0c5b52e2759c {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad6e4424-d388-4b6a-b106-0c5b52e2759c {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ad6e4424-d388-4b6a-b106-0c5b52e2759c {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-d12c3763-a366-43ec-9b2f-6ac6bbb51419 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d12c3763-a366-43ec-9b2f-6ac6bbb51419 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d12c3763-a366-43ec-9b2f-6ac6bbb51419 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-2d840057-d56a-4336-9c7b-e44b8fbba62d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2d840057-d56a-4336-9c7b-e44b8fbba62d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-37cb303a-e54b-497b-b996-bd2b83ad6aa8 {
  min-height: 50px;
}








#s-37cb303a-e54b-497b-b996-bd2b83ad6aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37cb303a-e54b-497b-b996-bd2b83ad6aa8.shg-box.shg-c {
  justify-content: center;
}

#s-6642ca2c-a112-41f0-9602-4570da606aa5 {
  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-6642ca2c-a112-41f0-9602-4570da606aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6642ca2c-a112-41f0-9602-4570da606aa5.shg-box.shg-c {
  justify-content: center;
}

#s-3cec60f9-b3a7-42bf-854a-16df2fe51a68 {
  margin-left: 20px;
margin-right: 20px;
}

#s-0fa45218-436e-4a53-bac3-44027944cced {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 870px;
}

#s-e6a02507-cef8-4c14-8b88-1cd78fadcc8c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-83e1096b-1a58-4097-8f90-7803e432b43b {
  margin-bottom: 30px;
text-align: center;
}





#s-83e1096b-1a58-4097-8f90-7803e432b43b .shogun-image-content {
  
    align-items: center;
  
}

#s-1d11d76c-3cf3-4b38-b466-4259c497760a {
  margin-bottom: 80px;
text-align: center;
}





#s-1d11d76c-3cf3-4b38-b466-4259c497760a .shogun-image-content {
  
    align-items: center;
  
}

#s-7e83fe89-7515-4f60-ab49-8d1009012af8 {
  margin-bottom: 15px;
}

#s-1a2cfcad-f48d-4c17-9519-5d5494accd48 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-25b9c750-4ad7-4a02-9bf7-b5f6ef2bd7e7 {
  margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 870px;
text-align: center;
}




  #s-25b9c750-4ad7-4a02-9bf7-b5f6ef2bd7e7 img.shogun-image {
    
    width: px;
  }


#s-25b9c750-4ad7-4a02-9bf7-b5f6ef2bd7e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d99827d5-ac2e-42e3-bf45-5c51c67d01c2 {
  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-d99827d5-ac2e-42e3-bf45-5c51c67d01c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d99827d5-ac2e-42e3-bf45-5c51c67d01c2.shg-box.shg-c {
  justify-content: center;
}

#s-f8c79eb8-53e8-4600-9089-eeebeb9eb6ed {
  margin-left: 20px;
margin-right: 20px;
}

#s-b0c6af3c-3d96-4e5e-9b72-dec6adf2265a {
  margin-bottom: 30px;
}

#s-b11b633b-f7eb-43df-8f2c-0bdf4d6f7416 {
  margin-bottom: 60px;
}

#s-b702c6e3-2fde-4855-afc3-72eb85bb6619 {
  margin-bottom: 30px;
}

#s-9977898d-63ee-4fb9-8ea5-80d607f18353 {
  margin-bottom: 60px;
}

#s-45594b0b-197f-4e57-8ab4-411173e3796b {
  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-45594b0b-197f-4e57-8ab4-411173e3796b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45594b0b-197f-4e57-8ab4-411173e3796b.shg-box.shg-c {
  justify-content: center;
}

#s-f6f242fb-55e0-4583-bd8d-56747e7df30b {
  margin-left: 20px;
margin-right: 20px;
}

#s-cd1af0a8-6a88-4d6f-88a7-8b5634832adc {
  margin-bottom: 15px;
}

#s-57cb7671-c5a9-4d10-82ab-845a1f16c178 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-b5daa440-7f8f-4e7c-a5a6-5a266d2862d5 {
  margin-bottom: 80px;
text-align: center;
}




  #s-b5daa440-7f8f-4e7c-a5a6-5a266d2862d5 img.shogun-image {
    
    width: px;
  }


#s-b5daa440-7f8f-4e7c-a5a6-5a266d2862d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-40502832-e8c1-4a21-9f83-43bba6c276aa {
  margin-bottom: 15px;
}

#s-eb8df069-d2a2-49ef-a9a8-449dc37348a1 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-cefcb0af-e1e9-4980-8faa-296b0f2c2091 {
  text-align: center;
}




  #s-cefcb0af-e1e9-4980-8faa-296b0f2c2091 img.shogun-image {
    
    width: px;
  }


#s-cefcb0af-e1e9-4980-8faa-296b0f2c2091 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce45aef8-8d4f-40ae-9f05-fbdfbd0105d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ce45aef8-8d4f-40ae-9f05-fbdfbd0105d1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-892be7ff-fcd0-4d59-a35a-f9a93d9c1f01 {
  min-height: 50px;
}








#s-892be7ff-fcd0-4d59-a35a-f9a93d9c1f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-892be7ff-fcd0-4d59-a35a-f9a93d9c1f01.shg-box.shg-c {
  justify-content: center;
}

#s-321271e5-7108-457b-906b-eeabdc95b461 {
  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-321271e5-7108-457b-906b-eeabdc95b461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-321271e5-7108-457b-906b-eeabdc95b461.shg-box.shg-c {
  justify-content: center;
}

#s-007925aa-3bfe-4fa7-bb01-cd37af2bf303 {
  margin-left: 20px;
margin-right: 20px;
}

#s-92790c39-65b3-46e9-a5bc-e4fdcf88f42e {
  margin-bottom: 30px;
}

#s-921c75c8-f8bf-4e45-92c8-1a065f9b410a {
  margin-bottom: 30px;
}

#s-6560bdb2-b557-45eb-adad-47c02f94bdf3 {
  margin-bottom: 40px;
}

#s-5cf11935-4e9c-446c-884c-119a7eb54bae {
  margin-bottom: 30px;
text-align: center;
}




  #s-5cf11935-4e9c-446c-884c-119a7eb54bae img.shogun-image {
    
    width: px;
  }


#s-5cf11935-4e9c-446c-884c-119a7eb54bae .shogun-image-content {
  
    align-items: center;
  
}

#s-39dbc411-840b-487f-8141-84f1a0fd737e {
  margin-bottom: 50px;
}

#s-a4aa1eed-59d2-4e98-85bd-a050571c35b3 {
  margin-bottom: 50px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-a4aa1eed-59d2-4e98-85bd-a050571c35b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4aa1eed-59d2-4e98-85bd-a050571c35b3.shg-box.shg-c {
  justify-content: center;
}

#s-d10350dc-e8c1-44da-9e4d-cd9f10c2d444 {
  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-d10350dc-e8c1-44da-9e4d-cd9f10c2d444 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d10350dc-e8c1-44da-9e4d-cd9f10c2d444 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-1caffa7f-4acd-4137-a377-9ec90bf3eb68 {
  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-1caffa7f-4acd-4137-a377-9ec90bf3eb68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1caffa7f-4acd-4137-a377-9ec90bf3eb68.shg-box.shg-c {
  justify-content: center;
}

#s-23489a1b-75a4-4c74-bafd-e1987e3736e3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d010b568-e521-4fe6-92ac-a10a8f8e3b8e {
  margin-bottom: 30px;
}

#s-7e6f777e-17f5-410e-9a3a-55fcff261332 {
  margin-bottom: 40px;
}

#s-918d1eb3-011a-42b7-8723-87e34430b11b {
  margin-bottom: 15px;
}

#s-e527a996-8f74-4a8b-a3aa-5889c6820f1c {
  margin-bottom: 90px;
}

#s-aa98daf5-1286-43ec-ab6f-1eac4880440b {
  text-align: center;
}
#s-aa98daf5-1286-43ec-ab6f-1eac4880440b:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-aa98daf5-1286-43ec-ab6f-1eac4880440b {
  display: none;
}
#s-aa98daf5-1286-43ec-ab6f-1eac4880440b, #wrap-s-aa98daf5-1286-43ec-ab6f-1eac4880440b { display:none !important; }}@media (max-width: 767px){#s-aa98daf5-1286-43ec-ab6f-1eac4880440b {
  display: none;
}
#s-aa98daf5-1286-43ec-ab6f-1eac4880440b, #wrap-s-aa98daf5-1286-43ec-ab6f-1eac4880440b { display:none !important; }}



  #s-aa98daf5-1286-43ec-ab6f-1eac4880440b img.shogun-image {
    
    width: px;
  }


#s-aa98daf5-1286-43ec-ab6f-1eac4880440b .shogun-image-content {
  
    align-items: center;
  
}

#s-65f0f1eb-e2e1-4e79-9925-d80813d77568 {
  text-align: center;
}
@media (min-width: 1200px){#s-65f0f1eb-e2e1-4e79-9925-d80813d77568 {
  display: none;
}
#s-65f0f1eb-e2e1-4e79-9925-d80813d77568, #wrap-s-65f0f1eb-e2e1-4e79-9925-d80813d77568 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65f0f1eb-e2e1-4e79-9925-d80813d77568 {
  display: none;
}
#s-65f0f1eb-e2e1-4e79-9925-d80813d77568, #wrap-s-65f0f1eb-e2e1-4e79-9925-d80813d77568 { display:none !important; }}



  #s-65f0f1eb-e2e1-4e79-9925-d80813d77568 img.shogun-image {
    
    width: px;
  }


#s-65f0f1eb-e2e1-4e79-9925-d80813d77568 .shogun-image-content {
  
    align-items: center;
  
}

#s-9925dbbf-2b2d-4417-9a18-a86f658bc4fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9925dbbf-2b2d-4417-9a18-a86f658bc4fe hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0299bb66-201c-4ab9-9bef-3f3bdedb81a7 {
  min-height: 50px;
}








#s-0299bb66-201c-4ab9-9bef-3f3bdedb81a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0299bb66-201c-4ab9-9bef-3f3bdedb81a7.shg-box.shg-c {
  justify-content: center;
}

#s-7d41504f-3d24-4a52-a040-7a2a8fdcb9a4 {
  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-7d41504f-3d24-4a52-a040-7a2a8fdcb9a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d41504f-3d24-4a52-a040-7a2a8fdcb9a4.shg-box.shg-c {
  justify-content: center;
}

#s-d0ac6f7b-c98f-46d2-ad8d-d9852ed076fc {
  margin-left: 20px;
margin-right: 20px;
}

#s-10b926a3-b8a0-4941-bb74-7d27eb5c1ba3 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-10b926a3-b8a0-4941-bb74-7d27eb5c1ba3 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-10b926a3-b8a0-4941-bb74-7d27eb5c1ba3 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-10b926a3-b8a0-4941-bb74-7d27eb5c1ba3 img.shogun-image {
    
    width: px;
  }


#s-10b926a3-b8a0-4941-bb74-7d27eb5c1ba3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8a45773-1b0a-46b4-977c-e1991389a3a7 {
  margin-bottom: 15px;
}

#s-e7b11c92-eb53-4e64-a66d-4833b48ea324 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-cf01f015-3bd7-4fad-8241-33f9ddaca534 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-b42d9aa9-339b-4c63-839d-95e75ba32036 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-dd84f608-f8ef-4026-b4ea-0481cba91d9c {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd84f608-f8ef-4026-b4ea-0481cba91d9c {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-dd84f608-f8ef-4026-b4ea-0481cba91d9c {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-dd84f608-f8ef-4026-b4ea-0481cba91d9c img.shogun-image {
    
    width: px;
  }


#s-dd84f608-f8ef-4026-b4ea-0481cba91d9c .shogun-image-content {
  
    align-items: center;
  
}

#s-91e0b2e3-4322-445d-96ec-2ce35a2b1bbe {
  margin-bottom: 15px;
}

#s-83a3e50f-d219-4a02-9815-567f76a0ba9c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-cf239355-41d9-4fac-959e-3c5676e9b05c {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-1e25e90c-ea06-4653-9d16-52feb36aff93 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-80c85794-2400-4e0f-8dd5-f13ba3f7d9fa {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-80c85794-2400-4e0f-8dd5-f13ba3f7d9fa {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-80c85794-2400-4e0f-8dd5-f13ba3f7d9fa {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-80c85794-2400-4e0f-8dd5-f13ba3f7d9fa img.shogun-image {
    
    width: px;
  }


#s-80c85794-2400-4e0f-8dd5-f13ba3f7d9fa .shogun-image-content {
  
    align-items: center;
  
}

#s-6cff5735-d8e8-4a70-a5d3-df604ecf9ad1 {
  margin-bottom: 15px;
}

#s-a8d25bab-e511-41ea-9430-8d2a59719e92 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-d6e9b0fb-d15f-427f-a947-4e03fe17471f {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-24811d4b-fc80-475a-9fd5-1dcc72a9dead hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-994c7d9e-0331-476d-991e-a5a0b53e5dd0 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-994c7d9e-0331-476d-991e-a5a0b53e5dd0 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-994c7d9e-0331-476d-991e-a5a0b53e5dd0 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-994c7d9e-0331-476d-991e-a5a0b53e5dd0 img.shogun-image {
    
    width: px;
  }


#s-994c7d9e-0331-476d-991e-a5a0b53e5dd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e30aa4bd-db87-45ec-918a-7b3262c1aea6 {
  margin-bottom: 15px;
}

#s-b22bd839-affd-4940-ad0e-af3688d6e910 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-0605bd30-2afb-4a72-a5eb-f3599e93ef97 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-d1fc3f3d-dac4-4178-bfe7-61c09ed032ea hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-46f1ff6c-af0f-41df-8860-dbd76d712983 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-46f1ff6c-af0f-41df-8860-dbd76d712983 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-46f1ff6c-af0f-41df-8860-dbd76d712983 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-46f1ff6c-af0f-41df-8860-dbd76d712983 img.shogun-image {
    
    width: px;
  }


#s-46f1ff6c-af0f-41df-8860-dbd76d712983 .shogun-image-content {
  
    align-items: center;
  
}

#s-fced2d17-8470-4894-b545-f0b8c88d600c {
  margin-bottom: 15px;
}

#s-c5fce691-d7f0-4716-a9ae-7ef8e4cb9c66 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-cd508393-2d08-4138-8c50-a5227be36fe6 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-75e1a9c1-c1c7-4252-88e2-bc2e40995ed9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-75e1a9c1-c1c7-4252-88e2-bc2e40995ed9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-48e27f61-98f9-4ab7-be73-b1d6d101cb0e {
  margin-bottom: 30px;
}

#s-ccf86098-ac08-4db5-b0b2-17f2f179bc0c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ccf86098-ac08-4db5-b0b2-17f2f179bc0c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2a0aff88-a8bc-4b24-9a65-94b0c77d75bd {
  min-height: 50px;
}








#s-2a0aff88-a8bc-4b24-9a65-94b0c77d75bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a0aff88-a8bc-4b24-9a65-94b0c77d75bd.shg-box.shg-c {
  justify-content: center;
}

#s-af3d72c8-634d-4ee7-89aa-baf806e267a1 {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-af3d72c8-634d-4ee7-89aa-baf806e267a1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-8efda5a7-9067-4520-b4d4-27622f58a1e3 {
  margin-bottom: 30px;
}

#s-128115c5-260f-4cea-8ba9-23dd2c8f00fa {
  margin-bottom: 60px;
text-align: center;
}




  #s-128115c5-260f-4cea-8ba9-23dd2c8f00fa img.shogun-image {
    
    width: px;
  }


#s-128115c5-260f-4cea-8ba9-23dd2c8f00fa .shogun-image-content {
  
    align-items: center;
  
}

#s-54599796-93a4-4b4e-9df0-ed44afccfd7c {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-54599796-93a4-4b4e-9df0-ed44afccfd7c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-d59bd67c-e3d6-4620-981f-fdfd0867b203 {
  margin-bottom: 30px;
}

#s-f8b9952b-2e13-4ad6-948c-7230cb39d24c {
  text-align: center;
}




  #s-f8b9952b-2e13-4ad6-948c-7230cb39d24c img.shogun-image {
    
    width: px;
  }


#s-f8b9952b-2e13-4ad6-948c-7230cb39d24c .shogun-image-content {
  
    align-items: center;
  
}

#s-f3bb1586-1257-4f22-9996-3a7351aac63e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f3bb1586-1257-4f22-9996-3a7351aac63e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6617fe03-d6cc-4159-9952-af92a84327aa {
  min-height: 50px;
}








#s-6617fe03-d6cc-4159-9952-af92a84327aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6617fe03-d6cc-4159-9952-af92a84327aa.shg-box.shg-c {
  justify-content: center;
}

#s-be6c1d00-fc42-4443-bff7-5db93355bb85 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-be6c1d00-fc42-4443-bff7-5db93355bb85 {
  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-a511b316-54b4-4866-a9a0-3bcd3683c7d1 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 870px;
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .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-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-b7a1d768-3802-45f7-9699-03b1f38f9c09 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-5308b9ae-f0d5-49b2-a710-a34d0278b57a {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-60f4dc44-c93c-4277-a545-a01f4b4bfa0d {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-c6bfd227-65cd-4272-b915-9d2480d3682c {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-4e44718b-d9b6-44ed-8be7-667ff2beb603 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-060d1ccb-10e0-4f09-973e-8754309e89fa {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-135593db-d9b8-4129-bd95-93ae0f1980a7 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-068677b8-458f-4ec9-ae65-b3ba0f089fc2 {
  margin-bottom: 30px;
text-align: center;
}




  #s-068677b8-458f-4ec9-ae65-b3ba0f089fc2 img.shogun-image {
    
    width: px;
  }


#s-068677b8-458f-4ec9-ae65-b3ba0f089fc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee6741bc-a94f-4ec2-80d5-61705578c955 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
}
#s-ee6741bc-a94f-4ec2-80d5-61705578c955:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee6741bc-a94f-4ec2-80d5-61705578c955:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee6741bc-a94f-4ec2-80d5-61705578c955.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9e0f7a4-2e06-4733-a6bd-e322a79997e9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a9e0f7a4-2e06-4733-a6bd-e322a79997e9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9c13410e-7eee-4961-b97a-54b62e011750 {
  display: none;
}
@media (min-width: 0px) {
[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-530f0275-624b-494a-aab0-823dad6ae8e5"] > .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-ab948d24-caff-4853-88dd-dcc59e71c74b {
  text-align: left;
}


.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b {
  max-width: 100%;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .shg-image-zoom,
.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b {
  max-width: 100%;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .shg-image-zoom,
.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b {
  max-width: 100%;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .shg-image-zoom,
.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b {
  max-width: 100%;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .shg-image-zoom,
.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b {
  max-width: 100%;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .shg-image-zoom,
.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab948d24-caff-4853-88dd-dcc59e71c74b .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-58ea8e13-397f-4551-97d6-8d0f8f3a6dcd {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-58ea8e13-397f-4551-97d6-8d0f8f3a6dcd .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-58ea8e13-397f-4551-97d6-8d0f8f3a6dcd .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-0386c176-9018-41b4-a205-43c9c1bddf16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0386c176-9018-41b4-a205-43c9c1bddf16 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-4c83eafd-107d-42b3-99d8-1e515f1ebc83 {
  margin-bottom: 10px;
text-align: left;
}

#s-4c83eafd-107d-42b3-99d8-1e515f1ebc83 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4c83eafd-107d-42b3-99d8-1e515f1ebc83 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c83eafd-107d-42b3-99d8-1e515f1ebc83 .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-cb90b276-5c32-4ddd-88e7-5185c518eac5 {
  margin-bottom: 10px;
text-align: left;
}

#s-cb90b276-5c32-4ddd-88e7-5185c518eac5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-cb90b276-5c32-4ddd-88e7-5185c518eac5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cb90b276-5c32-4ddd-88e7-5185c518eac5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cb90b276-5c32-4ddd-88e7-5185c518eac5 .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-f408a9b0-cfd3-4e38-ba7f-aa5a9fceb3f2 {
  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-f408a9b0-cfd3-4e38-ba7f-aa5a9fceb3f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f408a9b0-cfd3-4e38-ba7f-aa5a9fceb3f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f408a9b0-cfd3-4e38-ba7f-aa5a9fceb3f2 {
  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-f408a9b0-cfd3-4e38-ba7f-aa5a9fceb3f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f408a9b0-cfd3-4e38-ba7f-aa5a9fceb3f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f408a9b0-cfd3-4e38-ba7f-aa5a9fceb3f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d0032bf9-1122-48d6-8707-f2509aa7fdfb {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-4aeffd44-9e62-4408-95bd-2e78fcbac112 {
  text-align: center;
}




  #s-4aeffd44-9e62-4408-95bd-2e78fcbac112 img.shogun-image {
    
    width: px;
  }


#s-4aeffd44-9e62-4408-95bd-2e78fcbac112 .shogun-image-content {
  
    align-items: center;
  
}

#s-3030e8b4-ad76-4b17-aaf9-0c308339c938 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3030e8b4-ad76-4b17-aaf9-0c308339c938 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-65a32d80-8070-451c-98fd-5b6940f98074 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-65a32d80-8070-451c-98fd-5b6940f98074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65a32d80-8070-451c-98fd-5b6940f98074.shg-box.shg-c {
  justify-content: center;
}

#s-5f72948f-57f8-455c-b5b0-34b85755e806 {
  margin-bottom: 10px;
}

#s-3aa4a53c-96aa-4ebb-8483-7e548bada2a2 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
}
#s-3aa4a53c-96aa-4ebb-8483-7e548bada2a2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
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;
hover-type: color !important;}#s-3aa4a53c-96aa-4ebb-8483-7e548bada2a2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
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;
hover-type: color !important;}


#s-3aa4a53c-96aa-4ebb-8483-7e548bada2a2.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;
  }
}

#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;
}
