.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: text;
  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-31dcb613-d95b-40ec-bba3-211375654584 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-35f70bcf-0e4d-4ad5-8975-88100ebabac3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}

#s-35f70bcf-0e4d-4ad5-8975-88100ebabac3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f736997b-fc7a-4411-a3b2-d9af9d682d65 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-41d182d2-eaab-4b8e-8fa3-ca523c256fe7 {
  background-attachment: fixed;
margin-left: 30px;
margin-right: 30px;
min-height: 10px;
}

#s-41d182d2-eaab-4b8e-8fa3-ca523c256fe7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}
.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-4852cf6a-2ca5-4200-ab73-fe4e9f536d57 {
  
}

@media (min-width: 0px) {
[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-4852cf6a-2ca5-4200-ab73-fe4e9f536d57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-a7df3843-7697-40c9-830d-032399750ee7 {
  
}

#s-a7df3843-7697-40c9-830d-032399750ee7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9894f42f-5223-49d8-9dc0-28d43722f56f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0fed75dd-26e5-4c93-9ed7-8f3fb0634247 {
  margin-left: 0px;
margin-right: 0px;
}

#s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6 {
  padding-bottom: 19px;
}

@media (min-width: 0px) {
[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bef1a143-5ed9-46b8-9000-07ee8d0ad4b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.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-19a204e2-cc99-4d28-b6f2-a662454c91e8 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
text-align: center;
}

#s-bd11da3a-2a5b-4db8-9a04-c8805b014359 {
  
}

#s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b {
  padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc3749cd-3927-4ebd-baa0-bb4a6e53696b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-145fdc93-9ab8-47c3-ba25-cc4504e3ea9c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
text-align: center;
}

#s-d63b18b9-cf3c-4b8d-ba02-23a71b5d7e20 {
  
}

#s-7c4d2023-e01a-451b-9442-4a03e47f494f {
  margin-left: 0px;
margin-right: 0px;
}

#s-b210b27a-a08b-409f-94cf-6b4c53827f52 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-c1c0360a-75fa-474b-94d5-43226bf8a232 {
  min-height: 50px;
}

#s-c1c0360a-75fa-474b-94d5-43226bf8a232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f7f1208d-184d-444d-97b2-0484193cc596 {
  padding-bottom: 50px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-7e308307-3743-461f-a257-dd3b78e04698 {
  margin-left: auto;
margin-right: auto;
}

#s-7e308307-3743-461f-a257-dd3b78e04698 .shogun-tabs {
  justify-content: center;
}


  #s-7e308307-3743-461f-a257-dd3b78e04698 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-7e308307-3743-461f-a257-dd3b78e04698 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-7e308307-3743-461f-a257-dd3b78e04698 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(38, 95, 137, 1);
  
  
  
  font-size: 16px;
}

#s-7e308307-3743-461f-a257-dd3b78e04698 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-7e308307-3743-461f-a257-dd3b78e04698 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-7e308307-3743-461f-a257-dd3b78e04698 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-7e308307-3743-461f-a257-dd3b78e04698 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-54c4b96b-69f8-4291-a22d-8c75669ef97f {
  margin-left: 30px;
margin-right: 30px;
}

#s-080d36f2-1be1-4780-acd8-6a27726ea4ff {
  margin-left: 30px;
margin-right: 30px;
}

#s-1b161b7f-784b-4bc8-b97d-9904a04c7e9b {
  margin-left: 30px;
margin-right: 30px;
}

#s-240d0535-cad9-412d-b113-e9a64e967010 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-443fe48b-cb2e-4a5b-8020-c946c3893e85 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}

#s-443fe48b-cb2e-4a5b-8020-c946c3893e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-27d44613-a0e7-4d22-8bbb-e2abf144f811 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-27d44613-a0e7-4d22-8bbb-e2abf144f811 {
  
}
}@media (max-width: 767px){#s-27d44613-a0e7-4d22-8bbb-e2abf144f811 {
  display: none;
}
#s-27d44613-a0e7-4d22-8bbb-e2abf144f811, #wrap-s-27d44613-a0e7-4d22-8bbb-e2abf144f811 { display:none !important; }}
#s-f27c1d27-4e6f-4519-90df-e208d92f2001 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f27c1d27-4e6f-4519-90df-e208d92f2001 {
  display: none;
}
#s-f27c1d27-4e6f-4519-90df-e208d92f2001, #wrap-s-f27c1d27-4e6f-4519-90df-e208d92f2001 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f27c1d27-4e6f-4519-90df-e208d92f2001 {
  display: none;
}
#s-f27c1d27-4e6f-4519-90df-e208d92f2001, #wrap-s-f27c1d27-4e6f-4519-90df-e208d92f2001 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f27c1d27-4e6f-4519-90df-e208d92f2001 {
  display: none;
}
#s-f27c1d27-4e6f-4519-90df-e208d92f2001, #wrap-s-f27c1d27-4e6f-4519-90df-e208d92f2001 { display:none !important; }}
#s-f27c1d27-4e6f-4519-90df-e208d92f2001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5e8c562e-b74d-4b02-b3df-59ef9cb8aafe {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-b36fb4f4-2855-4249-bb56-43bf9fd5cb06 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-a4354fae-17bb-4b36-83a0-8a8236254884 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-af1d1d1d-ad35-41fe-8e2e-87a2a827da35 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-af1d1d1d-ad35-41fe-8e2e-87a2a827da35 {
  
}
}
#s-af1d1d1d-ad35-41fe-8e2e-87a2a827da35 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}
#s-6681979b-1960-403b-ba7b-c6e43ddd839f {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 90%;
}

#s-f7642de9-5edc-4396-8da9-7cac1c653ca2 {
  
}

@media (min-width: 0px) {
[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7642de9-5edc-4396-8da9-7cac1c653ca2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ed7db34f-1563-4e51-bdc0-f4df2012c0aa {
  
}

#s-ed7db34f-1563-4e51-bdc0-f4df2012c0aa {
  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: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-dcf46e10-0ea4-422b-a21a-00a679c48779 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}


.shg-c#s-dcf46e10-0ea4-422b-a21a-00a679c48779 {
  max-width: 100%;
}

.shg-c#s-dcf46e10-0ea4-422b-a21a-00a679c48779 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcf46e10-0ea4-422b-a21a-00a679c48779 .shg-image-zoom,
.shg-c#s-dcf46e10-0ea4-422b-a21a-00a679c48779 img.shogun-image {
  max-width: 60% !important;
  
}



.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-e83b47d8-d7ba-400b-bbf7-991505cb359d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e83b47d8-d7ba-400b-bbf7-991505cb359d .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
}

#s-bebbd016-ed41-4b07-8b02-30b6a45ef9da {
  padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

#s-bebbd016-ed41-4b07-8b02-30b6a45ef9da .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
}

#s-bebbd016-ed41-4b07-8b02-30b6a45ef9da .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
}

#s-bebbd016-ed41-4b07-8b02-30b6a45ef9da .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.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-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

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

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

#s-261dd8bd-fa7d-4a8a-9e5d-ced0b14f4095 {
  margin-top: 20px;
margin-left: 102px;
margin-bottom: 20px;
margin-right: 102px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-261dd8bd-fa7d-4a8a-9e5d-ced0b14f4095:hover {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}#s-261dd8bd-fa7d-4a8a-9e5d-ced0b14f4095:active {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}
#s-261dd8bd-fa7d-4a8a-9e5d-ced0b14f4095 {
  display: block;
  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-261dd8bd-fa7d-4a8a-9e5d-ced0b14f4095.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-261dd8bd-fa7d-4a8a-9e5d-ced0b14f4095.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-261dd8bd-fa7d-4a8a-9e5d-ced0b14f4095.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fa7e8fd6-92e9-46c5-9008-8d0195692cda {
  
}

#s-fa7e8fd6-92e9-46c5-9008-8d0195692cda {
  display: none;
}
#s-620c82ad-b19c-4c93-8449-d9b9bf23f499 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}


.shg-c#s-620c82ad-b19c-4c93-8449-d9b9bf23f499 {
  max-width: 100%;
}

.shg-c#s-620c82ad-b19c-4c93-8449-d9b9bf23f499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-620c82ad-b19c-4c93-8449-d9b9bf23f499 .shg-image-zoom,
.shg-c#s-620c82ad-b19c-4c93-8449-d9b9bf23f499 img.shogun-image {
  max-width: 60% !important;
  
}



#s-91cc92fb-f066-45cd-b946-c68490c6fba3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91cc92fb-f066-45cd-b946-c68490c6fba3 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
}

#s-8112c282-b71e-4724-ad46-016dd00296e3 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

#s-8112c282-b71e-4724-ad46-016dd00296e3 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
}

#s-8112c282-b71e-4724-ad46-016dd00296e3 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
}

#s-8112c282-b71e-4724-ad46-016dd00296e3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-33cc015b-1cc6-4745-9908-9c40e687a373 {
  margin-top: 20px;
margin-left: 102px;
margin-bottom: 20px;
margin-right: 102px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-33cc015b-1cc6-4745-9908-9c40e687a373:hover {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}#s-33cc015b-1cc6-4745-9908-9c40e687a373:active {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}
#s-33cc015b-1cc6-4745-9908-9c40e687a373 {
  display: block;
  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-33cc015b-1cc6-4745-9908-9c40e687a373.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33cc015b-1cc6-4745-9908-9c40e687a373.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-33cc015b-1cc6-4745-9908-9c40e687a373.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7a3292de-b3ec-414f-8b28-16b1c99f94f3 {
  
}

#s-7a3292de-b3ec-414f-8b28-16b1c99f94f3 {
  display: none;
}
#s-35a64328-312c-40ba-acb0-602f63309320 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}


.shg-c#s-35a64328-312c-40ba-acb0-602f63309320 {
  max-width: 100%;
}

.shg-c#s-35a64328-312c-40ba-acb0-602f63309320 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35a64328-312c-40ba-acb0-602f63309320 .shg-image-zoom,
.shg-c#s-35a64328-312c-40ba-acb0-602f63309320 img.shogun-image {
  max-width: 60% !important;
  
}



#s-78e97f0b-c9b0-4ab3-9cb5-6e663129e2d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78e97f0b-c9b0-4ab3-9cb5-6e663129e2d1 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
}

#s-6fc6ffc9-e5ef-4848-b5bc-3ece5ca61eb9 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

#s-6fc6ffc9-e5ef-4848-b5bc-3ece5ca61eb9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
}

#s-6fc6ffc9-e5ef-4848-b5bc-3ece5ca61eb9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
}

#s-6fc6ffc9-e5ef-4848-b5bc-3ece5ca61eb9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1f254e09-d218-44ee-b78e-0c0cf4a21111 {
  margin-top: 20px;
margin-left: 102px;
margin-bottom: 20px;
margin-right: 102px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-1f254e09-d218-44ee-b78e-0c0cf4a21111:hover {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}#s-1f254e09-d218-44ee-b78e-0c0cf4a21111:active {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}
#s-1f254e09-d218-44ee-b78e-0c0cf4a21111 {
  display: block;
  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-1f254e09-d218-44ee-b78e-0c0cf4a21111.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f254e09-d218-44ee-b78e-0c0cf4a21111.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1f254e09-d218-44ee-b78e-0c0cf4a21111.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-519bcc02-ce64-4ffa-88fb-4a070b162879 {
  background-attachment: fixed;
margin-left: 30px;
margin-right: 30px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}

#s-519bcc02-ce64-4ffa-88fb-4a070b162879 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}
#s-3825e7ec-1a10-4a15-a557-69421f6ca146 {
  
}

@media (min-width: 0px) {
[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3825e7ec-1a10-4a15-a557-69421f6ca146"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aea45f02-990c-4f83-99cc-42e259354512 {
  
}

#s-aea45f02-990c-4f83-99cc-42e259354512 {
  display: none;
}
#s-4930eeb9-d8a2-40ed-9dd5-ddbb95ed4b51 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}


.shg-c#s-4930eeb9-d8a2-40ed-9dd5-ddbb95ed4b51 {
  max-width: 100%;
}

.shg-c#s-4930eeb9-d8a2-40ed-9dd5-ddbb95ed4b51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4930eeb9-d8a2-40ed-9dd5-ddbb95ed4b51 .shg-image-zoom,
.shg-c#s-4930eeb9-d8a2-40ed-9dd5-ddbb95ed4b51 img.shogun-image {
  max-width: 50% !important;
  
}



#s-7df35cdd-5cef-4a66-b8fe-27ba0db30a8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7df35cdd-5cef-4a66-b8fe-27ba0db30a8a .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
}

#s-18fa9301-0a36-4578-9a35-a5cdc1bb96c2 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

#s-18fa9301-0a36-4578-9a35-a5cdc1bb96c2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
}

#s-18fa9301-0a36-4578-9a35-a5cdc1bb96c2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
}

#s-18fa9301-0a36-4578-9a35-a5cdc1bb96c2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-150521cd-12f1-4e8b-be17-ffb6f8205b8d {
  padding-top: 4px;
}

#s-25963d71-b891-44e9-99a7-3407a81abd03 {
  margin-top: 20px;
margin-left: 68px;
margin-bottom: 20px;
margin-right: 68px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-25963d71-b891-44e9-99a7-3407a81abd03:hover {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}#s-25963d71-b891-44e9-99a7-3407a81abd03:active {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}
#s-25963d71-b891-44e9-99a7-3407a81abd03 {
  display: block;
  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-25963d71-b891-44e9-99a7-3407a81abd03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25963d71-b891-44e9-99a7-3407a81abd03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-25963d71-b891-44e9-99a7-3407a81abd03.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5c045a24-8bbb-4efb-9703-fe6caa1a6399 {
  
}

#s-5c045a24-8bbb-4efb-9703-fe6caa1a6399 {
  display: none;
}
#s-75631111-c2e3-4a8d-8bf3-5c87479ea5fb {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}


.shg-c#s-75631111-c2e3-4a8d-8bf3-5c87479ea5fb {
  max-width: 100%;
}

.shg-c#s-75631111-c2e3-4a8d-8bf3-5c87479ea5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75631111-c2e3-4a8d-8bf3-5c87479ea5fb .shg-image-zoom,
.shg-c#s-75631111-c2e3-4a8d-8bf3-5c87479ea5fb img.shogun-image {
  max-width: 50% !important;
  
}



#s-09daa2ce-159d-47e9-b732-ee5dbb50d6ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09daa2ce-159d-47e9-b732-ee5dbb50d6ae .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
}

#s-0790a801-0f64-4117-8b54-4e49b2f71dca {
  padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

#s-0790a801-0f64-4117-8b54-4e49b2f71dca .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
}

#s-0790a801-0f64-4117-8b54-4e49b2f71dca .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
}

#s-0790a801-0f64-4117-8b54-4e49b2f71dca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-511154f8-99cd-47c3-8bbe-f187270f7a98 {
  padding-top: 4px;
}

#s-8c289078-a02a-49e9-9f47-4a16740609d0 {
  margin-top: 20px;
margin-left: 68px;
margin-bottom: 20px;
margin-right: 68px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-8c289078-a02a-49e9-9f47-4a16740609d0:hover {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}#s-8c289078-a02a-49e9-9f47-4a16740609d0:active {background-color: rgba(38, 95, 137, 1) !important;
text-decoration: none !important;}
#s-8c289078-a02a-49e9-9f47-4a16740609d0 {
  display: block;
  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-8c289078-a02a-49e9-9f47-4a16740609d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c289078-a02a-49e9-9f47-4a16740609d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8c289078-a02a-49e9-9f47-4a16740609d0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2c2b231b-8135-4fe4-97f2-f87e629f9cd2 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-76ab9f3b-e0f2-4a61-981c-673978a9b8d7 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-d2ff27e0-8f29-40a2-a4a6-55107adb8983 {
  background-attachment: fixed;
min-height: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-d2ff27e0-8f29-40a2-a4a6-55107adb8983 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}
#s-e09ff344-8794-4dbc-8ad1-4ecba530770a {
  
}

@media (min-width: 0px) {
[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e09ff344-8794-4dbc-8ad1-4ecba530770a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9acd49d0-8020-46ef-8297-08454484f41f {
  margin-left: 30px;
margin-right: 30px;
min-height: 540px;
}
@media (max-width: 767px){#s-9acd49d0-8020-46ef-8297-08454484f41f {
  display: none;
}
#s-9acd49d0-8020-46ef-8297-08454484f41f, #wrap-s-9acd49d0-8020-46ef-8297-08454484f41f { display:none !important; }}
#s-9acd49d0-8020-46ef-8297-08454484f41f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-555108d9-2ad4-4bcc-a6b2-1bf991f26b3e {
  margin-left: 0px;
margin-right: 0px;
}

#s-d54290c0-a234-4936-bad3-5f5603d2ca7f {
  margin-left: 30px;
margin-right: 30px;
min-height: 350px;
}
@media (min-width: 1200px){#s-d54290c0-a234-4936-bad3-5f5603d2ca7f {
  display: none;
}
#s-d54290c0-a234-4936-bad3-5f5603d2ca7f, #wrap-s-d54290c0-a234-4936-bad3-5f5603d2ca7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d54290c0-a234-4936-bad3-5f5603d2ca7f {
  display: none;
}
#s-d54290c0-a234-4936-bad3-5f5603d2ca7f, #wrap-s-d54290c0-a234-4936-bad3-5f5603d2ca7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d54290c0-a234-4936-bad3-5f5603d2ca7f {
  display: none;
}
#s-d54290c0-a234-4936-bad3-5f5603d2ca7f, #wrap-s-d54290c0-a234-4936-bad3-5f5603d2ca7f { display:none !important; }}
#s-d54290c0-a234-4936-bad3-5f5603d2ca7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b6d63605-e906-49f8-aac5-781c7e0ee992 {
  margin-left: 0px;
margin-right: 0px;
}

#s-da61d316-f8be-46a5-b93c-e43ddcf77fa3 {
  margin-left: 30px;
margin-right: 30px;
min-height: 540px;
}

#s-da61d316-f8be-46a5-b93c-e43ddcf77fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-28594a44-bd15-4a56-8454-86cb9363b004 {
  text-align: center;
}
@media (min-width: 1200px){#s-28594a44-bd15-4a56-8454-86cb9363b004 {
  display: none;
}
#s-28594a44-bd15-4a56-8454-86cb9363b004, #wrap-s-28594a44-bd15-4a56-8454-86cb9363b004 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28594a44-bd15-4a56-8454-86cb9363b004 {
  display: none;
}
#s-28594a44-bd15-4a56-8454-86cb9363b004, #wrap-s-28594a44-bd15-4a56-8454-86cb9363b004 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28594a44-bd15-4a56-8454-86cb9363b004 {
  display: none;
}
#s-28594a44-bd15-4a56-8454-86cb9363b004, #wrap-s-28594a44-bd15-4a56-8454-86cb9363b004 { display:none !important; }}
#s-f76c6f76-a5b7-4605-a745-2316ebb7fcba {
  text-align: center;
}
@media (max-width: 767px){#s-f76c6f76-a5b7-4605-a745-2316ebb7fcba {
  display: none;
}
#s-f76c6f76-a5b7-4605-a745-2316ebb7fcba, #wrap-s-f76c6f76-a5b7-4605-a745-2316ebb7fcba { display:none !important; }}
#s-e8456c76-d081-4b52-8431-7f3a40b99082 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-437ee338-e926-4a5d-979f-81e315ac6349 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}

#s-437ee338-e926-4a5d-979f-81e315ac6349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1 {
  display: none;
}
#s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1, #wrap-s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1 {
  display: none;
}
#s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1, #wrap-s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1 {
  display: none;
}
#s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1, #wrap-s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1 { display:none !important; }}
#s-1f1e1af3-b748-4c62-a5f1-2c027ac839e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bf02ab8e-dabe-4c8f-9e67-382baa70f011 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-07ed47bd-b4a3-4644-b1c8-7a3209ac7562 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-ebd096ac-4b63-4249-a636-60377078d1b7 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebd096ac-4b63-4249-a636-60377078d1b7 {
  
}
}@media (max-width: 767px){#s-ebd096ac-4b63-4249-a636-60377078d1b7 {
  display: none;
}
#s-ebd096ac-4b63-4249-a636-60377078d1b7, #wrap-s-ebd096ac-4b63-4249-a636-60377078d1b7 { display:none !important; }}
#s-1e1f48f2-d862-43cf-86b9-a6e637741d5f {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-e5ae3c08-824c-4d6f-a178-12eca378ba56 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}

#s-e5ae3c08-824c-4d6f-a178-12eca378ba56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-63b5345c-0fd6-459a-8afd-e6664b463029 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
}

#s-f2840b26-2884-47f0-809f-7a5e58052444 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-b3fa773a-c096-4a77-9dff-80c621b71450 {
  padding-top: 50px;
padding-bottom: 50px;
}

.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%;
}

@media (min-width: 1200px){#s-194667ad-f19f-4b9c-b972-8b985eadca3f {
  display: none;
}
#s-194667ad-f19f-4b9c-b972-8b985eadca3f, #wrap-s-194667ad-f19f-4b9c-b972-8b985eadca3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-194667ad-f19f-4b9c-b972-8b985eadca3f {
  display: none;
}
#s-194667ad-f19f-4b9c-b972-8b985eadca3f, #wrap-s-194667ad-f19f-4b9c-b972-8b985eadca3f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-194667ad-f19f-4b9c-b972-8b985eadca3f {
  display: none;
}
#s-194667ad-f19f-4b9c-b972-8b985eadca3f, #wrap-s-194667ad-f19f-4b9c-b972-8b985eadca3f { display:none !important; }}
#s-194667ad-f19f-4b9c-b972-8b985eadca3f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}


#s-194667ad-f19f-4b9c-b972-8b985eadca3f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-194667ad-f19f-4b9c-b972-8b985eadca3f td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-194667ad-f19f-4b9c-b972-8b985eadca3f td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-194667ad-f19f-4b9c-b972-8b985eadca3f td.shogun-table-column, #s-194667ad-f19f-4b9c-b972-8b985eadca3f td.shogun-table-row {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-2db1b877-7631-45c6-bb44-11667f69a82e {
  margin-top: -40px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-bf4333db-59e3-4fb8-9a8a-fa2ec353a364 {
  display: none;
}
#s-bf4333db-59e3-4fb8-9a8a-fa2ec353a364, #wrap-s-bf4333db-59e3-4fb8-9a8a-fa2ec353a364 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf4333db-59e3-4fb8-9a8a-fa2ec353a364 {
  display: none;
}
#s-bf4333db-59e3-4fb8-9a8a-fa2ec353a364, #wrap-s-bf4333db-59e3-4fb8-9a8a-fa2ec353a364 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf4333db-59e3-4fb8-9a8a-fa2ec353a364 {
  display: none;
}
#s-bf4333db-59e3-4fb8-9a8a-fa2ec353a364, #wrap-s-bf4333db-59e3-4fb8-9a8a-fa2ec353a364 { display:none !important; }}
#s-41dd07b9-849d-4a8c-8562-76e6fca8506e {
  margin-top: -40px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-97e838ad-46fb-4d39-9b8e-90f088de58d2 {
  margin-top: -40px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e9e77b0f-c1df-4421-880f-e3f69f285b87 {
  margin-top: -40px;
margin-bottom: -40px;
text-align: center;
}

@media (min-width: 1200px){#s-7dbfc2bf-4f4c-4082-b958-83a9250e8dee {
  display: none;
}
#s-7dbfc2bf-4f4c-4082-b958-83a9250e8dee, #wrap-s-7dbfc2bf-4f4c-4082-b958-83a9250e8dee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dbfc2bf-4f4c-4082-b958-83a9250e8dee {
  display: none;
}
#s-7dbfc2bf-4f4c-4082-b958-83a9250e8dee, #wrap-s-7dbfc2bf-4f4c-4082-b958-83a9250e8dee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7dbfc2bf-4f4c-4082-b958-83a9250e8dee {
  display: none;
}
#s-7dbfc2bf-4f4c-4082-b958-83a9250e8dee, #wrap-s-7dbfc2bf-4f4c-4082-b958-83a9250e8dee { display:none !important; }}
@media (min-width: 1200px){#s-44362a06-8aae-41ec-9ce4-6e0d62014560 {
  display: none;
}
#s-44362a06-8aae-41ec-9ce4-6e0d62014560, #wrap-s-44362a06-8aae-41ec-9ce4-6e0d62014560 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44362a06-8aae-41ec-9ce4-6e0d62014560 {
  display: none;
}
#s-44362a06-8aae-41ec-9ce4-6e0d62014560, #wrap-s-44362a06-8aae-41ec-9ce4-6e0d62014560 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44362a06-8aae-41ec-9ce4-6e0d62014560 {
  display: none;
}
#s-44362a06-8aae-41ec-9ce4-6e0d62014560, #wrap-s-44362a06-8aae-41ec-9ce4-6e0d62014560 { display:none !important; }}
@media (min-width: 1200px){#s-2596fbb8-8592-4c7f-bc86-0adfbe6359fe {
  display: none;
}
#s-2596fbb8-8592-4c7f-bc86-0adfbe6359fe, #wrap-s-2596fbb8-8592-4c7f-bc86-0adfbe6359fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2596fbb8-8592-4c7f-bc86-0adfbe6359fe {
  display: none;
}
#s-2596fbb8-8592-4c7f-bc86-0adfbe6359fe, #wrap-s-2596fbb8-8592-4c7f-bc86-0adfbe6359fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2596fbb8-8592-4c7f-bc86-0adfbe6359fe {
  display: none;
}
#s-2596fbb8-8592-4c7f-bc86-0adfbe6359fe, #wrap-s-2596fbb8-8592-4c7f-bc86-0adfbe6359fe { display:none !important; }}
@media (max-width: 767px){#s-f0aa3952-f429-4cfa-b587-16056f61cc9d {
  display: none;
}
#s-f0aa3952-f429-4cfa-b587-16056f61cc9d, #wrap-s-f0aa3952-f429-4cfa-b587-16056f61cc9d { display:none !important; }}
#s-f0aa3952-f429-4cfa-b587-16056f61cc9d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}


#s-f0aa3952-f429-4cfa-b587-16056f61cc9d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f0aa3952-f429-4cfa-b587-16056f61cc9d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-f0aa3952-f429-4cfa-b587-16056f61cc9d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f0aa3952-f429-4cfa-b587-16056f61cc9d td.shogun-table-column, #s-f0aa3952-f429-4cfa-b587-16056f61cc9d td.shogun-table-row {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-4fd413b7-ce3e-4c18-a677-0d6e288f485d {
  padding-bottom: 22px;
}

#s-0f5a52b4-6440-4f1b-833b-f3a469f2baf7 {
  text-align: center;
}

#s-fecd817e-5be5-4ca4-9d12-5180d3c0f6d3 {
  padding-bottom: 22px;
}

#s-6d15e752-bd62-444b-b664-32ba2434549e {
  text-align: center;
}

#s-5057c891-f9f1-4084-b5d9-e5b433a49033 {
  text-align: center;
}

#s-152193d6-4f44-4679-af4b-d82dc507fb1a {
  padding-bottom: 22px;
}

#s-3ee4baa8-b350-4a12-abec-a48e6e96a893 {
  min-height: 50px;
}

#s-3ee4baa8-b350-4a12-abec-a48e6e96a893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8035ceaf-a1b1-41e0-99ab-e0efdbec6b39 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-0e6fb4ca-ec65-4799-9401-02fdec6c61d9 {
  min-height: 50px;
max-width: 1200px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
}
