.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-66528359-7f15-4ab2-8dea-7e36543cbf3d {
  min-height: 50px;
}








#s-66528359-7f15-4ab2-8dea-7e36543cbf3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66528359-7f15-4ab2-8dea-7e36543cbf3d.shg-box.shg-c {
  justify-content: center;
}

#s-d936504b-2ba9-42aa-972e-749514de3c40 {
  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-d936504b-2ba9-42aa-972e-749514de3c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d936504b-2ba9-42aa-972e-749514de3c40.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-8937f4b0-996a-4268-bb34-dddce80f2349 {
  margin-left: 20px;
margin-right: 20px;
}

#s-bf5b816f-28c8-4da5-b10f-89846c3471eb {
  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-8c7f403a-8488-4d16-bfd9-817334d33259 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 870px;
opacity: 1;
}

#s-8c7f403a-8488-4d16-bfd9-817334d33259 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-8c7f403a-8488-4d16-bfd9-817334d33259 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8c7f403a-8488-4d16-bfd9-817334d33259 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: inherit;
}

#s-8c7f403a-8488-4d16-bfd9-817334d33259 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-8c7f403a-8488-4d16-bfd9-817334d33259 td.shogun-table-column, #s-8c7f403a-8488-4d16-bfd9-817334d33259 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-3993cf2f-aac1-467e-8bd2-b50901aa9369 {
  padding-left: 5px;
padding-right: 5px;
}

#s-93c04b53-f366-46a1-8e24-f0d6d128bcca {
  padding-left: 5px;
padding-right: 5px;
}

#s-c1a4a776-029f-46fe-9f88-6a70426a7ea9 {
  padding-left: 5px;
padding-right: 5px;
}

#s-cccc6636-5999-45cc-8936-39be5d04a888 {
  padding-left: 5px;
padding-right: 5px;
}

#s-def19d5f-51e0-4cc7-8715-7628c8f49c7c {
  padding-left: 5px;
padding-right: 5px;
}

#s-dec25663-0709-46fd-bad2-c180d752bb7d {
  padding-left: 5px;
padding-right: 5px;
}

.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-ca708c87-4973-48d7-b320-a28ec10c73de {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca708c87-4973-48d7-b320-a28ec10c73de"] > .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-5e9e59b9-26f2-4c3b-8977-cba7b44f189f {
  text-align: center;
}




  #s-5e9e59b9-26f2-4c3b-8977-cba7b44f189f img.shogun-image {
    
    width: px;
  }


#s-5e9e59b9-26f2-4c3b-8977-cba7b44f189f .shogun-image-content {
  
    align-items: center;
  
}

#s-3818d38b-1fa7-4485-b497-7722c41493d7 {
  text-align: center;
}




  #s-3818d38b-1fa7-4485-b497-7722c41493d7 img.shogun-image {
    
    width: px;
  }


#s-3818d38b-1fa7-4485-b497-7722c41493d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-178f86e1-dd35-41c1-b660-081e4b7af98d {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-3551d496-8517-441b-9e8a-98eb6a062d54 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
text-align: center;
}




  #s-3551d496-8517-441b-9e8a-98eb6a062d54 img.shogun-image {
    
    width: px;
  }


#s-3551d496-8517-441b-9e8a-98eb6a062d54 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5bc322c-21cd-4e92-aea8-e8a071ad7be1 {
  margin-top: 70px;
min-height: 50px;
}








#s-d5bc322c-21cd-4e92-aea8-e8a071ad7be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5bc322c-21cd-4e92-aea8-e8a071ad7be1.shg-box.shg-c {
  justify-content: center;
}

#s-4a719195-7074-452c-98ca-b183c4a051a2 {
  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-4a719195-7074-452c-98ca-b183c4a051a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a719195-7074-452c-98ca-b183c4a051a2.shg-box.shg-c {
  justify-content: center;
}

#s-bcd335ea-8afa-48fe-8c78-10bc588b3e4c {
  margin-left: 20px;
margin-right: 20px;
}

#s-47cfd017-9fa8-4789-9b47-0c84a7012621 {
  margin-bottom: 50px;
}

#s-c8bfb401-b294-416d-ba04-4c3b8810a0c4 {
  margin-bottom: 20px;
text-align: center;
}




  #s-c8bfb401-b294-416d-ba04-4c3b8810a0c4 img.shogun-image {
    
    width: px;
  }


#s-c8bfb401-b294-416d-ba04-4c3b8810a0c4 .shogun-image-content {
  
    align-items: center;
  
}

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

.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;
  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-6cdf6822-5157-491a-b6f7-2c0b03adc3cb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6cdf6822-5157-491a-b6f7-2c0b03adc3cb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6cdf6822-5157-491a-b6f7-2c0b03adc3cb .shg-sld-nav-button.shg-sld-left,
#s-6cdf6822-5157-491a-b6f7-2c0b03adc3cb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a3f86aa6-b7f1-493d-9cf6-0d33d97537f6 {
  text-align: center;
}




  #s-a3f86aa6-b7f1-493d-9cf6-0d33d97537f6 img.shogun-image {
    
    width: px;
  }


#s-a3f86aa6-b7f1-493d-9cf6-0d33d97537f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e26c324d-9d50-47b0-870b-46ba130bf2d2 {
  text-align: center;
}




  #s-e26c324d-9d50-47b0-870b-46ba130bf2d2 img.shogun-image {
    
    width: px;
  }


#s-e26c324d-9d50-47b0-870b-46ba130bf2d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1823145-5541-4784-9f49-c02c29278d22 {
  text-align: center;
}




  #s-f1823145-5541-4784-9f49-c02c29278d22 img.shogun-image {
    
    width: px;
  }


#s-f1823145-5541-4784-9f49-c02c29278d22 .shogun-image-content {
  
    align-items: center;
  
}

#s-8acadb55-3759-4eb7-93f2-0dd0f191f8b6 {
  text-align: center;
}




  #s-8acadb55-3759-4eb7-93f2-0dd0f191f8b6 img.shogun-image {
    
    width: px;
  }


#s-8acadb55-3759-4eb7-93f2-0dd0f191f8b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-135c48f5-e26e-4581-876f-de2959daf3e8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-135c48f5-e26e-4581-876f-de2959daf3e8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6641f34b-ea26-42d5-b860-b77a64c7327a {
  min-height: 50px;
}








#s-6641f34b-ea26-42d5-b860-b77a64c7327a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6641f34b-ea26-42d5-b860-b77a64c7327a.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-5e8d6d5f-87c3-419b-9af4-8d47979a58ab {
  margin-top: 70px;
margin-bottom: 50px;
}

#s-b8f53b80-7597-4d86-b96e-fadb60f7e88c {
  margin-bottom: 15px;
}

#s-aa0c7f1c-9aac-49cf-ad3a-575e2b691215 {
  margin-bottom: 50px;
}

#s-01454f97-8d8c-4f16-93cd-577555a36191 {
  margin-bottom: 30px;
text-align: center;
}




  #s-01454f97-8d8c-4f16-93cd-577555a36191 img.shogun-image {
    
    width: px;
  }


#s-01454f97-8d8c-4f16-93cd-577555a36191 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4806919-e02b-421c-b485-bba4bb01feea {
  margin-bottom: 50px;
padding-top: 60px;
min-height: 50px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-c4806919-e02b-421c-b485-bba4bb01feea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4806919-e02b-421c-b485-bba4bb01feea.shg-box.shg-c {
  justify-content: center;
}

#s-fb6ce5b4-ae81-42f2-a3b9-1afbc0b21ced {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-fb6ce5b4-ae81-42f2-a3b9-1afbc0b21ced {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-d504ec10-67e5-4fc3-816c-3581472ff177 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-d504ec10-67e5-4fc3-816c-3581472ff177 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-d253da3a-179c-4a49-851e-7cfc07d2cb93 {
  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-d253da3a-179c-4a49-851e-7cfc07d2cb93 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d253da3a-179c-4a49-851e-7cfc07d2cb93 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-cbbf426d-2fe5-4e07-ad9c-cd3a0dc627c1 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-cbbf426d-2fe5-4e07-ad9c-cd3a0dc627c1 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-cbbf426d-2fe5-4e07-ad9c-cd3a0dc627c1 img.shogun-image {
    
    width: px;
  }


#s-cbbf426d-2fe5-4e07-ad9c-cd3a0dc627c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9759a1e3-dae1-4e3f-b80a-6ea619f322cc {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9759a1e3-dae1-4e3f-b80a-6ea619f322cc {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9759a1e3-dae1-4e3f-b80a-6ea619f322cc {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-d9952fcf-d151-4613-9f8c-4908c7e3f070 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9952fcf-d151-4613-9f8c-4908c7e3f070 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d9952fcf-d151-4613-9f8c-4908c7e3f070 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-4f36322e-5382-42c4-94ba-2cfe46312803 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-4f36322e-5382-42c4-94ba-2cfe46312803 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-4f36322e-5382-42c4-94ba-2cfe46312803 img.shogun-image {
    
    width: px;
  }


#s-4f36322e-5382-42c4-94ba-2cfe46312803 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6f49a6a-d369-425a-b4ce-ada67098834f {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6f49a6a-d369-425a-b4ce-ada67098834f {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a6f49a6a-d369-425a-b4ce-ada67098834f {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-543d6272-69c6-448b-b77d-3c43c173ecc9 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-543d6272-69c6-448b-b77d-3c43c173ecc9 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-543d6272-69c6-448b-b77d-3c43c173ecc9 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-9892c768-c8cd-4dde-81bc-025f312c01cf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9892c768-c8cd-4dde-81bc-025f312c01cf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1ddd7c48-e8e9-48bb-b99f-03be53a5dca7 {
  min-height: 50px;
}








#s-1ddd7c48-e8e9-48bb-b99f-03be53a5dca7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ddd7c48-e8e9-48bb-b99f-03be53a5dca7.shg-box.shg-c {
  justify-content: center;
}

#s-db1587aa-7801-4951-95b2-026eb144006f {
  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-db1587aa-7801-4951-95b2-026eb144006f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db1587aa-7801-4951-95b2-026eb144006f.shg-box.shg-c {
  justify-content: center;
}

#s-cae41546-81e7-4c68-ac67-b98488516b0a {
  margin-left: 20px;
margin-right: 20px;
}

#s-02b28bdb-7427-455c-9c04-4175b292660e {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 870px;
}

#s-aa09bd73-a21e-41cf-910f-a13c63593997 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-6628a5e0-aadc-4cee-bc1b-a71ea24200cc {
  margin-bottom: 30px;
text-align: center;
}




  #s-6628a5e0-aadc-4cee-bc1b-a71ea24200cc img.shogun-image {
    
    width: px;
  }


#s-6628a5e0-aadc-4cee-bc1b-a71ea24200cc .shogun-image-content {
  
    align-items: center;
  
}

#s-bc9a2a86-8980-465a-9d5d-bd5b892dd122 {
  text-align: center;
}




  #s-bc9a2a86-8980-465a-9d5d-bd5b892dd122 img.shogun-image {
    
    width: px;
  }


#s-bc9a2a86-8980-465a-9d5d-bd5b892dd122 .shogun-image-content {
  
    align-items: center;
  
}

#s-39de87c2-7c69-420c-bccb-4cb4c72ab790 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-39de87c2-7c69-420c-bccb-4cb4c72ab790 img.shogun-image {
    
    width: px;
  }


#s-39de87c2-7c69-420c-bccb-4cb4c72ab790 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-f7907170-ef16-4d6d-ae5e-fa1ef6982654 {
  margin-top: 30px;
margin-bottom: 30px;
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;
}
#s-f7907170-ef16-4d6d-ae5e-fa1ef6982654:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7907170-ef16-4d6d-ae5e-fa1ef6982654:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f7907170-ef16-4d6d-ae5e-fa1ef6982654.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8756dc1e-2968-48ca-a0d7-6a64b66ebb10 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-8756dc1e-2968-48ca-a0d7-6a64b66ebb10 img.shogun-image {
    
    width: px;
  }


#s-8756dc1e-2968-48ca-a0d7-6a64b66ebb10 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfd296d1-9e81-4f90-9a15-ac378eb351b6 {
  margin-bottom: 15px;
}

#s-db0d8a66-4946-4dd0-89eb-c2c59c78e813 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-bd22402d-e410-4c26-b8d8-c0ee989260b2 {
  margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 870px;
text-align: center;
}




  #s-bd22402d-e410-4c26-b8d8-c0ee989260b2 img.shogun-image {
    
    width: px;
  }


#s-bd22402d-e410-4c26-b8d8-c0ee989260b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2617a60-a1f5-406e-bbef-f3643469c666 {
  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-b2617a60-a1f5-406e-bbef-f3643469c666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2617a60-a1f5-406e-bbef-f3643469c666.shg-box.shg-c {
  justify-content: center;
}

#s-deca67a0-8040-42a7-bc8b-155814711958 {
  margin-left: 20px;
margin-right: 20px;
}

#s-9d31c549-451a-4f18-b379-00d46430a1c5 {
  margin-bottom: 30px;
}

#s-16c3f44e-6dbc-4367-a831-a11a99f0b553 {
  margin-bottom: 60px;
}

#s-35285c21-e57e-4d81-80c7-05dd76f8ac18 {
  margin-bottom: 30px;
}

#s-345c9997-4d07-4c6d-8141-ec94080ee5bf {
  margin-bottom: 60px;
}

#s-7fc1cfc9-900e-4a14-8d99-43499c6c215f {
  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-7fc1cfc9-900e-4a14-8d99-43499c6c215f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fc1cfc9-900e-4a14-8d99-43499c6c215f.shg-box.shg-c {
  justify-content: center;
}

#s-3932578a-667a-4861-96a6-46928545e656 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4ea7f11f-f8c3-4c18-9519-309b078dd7b1 {
  margin-bottom: 15px;
}

#s-6d8f4a74-e5b0-4968-b92a-23a2f64d2147 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-71e16b2e-88f5-4bed-967c-8ca92783a6d7 {
  margin-bottom: 80px;
text-align: center;
}




  #s-71e16b2e-88f5-4bed-967c-8ca92783a6d7 img.shogun-image {
    
    width: px;
  }


#s-71e16b2e-88f5-4bed-967c-8ca92783a6d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f50f8031-607c-4890-98f3-628c1034dc29 {
  margin-bottom: 15px;
}

#s-d503764e-ec80-40f5-9874-919c930f810e {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-937b6ac5-cfea-4c12-ba83-75bff3e03f89 {
  text-align: center;
}




  #s-937b6ac5-cfea-4c12-ba83-75bff3e03f89 img.shogun-image {
    
    width: px;
  }


#s-937b6ac5-cfea-4c12-ba83-75bff3e03f89 .shogun-image-content {
  
    align-items: center;
  
}

#s-b59861bf-0604-4a32-8c87-4fd92fa0ed09 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b59861bf-0604-4a32-8c87-4fd92fa0ed09 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-012a9aa8-c787-444c-99d9-ba5857f4abae {
  min-height: 50px;
}








#s-012a9aa8-c787-444c-99d9-ba5857f4abae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-012a9aa8-c787-444c-99d9-ba5857f4abae.shg-box.shg-c {
  justify-content: center;
}

#s-127ecb19-5b11-42b9-88de-82b57bd3d5b8 {
  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-127ecb19-5b11-42b9-88de-82b57bd3d5b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-127ecb19-5b11-42b9-88de-82b57bd3d5b8.shg-box.shg-c {
  justify-content: center;
}

#s-cde3bf51-7de4-42e2-aa6f-afe96e8fba58 {
  margin-left: 20px;
margin-right: 20px;
}

#s-68ffc128-3f0e-4b2d-b969-47abedf7a286 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ffc128-3f0e-4b2d-b969-47abedf7a286"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-91dfcda0-840d-4eac-aaa7-eec791d678a0 {
  text-align: center;
}




  #s-91dfcda0-840d-4eac-aaa7-eec791d678a0 img.shogun-image {
    
    width: px;
  }


#s-91dfcda0-840d-4eac-aaa7-eec791d678a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-96d5156e-2178-4dbf-9dcf-bad17c2b211c {
  text-align: center;
}




  #s-96d5156e-2178-4dbf-9dcf-bad17c2b211c img.shogun-image {
    
    width: px;
  }


#s-96d5156e-2178-4dbf-9dcf-bad17c2b211c .shogun-image-content {
  
    align-items: center;
  
}

#s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a42c7d6-4a68-4a54-8b6a-0f20003fa845"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-94a14d74-0948-4e0c-a6f9-262914d779f8 {
  text-align: center;
}




  #s-94a14d74-0948-4e0c-a6f9-262914d779f8 img.shogun-image {
    
    width: px;
  }


#s-94a14d74-0948-4e0c-a6f9-262914d779f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d57b2b2f-88be-4c99-a314-89e1f8406a46 {
  text-align: center;
}




  #s-d57b2b2f-88be-4c99-a314-89e1f8406a46 img.shogun-image {
    
    width: px;
  }


#s-d57b2b2f-88be-4c99-a314-89e1f8406a46 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ad0d1d8-0d26-4795-8c0e-79e6a3f48286 {
  margin-bottom: 90px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-5ad0d1d8-0d26-4795-8c0e-79e6a3f48286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad0d1d8-0d26-4795-8c0e-79e6a3f48286.shg-box.shg-c {
  justify-content: center;
}

#s-f9041348-df26-4bd2-84b2-bfdbd91bb062 {
  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-f9041348-df26-4bd2-84b2-bfdbd91bb062 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f9041348-df26-4bd2-84b2-bfdbd91bb062 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-e99e7288-bc3a-4ec3-91ca-327380e7838f {
  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-e99e7288-bc3a-4ec3-91ca-327380e7838f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e99e7288-bc3a-4ec3-91ca-327380e7838f.shg-box.shg-c {
  justify-content: center;
}

#s-a7f43ffe-ba3b-424b-a254-37b7ef7fc6a8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ed88b063-0b27-4614-a658-366561d3938c {
  margin-top: 30px;
margin-bottom: 30px;
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;
}
#s-ed88b063-0b27-4614-a658-366561d3938c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed88b063-0b27-4614-a658-366561d3938c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed88b063-0b27-4614-a658-366561d3938c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-823f6f60-aea6-4f04-9926-60561c91cb4d {
  text-align: center;
}
#s-823f6f60-aea6-4f04-9926-60561c91cb4d:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-823f6f60-aea6-4f04-9926-60561c91cb4d {
  display: none;
}
#s-823f6f60-aea6-4f04-9926-60561c91cb4d, #wrap-s-823f6f60-aea6-4f04-9926-60561c91cb4d { display:none !important; }}@media (max-width: 767px){#s-823f6f60-aea6-4f04-9926-60561c91cb4d {
  display: none;
}
#s-823f6f60-aea6-4f04-9926-60561c91cb4d, #wrap-s-823f6f60-aea6-4f04-9926-60561c91cb4d { display:none !important; }}



  #s-823f6f60-aea6-4f04-9926-60561c91cb4d img.shogun-image {
    
    width: px;
  }


#s-823f6f60-aea6-4f04-9926-60561c91cb4d .shogun-image-content {
  
    align-items: center;
  
}

#s-d88163bb-823c-4709-b7c0-f43c9d7d9e78 {
  text-align: center;
}
@media (min-width: 1200px){#s-d88163bb-823c-4709-b7c0-f43c9d7d9e78 {
  display: none;
}
#s-d88163bb-823c-4709-b7c0-f43c9d7d9e78, #wrap-s-d88163bb-823c-4709-b7c0-f43c9d7d9e78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d88163bb-823c-4709-b7c0-f43c9d7d9e78 {
  display: none;
}
#s-d88163bb-823c-4709-b7c0-f43c9d7d9e78, #wrap-s-d88163bb-823c-4709-b7c0-f43c9d7d9e78 { display:none !important; }}



  #s-d88163bb-823c-4709-b7c0-f43c9d7d9e78 img.shogun-image {
    
    width: px;
  }


#s-d88163bb-823c-4709-b7c0-f43c9d7d9e78 .shogun-image-content {
  
    align-items: center;
  
}

#s-364925e4-b570-4348-b74d-8d293c9097d3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-364925e4-b570-4348-b74d-8d293c9097d3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-447e5e1f-4c4e-4b72-9d38-ce6c3b4b4928 {
  margin-bottom: 30px;
}

#s-de19be8a-1839-4e45-9029-45565c7eb3a8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-de19be8a-1839-4e45-9029-45565c7eb3a8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-733904f2-7bbd-4ffc-87ed-ea20119f57bb {
  min-height: 50px;
}








#s-733904f2-7bbd-4ffc-87ed-ea20119f57bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-733904f2-7bbd-4ffc-87ed-ea20119f57bb.shg-box.shg-c {
  justify-content: center;
}

#s-19d4982f-182a-46c4-aabe-d0db45c4f611 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-19d4982f-182a-46c4-aabe-d0db45c4f611 {
  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-6b9cbc64-345f-4451-8067-6166ffe2d351 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 870px;
}

#s-6b9cbc64-345f-4451-8067-6166ffe2d351 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6b9cbc64-345f-4451-8067-6166ffe2d351 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-6b9cbc64-345f-4451-8067-6166ffe2d351 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-6b9cbc64-345f-4451-8067-6166ffe2d351 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6b9cbc64-345f-4451-8067-6166ffe2d351 > .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-6b9cbc64-345f-4451-8067-6166ffe2d351 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-23e50cf7-86f8-4062-a30d-5babdedf3bdd {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-e6485816-384a-477c-8f06-dc8a45c52f8b {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-95addd4f-3710-4037-a553-7ed94761e117 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-033146ca-d584-412f-8e18-765880f8c403 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-8a18a521-7104-487c-b778-be9ebbde6588 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-0b4d0407-5695-4ab5-a51c-a725286c870d {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-b21d25a6-a60b-4516-9b70-ce5f76d3610e {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-58c25199-3864-439e-a3c0-b406b606f3f3 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-b1f2ee25-2d24-44e9-b7e3-0940be621592 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 57, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b1f2ee25-2d24-44e9-b7e3-0940be621592:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1f2ee25-2d24-44e9-b7e3-0940be621592:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b1f2ee25-2d24-44e9-b7e3-0940be621592.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1cac0cb7-7c00-4f00-9a19-36842a1af321 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1cac0cb7-7c00-4f00-9a19-36842a1af321 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad46f5af-2645-4b60-92db-b4a928b4718a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1129d015-d256-40e6-a58a-980dfecd75d6 {
  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-f3c3d8c7-cf9e-4658-ab8a-afe40488003b {
  text-align: left;
}


.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b {
  max-width: 100%;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .shg-image-zoom,
.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b {
  max-width: 100%;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .shg-image-zoom,
.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b {
  max-width: 100%;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .shg-image-zoom,
.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b {
  max-width: 100%;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .shg-image-zoom,
.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b {
  max-width: 100%;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .shg-image-zoom,
.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3c3d8c7-cf9e-4658-ab8a-afe40488003b .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-8d6edd4b-c708-4982-bf1a-22f928a77490 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-8d6edd4b-c708-4982-bf1a-22f928a77490 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-8d6edd4b-c708-4982-bf1a-22f928a77490 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-5fbbdb30-c29e-418a-9d42-7a88fb29f92f {
  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-4e550195-7b48-4453-9e67-4ecdf2633218 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e550195-7b48-4453-9e67-4ecdf2633218 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-76c82e14-66e7-48f1-9345-0709bf8ad6dd {
  margin-top: 10px;
text-align: left;
}

#s-76c82e14-66e7-48f1-9345-0709bf8ad6dd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-76c82e14-66e7-48f1-9345-0709bf8ad6dd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-76c82e14-66e7-48f1-9345-0709bf8ad6dd .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-e0f6963b-fbed-420b-9ad1-f84e68680eb6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-e0f6963b-fbed-420b-9ad1-f84e68680eb6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e0f6963b-fbed-420b-9ad1-f84e68680eb6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e0f6963b-fbed-420b-9ad1-f84e68680eb6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e0f6963b-fbed-420b-9ad1-f84e68680eb6 .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-827d012a-4b61-4c33-9ab4-ad3549f627a0 {
  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-827d012a-4b61-4c33-9ab4-ad3549f627a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-827d012a-4b61-4c33-9ab4-ad3549f627a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-827d012a-4b61-4c33-9ab4-ad3549f627a0 {
  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-827d012a-4b61-4c33-9ab4-ad3549f627a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-827d012a-4b61-4c33-9ab4-ad3549f627a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-827d012a-4b61-4c33-9ab4-ad3549f627a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aa8f5806-6fc7-4b53-9dc2-937f3964866a {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-4e06601f-aae6-45a0-8718-2a3df8efc73f {
  text-align: center;
}




  #s-4e06601f-aae6-45a0-8718-2a3df8efc73f img.shogun-image {
    
    width: px;
  }


#s-4e06601f-aae6-45a0-8718-2a3df8efc73f .shogun-image-content {
  
    align-items: center;
  
}

#s-35274914-75a4-474b-a01f-6dbdf61faff2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-35274914-75a4-474b-a01f-6dbdf61faff2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-109590b5-4ffc-43c4-86a2-eca661490651 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-109590b5-4ffc-43c4-86a2-eca661490651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-109590b5-4ffc-43c4-86a2-eca661490651.shg-box.shg-c {
  justify-content: center;
}

#s-0fdeb47b-a13b-41c4-99f1-b22a9c57989d {
  margin-bottom: 10px;
}

#s-0a36739d-9478-4c65-89c7-794c4e71e599 {
  border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(64, 57, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0a36739d-9478-4c65-89c7-794c4e71e599:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(64, 57, 57, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a36739d-9478-4c65-89c7-794c4e71e599:active {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(64, 57, 57, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-0a36739d-9478-4c65-89c7-794c4e71e599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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