.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-139b1539-ef29-4dc9-910a-4e9520971a76 {
  background-color: rgba(245, 239, 219, 1);
}
@media (min-width: 1200px){#s-139b1539-ef29-4dc9-910a-4e9520971a76 {
  padding-left: 170px;
padding-right: 170px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-139b1539-ef29-4dc9-910a-4e9520971a76 {
  padding-left: 170px;
padding-right: 170px;
}
}@media (max-width: 767px){#s-139b1539-ef29-4dc9-910a-4e9520971a76 {
  padding-left: 10px;
padding-right: 10px;
}
}
.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-3435dcf5-6bdf-400b-8d19-cc60c3c21465 {
  background-image: url(https://i.shgcdn.com/fd8428a6-4e28-4379-9cf4-c1a9d2ebe4ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: 250px 250px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 {
  display: none;
}
#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465, #wrap-s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 { display:none !important; }}@media (max-width: 767px){#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 {
  display: none;
}
#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465, #wrap-s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 { display:none !important; }}







#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 > .shg-box-overlay {
  background-color: rgba(245, 238, 217, 1);
  opacity: 0;
}#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465.shg-box.shg-c {
  justify-content: 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;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-8f7e2d49-8792-482c-9803-cc389375045f {
  padding-top: 0px;
padding-bottom: 0px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-15f0b0f9-aa96-460d-a885-f33181941049 {
  background-image: url(https://i.shgcdn.com/e89ac4fc-f4a2-4da3-a40f-2219cbe3bf60/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 640px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-15f0b0f9-aa96-460d-a885-f33181941049 {
  display: none;
}
#s-15f0b0f9-aa96-460d-a885-f33181941049, #wrap-s-15f0b0f9-aa96-460d-a885-f33181941049 { display:none !important; }}@media (max-width: 767px){#s-15f0b0f9-aa96-460d-a885-f33181941049 {
  display: none;
}
#s-15f0b0f9-aa96-460d-a885-f33181941049, #wrap-s-15f0b0f9-aa96-460d-a885-f33181941049 { display:none !important; }}
@media (min-width: 0px) {
[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-608c87a8-4717-4917-954a-ded42a759e65 {
  margin-top: 60px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-608c87a8-4717-4917-954a-ded42a759e65 .shogun-heading-component h2 {
  color: rgba(245, 238, 217, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-218a0429-1ff3-43d2-84b0-b6b5102b09d5 {
  margin-left: 50px;
margin-right: 20px;
}

.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-de06c0c7-3373-49c4-9430-494eb757b46a {
  box-shadow:2px 3px 10px 0px rgba(101, 101, 101, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 25px;
margin-left: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(17, 16, 162, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-de06c0c7-3373-49c4-9430-494eb757b46a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-de06c0c7-3373-49c4-9430-494eb757b46a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-de06c0c7-3373-49c4-9430-494eb757b46a-btn-wrapper {
    text-align: left;
  }


#s-de06c0c7-3373-49c4-9430-494eb757b46a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c {
  background-image: url(https://i.shgcdn.com/d79f4032-ecac-4ac7-a0bf-dec86fe5339a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 640px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c {
  display: none;
}
#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c, #wrap-s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c { display:none !important; }}@media (max-width: 767px){#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c {
  display: none;
}
#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c, #wrap-s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c { display:none !important; }}
@media (min-width: 0px) {
[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5c489bd4-eb92-4137-a791-f9f20b52c8e9 {
  margin-top: 60px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5c489bd4-eb92-4137-a791-f9f20b52c8e9 .shogun-heading-component h1 {
  color: rgba(245, 238, 217, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ec957c21-6513-4622-9507-d2c8854a2b02 {
  margin-left: 50px;
}

#s-c657e980-d811-4e64-ae97-697a86f0e630 {
  box-shadow:2px 3px 10px 0px rgba(101, 101, 101, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 25px;
margin-left: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(17, 16, 162, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c657e980-d811-4e64-ae97-697a86f0e630:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c657e980-d811-4e64-ae97-697a86f0e630:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-c657e980-d811-4e64-ae97-697a86f0e630-btn-wrapper {
    text-align: left;
  }


#s-c657e980-d811-4e64-ae97-697a86f0e630.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-835993fa-04f8-498f-88bc-ccdc468dfb10 {
  background-repeat: repeat;
background-color: rgba(255, 181, 111, 0);
}
@media (min-width: 1200px){#s-835993fa-04f8-498f-88bc-ccdc468dfb10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-835993fa-04f8-498f-88bc-ccdc468dfb10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-835993fa-04f8-498f-88bc-ccdc468dfb10 {
  display: none;
}
#s-835993fa-04f8-498f-88bc-ccdc468dfb10, #wrap-s-835993fa-04f8-498f-88bc-ccdc468dfb10 { display:none !important; }}@media (max-width: 767px){#s-835993fa-04f8-498f-88bc-ccdc468dfb10 {
  display: none;
}
#s-835993fa-04f8-498f-88bc-ccdc468dfb10, #wrap-s-835993fa-04f8-498f-88bc-ccdc468dfb10 { display:none !important; }}
@media (min-width: 0px) {
[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-835993fa-04f8-498f-88bc-ccdc468dfb10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-895f09fc-fdee-43db-8ab2-b8f67018b2fb {
  margin-top: -150px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-895f09fc-fdee-43db-8ab2-b8f67018b2fb img.shogun-image {
    
    width: px;
  }


#s-895f09fc-fdee-43db-8ab2-b8f67018b2fb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dbc11ec6-d739-483f-9f2d-f58954f47e68 {
  margin-top: 60px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dbc11ec6-d739-483f-9f2d-f58954f47e68 .shogun-heading-component h2 {
  color: rgba(0, 5, 244, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-91775c99-8dc3-419a-8923-8a88639f20f4 {
  margin-left: 0px;
margin-right: 50px;
}

#s-6abe6392-4dcf-4e98-b7c3-29f4db4c8219 {
  box-shadow:2px 3px 10px 0px rgba(101, 101, 101, 1);
border-style: solid;
margin-top: 25px;
margin-left: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 5, 244, 1);
}
#s-6abe6392-4dcf-4e98-b7c3-29f4db4c8219:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 5, 244, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6abe6392-4dcf-4e98-b7c3-29f4db4c8219:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 5, 244, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-6abe6392-4dcf-4e98-b7c3-29f4db4c8219-btn-wrapper {
    text-align: left;
  }


#s-6abe6392-4dcf-4e98-b7c3-29f4db4c8219.shg-btn {
  color: rgba(0, 5, 244, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ba64af2-bd32-43f8-8268-fae457e9b838 {
  border-style: solid;
margin-top: 50px;
margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(237, 237, 237, 0);
}

#s-4e6393e6-88a5-4892-bd0e-f4c58e6d6246 {
  background-image: url(https://i.shgcdn.com/fd8428a6-4e28-4379-9cf4-c1a9d2ebe4ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: 250px 250px;
min-height: 50px;
background-position: center center;
}








#s-4e6393e6-88a5-4892-bd0e-f4c58e6d6246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e6393e6-88a5-4892-bd0e-f4c58e6d6246.shg-box.shg-c {
  justify-content: center;
}

#s-d22ac0bc-0664-465c-bc92-376cfe1cef1c {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 700px;
}
@media (min-width: 1200px){#s-d22ac0bc-0664-465c-bc92-376cfe1cef1c {
  display: none;
}
#s-d22ac0bc-0664-465c-bc92-376cfe1cef1c, #wrap-s-d22ac0bc-0664-465c-bc92-376cfe1cef1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d22ac0bc-0664-465c-bc92-376cfe1cef1c {
  display: none;
}
#s-d22ac0bc-0664-465c-bc92-376cfe1cef1c, #wrap-s-d22ac0bc-0664-465c-bc92-376cfe1cef1c { display:none !important; }}
#s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7 {
  background-image: url(https://i.shgcdn.com/bae8aa5e-33f9-44df-913a-54fb599d794f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 670px;
background-position: center center;
}
@media (min-width: 1200px){#s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7 {
  display: none;
}
#s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7, #wrap-s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7 {
  display: none;
}
#s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7, #wrap-s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7 {
  
}
}







#s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8699e173-d66d-494a-8fcf-2eb9f28f3fc7.shg-box.shg-c {
  justify-content: center;
}

#s-a4a1a164-e011-4b4d-934a-41277e502c43 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 300px;
text-align: center;
}

#s-a4a1a164-e011-4b4d-934a-41277e502c43 .shogun-heading-component h1 {
  color: rgba(245, 238, 217, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-662bbb1b-b092-475b-bb93-5e9531d6850c {
  box-shadow:2px 3px 10px 0px rgba(101, 101, 101, 1);
border-style: solid;
margin-top: 60px;
margin-left: 0px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(17, 16, 162, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-662bbb1b-b092-475b-bb93-5e9531d6850c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-662bbb1b-b092-475b-bb93-5e9531d6850c:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-662bbb1b-b092-475b-bb93-5e9531d6850c-btn-wrapper {
    text-align: center;
  }


#s-662bbb1b-b092-475b-bb93-5e9531d6850c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-4315a004-e37e-4736-bc94-0a76484a8d2d {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc {
  background-image: url(https://i.shgcdn.com/d79f4032-ecac-4ac7-a0bf-dec86fe5339a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 640px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc {
  display: none;
}
#s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc, #wrap-s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc { display:none !important; }}@media (max-width: 767px){#s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc {
  display: none;
}
#s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc, #wrap-s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc { display:none !important; }}
@media (min-width: 0px) {
[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3be69c6-39c9-4a6b-ab49-0f2c3b3c05fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ae19a68f-916f-4e71-80b3-6a8beccb5196 {
  margin-top: 60px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae19a68f-916f-4e71-80b3-6a8beccb5196 .shogun-heading-component h1 {
  color: rgba(245, 238, 217, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-27a2c627-66e2-4101-a11b-844a8dcd15a2 {
  margin-left: 50px;
}

#s-4eb4f0cb-34e2-4ba6-a154-4d47e17834d3 {
  box-shadow:2px 3px 10px 0px rgba(101, 101, 101, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 25px;
margin-left: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(17, 16, 162, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4eb4f0cb-34e2-4ba6-a154-4d47e17834d3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4eb4f0cb-34e2-4ba6-a154-4d47e17834d3:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-4eb4f0cb-34e2-4ba6-a154-4d47e17834d3-btn-wrapper {
    text-align: left;
  }


#s-4eb4f0cb-34e2-4ba6-a154-4d47e17834d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5 {
  background-image: url(https://i.shgcdn.com/8a90192b-2ea3-4f8f-811d-5bee9ad70f6a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 670px;
background-position: center center;
}
@media (min-width: 1200px){#s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5 {
  display: none;
}
#s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5, #wrap-s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5 {
  display: none;
}
#s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5, #wrap-s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5 {
  
}
}







#s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea42bdac-25cb-4347-94f2-f8a7b8ddf0b5.shg-box.shg-c {
  justify-content: center;
}

#s-54cdcb12-749f-4fc1-a0aa-961f4b787892 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 300px;
text-align: center;
}

#s-54cdcb12-749f-4fc1-a0aa-961f4b787892 .shogun-heading-component h1 {
  color: rgba(245, 238, 217, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fe975fd7-bd5c-4eac-8a61-93cc6ec577f9 {
  box-shadow:2px 3px 10px 0px rgba(101, 101, 101, 1);
border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(17, 16, 162, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-fe975fd7-bd5c-4eac-8a61-93cc6ec577f9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fe975fd7-bd5c-4eac-8a61-93cc6ec577f9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-fe975fd7-bd5c-4eac-8a61-93cc6ec577f9-btn-wrapper {
    text-align: center;
  }


#s-fe975fd7-bd5c-4eac-8a61-93cc6ec577f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-fae4958d-c7a5-4bfc-88e2-a0cdbf6f949c {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3 {
  background-repeat: repeat;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3 {
  display: none;
}
#s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3, #wrap-s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3 {
  display: none;
}
#s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3, #wrap-s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3 {
  
}
}@media (max-width: 767px){#s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3 {
  
}
}
@media (min-width: 0px) {
[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d25aaa41-e3d8-4c3b-89ef-6f895adcc8f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-19b93d0d-8e72-49dc-aec4-590d67909434 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-19b93d0d-8e72-49dc-aec4-590d67909434 {
  display: none;
}
#s-19b93d0d-8e72-49dc-aec4-590d67909434, #wrap-s-19b93d0d-8e72-49dc-aec4-590d67909434 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19b93d0d-8e72-49dc-aec4-590d67909434 {
  display: none;
}
#s-19b93d0d-8e72-49dc-aec4-590d67909434, #wrap-s-19b93d0d-8e72-49dc-aec4-590d67909434 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19b93d0d-8e72-49dc-aec4-590d67909434 {
  display: none;
}
#s-19b93d0d-8e72-49dc-aec4-590d67909434, #wrap-s-19b93d0d-8e72-49dc-aec4-590d67909434 { display:none !important; }}@media (max-width: 767px){#s-19b93d0d-8e72-49dc-aec4-590d67909434 {
  text-align: center;
}
}



  #s-19b93d0d-8e72-49dc-aec4-590d67909434 img.shogun-image {
    
    width: px;
  }


#s-19b93d0d-8e72-49dc-aec4-590d67909434 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4f7cea7-64be-42d0-904d-5a48a7e74b29 {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-f4f7cea7-64be-42d0-904d-5a48a7e74b29 img.shogun-image {
    
    width: px;
  }


#s-f4f7cea7-64be-42d0-904d-5a48a7e74b29 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-52f81203-7c36-4d62-a080-164fee64f4ab {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52f81203-7c36-4d62-a080-164fee64f4ab .shogun-heading-component h2 {
  color: rgba(0, 5, 244, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-208d6def-dd9a-42aa-9f23-d12435060da9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4323b91e-ceeb-4a96-a787-1c829f01e3a3 {
  box-shadow:2px 3px 10px 0px rgba(101, 101, 101, 1);
border-style: solid;
margin-top: 25px;
margin-left: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 5, 244, 1);
}
#s-4323b91e-ceeb-4a96-a787-1c829f01e3a3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 5, 244, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4323b91e-ceeb-4a96-a787-1c829f01e3a3:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-4323b91e-ceeb-4a96-a787-1c829f01e3a3-btn-wrapper {
    text-align: center;
  }


#s-4323b91e-ceeb-4a96-a787-1c829f01e3a3.shg-btn {
  color: rgba(0, 5, 244, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-65484617-2553-430e-9953-a5f3d1a1f924 {
  border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(237, 237, 237, 0);
}

#s-d1a6a7d6-2aac-4564-9d57-890863dfb0b5 {
  background-image: url(https://i.shgcdn.com/fd8428a6-4e28-4379-9cf4-c1a9d2ebe4ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 5, 244, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-d1a6a7d6-2aac-4564-9d57-890863dfb0b5 {
  display: none;
}
#s-d1a6a7d6-2aac-4564-9d57-890863dfb0b5, #wrap-s-d1a6a7d6-2aac-4564-9d57-890863dfb0b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1a6a7d6-2aac-4564-9d57-890863dfb0b5 {
  display: none;
}
#s-d1a6a7d6-2aac-4564-9d57-890863dfb0b5, #wrap-s-d1a6a7d6-2aac-4564-9d57-890863dfb0b5 { display:none !important; }}
#s-d1a6a7d6-2aac-4564-9d57-890863dfb0b5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44b4b7d0-753e-48ba-a9fb-6b0748e77442 {
  background-image: url(https://i.shgcdn.com/fd8428a6-4e28-4379-9cf4-c1a9d2ebe4ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-color: rgba(245, 238, 217, 1);
background-position: center center;
}
@media (max-width: 767px){#s-44b4b7d0-753e-48ba-a9fb-6b0748e77442 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-9bc81595-2e0c-4144-aeae-0aaf30a7a0fc {
  text-align: center;
}




  #s-9bc81595-2e0c-4144-aeae-0aaf30a7a0fc img.shogun-image {
    
    width: px;
  }


#s-9bc81595-2e0c-4144-aeae-0aaf30a7a0fc .shogun-image-content {
  
    align-items: center;
  
}

#s-53672cba-52f0-401e-96b7-b42692bd3472 {
  text-align: center;
}




  #s-53672cba-52f0-401e-96b7-b42692bd3472 img.shogun-image {
    
    width: px;
  }


#s-53672cba-52f0-401e-96b7-b42692bd3472 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac75ca98-66f6-46d8-847e-1094ed1b26e3 {
  text-align: center;
}




  #s-ac75ca98-66f6-46d8-847e-1094ed1b26e3 img.shogun-image {
    
    width: px;
  }


#s-ac75ca98-66f6-46d8-847e-1094ed1b26e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-99202a20-7054-45a5-a6b8-3f761f4a4024 {
  text-align: center;
}




  #s-99202a20-7054-45a5-a6b8-3f761f4a4024 img.shogun-image {
    
    width: px;
  }


#s-99202a20-7054-45a5-a6b8-3f761f4a4024 .shogun-image-content {
  
    align-items: center;
  
}

#s-df4ad62f-4e08-4927-8a13-9ef290367ce7 {
  text-align: center;
}




  #s-df4ad62f-4e08-4927-8a13-9ef290367ce7 img.shogun-image {
    
    width: px;
  }


#s-df4ad62f-4e08-4927-8a13-9ef290367ce7 .shogun-image-content {
  
    align-items: center;
  
}

#s-05b417d0-94e2-49c3-a9ce-86dadd10df0f {
  text-align: center;
}




  #s-05b417d0-94e2-49c3-a9ce-86dadd10df0f img.shogun-image {
    
    width: px;
  }


#s-05b417d0-94e2-49c3-a9ce-86dadd10df0f .shogun-image-content {
  
    align-items: center;
  
}

#s-bba7e079-0aa8-4805-8fdb-bfbaf270fa7a {
  background-image: url(https://i.shgcdn.com/fd8428a6-4e28-4379-9cf4-c1a9d2ebe4ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(0, 5, 244, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-bba7e079-0aa8-4805-8fdb-bfbaf270fa7a {
  display: none;
}
#s-bba7e079-0aa8-4805-8fdb-bfbaf270fa7a, #wrap-s-bba7e079-0aa8-4805-8fdb-bfbaf270fa7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bba7e079-0aa8-4805-8fdb-bfbaf270fa7a {
  display: none;
}
#s-bba7e079-0aa8-4805-8fdb-bfbaf270fa7a, #wrap-s-bba7e079-0aa8-4805-8fdb-bfbaf270fa7a { display:none !important; }}
#s-bba7e079-0aa8-4805-8fdb-bfbaf270fa7a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d115f8b4-c492-4513-87d0-986441fd6e26 {
  background-repeat: repeat;
background-color: rgba(245, 238, 217, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d115f8b4-c492-4513-87d0-986441fd6e26 {
  
}
}@media (max-width: 767px){#s-d115f8b4-c492-4513-87d0-986441fd6e26 {
  padding-left: 25px;
padding-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d115f8b4-c492-4513-87d0-986441fd6e26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6a54ef43-7b54-438f-8b04-10e04ef69e3b {
  margin-top: 60px;
margin-bottom: 60px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a54ef43-7b54-438f-8b04-10e04ef69e3b {
  margin-top: 25px;
margin-bottom: 25px;
}
}@media (max-width: 767px){#s-6a54ef43-7b54-438f-8b04-10e04ef69e3b {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
}
}



  #s-6a54ef43-7b54-438f-8b04-10e04ef69e3b img.shogun-image {
    
    width: px;
  }


#s-6a54ef43-7b54-438f-8b04-10e04ef69e3b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-93af0121-bfc1-4451-95a5-314313f4b4f6 {
  margin-top: 40px;
max-width: 150px;
text-align: left;
}
@media (max-width: 767px){#s-93af0121-bfc1-4451-95a5-314313f4b4f6 {
  max-width: 100px;
}
}



  #s-93af0121-bfc1-4451-95a5-314313f4b4f6 img.shogun-image {
    
    width: px;
  }


#s-93af0121-bfc1-4451-95a5-314313f4b4f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-000cb96c-8122-4aff-a2be-fd408760e531 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-000cb96c-8122-4aff-a2be-fd408760e531 .shogun-heading-component h2 {
  color: rgba(17, 16, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d3e1e689-5c3d-47b9-8640-3f695be3ccf7 {
  margin-top: -20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-e6e5142f-a0b9-4546-a1af-91b843928279 {
  max-width: 150px;
text-align: left;
}
@media (max-width: 767px){#s-e6e5142f-a0b9-4546-a1af-91b843928279 {
  max-width: 100px;
}
}



  #s-e6e5142f-a0b9-4546-a1af-91b843928279 img.shogun-image {
    
    width: px;
  }


#s-e6e5142f-a0b9-4546-a1af-91b843928279 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dc9ad69-c678-4325-93da-633002874865 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0dc9ad69-c678-4325-93da-633002874865 .shogun-heading-component h2 {
  color: rgba(17, 16, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d3e042a8-e487-43a7-aa23-6577e4a01c30 {
  margin-top: -20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-a4aaf830-785e-4ced-a2ae-821e3a5a5ffe {
  max-width: 150px;
text-align: left;
}
@media (max-width: 767px){#s-a4aaf830-785e-4ced-a2ae-821e3a5a5ffe {
  max-width: 100px;
}
}



  #s-a4aaf830-785e-4ced-a2ae-821e3a5a5ffe img.shogun-image {
    
    width: px;
  }


#s-a4aaf830-785e-4ced-a2ae-821e3a5a5ffe .shogun-image-content {
  
    align-items: center;
  
}

#s-3d68c59f-a9ce-4e94-a451-39921ef15a2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d68c59f-a9ce-4e94-a451-39921ef15a2a .shogun-heading-component h2 {
  color: rgba(17, 16, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8d9fbc20-6c33-422a-a754-989290488ab4 {
  margin-top: -20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50px;
}
@media (max-width: 767px){#s-8d9fbc20-6c33-422a-a754-989290488ab4 {
  margin-bottom: 20px;
}
}
#s-250a22c8-06a9-4421-8565-06c21327fa25 {
  background-image: url(https://i.shgcdn.com/050e4457-bcf6-411d-b4dc-ac45be894954/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-250a22c8-06a9-4421-8565-06c21327fa25 {
  min-height: 120px;
background-position: center center;
}
}
@media (min-width: 0px) {
[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-250a22c8-06a9-4421-8565-06c21327fa25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e29dcd6a-f9da-48f4-a8e0-3e9758e764f1 {
  margin-top: 280px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-e29dcd6a-f9da-48f4-a8e0-3e9758e764f1 {
  margin-top: 0px;
margin-right: 25px;
}
}
#s-e29dcd6a-f9da-48f4-a8e0-3e9758e764f1 .shogun-heading-component h2 {
  color: rgba(0, 5, 244, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-dff95f29-3299-4790-b929-b8879707ee66 {
  margin-top: -20px;
margin-left: 0px;
margin-right: 50px;
}
@media (max-width: 767px){#s-dff95f29-3299-4790-b929-b8879707ee66 {
  margin-top: 0px;
margin-right: 0px;
padding-left: 25px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 0.3);
}
}
#s-26f45d8d-a3fb-4233-87de-394f66fe6cc5 {
  background-image: url(https://i.shgcdn.com/03b75e3d-64fc-4924-9caa-7dc7b56bb496/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-26f45d8d-a3fb-4233-87de-394f66fe6cc5 {
  min-height: 120px;
}
}
@media (min-width: 0px) {
[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-26f45d8d-a3fb-4233-87de-394f66fe6cc5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-df13b047-1d60-4375-be2c-1dad28558fc5 {
  margin-top: 280px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-df13b047-1d60-4375-be2c-1dad28558fc5 {
  margin-top: 0px;
margin-left: 25px;
}
}
#s-df13b047-1d60-4375-be2c-1dad28558fc5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-afe12054-6635-4f24-a6a9-a9d3d853fc49 {
  margin-top: -20px;
margin-left: 50px;
margin-right: 0px;
}
@media (max-width: 767px){#s-afe12054-6635-4f24-a6a9-a9d3d853fc49 {
  margin-top: 0px;
margin-left: 0px;
padding-left: 25px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0.3);
}
}
#s-96beaea1-1a8c-4d3f-9e67-466778915120 {
  background-image: url(https://i.shgcdn.com/f000401f-b7d9-4cd9-8cf5-181e2af7b161/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-96beaea1-1a8c-4d3f-9e67-466778915120 {
  min-height: 120px;
}
}
@media (min-width: 0px) {
[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96beaea1-1a8c-4d3f-9e67-466778915120"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d77fb50e-c0bc-4080-8f76-1140edec92cf {
  margin-top: 280px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-d77fb50e-c0bc-4080-8f76-1140edec92cf {
  margin-top: 0px;
margin-right: 25px;
}
}
#s-d77fb50e-c0bc-4080-8f76-1140edec92cf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-0a0f1c87-6f70-4747-bc8f-b543643ffa27 {
  margin-top: -20px;
margin-left: 0px;
margin-right: 50px;
}
@media (max-width: 767px){#s-0a0f1c87-6f70-4747-bc8f-b543643ffa27 {
  margin-top: 0px;
margin-right: 0px;
padding-left: 25px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0.3);
}
}
#s-f5f8da38-1d54-4676-82c3-99a06f569998 {
  background-repeat: repeat;
background-size: 700px 700px;
background-attachment: fixed;
padding-top: 40px;
padding-bottom: 40px;
min-height: 0px;
background-position: center center;
}








#s-f5f8da38-1d54-4676-82c3-99a06f569998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5f8da38-1d54-4676-82c3-99a06f569998.shg-box.shg-c {
  justify-content: center;
}

#s-69b08e2a-7820-4df5-b068-54da96250a20 {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-69b08e2a-7820-4df5-b068-54da96250a20 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e0d939a-bd3e-4bdd-8a75-6dfec03e4fb1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 400px;
}
@media (min-width: 1200px){#s-0e0d939a-bd3e-4bdd-8a75-6dfec03e4fb1 {
  display: none;
}
#s-0e0d939a-bd3e-4bdd-8a75-6dfec03e4fb1, #wrap-s-0e0d939a-bd3e-4bdd-8a75-6dfec03e4fb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e0d939a-bd3e-4bdd-8a75-6dfec03e4fb1 {
  display: none;
}
#s-0e0d939a-bd3e-4bdd-8a75-6dfec03e4fb1, #wrap-s-0e0d939a-bd3e-4bdd-8a75-6dfec03e4fb1 { display:none !important; }}
#s-8377e070-f4bc-4e0a-9568-7eb41847efca {
  box-shadow:1px 1px 10px 0px ;
border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 5, 244, 1);
}

#s-14211356-e026-4ebd-befc-7aedd35ef2f7 {
  box-shadow:1px 1px 10px 0px ;
border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 5, 244, 1);
}

#s-8214acea-77d9-4565-8066-fa1f088e49b8 {
  box-shadow:1px 1px 10px 0px ;
border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 5, 244, 1);
}
@media (max-width: 767px){#s-8214acea-77d9-4565-8066-fa1f088e49b8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-924fbae3-21d4-4f32-b708-4ed0d6de8ebe {
  box-shadow:1px 1px 10px 0px rgba(0, 0, 0, 0.53);
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 5, 244, 1);
}

#s-6c94de09-1c5f-4beb-a980-2a25af5c4b80 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c94de09-1c5f-4beb-a980-2a25af5c4b80 {
  display: none;
}
#s-6c94de09-1c5f-4beb-a980-2a25af5c4b80, #wrap-s-6c94de09-1c5f-4beb-a980-2a25af5c4b80 { display:none !important; }}@media (max-width: 767px){#s-6c94de09-1c5f-4beb-a980-2a25af5c4b80 {
  display: none;
}
#s-6c94de09-1c5f-4beb-a980-2a25af5c4b80, #wrap-s-6c94de09-1c5f-4beb-a980-2a25af5c4b80 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c94de09-1c5f-4beb-a980-2a25af5c4b80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-37a6c596-b264-45e5-8bf4-64c716a583b4 {
  box-shadow:1px 1px 10px 0px rgba(0, 0, 0, 0.53);
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 5, 244, 1);
}

#s-7b171af9-dcad-4d0f-8ec6-5a2bb1eb9a52 {
  box-shadow:1px 1px 10px 0px ;
border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 5, 244, 1);
}
@media (max-width: 767px){#s-7b171af9-dcad-4d0f-8ec6-5a2bb1eb9a52 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-45222c6c-bff4-453b-8fae-5d4e3f026c89 {
  box-shadow:1px 1px 10px 0px ;
border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 5, 244, 1);
}

#s-041d3671-3585-417e-af7c-c7c05805c269 {
  box-shadow:1px 1px 10px 0px ;
border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 5, 244, 1);
}

#s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a {
  background-color: rgba(22, 21, 140, 1);
}
@media (min-width: 1200px){#s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a {
  background-image: url(https://i.shgcdn.com/f93785ff-a747-4940-a3f6-90709dd2c73a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
background-position: right bottom;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a {
  background-image: url(https://i.shgcdn.com/f93785ff-a747-4940-a3f6-90709dd2c73a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
background-position: right bottom;
}
}
@media (min-width: 0px) {
[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a8c3899f-98f0-49b4-8836-2cf88ad6ad0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-be834b8b-602c-491f-850e-482f5ef0b2fa {
  text-align: center;
}




  #s-be834b8b-602c-491f-850e-482f5ef0b2fa img.shogun-image {
    
    width: px;
  }


#s-be834b8b-602c-491f-850e-482f5ef0b2fa .shogun-image-content {
  
    align-items: center;
  
}

#s-cd2bbea8-d6ab-4d1b-a497-8dc89ff3153c {
  margin-top: 60px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd2bbea8-d6ab-4d1b-a497-8dc89ff3153c {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-cd2bbea8-d6ab-4d1b-a497-8dc89ff3153c {
  margin-top: 25px;
}
}
#s-cd2bbea8-d6ab-4d1b-a497-8dc89ff3153c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3be2c249-320e-448e-a378-a0da8871c06a {
  margin-left: 25px;
margin-right: 25px;
max-width: 515px;
text-align: left;
}




  #s-3be2c249-320e-448e-a378-a0da8871c06a img.shogun-image {
    
    width: px;
  }


#s-3be2c249-320e-448e-a378-a0da8871c06a .shogun-image-content {
  
    align-items: center;
  
}

#s-aba6404f-8f1a-4947-8a66-434529bc0ce1 {
  margin-left: 25px;
margin-right: 50px;
}

#s-f3e67c0b-bda6-4753-afe0-15702306d240 {
  box-shadow:2px 3px 10px 0px rgba(0, 0, 0, 0.51);
border-style: solid;
margin-top: 10px;
margin-left: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 5, 244, 1);
}
#s-f3e67c0b-bda6-4753-afe0-15702306d240:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 5, 244, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f3e67c0b-bda6-4753-afe0-15702306d240:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-f3e67c0b-bda6-4753-afe0-15702306d240-btn-wrapper {
    text-align: left;
  }


#s-f3e67c0b-bda6-4753-afe0-15702306d240.shg-btn {
  color: rgba(0, 5, 244, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06b35c70-b55b-478a-863d-b8a34ef591bd {
  text-align: center;
}
@media (min-width: 1200px){#s-06b35c70-b55b-478a-863d-b8a34ef591bd {
  display: none;
}
#s-06b35c70-b55b-478a-863d-b8a34ef591bd, #wrap-s-06b35c70-b55b-478a-863d-b8a34ef591bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06b35c70-b55b-478a-863d-b8a34ef591bd {
  display: none;
}
#s-06b35c70-b55b-478a-863d-b8a34ef591bd, #wrap-s-06b35c70-b55b-478a-863d-b8a34ef591bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06b35c70-b55b-478a-863d-b8a34ef591bd {
  display: none;
}
#s-06b35c70-b55b-478a-863d-b8a34ef591bd, #wrap-s-06b35c70-b55b-478a-863d-b8a34ef591bd { display:none !important; }}



  #s-06b35c70-b55b-478a-863d-b8a34ef591bd img.shogun-image {
    
    width: px;
  }


#s-06b35c70-b55b-478a-863d-b8a34ef591bd .shogun-image-content {
  
    align-items: center;
  
}

#s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65f83d5b-1f13-4f1f-af2e-cc7a41bad58a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-179c74bd-298f-4709-8495-34c25a6737c8 {
  margin-top: 60px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
text-align: center;
}
@media (max-width: 767px){#s-179c74bd-298f-4709-8495-34c25a6737c8 {
  margin-top: 25px;
}
}



  #s-179c74bd-298f-4709-8495-34c25a6737c8 img.shogun-image {
    
    width: px;
  }


#s-179c74bd-298f-4709-8495-34c25a6737c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-acaf9564-620f-4874-8270-05944d916427 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
}

#s-916cc8c8-14a6-499d-b4f8-cd191a2ae7a3 {
  margin-top: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-916cc8c8-14a6-499d-b4f8-cd191a2ae7a3 img.shogun-image {
    
    width: px;
  }


#s-916cc8c8-14a6-499d-b4f8-cd191a2ae7a3 .shogun-image-content {
  
    align-items: flex-end;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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