.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-594b0075-f0a4-4999-a1e3-5b0dba026761 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 32px;
padding-bottom: 100px;
padding-right: 32px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-594b0075-f0a4-4999-a1e3-5b0dba026761 {
  padding-top: 64px;
padding-bottom: 64px;
}
}@media (max-width: 767px){#s-594b0075-f0a4-4999-a1e3-5b0dba026761 {
  padding-top: 32px;
padding-bottom: 64px;
}
}







#s-594b0075-f0a4-4999-a1e3-5b0dba026761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-594b0075-f0a4-4999-a1e3-5b0dba026761.shg-box.shg-c {
  justify-content: center;
}

#s-36051001-d5d3-40c2-a9c9-d8e8bd9b941d {
  display: none;
}
.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;
}

@media (min-width: 0px) {
[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (max-width: 767px) {
  [id="s-9e0f4bff-aeab-4bd3-92d8-35a002dd38d0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-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;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a03ff10d-4ee0-4972-b989-023d7d8990c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a03ff10d-4ee0-4972-b989-023d7d8990c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-ab545ec1-9bab-45bb-a9fe-2a9af27a8633 {
  margin-bottom: 32px;
}

#s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce {
  margin-bottom: 32px;
}

@media (min-width: 0px) {
[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a5c7f8d-d4c2-466c-9598-b58fc0439bce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d63d6bae-60bd-4ba7-a3d5-05b90a4751f8 {
  text-align: left;
}

#s-d63d6bae-60bd-4ba7-a3d5-05b90a4751f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d63d6bae-60bd-4ba7-a3d5-05b90a4751f8 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-d63d6bae-60bd-4ba7-a3d5-05b90a4751f8 .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-82ae74fd-47a6-4719-ab1b-4bc65ce86836 {
  margin-right: 8px;
}

#s-82ae74fd-47a6-4719-ab1b-4bc65ce86836 .shogun-icon-wrapper {
  text-align: ;
}


#s-82ae74fd-47a6-4719-ab1b-4bc65ce86836 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
}

.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-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d {
  margin-bottom: 8px;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d {
  display: none;
}
#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d, #wrap-s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d {
  display: none;
}
#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d, #wrap-s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d {
  display: none;
}
#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d, #wrap-s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d { display:none !important; }}@media (max-width: 767px){#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d {
  display: none;
}
#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d, #wrap-s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d { display:none !important; }}

  #s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d-btn-wrapper {
    text-align: center;
  }


#s-fabf8ab6-cd9f-4f58-a5fc-2137f0303f6d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

.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-600cf6ec-67af-4aa9-bfc7-08e412122d01 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-600cf6ec-67af-4aa9-bfc7-08e412122d01:hover {background-color: rgba(232, 101, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-600cf6ec-67af-4aa9-bfc7-08e412122d01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-600cf6ec-67af-4aa9-bfc7-08e412122d01 {
  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-600cf6ec-67af-4aa9-bfc7-08e412122d01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-600cf6ec-67af-4aa9-bfc7-08e412122d01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-600cf6ec-67af-4aa9-bfc7-08e412122d01.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-4b0af713-0078-40cb-bffc-f4bae8a43b76 {
  margin-bottom: 32px;
}

#s-af0c371c-82ea-4c33-884f-1bcd255778c3 {
  border-style: solid;
margin-bottom: 32px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 161, 161, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 250, 250, 1);
}








#s-af0c371c-82ea-4c33-884f-1bcd255778c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af0c371c-82ea-4c33-884f-1bcd255778c3.shg-box.shg-c {
  justify-content: center;
}

#s-1239b545-ef3b-4f2f-ab2b-d1ddf2ef25c2 {
  margin-bottom: 8px;
}








#s-1239b545-ef3b-4f2f-ab2b-d1ddf2ef25c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1239b545-ef3b-4f2f-ab2b-d1ddf2ef25c2.shg-box.shg-c {
  justify-content: center;
}

#s-1bf60236-3e87-4e4a-aac6-cdd595b54af1 {
  margin-right: 16px;
}

#s-1bf60236-3e87-4e4a-aac6-cdd595b54af1 .shogun-icon-wrapper {
  text-align: left;
}


#s-1bf60236-3e87-4e4a-aac6-cdd595b54af1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(232, 101, 142, 1);
}

#s-e6382499-0ade-4a1a-ab02-5937d2a7aa6f {
  margin-bottom: 16px;
}








#s-e6382499-0ade-4a1a-ab02-5937d2a7aa6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6382499-0ade-4a1a-ab02-5937d2a7aa6f.shg-box.shg-c {
  justify-content: center;
}

#s-4c86525e-6b22-4b2f-9b9e-cdc70c6dadfc .shogun-icon-wrapper {
  text-align: left;
}


#s-4c86525e-6b22-4b2f-9b9e-cdc70c6dadfc .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-307f6d4e-22ac-4676-9f50-6b50de9bf65a .shogun-icon-wrapper {
  text-align: left;
}


#s-307f6d4e-22ac-4676-9f50-6b50de9bf65a .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-cde5f1e2-fb0f-4dba-9a22-952762433256 .shogun-icon-wrapper {
  text-align: left;
}


#s-cde5f1e2-fb0f-4dba-9a22-952762433256 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-062e39f4-8a47-4bc1-8ce8-8dcb673ec1f2 .shogun-icon-wrapper {
  text-align: left;
}


#s-062e39f4-8a47-4bc1-8ce8-8dcb673ec1f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-4e7b8c1e-c917-4e95-a526-2abe96ffad18 .shogun-icon-wrapper {
  text-align: left;
}


#s-4e7b8c1e-c917-4e95-a526-2abe96ffad18 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}








#s-2acbc75e-ba51-45cf-9817-0b13a2776cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2acbc75e-ba51-45cf-9817-0b13a2776cec.shg-box.shg-c {
  justify-content: center;
}

.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-3341c668-e224-4b71-a9e6-d5e83ecb33aa {
  margin-right: 8px;
max-width: 130px;
text-align: left;
}




  #s-3341c668-e224-4b71-a9e6-d5e83ecb33aa img.shogun-image {
    
    width: px;
  }


#s-3341c668-e224-4b71-a9e6-d5e83ecb33aa .shogun-image-content {
  
    align-items: center;
  
}

.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-62f26490-4f25-45a1-9bb9-03c3df97589d {
  border-style: solid;
margin-bottom: 16px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
text-align: left;
}


.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d {
  max-width: 100%;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom,
.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d {
  max-width: 100%;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom,
.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d {
  max-width: 100%;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom,
.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d {
  max-width: 100%;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom,
.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d {
  max-width: 100%;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom,
.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62f26490-4f25-45a1-9bb9-03c3df97589d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc312ae5-f7a0-4734-b798-6f9890745f46 {
  margin-bottom: 16px;
}

#s-b9e8d435-45d3-4b52-aaa5-dc30233860f3 {
  min-height: 50px;
}








#s-b9e8d435-45d3-4b52-aaa5-dc30233860f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e8d435-45d3-4b52-aaa5-dc30233860f3.shg-box.shg-c {
  justify-content: center;
}

#s-4160508e-8f9b-4669-80f5-cd401f19b10a {
  margin-bottom: 32px;
}

@media (min-width: 0px) {
[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-4160508e-8f9b-4669-80f5-cd401f19b10a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.0px);
}

}

#s-08b6f136-c8da-4963-a351-0a68defd1032 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-08b6f136-c8da-4963-a351-0a68defd1032 img.shogun-image {
    
    width: px;
  }


#s-08b6f136-c8da-4963-a351-0a68defd1032 .shogun-image-content {
  
    align-items: center;
  
}

#s-80d8a222-24ac-43a0-8d4c-78f56bfabdd4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-80d8a222-24ac-43a0-8d4c-78f56bfabdd4 img.shogun-image {
    
    width: px;
  }


#s-80d8a222-24ac-43a0-8d4c-78f56bfabdd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6dd763f-7f92-49e4-ba52-7b30bf6ad75d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-d6dd763f-7f92-49e4-ba52-7b30bf6ad75d img.shogun-image {
    
    width: px;
  }


#s-d6dd763f-7f92-49e4-ba52-7b30bf6ad75d .shogun-image-content {
  
    align-items: center;
  
}

#s-869bc0ec-e193-4b5b-9ebe-c9a533b4e7aa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-869bc0ec-e193-4b5b-9ebe-c9a533b4e7aa img.shogun-image {
    
    width: px;
  }


#s-869bc0ec-e193-4b5b-9ebe-c9a533b4e7aa .shogun-image-content {
  
    align-items: center;
  
}

#s-a07e261f-1819-49a8-b669-4d2fe4d068ae {
  margin-left: 32px;
margin-right: 32px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-a07e261f-1819-49a8-b669-4d2fe4d068ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a07e261f-1819-49a8-b669-4d2fe4d068ae.shg-box.shg-c {
  justify-content: center;
}

#s-8629e911-b0b7-4a69-bcef-52919c74f6f0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 960px;
}








#s-8629e911-b0b7-4a69-bcef-52919c74f6f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8629e911-b0b7-4a69-bcef-52919c74f6f0.shg-box.shg-c {
  justify-content: center;
}

#s-514a1448-93ff-4a3f-8e63-5c85c97b8bee {
  margin-bottom: 32px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-514a1448-93ff-4a3f-8e63-5c85c97b8bee .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 21.333333333333332px);
}

[id="s-e167acea-1e1d-41c2-b711-bc32e029ecdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 21.333333333333332px);
}

}

#s-5ccb87d3-3c00-49b0-96ec-9d944d4eb0d9 {
  margin-bottom: 32px;
}

#s-71cc8a4f-9e78-44e2-a4d7-ede1473d2107 {
  margin-bottom: 32px;
}

#s-1a901938-88b3-420a-a90e-bc2c157daefc {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a901938-88b3-420a-a90e-bc2c157daefc {
  display: none;
}
#s-1a901938-88b3-420a-a90e-bc2c157daefc, #wrap-s-1a901938-88b3-420a-a90e-bc2c157daefc { display:none !important; }}@media (max-width: 767px){#s-1a901938-88b3-420a-a90e-bc2c157daefc {
  display: none;
}
#s-1a901938-88b3-420a-a90e-bc2c157daefc, #wrap-s-1a901938-88b3-420a-a90e-bc2c157daefc { display:none !important; }}







#s-1a901938-88b3-420a-a90e-bc2c157daefc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a901938-88b3-420a-a90e-bc2c157daefc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8f5e81c2-055c-45bf-b070-b8edfb450415"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d746854d-aee8-4e7c-aa6f-ab232df3979f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-d746854d-aee8-4e7c-aa6f-ab232df3979f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d746854d-aee8-4e7c-aa6f-ab232df3979f.shg-box.shg-c {
  justify-content: center;
}

#s-f8004f8b-cfdb-4009-bdcf-c03b5c7b49ca {
  padding-top: 64px;
padding-left: 64px;
padding-bottom: 64px;
padding-right: 64px;
min-height: 50px;
background-color: rgba(255, 245, 245, 1);
}








#s-f8004f8b-cfdb-4009-bdcf-c03b5c7b49ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8004f8b-cfdb-4009-bdcf-c03b5c7b49ca.shg-box.shg-c {
  justify-content: center;
}

#s-89f90994-27af-4c3d-9b67-8bb92b47f81f {
  border-style: solid;
margin-bottom: 32px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 161, 161, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 250, 250, 1);
}








#s-89f90994-27af-4c3d-9b67-8bb92b47f81f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89f90994-27af-4c3d-9b67-8bb92b47f81f.shg-box.shg-c {
  justify-content: center;
}








#s-c706d013-7700-4232-a5f8-a19be1f346ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c706d013-7700-4232-a5f8-a19be1f346ca.shg-box.shg-c {
  justify-content: center;
}

#s-d34a0fd0-d2ff-4efe-b447-d4fd5f49e982 {
  margin-right: 16px;
}

#s-d34a0fd0-d2ff-4efe-b447-d4fd5f49e982 .shogun-icon-wrapper {
  text-align: left;
}


#s-d34a0fd0-d2ff-4efe-b447-d4fd5f49e982 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(232, 101, 142, 1);
}

#s-f57797ac-5a1a-4604-8785-b466c9fa7f3f {
  border-style: solid;
margin-bottom: 32px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 161, 161, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 250, 250, 1);
}








#s-f57797ac-5a1a-4604-8785-b466c9fa7f3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f57797ac-5a1a-4604-8785-b466c9fa7f3f.shg-box.shg-c {
  justify-content: center;
}








#s-97fc9b96-b2d2-454f-8893-b82362792b14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97fc9b96-b2d2-454f-8893-b82362792b14.shg-box.shg-c {
  justify-content: center;
}

#s-3843d26a-dfa7-48e1-9982-8e21ca88e53d {
  margin-right: 16px;
}

#s-3843d26a-dfa7-48e1-9982-8e21ca88e53d .shogun-icon-wrapper {
  text-align: left;
}


#s-3843d26a-dfa7-48e1-9982-8e21ca88e53d .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(232, 101, 142, 1);
}

#s-3792dbf7-05d8-44f3-9d75-e8562958ab56 {
  border-style: solid;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 161, 161, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 250, 250, 1);
}








#s-3792dbf7-05d8-44f3-9d75-e8562958ab56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3792dbf7-05d8-44f3-9d75-e8562958ab56.shg-box.shg-c {
  justify-content: center;
}








#s-efb982f7-8891-4a1d-ad87-7853f663d02e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efb982f7-8891-4a1d-ad87-7853f663d02e.shg-box.shg-c {
  justify-content: center;
}

#s-0a3acbd5-9cf8-4a39-bd61-2f529abcecfb {
  margin-right: 16px;
}

#s-0a3acbd5-9cf8-4a39-bd61-2f529abcecfb .shogun-icon-wrapper {
  text-align: left;
}


#s-0a3acbd5-9cf8-4a39-bd61-2f529abcecfb .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(232, 101, 142, 1);
}

#s-53183298-5c8d-4b19-8c33-8e8183fcb935 {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
min-height: 50px;
background-color: rgba(255, 245, 245, 1);
}
@media (min-width: 1200px){#s-53183298-5c8d-4b19-8c33-8e8183fcb935 {
  display: none;
}
#s-53183298-5c8d-4b19-8c33-8e8183fcb935, #wrap-s-53183298-5c8d-4b19-8c33-8e8183fcb935 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53183298-5c8d-4b19-8c33-8e8183fcb935 {
  display: none;
}
#s-53183298-5c8d-4b19-8c33-8e8183fcb935, #wrap-s-53183298-5c8d-4b19-8c33-8e8183fcb935 { display:none !important; }}







#s-53183298-5c8d-4b19-8c33-8e8183fcb935 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53183298-5c8d-4b19-8c33-8e8183fcb935.shg-box.shg-c {
  justify-content: center;
}

#s-8f654c0e-330b-41fe-b7d0-ccf1a0fa7e65 {
  border-style: solid;
margin-bottom: 32px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 161, 161, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 250, 250, 1);
}








#s-8f654c0e-330b-41fe-b7d0-ccf1a0fa7e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f654c0e-330b-41fe-b7d0-ccf1a0fa7e65.shg-box.shg-c {
  justify-content: center;
}








#s-df21bb41-ad41-47ad-9e9d-be4b135a81b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df21bb41-ad41-47ad-9e9d-be4b135a81b3.shg-box.shg-c {
  justify-content: center;
}

#s-814b8f4f-55a9-4d16-85de-697f3cdd67f2 {
  margin-right: 16px;
}

#s-814b8f4f-55a9-4d16-85de-697f3cdd67f2 .shogun-icon-wrapper {
  text-align: left;
}


#s-814b8f4f-55a9-4d16-85de-697f3cdd67f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(232, 101, 142, 1);
}

#s-09857f0a-c8f1-454c-b956-43e3ed20c310 {
  border-style: solid;
margin-bottom: 32px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 161, 161, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 250, 250, 1);
}








#s-09857f0a-c8f1-454c-b956-43e3ed20c310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09857f0a-c8f1-454c-b956-43e3ed20c310.shg-box.shg-c {
  justify-content: center;
}








#s-c0fec6bf-d4cf-44e0-9777-525efa29bc96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0fec6bf-d4cf-44e0-9777-525efa29bc96.shg-box.shg-c {
  justify-content: center;
}

#s-4cb62393-0fbf-4fce-bf49-d2e79283a6ca {
  margin-right: 16px;
}

#s-4cb62393-0fbf-4fce-bf49-d2e79283a6ca .shogun-icon-wrapper {
  text-align: left;
}


#s-4cb62393-0fbf-4fce-bf49-d2e79283a6ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(232, 101, 142, 1);
}

#s-0d56b79c-be16-4da2-874f-54674612bcb9 {
  border-style: solid;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 161, 161, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 250, 250, 1);
}








#s-0d56b79c-be16-4da2-874f-54674612bcb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d56b79c-be16-4da2-874f-54674612bcb9.shg-box.shg-c {
  justify-content: center;
}








#s-e1e08905-22ee-4c07-800a-2b87547c7e1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1e08905-22ee-4c07-800a-2b87547c7e1a.shg-box.shg-c {
  justify-content: center;
}

#s-7001b4fc-c46e-40bd-9be4-f437fa118d50 {
  margin-right: 16px;
}

#s-7001b4fc-c46e-40bd-9be4-f437fa118d50 .shogun-icon-wrapper {
  text-align: left;
}


#s-7001b4fc-c46e-40bd-9be4-f437fa118d50 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(232, 101, 142, 1);
}

#s-26c79b2e-e6d0-4fed-aaf6-8c0da63d229f {
  padding-top: 100px;
padding-left: 32px;
padding-bottom: 100px;
padding-right: 32px;
min-height: 50px;
}








#s-26c79b2e-e6d0-4fed-aaf6-8c0da63d229f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c79b2e-e6d0-4fed-aaf6-8c0da63d229f.shg-box.shg-c {
  justify-content: center;
}

#s-7ce3a6a6-0940-4bb3-af90-26d2c9561447 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 960px;
}








#s-7ce3a6a6-0940-4bb3-af90-26d2c9561447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ce3a6a6-0940-4bb3-af90-26d2c9561447.shg-box.shg-c {
  justify-content: center;
}

#s-130fc0d8-1e99-4b76-91d4-6d50437dffb2 {
  margin-bottom: 32px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-130fc0d8-1e99-4b76-91d4-6d50437dffb2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 21.333333333333332px);
}

[id="s-a31efc8b-29ec-45a5-9bd1-b3ecd7ee8931"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 21.333333333333332px);
}

}

#s-2cdd55e0-8898-4d83-b3a4-4357d312455e {
  border-style: solid;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
max-width: 200px;
text-align: center;
background-color: rgba(255, 245, 245, 1);
}




  #s-2cdd55e0-8898-4d83-b3a4-4357d312455e img.shogun-image {
    
    width: px;
  }


#s-2cdd55e0-8898-4d83-b3a4-4357d312455e .shogun-image-content {
  
    align-items: center;
  
}

#s-2a0d9622-21bc-4eb2-aa83-c08301851946 {
  margin-bottom: 64px;
}

#s-92fbd46e-1d9c-4a68-bc7e-adef873df14c {
  border-style: solid;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
max-width: 200px;
text-align: center;
background-color: rgba(255, 245, 245, 1);
}




  #s-92fbd46e-1d9c-4a68-bc7e-adef873df14c img.shogun-image {
    
    width: px;
  }


#s-92fbd46e-1d9c-4a68-bc7e-adef873df14c .shogun-image-content {
  
    align-items: center;
  
}

#s-6f82fcbb-8610-41cc-9781-6a6910c12c97 {
  margin-bottom: 64px;
}

#s-bad94341-94a3-48ef-88f1-2204cae89ca2 {
  border-style: solid;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
max-width: 200px;
text-align: center;
background-color: rgba(255, 245, 245, 1);
}




  #s-bad94341-94a3-48ef-88f1-2204cae89ca2 img.shogun-image {
    
    width: px;
  }


#s-bad94341-94a3-48ef-88f1-2204cae89ca2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc641f9c-8490-467b-9e07-fae72f3a7503 {
  padding-top: 100px;
padding-left: 32px;
padding-bottom: 100px;
padding-right: 32px;
min-height: 50px;
background-color: rgba(255, 245, 245, 1);
}








#s-fc641f9c-8490-467b-9e07-fae72f3a7503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc641f9c-8490-467b-9e07-fae72f3a7503.shg-box.shg-c {
  justify-content: center;
}

#s-c9202190-a440-48f4-9858-362dd6d6bf65 {
  margin-left: auto;
margin-bottom: 38px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-c9202190-a440-48f4-9858-362dd6d6bf65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9202190-a440-48f4-9858-362dd6d6bf65.shg-box.shg-c {
  justify-content: center;
}

#s-dfa92a2a-42f3-47a2-96a9-46f1df300920 {
  margin-bottom: 32px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dfa92a2a-42f3-47a2-96a9-46f1df300920 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1002b638-4a40-4562-ba28-c1e75b4b1502 {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-1002b638-4a40-4562-ba28-c1e75b4b1502"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 32.0px);
}

}

#s-549814e9-ffea-4850-9d0d-69972b1909a9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-549814e9-ffea-4850-9d0d-69972b1909a9 {
  margin-bottom: 32px;
}
}



  #s-549814e9-ffea-4850-9d0d-69972b1909a9 img.shogun-image {
    
    width: px;
  }


#s-549814e9-ffea-4850-9d0d-69972b1909a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-69f3f9a5-dee0-4396-ac0e-c63f3989490b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69f3f9a5-dee0-4396-ac0e-c63f3989490b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-be0ebf68-a4af-4b0d-b103-1586f558de34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be0ebf68-a4af-4b0d-b103-1586f558de34 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cc637418-79bd-4839-8aaa-646b2633bd78 {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (max-width: 767px) {
  [id="s-cc637418-79bd-4839-8aaa-646b2633bd78"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-32b859c9-af1b-43de-9f66-abac117559c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-32b859c9-af1b-43de-9f66-abac117559c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-17ae898d-a99c-4c5b-a159-32e2537d75c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17ae898d-a99c-4c5b-a159-32e2537d75c4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-862abee8-9668-48bd-a2ad-4a121f8b778a {
  text-align: center;
}
@media (max-width: 767px){#s-862abee8-9668-48bd-a2ad-4a121f8b778a {
  margin-bottom: 32px;
}
}



  #s-862abee8-9668-48bd-a2ad-4a121f8b778a img.shogun-image {
    
    width: px;
  }


#s-862abee8-9668-48bd-a2ad-4a121f8b778a .shogun-image-content {
  
    align-items: center;
  
}

#s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-6f8ac49f-57d9-4265-9e0d-5bf55865b65e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 32.0px);
}

}

#s-980c98a9-f56d-4f2d-85bd-f101fce7e307 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-980c98a9-f56d-4f2d-85bd-f101fce7e307 {
  margin-bottom: 32px;
}
}



  #s-980c98a9-f56d-4f2d-85bd-f101fce7e307 img.shogun-image {
    
    width: px;
  }


#s-980c98a9-f56d-4f2d-85bd-f101fce7e307 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9315c6a-8e77-45b6-8046-49cedff35d26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d9315c6a-8e77-45b6-8046-49cedff35d26 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fc6503ab-ae25-4e44-98f0-abea14dea153 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc6503ab-ae25-4e44-98f0-abea14dea153 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-392f78db-98b8-4b46-9f15-a5df05076918 {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (max-width: 767px) {
  [id="s-392f78db-98b8-4b46-9f15-a5df05076918"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3e9da1ba-676b-48aa-89ce-0e196d0e1b40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e9da1ba-676b-48aa-89ce-0e196d0e1b40 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b12d561e-ec79-431e-b097-76e99b80fdaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b12d561e-ec79-431e-b097-76e99b80fdaf .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-33bd4c4c-de41-49b4-9f2d-d787d921425c {
  text-align: center;
}
@media (max-width: 767px){#s-33bd4c4c-de41-49b4-9f2d-d787d921425c {
  margin-bottom: 32px;
}
}



  #s-33bd4c4c-de41-49b4-9f2d-d787d921425c img.shogun-image {
    
    width: px;
  }


#s-33bd4c4c-de41-49b4-9f2d-d787d921425c .shogun-image-content {
  
    align-items: center;
  
}

#s-a8ebc508-e320-4805-a68b-539e033ba5b2 {
  margin-bottom: 64px;
}

@media (min-width: 0px) {
[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-a8ebc508-e320-4805-a68b-539e033ba5b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 32.0px);
}

}

#s-75ab3ec2-cced-4d11-b9fc-edf4e4c33a93 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-75ab3ec2-cced-4d11-b9fc-edf4e4c33a93 {
  margin-bottom: 32px;
}
}



  #s-75ab3ec2-cced-4d11-b9fc-edf4e4c33a93 img.shogun-image {
    
    width: px;
  }


#s-75ab3ec2-cced-4d11-b9fc-edf4e4c33a93 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5feb556-59a4-4dca-a288-2a1118e478cf {
  min-height: 100%;
}








#s-b5feb556-59a4-4dca-a288-2a1118e478cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5feb556-59a4-4dca-a288-2a1118e478cf.shg-box.shg-c {
  justify-content: center;
}

#s-3178b849-2ef6-4491-a8a0-a8391e1c4b78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3178b849-2ef6-4491-a8a0-a8391e1c4b78 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0d35d821-5019-45ea-88b0-29b48879fe62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d35d821-5019-45ea-88b0-29b48879fe62 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8a785901-3927-45b2-89a1-84db19d417cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-8a785901-3927-45b2-89a1-84db19d417cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a785901-3927-45b2-89a1-84db19d417cc.shg-box.shg-c {
  justify-content: center;
}

#s-fe4f4dc7-17ab-4b49-9308-ac3cfa64ad32 {
  margin-bottom: 32px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe4f4dc7-17ab-4b49-9308-ac3cfa64ad32 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5e40b1a8-df1d-4850-b86e-efd5960f8aae {
  margin-bottom: 64px;
}

@media (min-width: 0px) {
[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-5e40b1a8-df1d-4850-b86e-efd5960f8aae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.0px);
}

}

#s-7d8e81cd-ba1b-4039-bb8c-0b27d162413c {
  margin-left: auto;
margin-right: auto;
max-width: 96px;
text-align: center;
}




  #s-7d8e81cd-ba1b-4039-bb8c-0b27d162413c img.shogun-image {
    
    width: px;
  }


#s-7d8e81cd-ba1b-4039-bb8c-0b27d162413c .shogun-image-content {
  
    align-items: center;
  
}

#s-0806fb07-57e6-4e0f-b3a4-48654f4d851b {
  margin-bottom: 64px;
}

@media (min-width: 0px) {
[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-0806fb07-57e6-4e0f-b3a4-48654f4d851b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.0px);
}

}

#s-a4988b6a-ea28-494b-af22-c08610b2ed33 {
  margin-left: auto;
margin-right: auto;
max-width: 96px;
text-align: center;
}




  #s-a4988b6a-ea28-494b-af22-c08610b2ed33 img.shogun-image {
    
    width: px;
  }


#s-a4988b6a-ea28-494b-af22-c08610b2ed33 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cc71437-6090-45ad-9aac-da195adb04e9 {
  margin-bottom: 64px;
}

@media (min-width: 0px) {
[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-3cc71437-6090-45ad-9aac-da195adb04e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.0px);
}

}

#s-221811cb-fec0-4587-92d2-797cf8e4d1f5 {
  margin-left: auto;
margin-right: auto;
max-width: 96px;
text-align: center;
}




  #s-221811cb-fec0-4587-92d2-797cf8e4d1f5 img.shogun-image {
    
    width: px;
  }


#s-221811cb-fec0-4587-92d2-797cf8e4d1f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea107930-71e2-4370-9a37-7a1a5dddf156 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-ea107930-71e2-4370-9a37-7a1a5dddf156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea107930-71e2-4370-9a37-7a1a5dddf156.shg-box.shg-c {
  justify-content: center;
}

#s-3b0d58dc-23bd-4e8b-a90a-6fd463ef21e7 {
  min-height: 50px;
}








#s-3b0d58dc-23bd-4e8b-a90a-6fd463ef21e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b0d58dc-23bd-4e8b-a90a-6fd463ef21e7.shg-box.shg-c {
  justify-content: center;
}

#s-61379d63-7df9-4567-8a44-47edf379d4fe {
  display: none;
}
#s-39ea1a1a-b71a-4984-b1b6-3e427fd88712 {
  padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-39ea1a1a-b71a-4984-b1b6-3e427fd88712:hover {background-color: rgba(232, 101, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-39ea1a1a-b71a-4984-b1b6-3e427fd88712:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-39ea1a1a-b71a-4984-b1b6-3e427fd88712 {
  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-39ea1a1a-b71a-4984-b1b6-3e427fd88712.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39ea1a1a-b71a-4984-b1b6-3e427fd88712.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-39ea1a1a-b71a-4984-b1b6-3e427fd88712.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4e6dcd77-5d1f-47f1-914e-22ce93ba2b85 {
  padding-top: 32px;
background-color: rgba(190, 233, 217, 1);
}








#s-4e6dcd77-5d1f-47f1-914e-22ce93ba2b85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e6dcd77-5d1f-47f1-914e-22ce93ba2b85.shg-box.shg-c {
  justify-content: flex-end;
}

#s-df57be2f-e897-4bd2-939a-ac6b652d43fe {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}




  #s-df57be2f-e897-4bd2-939a-ac6b652d43fe img.shogun-image {
    
    width: px;
  }


#s-df57be2f-e897-4bd2-939a-ac6b652d43fe .shogun-image-content {
  
    align-items: center;
  
}

#s-cd357f57-61d0-494d-af36-f1a5bca8ae12 {
  padding-top: 100px;
padding-left: 32px;
padding-bottom: 100px;
padding-right: 32px;
min-height: 50px;
}








#s-cd357f57-61d0-494d-af36-f1a5bca8ae12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd357f57-61d0-494d-af36-f1a5bca8ae12.shg-box.shg-c {
  justify-content: center;
}

#s-a42f10ca-7254-4fd8-9763-d6dddfcc3080 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-a42f10ca-7254-4fd8-9763-d6dddfcc3080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a42f10ca-7254-4fd8-9763-d6dddfcc3080.shg-box.shg-c {
  justify-content: center;
}

#s-d5d46314-453b-425e-928d-b4744504f567 {
  margin-bottom: 32px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5d46314-453b-425e-928d-b4744504f567 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-76a6fd1e-af71-458c-b5a0-04653947e1e8 {
  margin-bottom: 16px;
}








#s-76a6fd1e-af71-458c-b5a0-04653947e1e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76a6fd1e-af71-458c-b5a0-04653947e1e8.shg-box.shg-c {
  justify-content: center;
}

#s-805cd2a5-a6fa-40a6-9534-c45eed4a4d45 .shogun-icon-wrapper {
  text-align: left;
}


#s-805cd2a5-a6fa-40a6-9534-c45eed4a4d45 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(254, 210, 79, 1);
}

#s-0cabd220-4352-4fcc-8e1d-50d9f2454ba5 .shogun-icon-wrapper {
  text-align: left;
}


#s-0cabd220-4352-4fcc-8e1d-50d9f2454ba5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(254, 210, 79, 1);
}

#s-6bbf9506-6166-40d3-bb66-1f1601d628f9 .shogun-icon-wrapper {
  text-align: left;
}


#s-6bbf9506-6166-40d3-bb66-1f1601d628f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(254, 210, 79, 1);
}

#s-bccf8974-34bd-4f98-b127-cd7dca84a7ee .shogun-icon-wrapper {
  text-align: left;
}


#s-bccf8974-34bd-4f98-b127-cd7dca84a7ee .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(254, 210, 79, 1);
}

#s-12bae43a-4af7-4337-9c20-d4094b6ca429 .shogun-icon-wrapper {
  text-align: left;
}


#s-12bae43a-4af7-4337-9c20-d4094b6ca429 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(254, 210, 79, 1);
}

#s-2c670553-5ba8-4803-aa41-d1100f5c5c5d {
  margin-bottom: 64px;
}








#s-2c670553-5ba8-4803-aa41-d1100f5c5c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c670553-5ba8-4803-aa41-d1100f5c5c5d.shg-box.shg-c {
  justify-content: center;
}

#s-f7131fa5-939c-4031-9ce9-ca7d66b0a426 {
  margin-right: 8px;
max-width: 130px;
text-align: left;
}




  #s-f7131fa5-939c-4031-9ce9-ca7d66b0a426 img.shogun-image {
    
    width: px;
  }


#s-f7131fa5-939c-4031-9ce9-ca7d66b0a426 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-dcc0387e-17aa-422f-a7b6-2e49a6a81446 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-537ac150-197f-4b87-85b2-6f1a2ca6bc5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-70b18cab-b81f-4704-832b-861f8ddc2e36 {
  margin-bottom: 16px;
}








#s-70b18cab-b81f-4704-832b-861f8ddc2e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70b18cab-b81f-4704-832b-861f8ddc2e36.shg-box.shg-c {
  justify-content: center;
}

#s-39b5f609-48e5-4dbc-9785-d14d674c8c4a {
  margin-bottom: 32px;
background-color: rgba(255, 245, 245, 1);
}

#s-79dd1fd6-2e9c-4b39-bc6b-9cfdaab5317f {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}








#s-79dd1fd6-2e9c-4b39-bc6b-9cfdaab5317f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79dd1fd6-2e9c-4b39-bc6b-9cfdaab5317f.shg-box.shg-c {
  justify-content: center;
}

#s-59a0f82d-4256-4d0d-87cf-78a99e9379b5 .shogun-icon-wrapper {
  text-align: left;
}


#s-59a0f82d-4256-4d0d-87cf-78a99e9379b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-4bc4beb7-b249-488e-ac7c-786f70df0f7b .shogun-icon-wrapper {
  text-align: left;
}


#s-4bc4beb7-b249-488e-ac7c-786f70df0f7b .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-58716152-008b-4ff6-8ef5-7c16173e9c87 .shogun-icon-wrapper {
  text-align: left;
}


#s-58716152-008b-4ff6-8ef5-7c16173e9c87 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-84c65868-b4d6-41a3-9265-7478d8528d5a .shogun-icon-wrapper {
  text-align: left;
}


#s-84c65868-b4d6-41a3-9265-7478d8528d5a .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-ce3c1932-be21-4401-b0be-09d338367948 .shogun-icon-wrapper {
  text-align: left;
}


#s-ce3c1932-be21-4401-b0be-09d338367948 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-1168fa7a-4757-4013-b028-e77c1cd50e18 {
  margin-bottom: 32px;
background-color: rgba(255, 245, 245, 1);
}

#s-4e852d45-76ba-478c-b588-f91113fca7bb {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}








#s-4e852d45-76ba-478c-b588-f91113fca7bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e852d45-76ba-478c-b588-f91113fca7bb.shg-box.shg-c {
  justify-content: center;
}

#s-087788ba-72e4-4de0-9199-ff072641590b .shogun-icon-wrapper {
  text-align: left;
}


#s-087788ba-72e4-4de0-9199-ff072641590b .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-3561f6e1-ff04-4f90-b617-b0581ff9a651 .shogun-icon-wrapper {
  text-align: left;
}


#s-3561f6e1-ff04-4f90-b617-b0581ff9a651 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-0f136af1-6b31-41c3-91f0-616bb46e45dd .shogun-icon-wrapper {
  text-align: left;
}


#s-0f136af1-6b31-41c3-91f0-616bb46e45dd .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-2c7a094d-89ac-4375-baaa-a3670563192f .shogun-icon-wrapper {
  text-align: left;
}


#s-2c7a094d-89ac-4375-baaa-a3670563192f .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-45f402f4-bb34-4408-94db-42682bebc40a .shogun-icon-wrapper {
  text-align: left;
}


#s-45f402f4-bb34-4408-94db-42682bebc40a .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-cfcc8100-c6f1-4ae5-8c5d-53d8b9d1a40d {
  margin-bottom: 32px;
background-color: rgba(255, 245, 245, 1);
}

#s-ae62a38f-139a-4ca1-86e4-6669e8156542 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}








#s-ae62a38f-139a-4ca1-86e4-6669e8156542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae62a38f-139a-4ca1-86e4-6669e8156542.shg-box.shg-c {
  justify-content: center;
}

#s-ff7e8e99-f1fa-4ece-9563-7b69b1608383 .shogun-icon-wrapper {
  text-align: left;
}


#s-ff7e8e99-f1fa-4ece-9563-7b69b1608383 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-92f8c75e-31cc-4976-ab35-0745e3df025e .shogun-icon-wrapper {
  text-align: left;
}


#s-92f8c75e-31cc-4976-ab35-0745e3df025e .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-e0ea4d83-a12b-4e49-86d0-56ac8b9bb758 .shogun-icon-wrapper {
  text-align: left;
}


#s-e0ea4d83-a12b-4e49-86d0-56ac8b9bb758 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-db5e4bef-f1e4-4952-b099-8d98bcf33630 .shogun-icon-wrapper {
  text-align: left;
}


#s-db5e4bef-f1e4-4952-b099-8d98bcf33630 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-aee40fe5-034e-4654-9fa1-9d0b8c7b06b0 .shogun-icon-wrapper {
  text-align: left;
}


#s-aee40fe5-034e-4654-9fa1-9d0b8c7b06b0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

@media (min-width: 0px) {
[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edc1dfeb-18a4-4f86-b0db-235d7610785f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-795a6b7b-b87a-4b2d-9c24-31c9b00eec73 {
  margin-bottom: 16px;
}








#s-795a6b7b-b87a-4b2d-9c24-31c9b00eec73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795a6b7b-b87a-4b2d-9c24-31c9b00eec73.shg-box.shg-c {
  justify-content: center;
}

#s-c9891142-fe47-4f03-8965-ed97e7966adf {
  margin-bottom: 32px;
background-color: rgba(255, 245, 245, 1);
}

#s-4d07419e-3cf3-4797-a8fb-825e1cab99a1 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}








#s-4d07419e-3cf3-4797-a8fb-825e1cab99a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d07419e-3cf3-4797-a8fb-825e1cab99a1.shg-box.shg-c {
  justify-content: center;
}

#s-3f4ccf93-b791-4317-8cac-a70dcf4a835c .shogun-icon-wrapper {
  text-align: left;
}


#s-3f4ccf93-b791-4317-8cac-a70dcf4a835c .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-b909dcad-33cf-4368-b79b-ecf1999395df .shogun-icon-wrapper {
  text-align: left;
}


#s-b909dcad-33cf-4368-b79b-ecf1999395df .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-c5742317-7dad-4b7b-9a9a-529518f279f7 .shogun-icon-wrapper {
  text-align: left;
}


#s-c5742317-7dad-4b7b-9a9a-529518f279f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-c170dcbd-253a-4cbd-8492-80c32a5fe9e6 .shogun-icon-wrapper {
  text-align: left;
}


#s-c170dcbd-253a-4cbd-8492-80c32a5fe9e6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-c5a2d8e0-bf94-4e84-8c72-d189641747b5 .shogun-icon-wrapper {
  text-align: left;
}


#s-c5a2d8e0-bf94-4e84-8c72-d189641747b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-78a82667-8302-41fd-9e04-cd85b6447392 {
  margin-bottom: 32px;
}

#s-506aa14b-5ac5-4956-80d0-338daabf7d0e {
  margin-bottom: 32px;
background-color: rgba(255, 245, 245, 1);
}

#s-5e6c5ca3-a4b5-4c87-a741-74982b8c29bc {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}








#s-5e6c5ca3-a4b5-4c87-a741-74982b8c29bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e6c5ca3-a4b5-4c87-a741-74982b8c29bc.shg-box.shg-c {
  justify-content: center;
}

#s-9e24067e-f838-4413-a6e2-ea9d828cd9b5 .shogun-icon-wrapper {
  text-align: left;
}


#s-9e24067e-f838-4413-a6e2-ea9d828cd9b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-dcb08072-a35b-4269-96cc-c446d3b8ab47 .shogun-icon-wrapper {
  text-align: left;
}


#s-dcb08072-a35b-4269-96cc-c446d3b8ab47 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-015028e4-63b4-440c-a54a-a7205fb5d447 .shogun-icon-wrapper {
  text-align: left;
}


#s-015028e4-63b4-440c-a54a-a7205fb5d447 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-2abc291c-6e6e-4239-bdea-1248533b4a8b .shogun-icon-wrapper {
  text-align: left;
}


#s-2abc291c-6e6e-4239-bdea-1248533b4a8b .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-a1e255b3-a79e-44cc-8395-67761e0368ce .shogun-icon-wrapper {
  text-align: left;
}


#s-a1e255b3-a79e-44cc-8395-67761e0368ce .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-2ff532b3-2e57-4f0a-8259-603a9011ca2d {
  margin-bottom: 32px;
}

#s-3ede0844-8098-4480-a785-7f69eb1abfbb {
  margin-bottom: 32px;
background-color: rgba(255, 245, 245, 1);
}

#s-00dcdd4f-6b48-42ee-8a1e-7cb4fcb5c005 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}








#s-00dcdd4f-6b48-42ee-8a1e-7cb4fcb5c005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00dcdd4f-6b48-42ee-8a1e-7cb4fcb5c005.shg-box.shg-c {
  justify-content: center;
}

#s-c7938fb6-7830-484a-a30e-7e6c5c51b358 .shogun-icon-wrapper {
  text-align: left;
}


#s-c7938fb6-7830-484a-a30e-7e6c5c51b358 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-2e35d1fc-76e4-41ed-a057-5371691bce7d .shogun-icon-wrapper {
  text-align: left;
}


#s-2e35d1fc-76e4-41ed-a057-5371691bce7d .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-109d845d-0b3e-4840-bf2c-db229af7e4df .shogun-icon-wrapper {
  text-align: left;
}


#s-109d845d-0b3e-4840-bf2c-db229af7e4df .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-7d092c25-71ab-49f0-b315-ec58b61b5875 .shogun-icon-wrapper {
  text-align: left;
}


#s-7d092c25-71ab-49f0-b315-ec58b61b5875 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-a957ceb0-d428-4071-89b6-6754b7613eab .shogun-icon-wrapper {
  text-align: left;
}


#s-a957ceb0-d428-4071-89b6-6754b7613eab .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(254, 210, 79, 1);
}

#s-d7b7a453-991d-4a04-b19f-270fd9a9f452 {
  padding-top: 100px;
padding-left: 32px;
padding-bottom: 100px;
padding-right: 32px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d7b7a453-991d-4a04-b19f-270fd9a9f452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7b7a453-991d-4a04-b19f-270fd9a9f452.shg-box.shg-c {
  justify-content: center;
}

#s-9e262f52-e2f3-420e-8b23-5d667d2b149f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9e262f52-e2f3-420e-8b23-5d667d2b149f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e262f52-e2f3-420e-8b23-5d667d2b149f.shg-box.shg-c {
  justify-content: center;
}

#s-36f4ba8e-5d6a-41b3-bf90-d3cc69052b46 {
  margin-bottom: 32px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36f4ba8e-5d6a-41b3-bf90-d3cc69052b46 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-26070ebe-3ce7-4533-a1d2-8c5ef4e55f9c {
  margin-bottom: 32px;
}

#s-26070ebe-3ce7-4533-a1d2-8c5ef4e55f9c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-26070ebe-3ce7-4533-a1d2-8c5ef4e55f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 16px;
}

#s-26070ebe-3ce7-4533-a1d2-8c5ef4e55f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-26070ebe-3ce7-4533-a1d2-8c5ef4e55f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-26070ebe-3ce7-4533-a1d2-8c5ef4e55f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-26070ebe-3ce7-4533-a1d2-8c5ef4e55f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-63b4bf80-00d6-458f-b686-3d23d710a470 {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 32px;
margin-right: 32px;
}

#s-45478912-736d-4a14-b0a0-092f7ceee517 {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 32px;
margin-right: 32px;
}

#s-dd67c327-5e27-42c7-8d11-61c1559f835b {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 32px;
margin-right: 32px;
}

#s-8d1450f3-57b8-4142-b642-0d3fc2991edb {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 32px;
margin-right: 32px;
}

#s-ebdabb0e-1b99-487f-b568-21af4096b84a {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 32px;
margin-right: 32px;
}

#s-e0011720-9708-4ffa-ab97-cf63924f14b6 {
  margin-bottom: 16px;
}

#s-7a2583d4-4a40-4370-a387-c0532dbe42ad {
  border-style: solid;
padding-top: 10px;
padding-left: 32px;
padding-bottom: 10px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
}
#s-7a2583d4-4a40-4370-a387-c0532dbe42ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a2583d4-4a40-4370-a387-c0532dbe42ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a2583d4-4a40-4370-a387-c0532dbe42ad.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;
}
