.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-7d62c2ce-e604-40ed-9dfe-78868cd358ee {
  margin-bottom: 50px;
text-align: center;
}




  #s-7d62c2ce-e604-40ed-9dfe-78868cd358ee img.shogun-image {
    
    width: px;
  }


#s-7d62c2ce-e604-40ed-9dfe-78868cd358ee .shogun-image-content {
  
    align-items: center;
  
}

.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-37aba81b-f837-411f-b0dc-b8cac857fd44 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-37aba81b-f837-411f-b0dc-b8cac857fd44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37aba81b-f837-411f-b0dc-b8cac857fd44.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-09c39ca5-92eb-4ea5-954f-a73e9ace0f24 {
  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-df4b302e-264c-4c8f-b029-78cab9527818 {
  margin-top: 30px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df4b302e-264c-4c8f-b029-78cab9527818"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c20703e-d21e-4ca6-ac83-b26106b82d1c {
  margin-bottom: 10px;
text-align: center;
}




  #s-6c20703e-d21e-4ca6-ac83-b26106b82d1c img.shogun-image {
    
    width: px;
  }


#s-6c20703e-d21e-4ca6-ac83-b26106b82d1c .shogun-image-content {
  
    align-items: center;
  
}

#s-81550d57-3a7f-484b-a8ab-b5b886eb3c5b {
  text-align: center;
}




  #s-81550d57-3a7f-484b-a8ab-b5b886eb3c5b img.shogun-image {
    
    width: px;
  }


#s-81550d57-3a7f-484b-a8ab-b5b886eb3c5b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73de111b-6f8d-436c-8f55-2534096338d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6bdf984d-e700-44ca-8952-0299465e0a41 {
  margin-bottom: 10px;
text-align: center;
}




  #s-6bdf984d-e700-44ca-8952-0299465e0a41 img.shogun-image {
    
    width: px;
  }


#s-6bdf984d-e700-44ca-8952-0299465e0a41 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebd7ad3f-7450-4181-b95d-de841b70e1b2 {
  text-align: center;
}




  #s-ebd7ad3f-7450-4181-b95d-de841b70e1b2 img.shogun-image {
    
    width: px;
  }


#s-ebd7ad3f-7450-4181-b95d-de841b70e1b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dcd0141-69a8-4971-8a5c-7aad768ee256 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-3dcd0141-69a8-4971-8a5c-7aad768ee256 img.shogun-image {
    
    width: px;
  }


#s-3dcd0141-69a8-4971-8a5c-7aad768ee256 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0f0a7ab-0ced-4dc0-adba-85e4012d1ec5 {
  margin-top: 50px;
margin-bottom: 20px;
}

#s-0aaba318-800d-4dd0-9188-f511a7b1cae7 {
  margin-top: 10px;
text-align: center;
}




  #s-0aaba318-800d-4dd0-9188-f511a7b1cae7 img.shogun-image {
    
    width: px;
  }


#s-0aaba318-800d-4dd0-9188-f511a7b1cae7 .shogun-image-content {
  
    align-items: center;
  
}

#s-618fc206-0eeb-47b4-a8cb-82ed56ddd295 {
  margin-top: 30px;
text-align: center;
}




  #s-618fc206-0eeb-47b4-a8cb-82ed56ddd295 img.shogun-image {
    
    width: px;
  }


#s-618fc206-0eeb-47b4-a8cb-82ed56ddd295 .shogun-image-content {
  
    align-items: center;
  
}

#s-32340c9f-5d3c-4d6e-85ff-bdb0015ca5ad {
  margin-top: 50px;
margin-bottom: 20px;
}

#s-46b227e5-1c63-47cc-a4e1-9c0a193ad694 {
  margin-bottom: 50px;
padding-top: 60px;
min-height: 50px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-46b227e5-1c63-47cc-a4e1-9c0a193ad694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b227e5-1c63-47cc-a4e1-9c0a193ad694.shg-box.shg-c {
  justify-content: center;
}

#s-29b5b336-9953-4ad8-8c2e-3bff03758fbe {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-29b5b336-9953-4ad8-8c2e-3bff03758fbe {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-c6dd6571-4be0-4923-96e8-bf3e2322a861 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-c6dd6571-4be0-4923-96e8-bf3e2322a861 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-6c8ab10a-3e52-459a-aff4-f56f39f82042 {
  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-6c8ab10a-3e52-459a-aff4-f56f39f82042 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-6c8ab10a-3e52-459a-aff4-f56f39f82042 {
  padding-left: 30px;
padding-right: 30px;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.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-ad6915c4-61e6-45a9-8841-6ed2e73f57cf {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ad6915c4-61e6-45a9-8841-6ed2e73f57cf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ad6915c4-61e6-45a9-8841-6ed2e73f57cf .shg-sld-nav-button.shg-sld-left,
#s-ad6915c4-61e6-45a9-8841-6ed2e73f57cf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-415a624a-bd18-4594-8d51-a1a4f5f47e9f {
  text-align: center;
}




  #s-415a624a-bd18-4594-8d51-a1a4f5f47e9f img.shogun-image {
    
    width: px;
  }


#s-415a624a-bd18-4594-8d51-a1a4f5f47e9f .shogun-image-content {
  
    align-items: center;
  
}

#s-c029ef2b-55ae-4a97-8516-9a69fddbb18b {
  text-align: center;
}




  #s-c029ef2b-55ae-4a97-8516-9a69fddbb18b img.shogun-image {
    
    width: px;
  }


#s-c029ef2b-55ae-4a97-8516-9a69fddbb18b .shogun-image-content {
  
    align-items: center;
  
}

#s-f2136793-3886-4e72-9d9b-d9d4dcf6eefc {
  text-align: center;
}




  #s-f2136793-3886-4e72-9d9b-d9d4dcf6eefc img.shogun-image {
    
    width: px;
  }


#s-f2136793-3886-4e72-9d9b-d9d4dcf6eefc .shogun-image-content {
  
    align-items: center;
  
}

#s-8b1ebb6d-64f4-4831-953e-d0b3c16e47b5 {
  text-align: center;
}




  #s-8b1ebb6d-64f4-4831-953e-d0b3c16e47b5 img.shogun-image {
    
    width: px;
  }


#s-8b1ebb6d-64f4-4831-953e-d0b3c16e47b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-97ffe94d-4fa1-4b45-81ce-82adfd600d67 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97ffe94d-4fa1-4b45-81ce-82adfd600d67 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-97ffe94d-4fa1-4b45-81ce-82adfd600d67 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-f262ba01-4742-4e2c-bd0d-72949b643f5f {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f262ba01-4742-4e2c-bd0d-72949b643f5f {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f262ba01-4742-4e2c-bd0d-72949b643f5f {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-b974fc58-88f5-4afa-8d95-dbbd78566391 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b974fc58-88f5-4afa-8d95-dbbd78566391 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b974fc58-88f5-4afa-8d95-dbbd78566391 .shg-sld-nav-button.shg-sld-left,
#s-b974fc58-88f5-4afa-8d95-dbbd78566391 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2fbc7f79-7df2-4f42-9d99-e96d652ff251 {
  text-align: center;
}




  #s-2fbc7f79-7df2-4f42-9d99-e96d652ff251 img.shogun-image {
    
    width: px;
  }


#s-2fbc7f79-7df2-4f42-9d99-e96d652ff251 .shogun-image-content {
  
    align-items: center;
  
}

#s-808ba601-c22a-45c0-b83a-1eece52399cd {
  text-align: center;
}




  #s-808ba601-c22a-45c0-b83a-1eece52399cd img.shogun-image {
    
    width: px;
  }


#s-808ba601-c22a-45c0-b83a-1eece52399cd .shogun-image-content {
  
    align-items: center;
  
}

#s-6077e785-c70a-4194-8a08-9b32d0d8bf01 {
  text-align: center;
}




  #s-6077e785-c70a-4194-8a08-9b32d0d8bf01 img.shogun-image {
    
    width: px;
  }


#s-6077e785-c70a-4194-8a08-9b32d0d8bf01 .shogun-image-content {
  
    align-items: center;
  
}

#s-6db647af-d23a-41c6-b092-347eed72195c {
  text-align: center;
}




  #s-6db647af-d23a-41c6-b092-347eed72195c img.shogun-image {
    
    width: px;
  }


#s-6db647af-d23a-41c6-b092-347eed72195c .shogun-image-content {
  
    align-items: center;
  
}

#s-56ef8bd3-4acc-4d67-9e4e-abc4c70cf145 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56ef8bd3-4acc-4d67-9e4e-abc4c70cf145 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-56ef8bd3-4acc-4d67-9e4e-abc4c70cf145 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-634baa21-efa6-4372-bd2d-7d60d4bab5df {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-634baa21-efa6-4372-bd2d-7d60d4bab5df {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-634baa21-efa6-4372-bd2d-7d60d4bab5df {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-be8c27d6-92e0-4035-9a05-182adc2c5120 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-be8c27d6-92e0-4035-9a05-182adc2c5120 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-be8c27d6-92e0-4035-9a05-182adc2c5120 .shg-sld-nav-button.shg-sld-left,
#s-be8c27d6-92e0-4035-9a05-182adc2c5120 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e2cde7ca-0ae8-4e63-91f0-98d38b3cb8e8 {
  text-align: center;
}




  #s-e2cde7ca-0ae8-4e63-91f0-98d38b3cb8e8 img.shogun-image {
    
    width: px;
  }


#s-e2cde7ca-0ae8-4e63-91f0-98d38b3cb8e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-86cce427-f141-46ee-a968-a2447b7297df {
  text-align: center;
}




  #s-86cce427-f141-46ee-a968-a2447b7297df img.shogun-image {
    
    width: px;
  }


#s-86cce427-f141-46ee-a968-a2447b7297df .shogun-image-content {
  
    align-items: center;
  
}

#s-5912de23-7b04-4ea1-8d82-241fd86907df {
  text-align: center;
}




  #s-5912de23-7b04-4ea1-8d82-241fd86907df img.shogun-image {
    
    width: px;
  }


#s-5912de23-7b04-4ea1-8d82-241fd86907df .shogun-image-content {
  
    align-items: center;
  
}

#s-cface5e4-a06a-47dd-a278-b61d7c30c4d2 {
  text-align: center;
}




  #s-cface5e4-a06a-47dd-a278-b61d7c30c4d2 img.shogun-image {
    
    width: px;
  }


#s-cface5e4-a06a-47dd-a278-b61d7c30c4d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c665b2db-73e9-4710-96a7-a96d364bf8b2 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c665b2db-73e9-4710-96a7-a96d364bf8b2 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-c665b2db-73e9-4710-96a7-a96d364bf8b2 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-d86beb01-3ec8-4c2e-b708-5394373c7df3 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d86beb01-3ec8-4c2e-b708-5394373c7df3 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d86beb01-3ec8-4c2e-b708-5394373c7df3 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-e9610d4b-93de-442a-be53-8918caf84e4b {
  min-height: 50px;
}








#s-e9610d4b-93de-442a-be53-8918caf84e4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9610d4b-93de-442a-be53-8918caf84e4b.shg-box.shg-c {
  justify-content: center;
}

#s-90453995-a923-406f-a8ab-8487ef37eb35 {
  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(0, 0, 0, 1);
}








#s-90453995-a923-406f-a8ab-8487ef37eb35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90453995-a923-406f-a8ab-8487ef37eb35.shg-box.shg-c {
  justify-content: center;
}

#s-4c63336e-f693-47b0-8a8b-3069a2b29a9c {
  margin-left: 20px;
margin-right: 20px;
}

#s-1578007c-fb5d-4c5d-9502-0ea17f3c97f4 {
  margin-bottom: 15px;
}

#s-12f94303-2238-462e-8c04-4cfe99bdcebd {
  margin-bottom: 30px;
}

#s-00245350-253d-4e6f-9e6a-e3cb2c74258e {
  margin-bottom: 60px;
text-align: center;
}




  #s-00245350-253d-4e6f-9e6a-e3cb2c74258e img.shogun-image {
    
    width: px;
  }


#s-00245350-253d-4e6f-9e6a-e3cb2c74258e .shogun-image-content {
  
    align-items: center;
  
}

#s-9fa9a391-8a9d-42d1-9a61-9a00927423c7 {
  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(0, 0, 0, 1);
}








#s-9fa9a391-8a9d-42d1-9a61-9a00927423c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fa9a391-8a9d-42d1-9a61-9a00927423c7.shg-box.shg-c {
  justify-content: center;
}

#s-a322a155-7099-43b9-a346-75d560f2402a {
  margin-left: 20px;
margin-right: 20px;
}

#s-2a70c270-1485-4354-ae9b-05d95e383471 {
  margin-bottom: 30px;
}

#s-bf09b90a-acba-44c4-a07f-896c5acd8247 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bf09b90a-acba-44c4-a07f-896c5acd8247"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1fca34ea-4b6e-453c-84f3-0ce0ae6ec3b8 {
  margin-bottom: 30px;
text-align: center;
}




  #s-1fca34ea-4b6e-453c-84f3-0ce0ae6ec3b8 img.shogun-image {
    
    width: px;
  }


#s-1fca34ea-4b6e-453c-84f3-0ce0ae6ec3b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-53dd5606-f559-47be-a1c4-e2ac8919ff15 {
  margin-bottom: 30px;
text-align: center;
}




  #s-53dd5606-f559-47be-a1c4-e2ac8919ff15 img.shogun-image {
    
    width: px;
  }


#s-53dd5606-f559-47be-a1c4-e2ac8919ff15 .shogun-image-content {
  
    align-items: center;
  
}

#s-a96a49d9-1ce4-4261-87a5-f2a6c18c69ca {
  margin-bottom: 30px;
text-align: center;
}




  #s-a96a49d9-1ce4-4261-87a5-f2a6c18c69ca img.shogun-image {
    
    width: px;
  }


#s-a96a49d9-1ce4-4261-87a5-f2a6c18c69ca .shogun-image-content {
  
    align-items: center;
  
}

#s-e95def7f-ddb8-4821-a7ca-f2cce74f810f {
  margin-bottom: 30px;
text-align: center;
}




  #s-e95def7f-ddb8-4821-a7ca-f2cce74f810f img.shogun-image {
    
    width: px;
  }


#s-e95def7f-ddb8-4821-a7ca-f2cce74f810f .shogun-image-content {
  
    align-items: center;
  
}

#s-f3814b2d-5896-4ef6-a767-66403896c0a5 {
  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(0, 0, 0, 1);
}








#s-f3814b2d-5896-4ef6-a767-66403896c0a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3814b2d-5896-4ef6-a767-66403896c0a5.shg-box.shg-c {
  justify-content: center;
}

#s-43a8d7ec-f722-4c22-85fc-768a5d2f79dd {
  margin-left: 20px;
margin-right: 20px;
}

#s-29b93348-6896-4066-adc0-9436a0dfa6f7 {
  margin-bottom: 30px;
}

#s-1b16c5d7-ee2c-4acb-9cef-05ce68fb0aba {
  margin-bottom: 40px;
text-align: center;
}




  #s-1b16c5d7-ee2c-4acb-9cef-05ce68fb0aba img.shogun-image {
    
    width: px;
  }


#s-1b16c5d7-ee2c-4acb-9cef-05ce68fb0aba .shogun-image-content {
  
    align-items: center;
  
}

#s-00e778a5-dce2-4520-a882-5cadc0b9eaf8 {
  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(0, 0, 0, 1);
}








#s-00e778a5-dce2-4520-a882-5cadc0b9eaf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00e778a5-dce2-4520-a882-5cadc0b9eaf8.shg-box.shg-c {
  justify-content: center;
}

#s-36276bfc-96f8-4bf9-aacc-4d4099ccf547 {
  margin-left: 20px;
margin-right: 20px;
}

#s-cfe1a681-923d-4cf4-981e-84454f2e8105 {
  margin-bottom: 20px;
}

#s-c75b2385-65df-4eb1-822b-2f94feb7f5c9 {
  margin-bottom: 50px;
text-align: center;
}




  #s-c75b2385-65df-4eb1-822b-2f94feb7f5c9 img.shogun-image {
    
    width: px;
  }


#s-c75b2385-65df-4eb1-822b-2f94feb7f5c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-26eccae3-262d-4f1a-b502-35f6a8d3a56f {
  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(0, 0, 0, 1);
}








#s-26eccae3-262d-4f1a-b502-35f6a8d3a56f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26eccae3-262d-4f1a-b502-35f6a8d3a56f.shg-box.shg-c {
  justify-content: center;
}

#s-62b56f07-1b3a-43ba-9a39-e5daad1088b3 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
}

#s-3d04488a-1cd4-498e-846c-10b82501ed24 {
  margin-bottom: 30px;
}

#s-053cab21-c8cb-412d-91f2-02414e71517e {
  margin-bottom: 30px;
text-align: center;
}




  #s-053cab21-c8cb-412d-91f2-02414e71517e img.shogun-image {
    
    width: px;
  }


#s-053cab21-c8cb-412d-91f2-02414e71517e .shogun-image-content {
  
    align-items: center;
  
}

#s-663a1b56-7a2c-42e4-b0cc-2c17cd490e03 {
  margin-bottom: 30px;
}

#s-3898bf06-e876-40d2-99e4-26aa5b7996cf {
  margin-bottom: 30px;
text-align: center;
}




  #s-3898bf06-e876-40d2-99e4-26aa5b7996cf img.shogun-image {
    
    width: px;
  }


#s-3898bf06-e876-40d2-99e4-26aa5b7996cf .shogun-image-content {
  
    align-items: center;
  
}

#s-d6a4ee18-d5ab-4d7b-bb65-86365b7932e3 {
  margin-bottom: 30px;
text-align: center;
}




  #s-d6a4ee18-d5ab-4d7b-bb65-86365b7932e3 img.shogun-image {
    
    width: px;
  }


#s-d6a4ee18-d5ab-4d7b-bb65-86365b7932e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c00e918-2557-4f2a-b991-eb161da6fe94 {
  min-height: 50px;
}








#s-5c00e918-2557-4f2a-b991-eb161da6fe94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c00e918-2557-4f2a-b991-eb161da6fe94.shg-box.shg-c {
  justify-content: center;
}

#s-5a5ea298-d653-4f80-b6d6-aeb5883a2d94 {
  margin-bottom: 50px;
text-align: center;
}




  #s-5a5ea298-d653-4f80-b6d6-aeb5883a2d94 img.shogun-image {
    
    width: px;
  }


#s-5a5ea298-d653-4f80-b6d6-aeb5883a2d94 .shogun-image-content {
  
    align-items: center;
  
}

#s-8648bd51-19a3-4d9e-987d-59984dd13165 {
  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(0, 0, 0, 1);
}








#s-8648bd51-19a3-4d9e-987d-59984dd13165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8648bd51-19a3-4d9e-987d-59984dd13165.shg-box.shg-c {
  justify-content: center;
}

#s-37d4bd4e-3f37-4b27-b767-dfec1525fb29 {
  margin-left: 20px;
margin-right: 20px;
}

#s-16936f99-c32a-47e6-935d-1c96a59ac2bd {
  margin-bottom: 30px;
}

#s-7d2a1b40-75d0-4eb2-a796-61434e6b8424 {
  margin-bottom: 30px;
text-align: center;
}




  #s-7d2a1b40-75d0-4eb2-a796-61434e6b8424 img.shogun-image {
    
    width: px;
  }


#s-7d2a1b40-75d0-4eb2-a796-61434e6b8424 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdfbebc6-b958-4008-a2e2-2f58e9f1bc0a {
  margin-bottom: 30px;
text-align: center;
}




  #s-cdfbebc6-b958-4008-a2e2-2f58e9f1bc0a img.shogun-image {
    
    width: px;
  }


#s-cdfbebc6-b958-4008-a2e2-2f58e9f1bc0a .shogun-image-content {
  
    align-items: center;
  
}

#s-b3ed4995-efa8-48ee-b38d-355e3eef522d {
  margin-bottom: 30px;
text-align: center;
}




  #s-b3ed4995-efa8-48ee-b38d-355e3eef522d img.shogun-image {
    
    width: px;
  }


#s-b3ed4995-efa8-48ee-b38d-355e3eef522d .shogun-image-content {
  
    align-items: center;
  
}

#s-cb896b9c-d0fa-47f3-9a83-132fa81729c5 {
  margin-bottom: 90px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-cb896b9c-d0fa-47f3-9a83-132fa81729c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb896b9c-d0fa-47f3-9a83-132fa81729c5.shg-box.shg-c {
  justify-content: center;
}

#s-b9f84cd4-61b1-49f9-8b60-e75235d79f50 {
  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-b9f84cd4-61b1-49f9-8b60-e75235d79f50 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b9f84cd4-61b1-49f9-8b60-e75235d79f50 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-ba6cbca2-5ad9-4828-b095-dbfad85e35df {
  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(5, 5, 5, 1);
}








#s-ba6cbca2-5ad9-4828-b095-dbfad85e35df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba6cbca2-5ad9-4828-b095-dbfad85e35df.shg-box.shg-c {
  justify-content: center;
}

#s-11da8361-6665-433c-9943-a3a163902b31 {
  margin-left: 20px;
margin-right: 20px;
}

#s-19e1881b-a08c-4e02-8560-b9da7b295b90 {
  margin-bottom: 30px;
}

#s-3b3dffd6-fe1f-4fd8-bdae-e53b2302096a {
  margin-bottom: 40px;
}

.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-92308ce8-02d5-4a27-ade1-f2e3902cc739 {
  margin-bottom: 15px;
}

#s-b934b812-7404-4eaa-b1d7-8a37d21d91cb {
  margin-bottom: 50px;
}

#s-92ea5d05-64da-4a5c-a989-d35c3e68a19b {
  min-height: 50px;
}








#s-92ea5d05-64da-4a5c-a989-d35c3e68a19b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92ea5d05-64da-4a5c-a989-d35c3e68a19b.shg-box.shg-c {
  justify-content: center;
}

#s-edbfda78-3b17-4c3d-86bc-5830d575b4ab {
  border-style: solid;
margin-top: 60px;
margin-bottom: 30px;
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(0, 0, 0, 1);
}








#s-edbfda78-3b17-4c3d-86bc-5830d575b4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edbfda78-3b17-4c3d-86bc-5830d575b4ab.shg-box.shg-c {
  justify-content: center;
}

#s-3ef1bf47-6888-46e2-aaac-19f94ab525da {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1338eab-8c6e-4f81-9654-74fa92b1cf66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-22353c20-4c30-47e3-84bc-7a53b3d0f4fd {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-22353c20-4c30-47e3-84bc-7a53b3d0f4fd img.shogun-image {
    
    width: px;
  }


#s-22353c20-4c30-47e3-84bc-7a53b3d0f4fd .shogun-image-content {
  
    align-items: center;
  
}

#s-69e37867-8f96-42d8-9520-f4d784c95899 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-1307278a-26a7-4ef6-bc2d-5caa445df10d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f363bc5-4c1b-449e-b058-f1841e598490"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1703656b-a71c-4712-8782-a9528aee7ca7 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-1703656b-a71c-4712-8782-a9528aee7ca7 img.shogun-image {
    
    width: px;
  }


#s-1703656b-a71c-4712-8782-a9528aee7ca7 .shogun-image-content {
  
    align-items: center;
  
}

#s-83790b70-4436-480a-b509-95631c45d8e7 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-33c8d52d-e955-46ca-bc79-ba3c5c8470e1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5625a8c4-62fa-4dce-99b1-ec44b4915cdf {
  margin-bottom: 50px;
}

#s-7bf33ed2-28b3-4c99-9d34-966d1c628427 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c7b4d2e8-1af8-4de7-9ebf-9acf3fe6e2d0 {
  min-height: 50px;
}








#s-c7b4d2e8-1af8-4de7-9ebf-9acf3fe6e2d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7b4d2e8-1af8-4de7-9ebf-9acf3fe6e2d0.shg-box.shg-c {
  justify-content: center;
}

#s-3e0a4c22-b89e-4d4e-b854-dab4784c08b5 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-3e0a4c22-b89e-4d4e-b854-dab4784c08b5 {
  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-be48e0f2-fa43-42e6-a004-09e815c92c9e {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-be48e0f2-fa43-42e6-a004-09e815c92c9e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-be48e0f2-fa43-42e6-a004-09e815c92c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-be48e0f2-fa43-42e6-a004-09e815c92c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-be48e0f2-fa43-42e6-a004-09e815c92c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-be48e0f2-fa43-42e6-a004-09e815c92c9e > .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-be48e0f2-fa43-42e6-a004-09e815c92c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-70255c3d-7596-49cc-b14e-6b5c408d2489 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-2aa15d0b-a8c4-48c4-8c71-211d5e58c56c {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-4835da94-2335-4443-b080-05e9259ff476 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-79c07827-2849-4f11-82f8-d8519a17be82 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-345a058d-fd5a-4294-ae5c-aad4a5321c4c {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-71866772-fdbf-4750-9ad9-e9d931db1feb {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

.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-068179f9-ae43-4104-947d-51d8fdc9d915 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-068179f9-ae43-4104-947d-51d8fdc9d915:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-068179f9-ae43-4104-947d-51d8fdc9d915:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-068179f9-ae43-4104-947d-51d8fdc9d915.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec7836ae-0aae-4311-9c2c-fa3d37bced9d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f49a289f-6809-439f-9846-928bf9b88dda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5bd06f91-2932-40b1-86d4-5c647df18381 {
  display: none;
}
.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-c988430d-75d3-493c-9ff1-96ae9c39af32 {
  text-align: left;
}


.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 {
  max-width: 100%;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom,
.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 {
  max-width: 100%;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom,
.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 {
  max-width: 100%;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom,
.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 {
  max-width: 100%;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom,
.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 {
  max-width: 100%;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom,
.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c988430d-75d3-493c-9ff1-96ae9c39af32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4439022a-adab-4ceb-a11f-fd1cda2fc052 {
  display: none;
}
.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-51ce35c7-6f34-4dfd-acb8-d1b0425e4d5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51ce35c7-6f34-4dfd-acb8-d1b0425e4d5c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-12b78a68-9f71-40eb-a4ec-a78f35d0d738 {
  text-align: left;
}

#s-12b78a68-9f71-40eb-a4ec-a78f35d0d738 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-12b78a68-9f71-40eb-a4ec-a78f35d0d738 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-12b78a68-9f71-40eb-a4ec-a78f35d0d738 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-12b78a68-9f71-40eb-a4ec-a78f35d0d738 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-ffbb91fb-24d0-4006-97ba-92db649dee9e {
  text-align: left;
}

#s-ffbb91fb-24d0-4006-97ba-92db649dee9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ffbb91fb-24d0-4006-97ba-92db649dee9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ffbb91fb-24d0-4006-97ba-92db649dee9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-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-d9963f7a-be43-4346-8b33-a0a0eff1e8e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d9963f7a-be43-4346-8b33-a0a0eff1e8e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9963f7a-be43-4346-8b33-a0a0eff1e8e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9963f7a-be43-4346-8b33-a0a0eff1e8e1 {
  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-d9963f7a-be43-4346-8b33-a0a0eff1e8e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9963f7a-be43-4346-8b33-a0a0eff1e8e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d9963f7a-be43-4346-8b33-a0a0eff1e8e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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-cea0df82-ec33-4029-a565-f5b42c58df47 {
  margin-top: 30px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-cea0df82-ec33-4029-a565-f5b42c58df47 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-cea0df82-ec33-4029-a565-f5b42c58df47 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
