.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-a13e75b0-5ef6-458a-90df-c6e6c0e55ba9 {
  margin-top: -34px;
margin-left: 0px;
margin-bottom: -0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-a13e75b0-5ef6-458a-90df-c6e6c0e55ba9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a13e75b0-5ef6-458a-90df-c6e6c0e55ba9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a13e75b0-5ef6-458a-90df-c6e6c0e55ba9 {
  
}
}@media (max-width: 767px){#s-a13e75b0-5ef6-458a-90df-c6e6c0e55ba9 {
  
}
}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-f28c343f-607a-453c-a2e4-4a3725c4315f {
  background-image: url(https://i.shgcdn.com/45c5d6b0-683b-4851-936a-ea322c5c5e70/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f28c343f-607a-453c-a2e4-4a3725c4315f {
  display: none;
}
#s-f28c343f-607a-453c-a2e4-4a3725c4315f, #wrap-s-f28c343f-607a-453c-a2e4-4a3725c4315f { display:none !important; }}@media (max-width: 767px){#s-f28c343f-607a-453c-a2e4-4a3725c4315f {
  display: none;
}
#s-f28c343f-607a-453c-a2e4-4a3725c4315f, #wrap-s-f28c343f-607a-453c-a2e4-4a3725c4315f { display:none !important; }}







#s-f28c343f-607a-453c-a2e4-4a3725c4315f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f28c343f-607a-453c-a2e4-4a3725c4315f {
  cursor: pointer;
}#s-f28c343f-607a-453c-a2e4-4a3725c4315f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-868037fb-b462-4df5-929e-e4bd16347fab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.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-f738ff4f-73fe-466a-89b6-6212bdeaff0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f738ff4f-73fe-466a-89b6-6212bdeaff0d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-fc0ded09-e1a5-441f-8198-648a3a7ce890 {
  margin-top: -50px;
margin-bottom: 26px;
}

#s-e6e36f76-690b-4d5d-b157-0691502f2cb2 {
  margin-top: -60px;
margin-bottom: 6px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-0f1dbde2-e6b4-4518-ba8e-5f7c0b934111 {
  margin-top: -46px;
margin-bottom: 2px;
}

#s-a6ba3079-e241-4784-ab64-e313a4886a3c {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a6ba3079-e241-4784-ab64-e313a4886a3c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-1d7c8989-1713-4849-aa71-7c8e72aace70 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 150px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1d7c8989-1713-4849-aa71-7c8e72aace70:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1d7c8989-1713-4849-aa71-7c8e72aace70:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-1d7c8989-1713-4849-aa71-7c8e72aace70-btn-wrapper {
    text-align: center;
  }


#s-1d7c8989-1713-4849-aa71-7c8e72aace70.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-2472a320-7de3-4eae-9b78-59656e60c8ab {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2472a320-7de3-4eae-9b78-59656e60c8ab .shogun-heading-component h2 {
  color: rgba(245, 236, 211, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-d92fbe6c-a388-49d5-b05c-3402a4b45485 {
  margin-left: 40px;
margin-right: 0px;
}

#s-2ee28922-9651-423b-a5af-0c776519cecb {
  background-image: url(https://i.shgcdn.com/55b28d81-d6df-4c86-9948-b58af0ee8f2a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ee28922-9651-423b-a5af-0c776519cecb {
  display: none;
}
#s-2ee28922-9651-423b-a5af-0c776519cecb, #wrap-s-2ee28922-9651-423b-a5af-0c776519cecb { display:none !important; }}@media (max-width: 767px){#s-2ee28922-9651-423b-a5af-0c776519cecb {
  display: none;
}
#s-2ee28922-9651-423b-a5af-0c776519cecb, #wrap-s-2ee28922-9651-423b-a5af-0c776519cecb { display:none !important; }}







#s-2ee28922-9651-423b-a5af-0c776519cecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ee28922-9651-423b-a5af-0c776519cecb {
  cursor: pointer;
}#s-2ee28922-9651-423b-a5af-0c776519cecb.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-60c76a45-b042-46ff-a7db-6a35014f2d6b {
  background-image: url(https://i.shgcdn.com/ca00af1b-8bb0-470c-8af3-a7a8e12bc0ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-60c76a45-b042-46ff-a7db-6a35014f2d6b {
  display: none;
}
#s-60c76a45-b042-46ff-a7db-6a35014f2d6b, #wrap-s-60c76a45-b042-46ff-a7db-6a35014f2d6b { display:none !important; }}@media (max-width: 767px){#s-60c76a45-b042-46ff-a7db-6a35014f2d6b {
  display: none;
}
#s-60c76a45-b042-46ff-a7db-6a35014f2d6b, #wrap-s-60c76a45-b042-46ff-a7db-6a35014f2d6b { display:none !important; }}







#s-60c76a45-b042-46ff-a7db-6a35014f2d6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60c76a45-b042-46ff-a7db-6a35014f2d6b {
  cursor: pointer;
}#s-60c76a45-b042-46ff-a7db-6a35014f2d6b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-654416b5-3da8-43dc-9c47-d7edae8cca25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-118b1d57-b95d-45cd-9400-640e6d329a54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-118b1d57-b95d-45cd-9400-640e6d329a54 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-fb7324f3-6f6d-483c-8447-d26c3b022c81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb7324f3-6f6d-483c-8447-d26c3b022c81 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-854d4124-3a6c-4b22-a277-21fd5a7c27a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-854d4124-3a6c-4b22-a277-21fd5a7c27a2 .shogun-heading-component h1 {
  color: rgba(224, 208, 43, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2cc454df-8ddb-4ff6-b5a6-6839ec0ca42c {
  border-style: solid;
margin-bottom: 180px;
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: #000;
border-style: solid;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-2cc454df-8ddb-4ff6-b5a6-6839ec0ca42c:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-2cc454df-8ddb-4ff6-b5a6-6839ec0ca42c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2cc454df-8ddb-4ff6-b5a6-6839ec0ca42c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-b45a297f-38c3-43ba-a13b-abf1b98aa999 {
  background-image: url(https://i.shgcdn.com/05880038-7a45-4a9f-ad6e-5756fc8ee766/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b45a297f-38c3-43ba-a13b-abf1b98aa999 {
  display: none;
}
#s-b45a297f-38c3-43ba-a13b-abf1b98aa999, #wrap-s-b45a297f-38c3-43ba-a13b-abf1b98aa999 { display:none !important; }}@media (max-width: 767px){#s-b45a297f-38c3-43ba-a13b-abf1b98aa999 {
  display: none;
}
#s-b45a297f-38c3-43ba-a13b-abf1b98aa999, #wrap-s-b45a297f-38c3-43ba-a13b-abf1b98aa999 { display:none !important; }}







#s-b45a297f-38c3-43ba-a13b-abf1b98aa999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b45a297f-38c3-43ba-a13b-abf1b98aa999 {
  cursor: pointer;
}#s-b45a297f-38c3-43ba-a13b-abf1b98aa999.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1b11c1c-c262-42a6-b373-2ed73f09c0a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0964cc08-0fb3-4b01-af44-da62578fee90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0964cc08-0fb3-4b01-af44-da62578fee90 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8ee536ea-9fd7-4e83-b644-c89f9c052a09 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 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: #000;
border-style: solid;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-8ee536ea-9fd7-4e83-b644-c89f9c052a09:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-8ee536ea-9fd7-4e83-b644-c89f9c052a09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ee536ea-9fd7-4e83-b644-c89f9c052a09.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae {
  background-image: url(https://i.shgcdn.com/49b2730d-2f4b-4dd7-bf8f-6d3dbf4a7a19/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae {
  display: none;
}
#s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae, #wrap-s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae { display:none !important; }}@media (max-width: 767px){#s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae {
  display: none;
}
#s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae, #wrap-s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae { display:none !important; }}







#s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae {
  cursor: pointer;
}#s-90e0e1a7-cc78-4d49-9912-a3b0813da1ae.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89047307-cd23-477c-8cd4-86ae76e70480"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ca121207-47d3-423e-a128-c57d146898e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca121207-47d3-423e-a128-c57d146898e5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-e5d16cfb-adfa-46db-86aa-c78aed45e591 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5d16cfb-adfa-46db-86aa-c78aed45e591 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-0af1b3ac-e8d4-4b05-b2c2-0b3646c224ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0af1b3ac-e8d4-4b05-b2c2-0b3646c224ed .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b5db8b5f-c084-4089-8a98-d5844ab8bf6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5db8b5f-c084-4089-8a98-d5844ab8bf6e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a57cc243-5a1d-409e-9ed4-6fab746d89e0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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: #000;
border-style: solid;
border-radius: 4px;
max-width: 151px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
color: rgba(246, 246, 246, 1);
}
#s-a57cc243-5a1d-409e-9ed4-6fab746d89e0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(96, 96, 96, 1) !important;}#s-a57cc243-5a1d-409e-9ed4-6fab746d89e0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a57cc243-5a1d-409e-9ed4-6fab746d89e0-btn-wrapper {
    text-align: center;
  }


#s-a57cc243-5a1d-409e-9ed4-6fab746d89e0.shg-btn {
  color: rgba(246, 246, 246, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-c70be2dd-8741-4e8e-9f32-89e87c493cd8 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-c70be2dd-8741-4e8e-9f32-89e87c493cd8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-33a95c01-71c0-4c46-9873-ae175979e85e {
  background-image: url(https://i.shgcdn.com/10a86dfd-4daf-4b20-8a73-d86432537c0b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-33a95c01-71c0-4c46-9873-ae175979e85e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33a95c01-71c0-4c46-9873-ae175979e85e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-497c7109-64f8-4193-a7e6-8777c035c853"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bfc00bfd-2525-4013-b538-7991ec8b5558 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfc00bfd-2525-4013-b538-7991ec8b5558 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-56e279fa-bc5a-4b83-ad33-712e4bcf5d28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-56e279fa-bc5a-4b83-ad33-712e4bcf5d28 .shogun-heading-component h1 {
  color: rgba(221, 179, 104, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-6ca40705-4bfd-4dc3-a0ff-36c50e3614b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6ca40705-4bfd-4dc3-a0ff-36c50e3614b8 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-899cbf3d-a42c-4210-bb1b-a427cbf9adde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-899cbf3d-a42c-4210-bb1b-a427cbf9adde .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b9e1e1d6-bc4e-4d04-9843-1cb076c64308 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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: #000;
border-style: solid;
border-radius: 4px;
max-width: 150px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b9e1e1d6-bc4e-4d04-9843-1cb076c64308:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b9e1e1d6-bc4e-4d04-9843-1cb076c64308:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-b9e1e1d6-bc4e-4d04-9843-1cb076c64308-btn-wrapper {
    text-align: center;
  }


#s-b9e1e1d6-bc4e-4d04-9843-1cb076c64308.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-4fd24f33-4195-4581-8fd9-3b6d56fa99a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4fd24f33-4195-4581-8fd9-3b6d56fa99a7 .shogun-heading-component h1 {
  color: rgba(221, 179, 104, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-90fdce80-eee5-44ae-b247-6b70b2c7d0a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90fdce80-eee5-44ae-b247-6b70b2c7d0a4 .shogun-heading-component h1 {
  color: rgba(156, 151, 151, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-864e1d3d-e491-450f-af78-a6e55bad9208 {
  background-image: url(https://i.shgcdn.com/886d5d0e-271a-4d94-8d5c-7de83057bf97/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-864e1d3d-e491-450f-af78-a6e55bad9208 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-864e1d3d-e491-450f-af78-a6e55bad9208 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-864e1d3d-e491-450f-af78-a6e55bad9208 {
  display: none;
}
#s-864e1d3d-e491-450f-af78-a6e55bad9208, #wrap-s-864e1d3d-e491-450f-af78-a6e55bad9208 { display:none !important; }}@media (max-width: 767px){#s-864e1d3d-e491-450f-af78-a6e55bad9208 {
  display: none;
}
#s-864e1d3d-e491-450f-af78-a6e55bad9208, #wrap-s-864e1d3d-e491-450f-af78-a6e55bad9208 { display:none !important; }}







#s-864e1d3d-e491-450f-af78-a6e55bad9208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-864e1d3d-e491-450f-af78-a6e55bad9208 {
  cursor: pointer;
}#s-864e1d3d-e491-450f-af78-a6e55bad9208.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afa957e9-5011-484f-8cd8-a281f98eb9fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b9ed74d4-c1de-48fd-8103-883f4dab879f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9ed74d4-c1de-48fd-8103-883f4dab879f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-875dea73-0285-45fb-87f0-7a58f9c2d0e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-875dea73-0285-45fb-87f0-7a58f9c2d0e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 58px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



#s-dfbe1b75-6373-45d3-be5b-7bdc7665abef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-dfbe1b75-6373-45d3-be5b-7bdc7665abef .shogun-heading-component h1 {
  color: rgba(247, 181, 35, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 64px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-44e890f9-7c57-4db1-b19f-c52491b6b21f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44e890f9-7c57-4db1-b19f-c52491b6b21f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-960e828b-a3e6-4062-9081-1f7d0c7c4f74 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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: #000;
border-style: solid;
border-radius: 4px;
max-width: 150px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-960e828b-a3e6-4062-9081-1f7d0c7c4f74:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-960e828b-a3e6-4062-9081-1f7d0c7c4f74:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-960e828b-a3e6-4062-9081-1f7d0c7c4f74-btn-wrapper {
    text-align: center;
  }


#s-960e828b-a3e6-4062-9081-1f7d0c7c4f74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-202c5d8d-7338-4d5e-9bf2-12441b39d292 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-202c5d8d-7338-4d5e-9bf2-12441b39d292 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4baa81e0-a333-420d-9a05-fd2a6e512e72 {
  background-image: url(https://i.shgcdn.com/580deacf-b8ae-43a4-b0db-b4f5485c8604/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4baa81e0-a333-420d-9a05-fd2a6e512e72 {
  display: none;
}
#s-4baa81e0-a333-420d-9a05-fd2a6e512e72, #wrap-s-4baa81e0-a333-420d-9a05-fd2a6e512e72 { display:none !important; }}@media (max-width: 767px){#s-4baa81e0-a333-420d-9a05-fd2a6e512e72 {
  display: none;
}
#s-4baa81e0-a333-420d-9a05-fd2a6e512e72, #wrap-s-4baa81e0-a333-420d-9a05-fd2a6e512e72 { display:none !important; }}







#s-4baa81e0-a333-420d-9a05-fd2a6e512e72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4baa81e0-a333-420d-9a05-fd2a6e512e72 {
  cursor: pointer;
}#s-4baa81e0-a333-420d-9a05-fd2a6e512e72.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a67957a-dfb8-4945-b91e-2e2abc525d3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e66bcd52-51cb-4c00-8a92-e71fe44798f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e66bcd52-51cb-4c00-8a92-e71fe44798f0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-2c955e60-53a2-4a85-943c-ce674dbc17ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c955e60-53a2-4a85-943c-ce674dbc17ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-cfe639e0-7dcd-4fdc-a982-594e4b2275a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cfe639e0-7dcd-4fdc-a982-594e4b2275a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-10353b18-ffbd-4a09-8271-f7ab1a9b2059 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10353b18-ffbd-4a09-8271-f7ab1a9b2059 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5ea4573f-1222-4170-a29b-9c1cce80811a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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: #000;
border-style: solid;
border-radius: 4px;
max-width: 151px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
color: rgba(246, 246, 246, 1);
}
#s-5ea4573f-1222-4170-a29b-9c1cce80811a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(96, 96, 96, 1) !important;}#s-5ea4573f-1222-4170-a29b-9c1cce80811a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ea4573f-1222-4170-a29b-9c1cce80811a-btn-wrapper {
    text-align: center;
  }


#s-5ea4573f-1222-4170-a29b-9c1cce80811a.shg-btn {
  color: rgba(246, 246, 246, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-b5996189-6236-44ac-8e0f-b8087b703880 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5996189-6236-44ac-8e0f-b8087b703880 .shogun-heading-component h1 {
  color: rgba(234, 126, 25, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-130110e3-1c45-4581-a2ac-f43b284aa3b6 {
  background-image: url(https://i.shgcdn.com/1668a617-3eed-4aea-8bb3-db43e598b9e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-130110e3-1c45-4581-a2ac-f43b284aa3b6 {
  display: none;
}
#s-130110e3-1c45-4581-a2ac-f43b284aa3b6, #wrap-s-130110e3-1c45-4581-a2ac-f43b284aa3b6 { display:none !important; }}@media (max-width: 767px){#s-130110e3-1c45-4581-a2ac-f43b284aa3b6 {
  display: none;
}
#s-130110e3-1c45-4581-a2ac-f43b284aa3b6, #wrap-s-130110e3-1c45-4581-a2ac-f43b284aa3b6 { display:none !important; }}







#s-130110e3-1c45-4581-a2ac-f43b284aa3b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-130110e3-1c45-4581-a2ac-f43b284aa3b6 {
  cursor: pointer;
}#s-130110e3-1c45-4581-a2ac-f43b284aa3b6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d32cbba8-732c-4006-b3f1-2efe62ea27c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6a7d0db9-1f4c-402c-807c-7617612729f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a7d0db9-1f4c-402c-807c-7617612729f7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-f4b79c08-5da5-484a-b1a0-8d15a3a28640 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f4b79c08-5da5-484a-b1a0-8d15a3a28640 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-9cd34913-3e92-4eb1-9e5d-530cf9beb01b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9cd34913-3e92-4eb1-9e5d-530cf9beb01b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7ec1ead2-c9fe-4651-9d22-8e7ddb45527a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ec1ead2-c9fe-4651-9d22-8e7ddb45527a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-46455bb2-c815-4636-b09a-42584aa9bf3b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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: #000;
border-style: solid;
border-radius: 4px;
max-width: 151px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
color: rgba(255, 0, 0, 1);
}
#s-46455bb2-c815-4636-b09a-42584aa9bf3b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 0, 0, 1) !important;}#s-46455bb2-c815-4636-b09a-42584aa9bf3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46455bb2-c815-4636-b09a-42584aa9bf3b-btn-wrapper {
    text-align: center;
  }


#s-46455bb2-c815-4636-b09a-42584aa9bf3b.shg-btn {
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-49ec04af-b730-49b0-9722-456f67851e49 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-49ec04af-b730-49b0-9722-456f67851e49 .shogun-heading-component h1 {
  color: rgba(234, 126, 25, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8bbb322b-db5e-4191-ad9f-cab80a630766 {
  background-image: url(https://i.shgcdn.com/9dee209b-17bb-41b0-a9a2-39b9249cf5dd/-/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-8bbb322b-db5e-4191-ad9f-cab80a630766 {
  display: none;
}
#s-8bbb322b-db5e-4191-ad9f-cab80a630766, #wrap-s-8bbb322b-db5e-4191-ad9f-cab80a630766 { display:none !important; }}







#s-8bbb322b-db5e-4191-ad9f-cab80a630766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bbb322b-db5e-4191-ad9f-cab80a630766 {
  cursor: pointer;
}#s-8bbb322b-db5e-4191-ad9f-cab80a630766.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46f5c028-f1f4-49dd-9175-871a63808605"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-09841f69-c347-4cff-b2f9-dec0fe0a564a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09841f69-c347-4cff-b2f9-dec0fe0a564a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c773fae4-df5f-4f33-90a9-bd00a75058d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c773fae4-df5f-4f33-90a9-bd00a75058d7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-30ff3ea8-66ac-4526-9c88-81a47d424097 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30ff3ea8-66ac-4526-9c88-81a47d424097 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-18d9423a-e47e-4158-b954-be8ec1d80c62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18d9423a-e47e-4158-b954-be8ec1d80c62 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c7c7f34d-e3dc-42fe-ad64-9fde61dade6e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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: #000;
border-style: solid;
border-radius: 4px;
max-width: 180px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c7c7f34d-e3dc-42fe-ad64-9fde61dade6e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c7c7f34d-e3dc-42fe-ad64-9fde61dade6e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7c7f34d-e3dc-42fe-ad64-9fde61dade6e-btn-wrapper {
    text-align: center;
  }


#s-c7c7f34d-e3dc-42fe-ad64-9fde61dade6e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-e2fa773d-4ed6-494b-96af-692f007c5d1a {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e2fa773d-4ed6-494b-96af-692f007c5d1a .shogun-heading-component h1 {
  color: rgba(234, 126, 25, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fd474cb0-7999-4a25-961c-ac04a08001c9 {
  background-image: url(https://i.shgcdn.com/bd124178-fbb1-4884-9c35-1bbab2e7e582/-/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-fd474cb0-7999-4a25-961c-ac04a08001c9 {
  display: none;
}
#s-fd474cb0-7999-4a25-961c-ac04a08001c9, #wrap-s-fd474cb0-7999-4a25-961c-ac04a08001c9 { display:none !important; }}







#s-fd474cb0-7999-4a25-961c-ac04a08001c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd474cb0-7999-4a25-961c-ac04a08001c9 {
  cursor: pointer;
}#s-fd474cb0-7999-4a25-961c-ac04a08001c9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb795a0a-87b3-4ce0-925c-ba1b7254b53e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3db07e8-43ce-45d9-ab76-019e41426975 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3db07e8-43ce-45d9-ab76-019e41426975 .shogun-heading-component h1 {
  color: rgba(253, 32, 32, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 22px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-fc1ce0ff-c9df-4b6d-bf15-5b3009a5ee2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc1ce0ff-c9df-4b6d-bf15-5b3009a5ee2f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-751ed8b0-a308-4586-9225-8b32269c68a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-751ed8b0-a308-4586-9225-8b32269c68a6 .shogun-heading-component h1 {
  color: rgba(244, 218, 128, 1);
  font-weight:  100 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 68px;
  line-height: 0.5em;
  letter-spacing: 5px;
  text-align: center;
}



#s-b5b12c37-15c0-44f7-8549-b83f01d18860 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5b12c37-15c0-44f7-8549-b83f01d18860 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: ;
  text-align: center;
}



#s-139720cd-84d3-4125-ac38-35eeddcb0f15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-139720cd-84d3-4125-ac38-35eeddcb0f15 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dad698b2-2861-471c-b561-e865f4369cf6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-dad698b2-2861-471c-b561-e865f4369cf6:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-dad698b2-2861-471c-b561-e865f4369cf6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dad698b2-2861-471c-b561-e865f4369cf6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-12d62015-22f0-4199-8e08-4e99248235cf {
  background-image: url(https://i.shgcdn.com/9f0e3bc1-76b4-4aaa-b0a3-776802e05aff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-12d62015-22f0-4199-8e08-4e99248235cf {
  display: none;
}
#s-12d62015-22f0-4199-8e08-4e99248235cf, #wrap-s-12d62015-22f0-4199-8e08-4e99248235cf { display:none !important; }}







#s-12d62015-22f0-4199-8e08-4e99248235cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12d62015-22f0-4199-8e08-4e99248235cf {
  cursor: pointer;
}#s-12d62015-22f0-4199-8e08-4e99248235cf.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-a712fafd-8724-410e-867c-b6414a80a16c {
  margin-top: 324px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1.5em;
}
#s-a712fafd-8724-410e-867c-b6414a80a16c:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-a712fafd-8724-410e-867c-b6414a80a16c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a712fafd-8724-410e-867c-b6414a80a16c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-8f9dcd9a-ae4f-48b1-baf1-ec2e94d45afd {
  background-image: url(https://i.shgcdn.com/3a08a46d-8963-4c84-8e7d-6d23f4ae6375/-/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-8f9dcd9a-ae4f-48b1-baf1-ec2e94d45afd {
  display: none;
}
#s-8f9dcd9a-ae4f-48b1-baf1-ec2e94d45afd, #wrap-s-8f9dcd9a-ae4f-48b1-baf1-ec2e94d45afd { display:none !important; }}







#s-8f9dcd9a-ae4f-48b1-baf1-ec2e94d45afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f9dcd9a-ae4f-48b1-baf1-ec2e94d45afd {
  cursor: pointer;
}#s-8f9dcd9a-ae4f-48b1-baf1-ec2e94d45afd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-869102ac-57bc-4804-b535-1cf25f86641c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-15fc0891-7eae-4523-838c-3550ae4d8b8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}

#s-15fc0891-7eae-4523-838c-3550ae4d8b8e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-3628e71c-349b-4fb8-ba1a-08d06005e85d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}

#s-3628e71c-349b-4fb8-ba1a-08d06005e85d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 64px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-079f76d7-9d0c-4e1f-8983-c69f3117a804 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}

#s-079f76d7-9d0c-4e1f-8983-c69f3117a804 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c1516138-5036-497a-8751-382df5fcc8f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-c1516138-5036-497a-8751-382df5fcc8f9:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-c1516138-5036-497a-8751-382df5fcc8f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1516138-5036-497a-8751-382df5fcc8f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-8308a2e9-f79e-43df-bee9-87c5b0324a51 {
  background-image: url(https://i.shgcdn.com/6cc35bc3-0f44-4aa2-bea8-3f788507e4b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-8308a2e9-f79e-43df-bee9-87c5b0324a51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8308a2e9-f79e-43df-bee9-87c5b0324a51 {
  cursor: pointer;
}#s-8308a2e9-f79e-43df-bee9-87c5b0324a51.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-bce5e969-c524-415d-acb7-fc8786c863ee"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-a5abe044-14ee-408b-ba5a-085c56a9d531 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.3);
}

#s-a5abe044-14ee-408b-ba5a-085c56a9d531 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-db3aac29-23e1-4807-9e8c-ee157dea6d7b {
  background-color: rgba(0, 0, 0, 0.3);
}

#s-6dafff08-8e47-4519-a897-0f030983dae4 {
  background-color: rgba(0, 0, 0, 0.5);
}

#s-f5da5074-8312-4fdb-9a82-bdfe672d3b17 {
  background-color: rgba(0, 0, 0, 0.3);
}

#s-11f18dc9-636c-44a2-b384-b2a798a364aa {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-11f18dc9-636c-44a2-b384-b2a798a364aa:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-11f18dc9-636c-44a2-b384-b2a798a364aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11f18dc9-636c-44a2-b384-b2a798a364aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9 {
  background-image: url(https://i.shgcdn.com/b176fadc-8399-446f-809d-1f24261f8099/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9 {
  display: none;
}
#s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9, #wrap-s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9 { display:none !important; }}@media (max-width: 767px){#s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9 {
  display: none;
}
#s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9, #wrap-s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9 { display:none !important; }}







#s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9 {
  cursor: pointer;
}#s-73a57d19-64b6-46b5-b334-b7d6c01bcaf9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-f85d5cef-cfec-40c2-8461-dbd1f647efd2 {
  display: none;
}
#s-f85d5cef-cfec-40c2-8461-dbd1f647efd2, #wrap-s-f85d5cef-cfec-40c2-8461-dbd1f647efd2 { display:none !important; }}@media (max-width: 767px){#s-f85d5cef-cfec-40c2-8461-dbd1f647efd2 {
  display: none;
}
#s-f85d5cef-cfec-40c2-8461-dbd1f647efd2, #wrap-s-f85d5cef-cfec-40c2-8461-dbd1f647efd2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f85d5cef-cfec-40c2-8461-dbd1f647efd2"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-90c4ea3c-e31c-44fb-a09f-a8f134defa8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90c4ea3c-e31c-44fb-a09f-a8f134defa8a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



#s-1a0daa25-4212-4b32-b33a-41b17bfaafb7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f6cae105-1aa7-4c45-b3c2-eba10fb8c647 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6cae105-1aa7-4c45-b3c2-eba10fb8c647 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



#s-2a163c43-9045-4f82-ad8e-e9216558e78e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2a163c43-9045-4f82-ad8e-e9216558e78e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 40px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



#s-4217fd60-bc46-4072-bcf8-7eddce0b6a1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4217fd60-bc46-4072-bcf8-7eddce0b6a1d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7cfe66f4-ae47-4c07-8479-7a92fb53e260 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cfe66f4-ae47-4c07-8479-7a92fb53e260 .shogun-heading-component h1 {
  color: rgba(230, 36, 36, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c5c178a7-9b6b-43cb-879f-2064aadb3bd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-c5c178a7-9b6b-43cb-879f-2064aadb3bd1:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-c5c178a7-9b6b-43cb-879f-2064aadb3bd1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c5c178a7-9b6b-43cb-879f-2064aadb3bd1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-ffda7be6-684c-46b2-a9d9-7a59d1f44689 {
  background-image: url(https://i.shgcdn.com/0cb5cb48-dabb-4436-8ee8-02ba703bb2c8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-ffda7be6-684c-46b2-a9d9-7a59d1f44689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffda7be6-684c-46b2-a9d9-7a59d1f44689.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-17b826f9-fa95-4efa-94c5-b4f105a515fa {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-17b826f9-fa95-4efa-94c5-b4f105a515fa"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-c7de5b14-768a-4b4f-a701-f00e3a7fcd5c {
  margin-top: -1px;
margin-left: 0px;
margin-bottom: -1px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7de5b14-768a-4b4f-a701-f00e3a7fcd5c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-e2e4496e-5c21-4b21-9bcc-9f6012d9c3fb {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 0px;
}

#s-e2e4496e-5c21-4b21-9bcc-9f6012d9c3fb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-6869bc47-0b36-4aae-9619-6cdea2ba1059 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6869bc47-0b36-4aae-9619-6cdea2ba1059 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 68px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



#s-8f860a09-417f-4d40-8383-aa224c6dbc78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f860a09-417f-4d40-8383-aa224c6dbc78 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 44px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-a9543964-e448-45ba-a3a8-78049619a9c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9543964-e448-45ba-a3a8-78049619a9c0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-6047c416-93b5-4dbb-bb44-01ec7cc52348 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6047c416-93b5-4dbb-bb44-01ec7cc52348 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c911a747-f598-46d3-8bdf-ef413aecb0f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 120px;
height: 32px;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-c911a747-f598-46d3-8bdf-ef413aecb0f8:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-c911a747-f598-46d3-8bdf-ef413aecb0f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c911a747-f598-46d3-8bdf-ef413aecb0f8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-88d7302a-430b-4316-8292-dc2435c9743f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
background-image: url(https://i.shgcdn.com/28de30cc-6679-4180-a567-e2c10b0bb743/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-88d7302a-430b-4316-8292-dc2435c9743f {
  display: none;
}
#s-88d7302a-430b-4316-8292-dc2435c9743f, #wrap-s-88d7302a-430b-4316-8292-dc2435c9743f { display:none !important; }}@media (max-width: 767px){#s-88d7302a-430b-4316-8292-dc2435c9743f {
  display: none;
}
#s-88d7302a-430b-4316-8292-dc2435c9743f, #wrap-s-88d7302a-430b-4316-8292-dc2435c9743f { display:none !important; }}







#s-88d7302a-430b-4316-8292-dc2435c9743f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88d7302a-430b-4316-8292-dc2435c9743f {
  cursor: pointer;
}#s-88d7302a-430b-4316-8292-dc2435c9743f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-33308c2f-3d79-4b5c-8947-3ee53a84cc1f"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-feee0d68-d93d-4788-b4c1-dac613c2a0f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.2);
}

#s-feee0d68-d93d-4788-b4c1-dac613c2a0f3 .shogun-heading-component h1 {
  color: rgba(255, 51, 51, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65dde453-6c90-4cf5-952f-3436aee0e0d9 {
  background-color: rgba(0, 0, 0, 0.2);
}

#s-6fd16c1c-0f2c-4957-b326-fc551d0bdc2d {
  margin-bottom: 50px;
background-color: rgba(0, 0, 0, 0.2);
}

#s-2bedc49d-43b1-4ca6-9ff9-7fed34739709 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0.04);
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-bottom: 4px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-2bedc49d-43b1-4ca6-9ff9-7fed34739709:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-2bedc49d-43b1-4ca6-9ff9-7fed34739709:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2bedc49d-43b1-4ca6-9ff9-7fed34739709.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-84c7ae32-7de9-4c5a-847b-f155cc87ba4d {
  background-image: url(https://i.shgcdn.com/ecbf6735-9fe5-465d-aade-2ad4e6d2917f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-84c7ae32-7de9-4c5a-847b-f155cc87ba4d {
  display: none;
}
#s-84c7ae32-7de9-4c5a-847b-f155cc87ba4d, #wrap-s-84c7ae32-7de9-4c5a-847b-f155cc87ba4d { display:none !important; }}







#s-84c7ae32-7de9-4c5a-847b-f155cc87ba4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84c7ae32-7de9-4c5a-847b-f155cc87ba4d {
  cursor: pointer;
}#s-84c7ae32-7de9-4c5a-847b-f155cc87ba4d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d9a4813f-f67d-4934-a879-91fbea0184ee {
  padding-bottom: 0px;
}

#s-1c13f56b-c79d-4a6c-b171-defacf75e406 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c13f56b-c79d-4a6c-b171-defacf75e406 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-859ead7f-1ac7-41dd-bde5-e61562fb7726 {
  margin-bottom: 290px;
}

#s-b644ab99-a58b-47f9-9b2b-1bff544bf1e9 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-b644ab99-a58b-47f9-9b2b-1bff544bf1e9:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-b644ab99-a58b-47f9-9b2b-1bff544bf1e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b644ab99-a58b-47f9-9b2b-1bff544bf1e9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-bcdeff75-de82-4441-b163-93e46532ee03 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-beb92ad7-00bb-4f40-88df-dcf5dfb0fb18 {
  background-image: url(https://i.shgcdn.com/1c847aad-2710-4560-b5f5-f6b656b7ca75/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-beb92ad7-00bb-4f40-88df-dcf5dfb0fb18 {
  display: none;
}
#s-beb92ad7-00bb-4f40-88df-dcf5dfb0fb18, #wrap-s-beb92ad7-00bb-4f40-88df-dcf5dfb0fb18 { display:none !important; }}







#s-beb92ad7-00bb-4f40-88df-dcf5dfb0fb18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beb92ad7-00bb-4f40-88df-dcf5dfb0fb18 {
  cursor: pointer;
}#s-beb92ad7-00bb-4f40-88df-dcf5dfb0fb18.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16447d78-3470-4ddf-88ce-d2a9b4594af6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ef310721-70f6-48fb-904e-950aa93abe0c {
  margin-left: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef310721-70f6-48fb-904e-950aa93abe0c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e41b270-bd9f-4995-a72d-41d8ef01e27f {
  margin-left: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e41b270-bd9f-4995-a72d-41d8ef01e27f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-0fb3b4ae-a561-47ea-a50f-cdb273fac41e {
  margin-left: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fb3b4ae-a561-47ea-a50f-cdb273fac41e .shogun-heading-component h1 {
  color: rgba(211, 211, 211, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fe2befdb-7cde-416d-b95d-370c21a15ca8 {
  margin-left: 100px;
padding-bottom: 10px;
}

#s-af4f026c-fe7a-4e2e-8fa7-04e239d79b45 {
  margin-left: 100px;
}

#s-9140d9cd-e8fb-4458-8396-c2ec32ed0cc3 {
  background-image: url(https://i.shgcdn.com/b34db0d4-62de-4e29-9305-b2a261df7eee/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9140d9cd-e8fb-4458-8396-c2ec32ed0cc3 {
  
}
}@media (max-width: 767px){#s-9140d9cd-e8fb-4458-8396-c2ec32ed0cc3 {
  display: none;
}
#s-9140d9cd-e8fb-4458-8396-c2ec32ed0cc3, #wrap-s-9140d9cd-e8fb-4458-8396-c2ec32ed0cc3 { display:none !important; }}







#s-9140d9cd-e8fb-4458-8396-c2ec32ed0cc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9140d9cd-e8fb-4458-8396-c2ec32ed0cc3 {
  cursor: pointer;
}#s-9140d9cd-e8fb-4458-8396-c2ec32ed0cc3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2a7a866b-872c-4ba4-8a93-a93f868f291d {
  margin-right: 270px;
text-align: center;
}

#s-2a7a866b-872c-4ba4-8a93-a93f868f291d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ecdc0f7-62fc-4627-9dbf-658733808d7b {
  margin-right: 180px;
padding-top: 26px;
padding-bottom: 148px;
text-align: center;
}

#s-1ecdc0f7-62fc-4627-9dbf-658733808d7b .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6fa19fcd-61fd-4756-a808-82f02070295d {
  
}

#s-19155f65-012f-40f0-9f80-4ab0a344689e {
  margin-left: 20px;
}

#s-021da596-6f02-4f51-90cc-881beece8a8f {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-11fb7847-9611-4ac3-9f01-81b1ea6ad9e0 {
  background-image: url(https://i.shgcdn.com/4cab43ef-28ec-47ae-b56c-ecd412eaf9e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-11fb7847-9611-4ac3-9f01-81b1ea6ad9e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11fb7847-9611-4ac3-9f01-81b1ea6ad9e0 {
  cursor: pointer;
}#s-11fb7847-9611-4ac3-9f01-81b1ea6ad9e0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a698e19-898b-4b34-929f-3727e286ffd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8a897feb-90a2-4da3-979e-9fb13920d350 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.2);
}

#s-8a897feb-90a2-4da3-979e-9fb13920d350 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5da13dd5-36f0-4dd2-b9f2-59734ed544f2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.2);
}

#s-5da13dd5-36f0-4dd2-b9f2-59734ed544f2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:  italic ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2d5b0a69-af29-4a88-9fe7-5826253add4e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(0, 0, 0, 0.2);
}

#s-6e49e161-f9bc-4e67-bd8e-fe3845198047 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-6e49e161-f9bc-4e67-bd8e-fe3845198047:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-6e49e161-f9bc-4e67-bd8e-fe3845198047:active {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}


#s-6e49e161-f9bc-4e67-bd8e-fe3845198047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664 {
  background-image: url(https://i.shgcdn.com/06630f30-f8be-477b-90c0-637ce48e46ae/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664 {
  display: none;
}
#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664, #wrap-s-71dd0d6f-fd60-4392-86c2-a9d1ff217664 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664 {
  display: none;
}
#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664, #wrap-s-71dd0d6f-fd60-4392-86c2-a9d1ff217664 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664 {
  display: none;
}
#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664, #wrap-s-71dd0d6f-fd60-4392-86c2-a9d1ff217664 { display:none !important; }}







#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664 {
  cursor: pointer;
}#s-71dd0d6f-fd60-4392-86c2-a9d1ff217664.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a651bda3-94be-42c2-82e6-43727db5c15e {
  background-image: url(https://i.shgcdn.com/9f19883e-8a1f-46bd-8824-d2d0136d386c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a651bda3-94be-42c2-82e6-43727db5c15e {
  display: none;
}
#s-a651bda3-94be-42c2-82e6-43727db5c15e, #wrap-s-a651bda3-94be-42c2-82e6-43727db5c15e { display:none !important; }}@media (max-width: 767px){#s-a651bda3-94be-42c2-82e6-43727db5c15e {
  display: none;
}
#s-a651bda3-94be-42c2-82e6-43727db5c15e, #wrap-s-a651bda3-94be-42c2-82e6-43727db5c15e { display:none !important; }}







#s-a651bda3-94be-42c2-82e6-43727db5c15e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a651bda3-94be-42c2-82e6-43727db5c15e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7671566d-3e0f-44e8-a091-de9d33a2fda2 {
  margin-bottom: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-b515a848-b63a-4d55-99d0-c62b1f8d234d {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-b515a848-b63a-4d55-99d0-c62b1f8d234d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-1675d70c-4053-40f0-bc74-fe2fac8c4987 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6bdeeb3b-8fa9-4046-909b-1d8ae87900ed {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-6bdeeb3b-8fa9-4046-909b-1d8ae87900ed:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-6bdeeb3b-8fa9-4046-909b-1d8ae87900ed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6bdeeb3b-8fa9-4046-909b-1d8ae87900ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-cec6da83-9be2-431c-9dff-76196bb1b6d4 {
  background-image: url(https://i.shgcdn.com/c3a1d381-3f13-4229-a03f-010af54128ba/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-cec6da83-9be2-431c-9dff-76196bb1b6d4 {
  display: none;
}
#s-cec6da83-9be2-431c-9dff-76196bb1b6d4, #wrap-s-cec6da83-9be2-431c-9dff-76196bb1b6d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cec6da83-9be2-431c-9dff-76196bb1b6d4 {
  display: none;
}
#s-cec6da83-9be2-431c-9dff-76196bb1b6d4, #wrap-s-cec6da83-9be2-431c-9dff-76196bb1b6d4 { display:none !important; }}@media (max-width: 767px){#s-cec6da83-9be2-431c-9dff-76196bb1b6d4 {
  display: none;
}
#s-cec6da83-9be2-431c-9dff-76196bb1b6d4, #wrap-s-cec6da83-9be2-431c-9dff-76196bb1b6d4 { display:none !important; }}







#s-cec6da83-9be2-431c-9dff-76196bb1b6d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cec6da83-9be2-431c-9dff-76196bb1b6d4.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2dbfc941-daf0-4c19-ac2b-b7c851ca4a0d {
  padding-top: 200px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-2dbfc941-daf0-4c19-ac2b-b7c851ca4a0d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-33c1609c-6640-4117-99b3-e3f3c1d292e8 {
  padding-top: 0px;
padding-left: 5%;
padding-right: 50px;
text-align: left;
}

#s-33c1609c-6640-4117-99b3-e3f3c1d292e8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7581937b-d717-4ff7-92d6-e7e7be6590e0 {
  padding-top: 12px;
padding-left: 5%;
padding-bottom: 12px;
padding-right: 50%;
text-align: left;
}

#s-7581937b-d717-4ff7-92d6-e7e7be6590e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8d0088f4-260c-4a5e-818c-8a895fcdb4b0 {
  margin-left: 5%;
margin-right: 100%;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 130px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-8d0088f4-260c-4a5e-818c-8a895fcdb4b0:hover {background-color: rgba(205, 115, 37, 1) !important;
text-decoration: none !important;}#s-8d0088f4-260c-4a5e-818c-8a895fcdb4b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d0088f4-260c-4a5e-818c-8a895fcdb4b0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-997cd608-1d28-4bed-ad5a-5842597da9b2 {
  background-image: url(https://i.shgcdn.com/602c895e-f547-4476-a45b-7697c93fa096/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-997cd608-1d28-4bed-ad5a-5842597da9b2 {
  display: none;
}
#s-997cd608-1d28-4bed-ad5a-5842597da9b2, #wrap-s-997cd608-1d28-4bed-ad5a-5842597da9b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-997cd608-1d28-4bed-ad5a-5842597da9b2 {
  display: none;
}
#s-997cd608-1d28-4bed-ad5a-5842597da9b2, #wrap-s-997cd608-1d28-4bed-ad5a-5842597da9b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-997cd608-1d28-4bed-ad5a-5842597da9b2 {
  
}
}@media (max-width: 767px){#s-997cd608-1d28-4bed-ad5a-5842597da9b2 {
  
}
}







#s-997cd608-1d28-4bed-ad5a-5842597da9b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-997cd608-1d28-4bed-ad5a-5842597da9b2 {
  cursor: pointer;
}#s-997cd608-1d28-4bed-ad5a-5842597da9b2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b487d33-1367-4dab-bb92-4558e39c1b90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-25b56b1a-f146-4159-9829-5db9f4f94826 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-25b56b1a-f146-4159-9829-5db9f4f94826 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-6a4b3bec-8514-4548-b8d5-f04a430204ca {
  margin-bottom: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-e29249b9-5d82-4459-b635-0109f7c05d5f {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-e29249b9-5d82-4459-b635-0109f7c05d5f:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-e29249b9-5d82-4459-b635-0109f7c05d5f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e29249b9-5d82-4459-b635-0109f7c05d5f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-868f9d7d-9b90-4a4c-a8fe-90f7fda1878b {
  background-image: url(https://i.shgcdn.com/8d18c175-a6b9-4ae9-9f1b-4ad1558ec7bf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-868f9d7d-9b90-4a4c-a8fe-90f7fda1878b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-868f9d7d-9b90-4a4c-a8fe-90f7fda1878b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-757f28fe-3f22-4163-999d-d1971d3438ea {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-757f28fe-3f22-4163-999d-d1971d3438ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 80px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c21b78bd-a807-4c1b-ba35-39bb9ac659f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-c21b78bd-a807-4c1b-ba35-39bb9ac659f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-283fc9bd-3eff-4234-ae6e-095e36c90ba0 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 140px;
height: 35px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-283fc9bd-3eff-4234-ae6e-095e36c90ba0:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-283fc9bd-3eff-4234-ae6e-095e36c90ba0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-283fc9bd-3eff-4234-ae6e-095e36c90ba0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-4155bcc5-cb77-4ef3-b981-6ca1bce433c6 {
  background-image: url(https://i.shgcdn.com/188adf51-76e1-44d7-9258-51814a75e711/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-4155bcc5-cb77-4ef3-b981-6ca1bce433c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4155bcc5-cb77-4ef3-b981-6ca1bce433c6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e4487e59-2e8a-47e9-aede-013ace98705d {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-e4487e59-2e8a-47e9-aede-013ace98705d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 84px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d59a1109-f66d-41f2-bb69-e83682f68cf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d59a1109-f66d-41f2-bb69-e83682f68cf5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2cd88b7e-6c7f-41b4-a85c-8184ddb42f6e {
  margin-top: 40px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 140px;
height: 35px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-2cd88b7e-6c7f-41b4-a85c-8184ddb42f6e:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-2cd88b7e-6c7f-41b4-a85c-8184ddb42f6e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2cd88b7e-6c7f-41b4-a85c-8184ddb42f6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-aeb44098-1aaf-4047-81fc-82f7bdf8ceb3 {
  background-image: url(https://i.shgcdn.com/57538d8c-d81e-43f0-8bb8-9a9e800b2194/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-aeb44098-1aaf-4047-81fc-82f7bdf8ceb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeb44098-1aaf-4047-81fc-82f7bdf8ceb3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e29afaf5-a542-4ffc-a99f-b97d9d148356 {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-e29afaf5-a542-4ffc-a99f-b97d9d148356 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d0d76bc0-6e7a-40fd-8c9f-a7586f0a11d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0d76bc0-6e7a-40fd-8c9f-a7586f0a11d5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5430eff0-3cbc-4417-99bc-b1eeb8591bf1 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 140px;
height: 35px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-5430eff0-3cbc-4417-99bc-b1eeb8591bf1:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-5430eff0-3cbc-4417-99bc-b1eeb8591bf1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5430eff0-3cbc-4417-99bc-b1eeb8591bf1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-d93a78f6-cb17-4200-88b2-bca938af5dba {
  background-image: url(https://i.shgcdn.com/48c22ba4-f3ec-4264-8e11-8b608142af22/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d93a78f6-cb17-4200-88b2-bca938af5dba {
  display: none;
}
#s-d93a78f6-cb17-4200-88b2-bca938af5dba, #wrap-s-d93a78f6-cb17-4200-88b2-bca938af5dba { display:none !important; }}@media (max-width: 767px){#s-d93a78f6-cb17-4200-88b2-bca938af5dba {
  display: none;
}
#s-d93a78f6-cb17-4200-88b2-bca938af5dba, #wrap-s-d93a78f6-cb17-4200-88b2-bca938af5dba { display:none !important; }}







#s-d93a78f6-cb17-4200-88b2-bca938af5dba > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-d93a78f6-cb17-4200-88b2-bca938af5dba.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-82ec0d1a-376f-4465-a0c0-061737ff1f9e {
  margin-left: 10%;
}

@media (min-width: 0px) {
[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-82ec0d1a-376f-4465-a0c0-061737ff1f9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-3fa1d4ef-896c-4ec7-bb5b-cbf4d46f9a25 {
  margin-top: 80px;
margin-bottom: 15px;
opacity: 1;
background-color: rgba(247, 245, 245, 0);
}

#s-c7473292-0872-45e1-a70b-70066f9dfb3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7473292-0872-45e1-a70b-70066f9dfb3a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c881f34c-fae8-4e36-91da-0c4474225a39 {
  margin-top: -10px;
margin-left: 48%;
margin-right: 48%;
padding-top: px;
}

#s-c881f34c-fae8-4e36-91da-0c4474225a39 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 0, 0, 1);
}

#s-7d8296f5-6573-4844-b9d3-2faaa151404f {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-87be2513-3625-4ab2-a7f3-08c13a2237f5 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(255, 0, 0, 1);
text-decoration: none;
}
#s-87be2513-3625-4ab2-a7f3-08c13a2237f5:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-87be2513-3625-4ab2-a7f3-08c13a2237f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87be2513-3625-4ab2-a7f3-08c13a2237f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-f8165821-614e-4d6c-84d5-699213303784 {
  background-image: url(https://i.shgcdn.com/edcd8611-e023-4c8f-8502-f141bfb5343f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8165821-614e-4d6c-84d5-699213303784 {
  display: none;
}
#s-f8165821-614e-4d6c-84d5-699213303784, #wrap-s-f8165821-614e-4d6c-84d5-699213303784 { display:none !important; }}@media (max-width: 767px){#s-f8165821-614e-4d6c-84d5-699213303784 {
  display: none;
}
#s-f8165821-614e-4d6c-84d5-699213303784, #wrap-s-f8165821-614e-4d6c-84d5-699213303784 { display:none !important; }}







#s-f8165821-614e-4d6c-84d5-699213303784 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8165821-614e-4d6c-84d5-699213303784.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-1f3bddf8-1a99-4c0b-9d7f-8995079756fe {
  margin-top: 30px;
margin-left: -31px;
margin-bottom: -40px;
margin-right: 350px;
padding-left: 8%;
padding-right: 8%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f3bddf8-1a99-4c0b-9d7f-8995079756fe {
  display: none;
}
#s-1f3bddf8-1a99-4c0b-9d7f-8995079756fe, #wrap-s-1f3bddf8-1a99-4c0b-9d7f-8995079756fe { display:none !important; }}@media (max-width: 767px){#s-1f3bddf8-1a99-4c0b-9d7f-8995079756fe {
  display: none;
}
#s-1f3bddf8-1a99-4c0b-9d7f-8995079756fe, #wrap-s-1f3bddf8-1a99-4c0b-9d7f-8995079756fe { display:none !important; }}



  #s-1f3bddf8-1a99-4c0b-9d7f-8995079756fe img.shogun-image {
    
    width: px;
  }


#s-1f3bddf8-1a99-4c0b-9d7f-8995079756fe .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5edd0a30-b911-47f1-9a34-7ad64911bb60 {
  margin-left: 160px;
margin-bottom: 0px;
margin-right: 540px;
padding-left: 7%;
padding-right: 7%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5edd0a30-b911-47f1-9a34-7ad64911bb60 {
  display: none;
}
#s-5edd0a30-b911-47f1-9a34-7ad64911bb60, #wrap-s-5edd0a30-b911-47f1-9a34-7ad64911bb60 { display:none !important; }}@media (max-width: 767px){#s-5edd0a30-b911-47f1-9a34-7ad64911bb60 {
  display: none;
}
#s-5edd0a30-b911-47f1-9a34-7ad64911bb60, #wrap-s-5edd0a30-b911-47f1-9a34-7ad64911bb60 { display:none !important; }}



  #s-5edd0a30-b911-47f1-9a34-7ad64911bb60 img.shogun-image {
    
    width: px;
  }


#s-5edd0a30-b911-47f1-9a34-7ad64911bb60 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0c496731-2805-48ca-aa86-bb637016e7f2 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 110px;
margin-right: 370px;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-0c496731-2805-48ca-aa86-bb637016e7f2:hover {padding-top: 4px !important;
padding-left: 15px !important;
padding-bottom: 4px !important;
padding-right: 15px !important;
background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-0c496731-2805-48ca-aa86-bb637016e7f2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0c496731-2805-48ca-aa86-bb637016e7f2 {
  display: none;
}
#s-0c496731-2805-48ca-aa86-bb637016e7f2, #wrap-s-0c496731-2805-48ca-aa86-bb637016e7f2 { display:none !important; }}@media (max-width: 767px){#s-0c496731-2805-48ca-aa86-bb637016e7f2 {
  display: none;
}
#s-0c496731-2805-48ca-aa86-bb637016e7f2, #wrap-s-0c496731-2805-48ca-aa86-bb637016e7f2 { display:none !important; }}


#s-0c496731-2805-48ca-aa86-bb637016e7f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2 {
  background-image: url(https://i.shgcdn.com/acaaebf1-8ea6-4242-9b4e-a7a104b5e516/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2 {
  display: none;
}
#s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2, #wrap-s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2 { display:none !important; }}@media (max-width: 767px){#s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2 {
  display: none;
}
#s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2, #wrap-s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2 { display:none !important; }}







#s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b30ff5a-9770-46c5-adb8-c66d6b2fcac2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4a9f4771-6b16-4824-a9d5-4b05635df14e {
  margin-top: -100px;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a9f4771-6b16-4824-a9d5-4b05635df14e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-50b57cbc-5b52-44f1-8582-ad1589315bd0 {
  margin-top: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50b57cbc-5b52-44f1-8582-ad1589315bd0 .shogun-heading-component h1 {
  color: rgba(39, 42, 64, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-13fdd2e6-9c73-4e9d-9595-a1ffc730d1bf {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-13fdd2e6-9c73-4e9d-9595-a1ffc730d1bf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3d410b1-067e-4922-b1a7-6a62e2f4262d {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 63px;
text-align: center;
background-color: rgba(255, 255, 224, 1);
text-decoration: none;
}
#s-e3d410b1-067e-4922-b1a7-6a62e2f4262d:hover {background-color: rgba(255, 255, 224, 1) !important;
text-decoration: none !important;}#s-e3d410b1-067e-4922-b1a7-6a62e2f4262d:active {background-color: rgba(255, 255, 224, 1) !important;
text-decoration: none !important;}


#s-e3d410b1-067e-4922-b1a7-6a62e2f4262d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-442f6c39-9093-4a19-a84c-cf2fd86fe163 {
  margin-top: 70px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-442f6c39-9093-4a19-a84c-cf2fd86fe163:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-442f6c39-9093-4a19-a84c-cf2fd86fe163:active {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}


#s-442f6c39-9093-4a19-a84c-cf2fd86fe163.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-bdfa47f3-069f-4cf0-8f34-4dbc5630e6df {
  background-image: url(https://i.shgcdn.com/6b99193d-92c4-4462-b735-624b59e863a1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-bdfa47f3-069f-4cf0-8f34-4dbc5630e6df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfa47f3-069f-4cf0-8f34-4dbc5630e6df.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-649c41f3-8987-431f-8f26-a3a381127a12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-649c41f3-8987-431f-8f26-a3a381127a12 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 46px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9b7eee6d-67f1-4922-84ad-528abecc5fad {
  background-color: rgba(0, 0, 0, 0.61);
}

#s-5e3bc91d-4ddd-4aa5-b7e0-84daf8c0f928 {
  margin-left: auto;
margin-bottom: 350px;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 120px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-5e3bc91d-4ddd-4aa5-b7e0-84daf8c0f928:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-5e3bc91d-4ddd-4aa5-b7e0-84daf8c0f928:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e3bc91d-4ddd-4aa5-b7e0-84daf8c0f928.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-4ad2473b-7b14-4007-a266-68738bc51f89 {
  background-image: url(https://i.shgcdn.com/5afbff18-399e-4e9d-9167-9265e3a6d230/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ad2473b-7b14-4007-a266-68738bc51f89 {
  display: none;
}
#s-4ad2473b-7b14-4007-a266-68738bc51f89, #wrap-s-4ad2473b-7b14-4007-a266-68738bc51f89 { display:none !important; }}@media (max-width: 767px){#s-4ad2473b-7b14-4007-a266-68738bc51f89 {
  display: none;
}
#s-4ad2473b-7b14-4007-a266-68738bc51f89, #wrap-s-4ad2473b-7b14-4007-a266-68738bc51f89 { display:none !important; }}







#s-4ad2473b-7b14-4007-a266-68738bc51f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ad2473b-7b14-4007-a266-68738bc51f89.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7740dd2a-f070-451a-9c88-235bed61a0e0 {
  margin-left: -0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 650px;
min-height: 1px;
opacity: 1;
text-align: center;
}

#s-7740dd2a-f070-451a-9c88-235bed61a0e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-83316aa2-65b9-4093-b9b3-ecfb57ce0b44 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 490px;
text-align: center;
}

#s-83316aa2-65b9-4093-b9b3-ecfb57ce0b44 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: center;
}



#s-f00dadcb-3c45-46c5-aca2-a698161aacc2 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 100px;
margin-right: 760px;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 2px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-f00dadcb-3c45-46c5-aca2-a698161aacc2:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-f00dadcb-3c45-46c5-aca2-a698161aacc2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f00dadcb-3c45-46c5-aca2-a698161aacc2 {
  
}
}


#s-f00dadcb-3c45-46c5-aca2-a698161aacc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-e0be80be-351e-413b-a51f-651c1fb5da7d {
  background-image: url(https://i.shgcdn.com/00cfbb4c-3ae0-47d8-842f-8611351cf676/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-e0be80be-351e-413b-a51f-651c1fb5da7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0be80be-351e-413b-a51f-651c1fb5da7d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-63281730-c21e-463b-9c8b-2b2f8134a408 {
  padding-top: 55px;
padding-bottom: 10px;
text-align: center;
}

#s-63281730-c21e-463b-9c8b-2b2f8134a408 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 61px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dc18f4fe-87b9-46b0-b8c7-136743ce6941 {
  margin-top: -12px;
}

#s-e4527847-76af-40db-b537-05c0db23e4a8 {
  margin-top: 300px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 160px;
height: 50px;
text-align: center;
background-color: rgba(248, 59, 59, 1);
text-decoration: none;
}
#s-e4527847-76af-40db-b537-05c0db23e4a8:hover {background-color: rgba(255, 0, 0, 1) !important;
text-decoration: none !important;}#s-e4527847-76af-40db-b537-05c0db23e4a8:active {background-color: rgba(248, 59, 59, 1) !important;
text-decoration: none !important;}


#s-e4527847-76af-40db-b537-05c0db23e4a8.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-eeec63a0-99ac-47d3-9ac5-b8cb9b9bf4ba {
  background-image: url(https://i.shgcdn.com/c8ef0401-1082-41ad-83ab-5bb8fc415d30/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 100px;
padding-right: 100px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eeec63a0-99ac-47d3-9ac5-b8cb9b9bf4ba {
  display: none;
}
#s-eeec63a0-99ac-47d3-9ac5-b8cb9b9bf4ba, #wrap-s-eeec63a0-99ac-47d3-9ac5-b8cb9b9bf4ba { display:none !important; }}@media (max-width: 767px){#s-eeec63a0-99ac-47d3-9ac5-b8cb9b9bf4ba {
  display: none;
}
#s-eeec63a0-99ac-47d3-9ac5-b8cb9b9bf4ba, #wrap-s-eeec63a0-99ac-47d3-9ac5-b8cb9b9bf4ba { display:none !important; }}







#s-eeec63a0-99ac-47d3-9ac5-b8cb9b9bf4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeec63a0-99ac-47d3-9ac5-b8cb9b9bf4ba.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-664f91c4-035a-44b6-9138-bd2800d5baa0 {
  margin-top: 3px;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-664f91c4-035a-44b6-9138-bd2800d5baa0 {
  display: none;
}
#s-664f91c4-035a-44b6-9138-bd2800d5baa0, #wrap-s-664f91c4-035a-44b6-9138-bd2800d5baa0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-664f91c4-035a-44b6-9138-bd2800d5baa0 {
  display: none;
}
#s-664f91c4-035a-44b6-9138-bd2800d5baa0, #wrap-s-664f91c4-035a-44b6-9138-bd2800d5baa0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-664f91c4-035a-44b6-9138-bd2800d5baa0 {
  
}
}@media (max-width: 767px){#s-664f91c4-035a-44b6-9138-bd2800d5baa0 {
  
}
}
#s-664f91c4-035a-44b6-9138-bd2800d5baa0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-923bcabc-03bc-4cd6-9793-f33d967d8bae {
  margin-top: 3px;
padding-top: 200px;
padding-left: 60%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-923bcabc-03bc-4cd6-9793-f33d967d8bae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-923bcabc-03bc-4cd6-9793-f33d967d8bae {
  display: none;
}
#s-923bcabc-03bc-4cd6-9793-f33d967d8bae, #wrap-s-923bcabc-03bc-4cd6-9793-f33d967d8bae { display:none !important; }}@media (max-width: 767px){#s-923bcabc-03bc-4cd6-9793-f33d967d8bae {
  display: none;
}
#s-923bcabc-03bc-4cd6-9793-f33d967d8bae, #wrap-s-923bcabc-03bc-4cd6-9793-f33d967d8bae { display:none !important; }}
#s-923bcabc-03bc-4cd6-9793-f33d967d8bae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c41a1f48-49cc-47b9-83c1-0d6ea49ffcc5 {
  padding-top: 10px;
padding-left: 60%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c41a1f48-49cc-47b9-83c1-0d6ea49ffcc5 {
  display: none;
}
#s-c41a1f48-49cc-47b9-83c1-0d6ea49ffcc5, #wrap-s-c41a1f48-49cc-47b9-83c1-0d6ea49ffcc5 { display:none !important; }}@media (max-width: 767px){#s-c41a1f48-49cc-47b9-83c1-0d6ea49ffcc5 {
  display: none;
}
#s-c41a1f48-49cc-47b9-83c1-0d6ea49ffcc5, #wrap-s-c41a1f48-49cc-47b9-83c1-0d6ea49ffcc5 { display:none !important; }}
#s-c41a1f48-49cc-47b9-83c1-0d6ea49ffcc5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2c2d5413-f918-4334-8b30-16f31e75d099 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-2c2d5413-f918-4334-8b30-16f31e75d099 {
  display: none;
}
#s-2c2d5413-f918-4334-8b30-16f31e75d099, #wrap-s-2c2d5413-f918-4334-8b30-16f31e75d099 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c2d5413-f918-4334-8b30-16f31e75d099 {
  display: none;
}
#s-2c2d5413-f918-4334-8b30-16f31e75d099, #wrap-s-2c2d5413-f918-4334-8b30-16f31e75d099 { display:none !important; }}
#s-2c2d5413-f918-4334-8b30-16f31e75d099 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a373547b-a1cd-4df0-ab36-4668541657a2 {
  margin-top: 30px;
margin-left: 60%;
margin-right: auto;
padding-top: 4px;
padding-left: 1%;
padding-bottom: 4px;
padding-right: 1%;
border-radius: 4px;
width: 140px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-a373547b-a1cd-4df0-ab36-4668541657a2:hover {background-color: rgba(219, 52, 52, 1) !important;
text-decoration: none !important;}#s-a373547b-a1cd-4df0-ab36-4668541657a2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-a373547b-a1cd-4df0-ab36-4668541657a2 {
  display: none;
}
#s-a373547b-a1cd-4df0-ab36-4668541657a2, #wrap-s-a373547b-a1cd-4df0-ab36-4668541657a2 { display:none !important; }}@media (max-width: 767px){#s-a373547b-a1cd-4df0-ab36-4668541657a2 {
  display: none;
}
#s-a373547b-a1cd-4df0-ab36-4668541657a2, #wrap-s-a373547b-a1cd-4df0-ab36-4668541657a2 { display:none !important; }}


#s-a373547b-a1cd-4df0-ab36-4668541657a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}

#s-899ad2d2-a56b-4a4d-8a37-33b18d952898 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 1%;
padding-bottom: 4px;
padding-right: 1%;
border-radius: 4px;
width: 131px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-899ad2d2-a56b-4a4d-8a37-33b18d952898:hover {margin-left: 0% !important;
padding-left: 0% !important;
padding-right: 0% !important;
background-color: #3cb0fd !important;
text-decoration: none !important;}#s-899ad2d2-a56b-4a4d-8a37-33b18d952898:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-899ad2d2-a56b-4a4d-8a37-33b18d952898 {
  display: none;
}
#s-899ad2d2-a56b-4a4d-8a37-33b18d952898, #wrap-s-899ad2d2-a56b-4a4d-8a37-33b18d952898 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-899ad2d2-a56b-4a4d-8a37-33b18d952898 {
  display: none;
}
#s-899ad2d2-a56b-4a4d-8a37-33b18d952898, #wrap-s-899ad2d2-a56b-4a4d-8a37-33b18d952898 { display:none !important; }}


#s-899ad2d2-a56b-4a4d-8a37-33b18d952898.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}

#s-e303933c-01f1-40b5-92c7-5a3a8cba381f {
  background-image: url(https://i.shgcdn.com/95b6544b-61e2-46df-9806-8388ca252843/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-e303933c-01f1-40b5-92c7-5a3a8cba381f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e303933c-01f1-40b5-92c7-5a3a8cba381f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ff13dde8-9233-4bd5-b194-d628f31c0bd9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0.25);
}

#s-ff13dde8-9233-4bd5-b194-d628f31c0bd9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5cd0f8e0-90e6-4e63-bdc2-cd558367f43f {
  padding-top: 4px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: center;
background-color: rgba(0, 0, 0, 0.25);
}

#s-5cd0f8e0-90e6-4e63-bdc2-cd558367f43f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-263a1b57-34eb-4e72-9c87-c651779de3f6 {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-263a1b57-34eb-4e72-9c87-c651779de3f6:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-263a1b57-34eb-4e72-9c87-c651779de3f6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-263a1b57-34eb-4e72-9c87-c651779de3f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-4ceb9ea5-d724-4a89-a3cf-e54e004290b3 {
  background-image: url(https://i.shgcdn.com/08612f5c-80b7-4749-aac2-371ee5bddb66/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-4ceb9ea5-d724-4a89-a3cf-e54e004290b3 {
  display: none;
}
#s-4ceb9ea5-d724-4a89-a3cf-e54e004290b3, #wrap-s-4ceb9ea5-d724-4a89-a3cf-e54e004290b3 { display:none !important; }}







#s-4ceb9ea5-d724-4a89-a3cf-e54e004290b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ceb9ea5-d724-4a89-a3cf-e54e004290b3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-08907590-dcc8-48a1-b386-cad129429e97 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: -0px;
margin-right: 100px;
padding-top: 200px;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}

#s-08907590-dcc8-48a1-b386-cad129429e97 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-692a88de-94b8-4c0c-8cf3-efb77b3476de {
  margin-top: 0px;
margin-bottom: 15px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}

#s-692a88de-94b8-4c0c-8cf3-efb77b3476de .shogun-heading-component h2 {
  color: rgba(253, 253, 250, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-76efbd93-f009-42bd-aa71-b71c76753dfb {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-76efbd93-f009-42bd-aa71-b71c76753dfb {
  display: none;
}
#s-76efbd93-f009-42bd-aa71-b71c76753dfb, #wrap-s-76efbd93-f009-42bd-aa71-b71c76753dfb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76efbd93-f009-42bd-aa71-b71c76753dfb {
  display: none;
}
#s-76efbd93-f009-42bd-aa71-b71c76753dfb, #wrap-s-76efbd93-f009-42bd-aa71-b71c76753dfb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76efbd93-f009-42bd-aa71-b71c76753dfb {
  display: none;
}
#s-76efbd93-f009-42bd-aa71-b71c76753dfb, #wrap-s-76efbd93-f009-42bd-aa71-b71c76753dfb { display:none !important; }}@media (max-width: 767px){#s-76efbd93-f009-42bd-aa71-b71c76753dfb {
  
}
}
#s-76efbd93-f009-42bd-aa71-b71c76753dfb .shogun-heading-component h1 {
  color: rgba(228, 220, 154, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6f1c0b93-405e-417e-b7e0-06179462fc3a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 20px;
padding-bottom: 4px;
padding-right: 20px;
border-radius: 4px;
width: 150px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-6f1c0b93-405e-417e-b7e0-06179462fc3a:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-6f1c0b93-405e-417e-b7e0-06179462fc3a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6f1c0b93-405e-417e-b7e0-06179462fc3a {
  display: none;
}
#s-6f1c0b93-405e-417e-b7e0-06179462fc3a, #wrap-s-6f1c0b93-405e-417e-b7e0-06179462fc3a { display:none !important; }}


#s-6f1c0b93-405e-417e-b7e0-06179462fc3a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8 {
  background-image: url(https://i.shgcdn.com/2974dc2c-7dca-458e-b2fa-cb592b7b941d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8 {
  display: none;
}
#s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8, #wrap-s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8 {
  display: none;
}
#s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8, #wrap-s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8 {
  display: none;
}
#s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8, #wrap-s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8 { display:none !important; }}







#s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb64625-0ca6-4047-9ab8-d4ad287f0fd8.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ddfd41df-3494-4ed7-84f3-3ed8dfd1edcc {
  padding-top: 20px;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-ddfd41df-3494-4ed7-84f3-3ed8dfd1edcc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ddfd41df-3494-4ed7-84f3-3ed8dfd1edcc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ddfd41df-3494-4ed7-84f3-3ed8dfd1edcc {
  
}
}@media (max-width: 767px){#s-ddfd41df-3494-4ed7-84f3-3ed8dfd1edcc {
  
}
}
#s-ddfd41df-3494-4ed7-84f3-3ed8dfd1edcc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7143a9e2-def7-4c91-a040-ebabe0e15c93 {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7143a9e2-def7-4c91-a040-ebabe0e15c93 .shogun-heading-component h2 {
  color: rgba(247, 247, 245, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d2852477-76f4-4e41-95a2-d43fc061fa26 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-d2852477-76f4-4e41-95a2-d43fc061fa26:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-d2852477-76f4-4e41-95a2-d43fc061fa26:active {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}


#s-d2852477-76f4-4e41-95a2-d43fc061fa26.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-25816fb1-1d4f-4d56-9502-b163e16292a9 {
  background-image: url(https://i.shgcdn.com/f41cd9d7-f1d3-4dbe-be5d-14e54bc764df/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-25816fb1-1d4f-4d56-9502-b163e16292a9 {
  display: none;
}
#s-25816fb1-1d4f-4d56-9502-b163e16292a9, #wrap-s-25816fb1-1d4f-4d56-9502-b163e16292a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25816fb1-1d4f-4d56-9502-b163e16292a9 {
  display: none;
}
#s-25816fb1-1d4f-4d56-9502-b163e16292a9, #wrap-s-25816fb1-1d4f-4d56-9502-b163e16292a9 { display:none !important; }}@media (max-width: 767px){#s-25816fb1-1d4f-4d56-9502-b163e16292a9 {
  display: none;
}
#s-25816fb1-1d4f-4d56-9502-b163e16292a9, #wrap-s-25816fb1-1d4f-4d56-9502-b163e16292a9 { display:none !important; }}







#s-25816fb1-1d4f-4d56-9502-b163e16292a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25816fb1-1d4f-4d56-9502-b163e16292a9 {
  cursor: pointer;
}#s-25816fb1-1d4f-4d56-9502-b163e16292a9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-53887db7-b561-4b55-9703-e9b95a3b18ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dcd01a30-e5f6-494b-b4c0-3739fd957f8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcd01a30-e5f6-494b-b4c0-3739fd957f8a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-55272257-2c25-4a75-bd79-111715f0cc21 {
  margin-top: -50px;
margin-bottom: 26px;
}

#s-5db98538-8782-4228-9590-885382738d0a {
  margin-top: -60px;
margin-bottom: 6px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-9beabf56-70ab-4c95-83ef-f56ee3e2f1dd {
  margin-top: -46px;
margin-bottom: 2px;
}

#s-0401b87e-e7a0-4dc3-b5d2-79e867fda61c {
  border-style: solid;
margin-top: 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: #000;
border-style: solid;
border-radius: 5px;
max-width: 150px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-0401b87e-e7a0-4dc3-b5d2-79e867fda61c:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-0401b87e-e7a0-4dc3-b5d2-79e867fda61c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0401b87e-e7a0-4dc3-b5d2-79e867fda61c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-565cb8a2-2bd1-4058-b1d1-59146a23a5b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-565cb8a2-2bd1-4058-b1d1-59146a23a5b4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b {
  background-image: url(https://i.shgcdn.com/edcc588c-d9ba-4219-9ff1-625bcc40a5af/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b {
  display: none;
}
#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b, #wrap-s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b {
  display: none;
}
#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b, #wrap-s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b { display:none !important; }}@media (max-width: 767px){#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b {
  display: none;
}
#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b, #wrap-s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b { display:none !important; }}







#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b {
  cursor: pointer;
}#s-6b3b3264-9add-4f70-80a2-2f44f7e73d7b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158 {
  background-image: url(https://i.shgcdn.com/e84cc108-f912-4374-98e8-86a495132c46/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158 {
  display: none;
}
#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158, #wrap-s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158 {
  display: none;
}
#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158, #wrap-s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158 { display:none !important; }}@media (max-width: 767px){#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158 {
  display: none;
}
#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158, #wrap-s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158 { display:none !important; }}







#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158 {
  cursor: pointer;
}#s-d7dc8b55-bcc5-4fc5-8096-ad71fca5a158.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9139ee04-397b-43e4-ab64-589c8fd064f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-baa79de7-af7f-4fee-8dd8-6c2a88dc736e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-baa79de7-af7f-4fee-8dd8-6c2a88dc736e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-59f498c8-0c3c-439e-aa89-ddd098fd4aaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59f498c8-0c3c-439e-aa89-ddd098fd4aaa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-8400cd58-b837-4c71-a4d2-a19c9aeb5969 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8400cd58-b837-4c71-a4d2-a19c9aeb5969 .shogun-heading-component h1 {
  color: rgba(224, 208, 43, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-97385dcf-f0b3-44cf-913b-24ddbebadaa1 {
  border-style: solid;
margin-bottom: 180px;
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: #000;
border-style: solid;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-97385dcf-f0b3-44cf-913b-24ddbebadaa1:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-97385dcf-f0b3-44cf-913b-24ddbebadaa1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97385dcf-f0b3-44cf-913b-24ddbebadaa1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e {
  background-image: url(https://i.shgcdn.com/bebe1db1-5cee-48bc-bbc1-05bf0ed1f0ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e {
  display: none;
}
#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e, #wrap-s-7bce7c83-1c98-4779-aab1-ebc7980cb84e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e {
  display: none;
}
#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e, #wrap-s-7bce7c83-1c98-4779-aab1-ebc7980cb84e { display:none !important; }}@media (max-width: 767px){#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e {
  display: none;
}
#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e, #wrap-s-7bce7c83-1c98-4779-aab1-ebc7980cb84e { display:none !important; }}







#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e {
  cursor: pointer;
}#s-7bce7c83-1c98-4779-aab1-ebc7980cb84e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dfa33114-a001-4c7f-88b6-d8f64c4cc9bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-76e733e1-f93a-4b54-9a99-43aace0c2a44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76e733e1-f93a-4b54-9a99-43aace0c2a44 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5712a40-b1e5-44ff-897c-ae854f34f16a {
  border-style: solid;
margin-top: 30px;
margin-bottom: 100px;
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: #000;
border-style: solid;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-f5712a40-b1e5-44ff-897c-ae854f34f16a:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-f5712a40-b1e5-44ff-897c-ae854f34f16a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5712a40-b1e5-44ff-897c-ae854f34f16a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-71a60438-74f3-4762-abb7-6f3149278248 {
  background-image: url(https://i.shgcdn.com/e4cd1cd9-a391-4088-b119-548cb402208a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-71a60438-74f3-4762-abb7-6f3149278248 {
  display: none;
}
#s-71a60438-74f3-4762-abb7-6f3149278248, #wrap-s-71a60438-74f3-4762-abb7-6f3149278248 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71a60438-74f3-4762-abb7-6f3149278248 {
  display: none;
}
#s-71a60438-74f3-4762-abb7-6f3149278248, #wrap-s-71a60438-74f3-4762-abb7-6f3149278248 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71a60438-74f3-4762-abb7-6f3149278248 {
  display: none;
}
#s-71a60438-74f3-4762-abb7-6f3149278248, #wrap-s-71a60438-74f3-4762-abb7-6f3149278248 { display:none !important; }}







#s-71a60438-74f3-4762-abb7-6f3149278248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a60438-74f3-4762-abb7-6f3149278248.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e0caddb7-26cc-43e0-852b-15d94f87db98 {
  margin-top: 30px;
margin-left: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e0caddb7-26cc-43e0-852b-15d94f87db98 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9d0c59a4-0acf-4fc6-a38f-19352f7a7fbc {
  margin-left: 30px;
text-align: left;
}

#s-9d0c59a4-0acf-4fc6-a38f-19352f7a7fbc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6805fa06-de4a-46c4-b020-5bdca6ae429d {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6805fa06-de4a-46c4-b020-5bdca6ae429d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ea3a58fa-73fe-42ef-a953-76a84b525e99 {
  border-style: solid;
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: #000;
border-style: solid;
border-radius: 5px;
max-width: 150px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-ea3a58fa-73fe-42ef-a953-76a84b525e99:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-ea3a58fa-73fe-42ef-a953-76a84b525e99:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ea3a58fa-73fe-42ef-a953-76a84b525e99.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-823656ba-8328-4958-93bb-5a309790bd5e {
  margin-bottom: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-823656ba-8328-4958-93bb-5a309790bd5e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f2e94962-b69e-40ed-a8d6-12db6ea03b52 {
  text-align: center;
}

#s-f2e94962-b69e-40ed-a8d6-12db6ea03b52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a {
  background-image: url(https://i.shgcdn.com/7271e99f-0338-4692-8178-9e09cd59fa4d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: undefined center;
}
@media (min-width: 1200px){#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a {
  display: none;
}
#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a, #wrap-s-cf7fe5d8-e33b-4320-b163-3f007dd2178a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a {
  display: none;
}
#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a, #wrap-s-cf7fe5d8-e33b-4320-b163-3f007dd2178a { display:none !important; }}@media (max-width: 767px){#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a {
  display: none;
}
#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a, #wrap-s-cf7fe5d8-e33b-4320-b163-3f007dd2178a { display:none !important; }}







#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a {
  cursor: pointer;
}#s-cf7fe5d8-e33b-4320-b163-3f007dd2178a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ff145bc-8b19-4eca-a816-f80ca15ce797"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c7e60ae7-918c-4aae-a8f5-7e96d9204514 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7e60ae7-918c-4aae-a8f5-7e96d9204514 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



#s-b5fc6040-be9a-4f54-a466-6d31165c4d78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5fc6040-be9a-4f54-a466-6d31165c4d78 .shogun-heading-component h1 {
  color: rgba(247, 181, 35, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



#s-e337ab8b-dc69-442a-ae0f-5849662282af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e337ab8b-dc69-442a-ae0f-5849662282af .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-f6baef63-820b-4881-a0b7-fcf00bc4bbc7 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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: #000;
border-style: solid;
border-radius: 4px;
max-width: 150px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f6baef63-820b-4881-a0b7-fcf00bc4bbc7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-f6baef63-820b-4881-a0b7-fcf00bc4bbc7:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-f6baef63-820b-4881-a0b7-fcf00bc4bbc7-btn-wrapper {
    text-align: center;
  }


#s-f6baef63-820b-4881-a0b7-fcf00bc4bbc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-f49dcede-2246-4f2f-b7d0-0259654f6065 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f49dcede-2246-4f2f-b7d0-0259654f6065 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2ab598c8-5fac-467b-b22b-500ef3c41627 {
  background-image: url(https://i.shgcdn.com/185ce11c-9745-4bf9-ba0c-58fd5c432587/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-2ab598c8-5fac-467b-b22b-500ef3c41627 {
  display: none;
}
#s-2ab598c8-5fac-467b-b22b-500ef3c41627, #wrap-s-2ab598c8-5fac-467b-b22b-500ef3c41627 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ab598c8-5fac-467b-b22b-500ef3c41627 {
  display: none;
}
#s-2ab598c8-5fac-467b-b22b-500ef3c41627, #wrap-s-2ab598c8-5fac-467b-b22b-500ef3c41627 { display:none !important; }}@media (max-width: 767px){#s-2ab598c8-5fac-467b-b22b-500ef3c41627 {
  display: none;
}
#s-2ab598c8-5fac-467b-b22b-500ef3c41627, #wrap-s-2ab598c8-5fac-467b-b22b-500ef3c41627 { display:none !important; }}







#s-2ab598c8-5fac-467b-b22b-500ef3c41627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab598c8-5fac-467b-b22b-500ef3c41627 {
  cursor: pointer;
}#s-2ab598c8-5fac-467b-b22b-500ef3c41627.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c571e00-dc75-4fbf-83cc-1b071c2b52b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b748bf6d-86f7-4b18-92fd-2b18ae0d91bb {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-b748bf6d-86f7-4b18-92fd-2b18ae0d91bb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 80px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d067e450-99b2-458b-b033-ee9d6b38e28f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-d067e450-99b2-458b-b033-ee9d6b38e28f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a413381c-7fab-4f86-b406-ee0f64db2205 {
  border-style: solid;
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: #000;
border-style: solid;
border-radius: 5px;
max-width: 151px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-a413381c-7fab-4f86-b406-ee0f64db2205:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-a413381c-7fab-4f86-b406-ee0f64db2205:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a413381c-7fab-4f86-b406-ee0f64db2205-btn-wrapper {
    text-align: center;
  }


#s-a413381c-7fab-4f86-b406-ee0f64db2205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-494f8e6b-d013-4056-b549-055191fb4c2f {
  margin-bottom: 240px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-494f8e6b-d013-4056-b549-055191fb4c2f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738 {
  background-image: url(https://i.shgcdn.com/fc41fd87-3bd8-457f-9bf8-8dd55df39ca9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738 {
  display: none;
}
#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738, #wrap-s-e4be7ff9-e631-4cd3-997f-7852bc5f2738 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738 {
  display: none;
}
#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738, #wrap-s-e4be7ff9-e631-4cd3-997f-7852bc5f2738 { display:none !important; }}@media (max-width: 767px){#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738 {
  display: none;
}
#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738, #wrap-s-e4be7ff9-e631-4cd3-997f-7852bc5f2738 { display:none !important; }}







#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738 {
  cursor: pointer;
}#s-e4be7ff9-e631-4cd3-997f-7852bc5f2738.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d4562993-06a1-4414-a799-da5eda2241fb {
  margin-top: 30px;
margin-left: 130px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d4562993-06a1-4414-a799-da5eda2241fb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-388180d0-5694-4ed7-842a-d9990069bca6 {
  margin-left: 130px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-388180d0-5694-4ed7-842a-d9990069bca6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-e60b879e-1557-429c-965e-74a9eda879be {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 130px;
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: #000;
border-style: solid;
border-radius: 4px;
max-width: 151px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
color: rgba(255, 0, 0, 1);
}
#s-e60b879e-1557-429c-965e-74a9eda879be:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 0, 0, 1) !important;}#s-e60b879e-1557-429c-965e-74a9eda879be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e60b879e-1557-429c-965e-74a9eda879be-btn-wrapper {
    text-align: center;
  }


#s-e60b879e-1557-429c-965e-74a9eda879be.shg-btn {
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-163fc240-20c2-4661-8771-2aaadaf1e895 {
  margin-bottom: 240px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-163fc240-20c2-4661-8771-2aaadaf1e895 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c {
  background-image: url(https://i.shgcdn.com/82f3963b-0f97-4e98-b585-7491e11a9061/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c {
  display: none;
}
#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c, #wrap-s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c {
  display: none;
}
#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c, #wrap-s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c {
  display: none;
}
#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c, #wrap-s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c { display:none !important; }}







#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c {
  cursor: pointer;
}#s-e5e8691c-aacb-4113-aabe-d90b6a9bae9c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-080861a3-0a52-4159-b9dd-86b63631a737 {
  margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-080861a3-0a52-4159-b9dd-86b63631a737 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-97c8c720-d2b1-46a9-ba47-e1c95c6e6e43 {
  margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97c8c720-d2b1-46a9-ba47-e1c95c6e6e43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-1abc3e82-9413-48c1-b7c6-d076d4a8ba2c {
  margin-top: -8px;
margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1abc3e82-9413-48c1-b7c6-d076d4a8ba2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-cc29e2e5-c4ec-4b9c-9973-25e5cfcf74c0 {
  border-style: solid;
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: #000;
border-style: solid;
border-radius: 5px;
max-width: 180px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-cc29e2e5-c4ec-4b9c-9973-25e5cfcf74c0:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-cc29e2e5-c4ec-4b9c-9973-25e5cfcf74c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cc29e2e5-c4ec-4b9c-9973-25e5cfcf74c0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-0ddaed20-6d15-4de2-bc46-0bfda215f30a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0ddaed20-6d15-4de2-bc46-0bfda215f30a {
  display: none;
}
#s-0ddaed20-6d15-4de2-bc46-0bfda215f30a, #wrap-s-0ddaed20-6d15-4de2-bc46-0bfda215f30a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ddaed20-6d15-4de2-bc46-0bfda215f30a {
  display: none;
}
#s-0ddaed20-6d15-4de2-bc46-0bfda215f30a, #wrap-s-0ddaed20-6d15-4de2-bc46-0bfda215f30a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ddaed20-6d15-4de2-bc46-0bfda215f30a {
  display: none;
}
#s-0ddaed20-6d15-4de2-bc46-0bfda215f30a, #wrap-s-0ddaed20-6d15-4de2-bc46-0bfda215f30a { display:none !important; }}







#s-0ddaed20-6d15-4de2-bc46-0bfda215f30a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ddaed20-6d15-4de2-bc46-0bfda215f30a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ea43001d-353f-426d-b1c1-7b80cbd37103 {
  background-image: url(https://i.shgcdn.com/49fb8e67-1b35-489e-ab94-82f62b676751/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-ea43001d-353f-426d-b1c1-7b80cbd37103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea43001d-353f-426d-b1c1-7b80cbd37103 {
  cursor: pointer;
}#s-ea43001d-353f-426d-b1c1-7b80cbd37103.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-958120df-fcf8-4fb7-9f98-f5652e550d9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-958120df-fcf8-4fb7-9f98-f5652e550d9b .shogun-heading-component h1 {
  color: rgba(253, 32, 32, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 21px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-b3f0b475-1484-4ffd-8baf-b4d8809357ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3f0b475-1484-4ffd-8baf-b4d8809357ed .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 30px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-20f6bc9a-84d6-4f73-aebc-60e5ead755ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20f6bc9a-84d6-4f73-aebc-60e5ead755ef .shogun-heading-component h1 {
  color: rgba(244, 218, 128, 1);
  font-weight:  100 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: 4px;
  text-align: center;
}



#s-7fbcc0db-7df6-4edf-91df-7ada8514f631 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fbcc0db-7df6-4edf-91df-7ada8514f631 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-d925646a-d420-40a3-8b1f-6e6142b36df8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d925646a-d420-40a3-8b1f-6e6142b36df8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-638f88b1-9b57-468a-8db3-ebc3e2375e21 {
  margin-top: 30px;
margin-bottom: 82px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-638f88b1-9b57-468a-8db3-ebc3e2375e21 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-c2a0c98d-29db-4909-895c-e4a08bb83658 {
  border-style: solid;
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: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-c2a0c98d-29db-4909-895c-e4a08bb83658:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-c2a0c98d-29db-4909-895c-e4a08bb83658:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c2a0c98d-29db-4909-895c-e4a08bb83658.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-af71803c-4587-4af9-8dfd-cc7c290671ea {
  background-image: url(https://i.shgcdn.com/0360d9f0-a643-4710-a490-42e68e3e2b5e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-af71803c-4587-4af9-8dfd-cc7c290671ea {
  display: none;
}
#s-af71803c-4587-4af9-8dfd-cc7c290671ea, #wrap-s-af71803c-4587-4af9-8dfd-cc7c290671ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af71803c-4587-4af9-8dfd-cc7c290671ea {
  display: none;
}
#s-af71803c-4587-4af9-8dfd-cc7c290671ea, #wrap-s-af71803c-4587-4af9-8dfd-cc7c290671ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af71803c-4587-4af9-8dfd-cc7c290671ea {
  display: none;
}
#s-af71803c-4587-4af9-8dfd-cc7c290671ea, #wrap-s-af71803c-4587-4af9-8dfd-cc7c290671ea { display:none !important; }}







#s-af71803c-4587-4af9-8dfd-cc7c290671ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af71803c-4587-4af9-8dfd-cc7c290671ea {
  cursor: pointer;
}#s-af71803c-4587-4af9-8dfd-cc7c290671ea.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-676caba6-7d0a-4a9e-a76f-92b2a678f638 {
  margin-top: 320px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-676caba6-7d0a-4a9e-a76f-92b2a678f638:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-676caba6-7d0a-4a9e-a76f-92b2a678f638:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-676caba6-7d0a-4a9e-a76f-92b2a678f638.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-64f86f43-307a-4d10-87c2-54beb37429ff {
  background-image: url(https://i.shgcdn.com/72a4c273-5139-4341-b092-eaf5aca60016/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-64f86f43-307a-4d10-87c2-54beb37429ff {
  display: none;
}
#s-64f86f43-307a-4d10-87c2-54beb37429ff, #wrap-s-64f86f43-307a-4d10-87c2-54beb37429ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64f86f43-307a-4d10-87c2-54beb37429ff {
  display: none;
}
#s-64f86f43-307a-4d10-87c2-54beb37429ff, #wrap-s-64f86f43-307a-4d10-87c2-54beb37429ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64f86f43-307a-4d10-87c2-54beb37429ff {
  display: none;
}
#s-64f86f43-307a-4d10-87c2-54beb37429ff, #wrap-s-64f86f43-307a-4d10-87c2-54beb37429ff { display:none !important; }}







#s-64f86f43-307a-4d10-87c2-54beb37429ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64f86f43-307a-4d10-87c2-54beb37429ff {
  cursor: pointer;
}#s-64f86f43-307a-4d10-87c2-54beb37429ff.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-56ae4ec2-7c69-46c4-8240-d70cc98b431c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}

#s-56ae4ec2-7c69-46c4-8240-d70cc98b431c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-e9c22a71-e921-46bc-9af3-bf02a46dd717 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}

#s-e9c22a71-e921-46bc-9af3-bf02a46dd717 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 54px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-efdac7b3-8f49-41bf-9de2-a1e50e191449 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}

#s-efdac7b3-8f49-41bf-9de2-a1e50e191449 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c408cb1c-e8bb-413f-828b-7c148a7f3c44 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-c408cb1c-e8bb-413f-828b-7c148a7f3c44:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-c408cb1c-e8bb-413f-828b-7c148a7f3c44:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c408cb1c-e8bb-413f-828b-7c148a7f3c44.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-0ab59f47-09d2-482a-8a06-f333c4c53587 {
  margin-bottom: 160px;
}

#s-8238bb50-a786-4359-9e1d-e523c78ffab8 {
  background-image: url(https://i.shgcdn.com/a618a691-f0fb-482a-9e3c-2da538e6b0c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 900px;
background-position: center center;
}
@media (min-width: 1200px){#s-8238bb50-a786-4359-9e1d-e523c78ffab8 {
  display: none;
}
#s-8238bb50-a786-4359-9e1d-e523c78ffab8, #wrap-s-8238bb50-a786-4359-9e1d-e523c78ffab8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8238bb50-a786-4359-9e1d-e523c78ffab8 {
  display: none;
}
#s-8238bb50-a786-4359-9e1d-e523c78ffab8, #wrap-s-8238bb50-a786-4359-9e1d-e523c78ffab8 { display:none !important; }}@media (max-width: 767px){#s-8238bb50-a786-4359-9e1d-e523c78ffab8 {
  display: none;
}
#s-8238bb50-a786-4359-9e1d-e523c78ffab8, #wrap-s-8238bb50-a786-4359-9e1d-e523c78ffab8 { display:none !important; }}







#s-8238bb50-a786-4359-9e1d-e523c78ffab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8238bb50-a786-4359-9e1d-e523c78ffab8 {
  cursor: pointer;
}#s-8238bb50-a786-4359-9e1d-e523c78ffab8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bf9c8fd1-572e-4371-a775-aba3e7e137de {
  background-image: url(https://i.shgcdn.com/d326abb5-88c4-4336-8e83-b017233b5a97/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-bf9c8fd1-572e-4371-a775-aba3e7e137de {
  display: none;
}
#s-bf9c8fd1-572e-4371-a775-aba3e7e137de, #wrap-s-bf9c8fd1-572e-4371-a775-aba3e7e137de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf9c8fd1-572e-4371-a775-aba3e7e137de {
  display: none;
}
#s-bf9c8fd1-572e-4371-a775-aba3e7e137de, #wrap-s-bf9c8fd1-572e-4371-a775-aba3e7e137de { display:none !important; }}







#s-bf9c8fd1-572e-4371-a775-aba3e7e137de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf9c8fd1-572e-4371-a775-aba3e7e137de {
  cursor: pointer;
}#s-bf9c8fd1-572e-4371-a775-aba3e7e137de.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-467c3d6b-2354-4c4c-8a2b-2bcaf1083e81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b778ae5a-89a8-4811-a5dd-14e822228290 {
  margin-top: -48px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.2);
}

#s-b778ae5a-89a8-4811-a5dd-14e822228290 .shogun-heading-component h1 {
  color: rgba(255, 51, 51, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-f0c69423-6b74-4bf8-b295-41267818994a {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d5d58cd2-0fa6-49d5-b62c-17d8932fe959"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-1b7da2c6-9303-4bb5-8651-13d87980f009 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.2);
}

#s-1b7da2c6-9303-4bb5-8651-13d87980f009 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3522627-e00e-4aa9-886a-d737328cb91d {
  background-color: rgba(0, 0, 0, 0.2);
}

#s-0b6cd511-f3b7-420c-b59b-80a528311eec {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(255, 23, 23, 1);
text-decoration: none;
}
#s-0b6cd511-f3b7-420c-b59b-80a528311eec:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-0b6cd511-f3b7-420c-b59b-80a528311eec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0b6cd511-f3b7-420c-b59b-80a528311eec.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-0a20ed44-7bd4-4379-9489-e47c9e2d60d0 {
  background-color: rgba(0, 0, 0, 0);
}

#s-7044207f-70a7-4715-b487-827e00e9ae82 {
  background-image: url(https://i.shgcdn.com/37195658-9e0d-41d0-88bb-5a87422377ad/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-7044207f-70a7-4715-b487-827e00e9ae82 {
  display: none;
}
#s-7044207f-70a7-4715-b487-827e00e9ae82, #wrap-s-7044207f-70a7-4715-b487-827e00e9ae82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7044207f-70a7-4715-b487-827e00e9ae82 {
  display: none;
}
#s-7044207f-70a7-4715-b487-827e00e9ae82, #wrap-s-7044207f-70a7-4715-b487-827e00e9ae82 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7044207f-70a7-4715-b487-827e00e9ae82 {
  display: none;
}
#s-7044207f-70a7-4715-b487-827e00e9ae82, #wrap-s-7044207f-70a7-4715-b487-827e00e9ae82 { display:none !important; }}







#s-7044207f-70a7-4715-b487-827e00e9ae82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7044207f-70a7-4715-b487-827e00e9ae82 {
  cursor: pointer;
}#s-7044207f-70a7-4715-b487-827e00e9ae82.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-618fc340-1489-42ae-9acc-a35cd81b84ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-618fc340-1489-42ae-9acc-a35cd81b84ce .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-497246be-fb65-44b5-949a-d82f0c807378 {
  margin-bottom: 170px;
}

#s-b6ec0d9d-a764-40d0-a39d-fd516b29c5e9 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-b6ec0d9d-a764-40d0-a39d-fd516b29c5e9:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-b6ec0d9d-a764-40d0-a39d-fd516b29c5e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6ec0d9d-a764-40d0-a39d-fd516b29c5e9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696 {
  background-image: url(https://i.shgcdn.com/a30c4ca9-c871-4023-88ba-b1ab0688790e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696 {
  display: none;
}
#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696, #wrap-s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696 {
  display: none;
}
#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696, #wrap-s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696 {
  display: none;
}
#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696, #wrap-s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696 { display:none !important; }}







#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696 {
  cursor: pointer;
}#s-4ec8bceb-2ac3-43c7-bbc5-35f47cde3696.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12f9d3b4-c29e-4d43-8077-2fdcb41360ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f9412bfa-29ad-454d-aa0b-b53f0ee7e9cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9412bfa-29ad-454d-aa0b-b53f0ee7e9cd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-85d4f129-f3b0-420a-b418-16afe0fdc56d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85d4f129-f3b0-420a-b418-16afe0fdc56d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c7722726-935f-4f8b-a9d3-331adabd21bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7722726-935f-4f8b-a9d3-331adabd21bb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-60083880-fa57-40c3-8d95-6d0029980f56 {
  background-image: url(https://i.shgcdn.com/bda7bc6a-c03b-40b4-aa65-fa4a54953ed5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-60083880-fa57-40c3-8d95-6d0029980f56 {
  display: none;
}
#s-60083880-fa57-40c3-8d95-6d0029980f56, #wrap-s-60083880-fa57-40c3-8d95-6d0029980f56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60083880-fa57-40c3-8d95-6d0029980f56 {
  display: none;
}
#s-60083880-fa57-40c3-8d95-6d0029980f56, #wrap-s-60083880-fa57-40c3-8d95-6d0029980f56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60083880-fa57-40c3-8d95-6d0029980f56 {
  display: none;
}
#s-60083880-fa57-40c3-8d95-6d0029980f56, #wrap-s-60083880-fa57-40c3-8d95-6d0029980f56 { display:none !important; }}







#s-60083880-fa57-40c3-8d95-6d0029980f56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60083880-fa57-40c3-8d95-6d0029980f56 {
  cursor: pointer;
}#s-60083880-fa57-40c3-8d95-6d0029980f56.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c0db57ac-e527-4286-9f6f-1aeb30f42a60 {
  margin-right: 55px;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-c0db57ac-e527-4286-9f6f-1aeb30f42a60 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d82465c5-9623-4982-b3c1-30996be42d1e {
  margin-right: 20px;
padding-bottom: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-d82465c5-9623-4982-b3c1-30996be42d1e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d82465c5-9623-4982-b3c1-30996be42d1e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d82465c5-9623-4982-b3c1-30996be42d1e {
  
}
}
#s-d82465c5-9623-4982-b3c1-30996be42d1e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f4c9501a-2fa9-4a38-b045-d6da409259b9 {
  margin-left: 30px;
}

#s-2f3a73f3-e62c-4039-bade-3e116348f92d {
  margin-left: 20px;
}

#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a {
  background-image: url(https://i.shgcdn.com/b1cecb3b-38d3-45aa-a241-abfb227ad7f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a {
  display: none;
}
#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a, #wrap-s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a {
  display: none;
}
#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a, #wrap-s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a {
  
}
}@media (max-width: 767px){#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a {
  display: none;
}
#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a, #wrap-s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a { display:none !important; }}







#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a {
  cursor: pointer;
}#s-7d1023be-fd02-4015-bf4b-b54ff72d5b8a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c72c55eb-4828-40ba-bda3-85b7d891ec64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c9dd4e41-3354-4bab-b0e7-21077860cec4 {
  background-image: url(https://i.shgcdn.com/45c232ab-ced6-4fbc-8a8a-6f5cbee6dbdf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-c9dd4e41-3354-4bab-b0e7-21077860cec4 {
  display: none;
}
#s-c9dd4e41-3354-4bab-b0e7-21077860cec4, #wrap-s-c9dd4e41-3354-4bab-b0e7-21077860cec4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9dd4e41-3354-4bab-b0e7-21077860cec4 {
  display: none;
}
#s-c9dd4e41-3354-4bab-b0e7-21077860cec4, #wrap-s-c9dd4e41-3354-4bab-b0e7-21077860cec4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9dd4e41-3354-4bab-b0e7-21077860cec4 {
  
}
}@media (max-width: 767px){#s-c9dd4e41-3354-4bab-b0e7-21077860cec4 {
  
}
}







#s-c9dd4e41-3354-4bab-b0e7-21077860cec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9dd4e41-3354-4bab-b0e7-21077860cec4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c158ad19-b243-411b-84a4-be0f62bf65bc {
  margin-bottom: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-8fa28b3c-0eed-4428-a32e-f85579f1d67c {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-8fa28b3c-0eed-4428-a32e-f85579f1d67c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-21d1b8b6-437a-4169-96f8-f22c915d8028 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3474e237-beb2-4d99-a4bc-29d3eb18fe94 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-3474e237-beb2-4d99-a4bc-29d3eb18fe94:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-3474e237-beb2-4d99-a4bc-29d3eb18fe94:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3474e237-beb2-4d99-a4bc-29d3eb18fe94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-f8b11086-8405-4aee-bc25-0debc9daca37 {
  background-image: url(https://i.shgcdn.com/57292a43-01c1-4c23-be8f-ab4b17e71c79/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8b11086-8405-4aee-bc25-0debc9daca37 {
  display: none;
}
#s-f8b11086-8405-4aee-bc25-0debc9daca37, #wrap-s-f8b11086-8405-4aee-bc25-0debc9daca37 { display:none !important; }}@media (max-width: 767px){#s-f8b11086-8405-4aee-bc25-0debc9daca37 {
  display: none;
}
#s-f8b11086-8405-4aee-bc25-0debc9daca37, #wrap-s-f8b11086-8405-4aee-bc25-0debc9daca37 { display:none !important; }}







#s-f8b11086-8405-4aee-bc25-0debc9daca37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8b11086-8405-4aee-bc25-0debc9daca37.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9ccdf5e0-fff0-4c92-b9db-14196fbac6c8 {
  padding-top: 200px;
padding-left: 50%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-9ccdf5e0-fff0-4c92-b9db-14196fbac6c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a3f3d8da-5618-4745-b900-3fc57768a0a8 {
  padding-top: 0px;
padding-left: 50%;
padding-right: 5px;
text-align: left;
}

#s-a3f3d8da-5618-4745-b900-3fc57768a0a8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-45e691cf-3c1c-4f5e-aef2-a77ac4086d4c {
  padding-top: 12px;
padding-left: 50%;
padding-bottom: 12px;
padding-right: 5%;
width: %;
text-align: left;
}

#s-45e691cf-3c1c-4f5e-aef2-a77ac4086d4c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4aff9f71-ddd9-4f86-a2b1-84d0006d37ff {
  margin-left: 50%;
margin-right: 0%;
padding-top: 4px;
padding-left: 5px;
padding-bottom: 4px;
padding-right: 5px;
border-radius: 4px;
width: 130px;
height: 32px;
max-width: 150px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-4aff9f71-ddd9-4f86-a2b1-84d0006d37ff:hover {background-color: rgba(205, 115, 37, 1) !important;
text-decoration: none !important;}#s-4aff9f71-ddd9-4f86-a2b1-84d0006d37ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4aff9f71-ddd9-4f86-a2b1-84d0006d37ff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78 {
  background-image: url(https://i.shgcdn.com/ee58c333-7991-4ebd-8f1d-0a6ebffbe37a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: 55% center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78 {
  display: none;
}
#s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78, #wrap-s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78 { display:none !important; }}@media (max-width: 767px){#s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78 {
  display: none;
}
#s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78, #wrap-s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78 { display:none !important; }}







#s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78 {
  cursor: pointer;
}#s-16c6c56e-ac6b-4a84-b0d3-98b91dc43d78.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc5dc4b9-2b8d-426a-98c3-fab321275cc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d7a4b7bd-70a0-4ff6-b9b1-805e619de423 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-d7a4b7bd-70a0-4ff6-b9b1-805e619de423 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 46px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6702f452-6447-4e92-9e39-fb5d15e35fba {
  margin-bottom: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-d4e3c093-9d2e-4c7b-aa35-4f0a39097a64 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-d4e3c093-9d2e-4c7b-aa35-4f0a39097a64:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-d4e3c093-9d2e-4c7b-aa35-4f0a39097a64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4e3c093-9d2e-4c7b-aa35-4f0a39097a64.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2 {
  background-image: url(https://i.shgcdn.com/6ed6cfb6-6b29-4d8d-bcc6-a9c722a17225/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 0px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2 {
  display: none;
}
#s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2, #wrap-s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2 {
  display: none;
}
#s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2, #wrap-s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2 {
  
}
}@media (max-width: 767px){#s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2 {
  
}
}







#s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91e09fc3-5b46-41b0-ba76-53fd6cacc4e2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d89a0479-a144-4d05-9446-6a30cdc98215 {
  min-height: 50px;
}








#s-d89a0479-a144-4d05-9446-6a30cdc98215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d89a0479-a144-4d05-9446-6a30cdc98215.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-44d3206f-de35-4b13-8287-afc2222a87f0 {
  margin-top: 30px;
background-color: rgba(0, 0, 0, 0);
}

#s-72d7cd65-b77d-4a70-9456-c48109c1e4c8 {
  box-shadow:0px 0px 0px 0px rgba(32, 27, 27, 0);
border-style: solid;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-72d7cd65-b77d-4a70-9456-c48109c1e4c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-364039e5-17f0-4063-be6f-eff8d8a9af5b {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-c3d484b7-96c0-431a-af8b-4c0882b0d225 {
  margin-left: 0px;
margin-right: 0%;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
background-color: rgba(255, 45, 0, 1);
text-decoration: none;
}
#s-c3d484b7-96c0-431a-af8b-4c0882b0d225:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3d484b7-96c0-431a-af8b-4c0882b0d225:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c3d484b7-96c0-431a-af8b-4c0882b0d225.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da {
  background-image: url(https://i.shgcdn.com/9773741b-4e6f-43c9-b410-3a13f0cef2f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da {
  display: none;
}
#s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da, #wrap-s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da {
  display: none;
}
#s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da, #wrap-s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da {
  display: none;
}
#s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da, #wrap-s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da { display:none !important; }}







#s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e3f80b2-6cbe-4a42-9162-a4cd46c951da.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-53e2685a-7bfc-4c0a-a272-62d930da9d73 {
  padding-left: 50px;
padding-right: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-53e2685a-7bfc-4c0a-a272-62d930da9d73 {
  display: none;
}
#s-53e2685a-7bfc-4c0a-a272-62d930da9d73, #wrap-s-53e2685a-7bfc-4c0a-a272-62d930da9d73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53e2685a-7bfc-4c0a-a272-62d930da9d73 {
  display: none;
}
#s-53e2685a-7bfc-4c0a-a272-62d930da9d73, #wrap-s-53e2685a-7bfc-4c0a-a272-62d930da9d73 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53e2685a-7bfc-4c0a-a272-62d930da9d73 {
  display: none;
}
#s-53e2685a-7bfc-4c0a-a272-62d930da9d73, #wrap-s-53e2685a-7bfc-4c0a-a272-62d930da9d73 { display:none !important; }}



  #s-53e2685a-7bfc-4c0a-a272-62d930da9d73 img.shogun-image {
    
    width: px;
  }


#s-53e2685a-7bfc-4c0a-a272-62d930da9d73 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e26b3463-9c17-4734-b5cb-a938fe762503 {
  padding-left: 50px;
padding-right: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-e26b3463-9c17-4734-b5cb-a938fe762503 {
  display: none;
}
#s-e26b3463-9c17-4734-b5cb-a938fe762503, #wrap-s-e26b3463-9c17-4734-b5cb-a938fe762503 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e26b3463-9c17-4734-b5cb-a938fe762503 {
  display: none;
}
#s-e26b3463-9c17-4734-b5cb-a938fe762503, #wrap-s-e26b3463-9c17-4734-b5cb-a938fe762503 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e26b3463-9c17-4734-b5cb-a938fe762503 {
  display: none;
}
#s-e26b3463-9c17-4734-b5cb-a938fe762503, #wrap-s-e26b3463-9c17-4734-b5cb-a938fe762503 { display:none !important; }}



  #s-e26b3463-9c17-4734-b5cb-a938fe762503 img.shogun-image {
    
    width: px;
  }


#s-e26b3463-9c17-4734-b5cb-a938fe762503 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188 {
  margin-top: 30px;
margin-bottom: 150px;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188 {
  display: none;
}
#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188, #wrap-s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188 {
  display: none;
}
#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188, #wrap-s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188 {
  display: none;
}
#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188, #wrap-s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188 { display:none !important; }}


#s-a02bdb3d-d2b5-4b63-95bd-ffe2eb339188.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f {
  background-image: url(https://i.shgcdn.com/9ff65b44-ce56-4743-92e2-312aba2dfb7f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f {
  display: none;
}
#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f, #wrap-s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f {
  display: none;
}
#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f, #wrap-s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f {
  display: none;
}
#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f, #wrap-s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f { display:none !important; }}@media (max-width: 767px){#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f {
  
}
}







#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b44543f-3a9f-41c1-a7aa-79dd1976d10f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0ea38065-0a13-487e-8bb8-7be5be16d552 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ea38065-0a13-487e-8bb8-7be5be16d552 .shogun-heading-component h1 {
  color: rgba(39, 42, 64, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-3d9d4f0d-bf26-4fe5-bbbd-2747e55540a9 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-3d9d4f0d-bf26-4fe5-bbbd-2747e55540a9 .shogun-heading-component h1 {
  color: rgba(39, 42, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-90d79c74-8336-47dc-a407-18003c9024bf {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 100px;
text-align: center;
background-color: rgba(255, 255, 224, 1);
text-decoration: none;
}
#s-90d79c74-8336-47dc-a407-18003c9024bf:hover {background-color: rgba(255, 255, 224, 1) !important;
text-decoration: none !important;}#s-90d79c74-8336-47dc-a407-18003c9024bf:active {background-color: rgba(255, 255, 224, 1) !important;
text-decoration: none !important;}


#s-90d79c74-8336-47dc-a407-18003c9024bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-0f532a5f-8b02-47ec-9089-e4d510f0b387 {
  margin-top: 0px;
margin-bottom: 230px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-0f532a5f-8b02-47ec-9089-e4d510f0b387:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-0f532a5f-8b02-47ec-9089-e4d510f0b387:active {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}


#s-0f532a5f-8b02-47ec-9089-e4d510f0b387.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-94d27f72-90f8-4169-ad6d-2a147153271a {
  background-image: url(https://i.shgcdn.com/72f0086d-2500-4672-a1c4-8fad43f7abb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-94d27f72-90f8-4169-ad6d-2a147153271a {
  display: none;
}
#s-94d27f72-90f8-4169-ad6d-2a147153271a, #wrap-s-94d27f72-90f8-4169-ad6d-2a147153271a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94d27f72-90f8-4169-ad6d-2a147153271a {
  display: none;
}
#s-94d27f72-90f8-4169-ad6d-2a147153271a, #wrap-s-94d27f72-90f8-4169-ad6d-2a147153271a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94d27f72-90f8-4169-ad6d-2a147153271a {
  display: none;
}
#s-94d27f72-90f8-4169-ad6d-2a147153271a, #wrap-s-94d27f72-90f8-4169-ad6d-2a147153271a { display:none !important; }}







#s-94d27f72-90f8-4169-ad6d-2a147153271a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94d27f72-90f8-4169-ad6d-2a147153271a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-93c5da59-731a-42d0-9ee1-c828b5c7303f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-93c5da59-731a-42d0-9ee1-c828b5c7303f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-d251f14a-3786-48fa-81eb-7acbc98c137a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d251f14a-3786-48fa-81eb-7acbc98c137a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 55px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: center;
}



#s-26831f31-aae5-47a4-b5ea-3142328ee962 {
  margin-top: 10px;
margin-bottom: 200px;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-26831f31-aae5-47a4-b5ea-3142328ee962:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-26831f31-aae5-47a4-b5ea-3142328ee962:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26831f31-aae5-47a4-b5ea-3142328ee962.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-e5c72b74-6b79-4d34-9b7f-94d31dbbfa9c {
  background-image: url(https://i.shgcdn.com/976abb47-ece8-49c8-9a10-26f173e6a041/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 0px;
padding-right: 0px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-e5c72b74-6b79-4d34-9b7f-94d31dbbfa9c {
  display: none;
}
#s-e5c72b74-6b79-4d34-9b7f-94d31dbbfa9c, #wrap-s-e5c72b74-6b79-4d34-9b7f-94d31dbbfa9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5c72b74-6b79-4d34-9b7f-94d31dbbfa9c {
  display: none;
}
#s-e5c72b74-6b79-4d34-9b7f-94d31dbbfa9c, #wrap-s-e5c72b74-6b79-4d34-9b7f-94d31dbbfa9c { display:none !important; }}







#s-e5c72b74-6b79-4d34-9b7f-94d31dbbfa9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5c72b74-6b79-4d34-9b7f-94d31dbbfa9c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2b9ff017-2ca2-4970-a140-0d2391ae27e0 {
  margin-top: 3px;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2b9ff017-2ca2-4970-a140-0d2391ae27e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b9ff017-2ca2-4970-a140-0d2391ae27e0 {
  
}
}@media (max-width: 767px){#s-2b9ff017-2ca2-4970-a140-0d2391ae27e0 {
  
}
}
#s-2b9ff017-2ca2-4970-a140-0d2391ae27e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fc0ac0c4-8157-4b83-8dba-611d6faa6f1f {
  margin-top: 3px;
padding-top: 200px;
padding-left: 60%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fc0ac0c4-8157-4b83-8dba-611d6faa6f1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc0ac0c4-8157-4b83-8dba-611d6faa6f1f {
  display: none;
}
#s-fc0ac0c4-8157-4b83-8dba-611d6faa6f1f, #wrap-s-fc0ac0c4-8157-4b83-8dba-611d6faa6f1f { display:none !important; }}@media (max-width: 767px){#s-fc0ac0c4-8157-4b83-8dba-611d6faa6f1f {
  display: none;
}
#s-fc0ac0c4-8157-4b83-8dba-611d6faa6f1f, #wrap-s-fc0ac0c4-8157-4b83-8dba-611d6faa6f1f { display:none !important; }}
#s-fc0ac0c4-8157-4b83-8dba-611d6faa6f1f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-949d4bc4-26c8-4d5e-9b09-91b440ec8120 {
  padding-top: 10px;
padding-left: 60%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-949d4bc4-26c8-4d5e-9b09-91b440ec8120 {
  display: none;
}
#s-949d4bc4-26c8-4d5e-9b09-91b440ec8120, #wrap-s-949d4bc4-26c8-4d5e-9b09-91b440ec8120 { display:none !important; }}@media (max-width: 767px){#s-949d4bc4-26c8-4d5e-9b09-91b440ec8120 {
  display: none;
}
#s-949d4bc4-26c8-4d5e-9b09-91b440ec8120, #wrap-s-949d4bc4-26c8-4d5e-9b09-91b440ec8120 { display:none !important; }}
#s-949d4bc4-26c8-4d5e-9b09-91b440ec8120 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4f817f75-8c13-4eed-8aff-dc110864ea10 {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
text-align: center;
}

#s-4f817f75-8c13-4eed-8aff-dc110864ea10 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-06d8a917-585e-4efa-af8d-694ec27ba8f6 {
  margin-top: 30px;
margin-left: 60%;
margin-right: auto;
padding-top: 4px;
padding-left: 1%;
padding-bottom: 4px;
padding-right: 1%;
border-radius: 4px;
width: 131px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-06d8a917-585e-4efa-af8d-694ec27ba8f6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-06d8a917-585e-4efa-af8d-694ec27ba8f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-06d8a917-585e-4efa-af8d-694ec27ba8f6 {
  display: none;
}
#s-06d8a917-585e-4efa-af8d-694ec27ba8f6, #wrap-s-06d8a917-585e-4efa-af8d-694ec27ba8f6 { display:none !important; }}@media (max-width: 767px){#s-06d8a917-585e-4efa-af8d-694ec27ba8f6 {
  display: none;
}
#s-06d8a917-585e-4efa-af8d-694ec27ba8f6, #wrap-s-06d8a917-585e-4efa-af8d-694ec27ba8f6 { display:none !important; }}


#s-06d8a917-585e-4efa-af8d-694ec27ba8f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}

#s-49fdd231-1782-400c-90a7-8512ed3dc069 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 1%;
padding-bottom: 4px;
padding-right: 1%;
border-radius: 4px;
width: 131px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-49fdd231-1782-400c-90a7-8512ed3dc069:hover {margin-left: auto !important;
margin-right: auto !important;
padding-left: 01% !important;
padding-right: 01% !important;
background-color: rgba(219, 52, 52, 1) !important;
text-decoration: none !important;}#s-49fdd231-1782-400c-90a7-8512ed3dc069:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-49fdd231-1782-400c-90a7-8512ed3dc069.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}

#s-19e8e6ba-7314-4a9e-bc00-d15436e62601 {
  background-image: url(https://i.shgcdn.com/ef21e833-abcb-4960-8b71-7a64aa154dae/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-19e8e6ba-7314-4a9e-bc00-d15436e62601 {
  display: none;
}
#s-19e8e6ba-7314-4a9e-bc00-d15436e62601, #wrap-s-19e8e6ba-7314-4a9e-bc00-d15436e62601 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19e8e6ba-7314-4a9e-bc00-d15436e62601 {
  display: none;
}
#s-19e8e6ba-7314-4a9e-bc00-d15436e62601, #wrap-s-19e8e6ba-7314-4a9e-bc00-d15436e62601 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19e8e6ba-7314-4a9e-bc00-d15436e62601 {
  display: none;
}
#s-19e8e6ba-7314-4a9e-bc00-d15436e62601, #wrap-s-19e8e6ba-7314-4a9e-bc00-d15436e62601 { display:none !important; }}







#s-19e8e6ba-7314-4a9e-bc00-d15436e62601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19e8e6ba-7314-4a9e-bc00-d15436e62601.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a3ab8a90-897a-47a6-acb4-8ba505a963b5 {
  padding-top: 50px;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-a3ab8a90-897a-47a6-acb4-8ba505a963b5 {
  display: none;
}
#s-a3ab8a90-897a-47a6-acb4-8ba505a963b5, #wrap-s-a3ab8a90-897a-47a6-acb4-8ba505a963b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3ab8a90-897a-47a6-acb4-8ba505a963b5 {
  display: none;
}
#s-a3ab8a90-897a-47a6-acb4-8ba505a963b5, #wrap-s-a3ab8a90-897a-47a6-acb4-8ba505a963b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3ab8a90-897a-47a6-acb4-8ba505a963b5 {
  display: none;
}
#s-a3ab8a90-897a-47a6-acb4-8ba505a963b5, #wrap-s-a3ab8a90-897a-47a6-acb4-8ba505a963b5 { display:none !important; }}
#s-a3ab8a90-897a-47a6-acb4-8ba505a963b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2f6bcbb8-24a6-4c0b-99e8-189ddc5a2708 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 4px;
max-width: 160px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-2f6bcbb8-24a6-4c0b-99e8-189ddc5a2708:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-2f6bcbb8-24a6-4c0b-99e8-189ddc5a2708:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2f6bcbb8-24a6-4c0b-99e8-189ddc5a2708 {
  display: none;
}
#s-2f6bcbb8-24a6-4c0b-99e8-189ddc5a2708, #wrap-s-2f6bcbb8-24a6-4c0b-99e8-189ddc5a2708 { display:none !important; }}


#s-2f6bcbb8-24a6-4c0b-99e8-189ddc5a2708.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-48e5a2c1-331a-4147-b541-9c21e76077f3 {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-48e5a2c1-331a-4147-b541-9c21e76077f3 .shogun-heading-component h1 {
  color: rgba(228, 220, 154, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e4b18581-9035-441d-8db7-337e9e45f044 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-e4b18581-9035-441d-8db7-337e9e45f044:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-e4b18581-9035-441d-8db7-337e9e45f044:active {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}


#s-e4b18581-9035-441d-8db7-337e9e45f044.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-9dc8a3b0-d1c2-4c05-8cbe-7a784a4d8cf1 {
  background-image: url(https://i.shgcdn.com/59ff3640-7341-43d5-9cde-e0bf29224a7b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-9dc8a3b0-d1c2-4c05-8cbe-7a784a4d8cf1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dc8a3b0-d1c2-4c05-8cbe-7a784a4d8cf1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9dc8a3b0-d1c2-4c05-8cbe-7a784a4d8cf1 {
  
}
}@media (max-width: 767px){#s-9dc8a3b0-d1c2-4c05-8cbe-7a784a4d8cf1 {
  display: none;
}
#s-9dc8a3b0-d1c2-4c05-8cbe-7a784a4d8cf1, #wrap-s-9dc8a3b0-d1c2-4c05-8cbe-7a784a4d8cf1 { display:none !important; }}







#s-9dc8a3b0-d1c2-4c05-8cbe-7a784a4d8cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dc8a3b0-d1c2-4c05-8cbe-7a784a4d8cf1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f7cb94ed-b31e-4c9f-a5cb-e99b8508a372 {
  padding-left: 100px;
padding-right: 100px;
min-height: 600px;
}








#s-f7cb94ed-b31e-4c9f-a5cb-e99b8508a372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7cb94ed-b31e-4c9f-a5cb-e99b8508a372.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7217c9a4-4504-46a3-b02a-1c9d673f89fa {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-7217c9a4-4504-46a3-b02a-1c9d673f89fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7217c9a4-4504-46a3-b02a-1c9d673f89fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7217c9a4-4504-46a3-b02a-1c9d673f89fa {
  
}
}@media (max-width: 767px){#s-7217c9a4-4504-46a3-b02a-1c9d673f89fa {
  
}
}
#s-7217c9a4-4504-46a3-b02a-1c9d673f89fa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-47dbf273-edac-43d4-ac1d-8a2ccc2417dd {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-47dbf273-edac-43d4-ac1d-8a2ccc2417dd .shogun-heading-component h2 {
  color: rgba(249, 248, 245, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ecc19d41-84bd-46e3-b6ec-f944127208b4 {
  margin-top: 4px;
margin-bottom: 4px;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-ecc19d41-84bd-46e3-b6ec-f944127208b4:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-ecc19d41-84bd-46e3-b6ec-f944127208b4:active {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}


#s-ecc19d41-84bd-46e3-b6ec-f944127208b4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-71c44005-ff9e-4010-8f9f-0f3111460c09 {
  background-image: url(https://i.shgcdn.com/c5fa18d5-b67a-4ab3-ad1e-1c72453d9bf2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-71c44005-ff9e-4010-8f9f-0f3111460c09 {
  display: none;
}
#s-71c44005-ff9e-4010-8f9f-0f3111460c09, #wrap-s-71c44005-ff9e-4010-8f9f-0f3111460c09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71c44005-ff9e-4010-8f9f-0f3111460c09 {
  display: none;
}
#s-71c44005-ff9e-4010-8f9f-0f3111460c09, #wrap-s-71c44005-ff9e-4010-8f9f-0f3111460c09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71c44005-ff9e-4010-8f9f-0f3111460c09 {
  display: none;
}
#s-71c44005-ff9e-4010-8f9f-0f3111460c09, #wrap-s-71c44005-ff9e-4010-8f9f-0f3111460c09 { display:none !important; }}







#s-71c44005-ff9e-4010-8f9f-0f3111460c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71c44005-ff9e-4010-8f9f-0f3111460c09 {
  cursor: pointer;
}#s-71c44005-ff9e-4010-8f9f-0f3111460c09.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d9512c0d-131d-4088-9fc0-dd3561788add {
  margin-top: 100px;
margin-bottom: 4px;
min-height: 50px;
}








#s-d9512c0d-131d-4088-9fc0-dd3561788add > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9512c0d-131d-4088-9fc0-dd3561788add.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9911d351-cc4a-4820-8d5a-efd1b9a3d777 {
  margin-top: -17px;
margin-left: 30px;
margin-bottom: -17px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 25px;
text-align: left;
}

#s-9911d351-cc4a-4820-8d5a-efd1b9a3d777 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f6cf301b-80ad-4d2e-a6f1-3e775bcab8c3 {
  margin-top: 2px;
margin-left: 30px;
margin-bottom: -40px;
}

#s-c293dba6-83f9-461a-a436-2162c4eaf721 {
  margin-top: 15px;
margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c293dba6-83f9-461a-a436-2162c4eaf721 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-52bc6c9c-8528-4c1a-a6d0-12ee9352adcb {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 0.5em;
}
#s-52bc6c9c-8528-4c1a-a6d0-12ee9352adcb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52bc6c9c-8528-4c1a-a6d0-12ee9352adcb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52bc6c9c-8528-4c1a-a6d0-12ee9352adcb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-c537b3c0-1845-42ed-b535-463fc5561530 {
  margin-top: -1px;
margin-bottom: -25px;
}

#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4 {
  background-image: url(https://i.shgcdn.com/7c57d362-1909-4437-8d25-889a70969fc0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4 {
  display: none;
}
#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4, #wrap-s-e5fc65ba-1488-4a7e-ae76-139db300f6e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4 {
  display: none;
}
#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4, #wrap-s-e5fc65ba-1488-4a7e-ae76-139db300f6e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4 {
  display: none;
}
#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4, #wrap-s-e5fc65ba-1488-4a7e-ae76-139db300f6e4 { display:none !important; }}







#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4 {
  cursor: pointer;
}#s-e5fc65ba-1488-4a7e-ae76-139db300f6e4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8d4f581b-d05d-414a-82bb-eadc36305009 {
  background-image: url(https://i.shgcdn.com/0da542f9-1312-4adf-8882-8d4527d5b1b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-8d4f581b-d05d-414a-82bb-eadc36305009 {
  display: none;
}
#s-8d4f581b-d05d-414a-82bb-eadc36305009, #wrap-s-8d4f581b-d05d-414a-82bb-eadc36305009 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d4f581b-d05d-414a-82bb-eadc36305009 {
  display: none;
}
#s-8d4f581b-d05d-414a-82bb-eadc36305009, #wrap-s-8d4f581b-d05d-414a-82bb-eadc36305009 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d4f581b-d05d-414a-82bb-eadc36305009 {
  display: none;
}
#s-8d4f581b-d05d-414a-82bb-eadc36305009, #wrap-s-8d4f581b-d05d-414a-82bb-eadc36305009 { display:none !important; }}







#s-8d4f581b-d05d-414a-82bb-eadc36305009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d4f581b-d05d-414a-82bb-eadc36305009 {
  cursor: pointer;
}#s-8d4f581b-d05d-414a-82bb-eadc36305009.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec661f5a-58db-4f39-9979-66fbd095cdc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-65e9eba2-341c-4426-b5d3-06605d2688ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65e9eba2-341c-4426-b5d3-06605d2688ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-6e5eb11e-867b-4f98-abe5-49b464c4048c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e5eb11e-867b-4f98-abe5-49b464c4048c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-50895094-e8b9-4925-9d71-9abcdcab48e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50895094-e8b9-4925-9d71-9abcdcab48e2 .shogun-heading-component h1 {
  color: rgba(224, 208, 43, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-172c4021-7ae9-4f43-8c32-754dd33eceff {
  border-style: solid;
margin-top: 10px;
margin-bottom: 180px;
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: #000;
border-style: solid;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-172c4021-7ae9-4f43-8c32-754dd33eceff:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-172c4021-7ae9-4f43-8c32-754dd33eceff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-172c4021-7ae9-4f43-8c32-754dd33eceff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-091b28bd-719d-4999-a837-1020cfcf6595 {
  background-image: url(https://i.shgcdn.com/85c2e575-8aac-4367-8efb-9fd23a4e2b83/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-091b28bd-719d-4999-a837-1020cfcf6595 {
  display: none;
}
#s-091b28bd-719d-4999-a837-1020cfcf6595, #wrap-s-091b28bd-719d-4999-a837-1020cfcf6595 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-091b28bd-719d-4999-a837-1020cfcf6595 {
  display: none;
}
#s-091b28bd-719d-4999-a837-1020cfcf6595, #wrap-s-091b28bd-719d-4999-a837-1020cfcf6595 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-091b28bd-719d-4999-a837-1020cfcf6595 {
  display: none;
}
#s-091b28bd-719d-4999-a837-1020cfcf6595, #wrap-s-091b28bd-719d-4999-a837-1020cfcf6595 { display:none !important; }}







#s-091b28bd-719d-4999-a837-1020cfcf6595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-091b28bd-719d-4999-a837-1020cfcf6595 {
  cursor: pointer;
}#s-091b28bd-719d-4999-a837-1020cfcf6595.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65d9723b-7232-4050-a586-c1a7e8504601"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-df342974-5ad1-43d4-b0e6-a05910586a01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df342974-5ad1-43d4-b0e6-a05910586a01 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
}



#s-47a80d06-99d7-43e8-88af-dcb475815982 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 100px;
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: #000;
border-style: solid;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-47a80d06-99d7-43e8-88af-dcb475815982:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-47a80d06-99d7-43e8-88af-dcb475815982:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47a80d06-99d7-43e8-88af-dcb475815982.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-a6e8d198-a9c6-4efc-806d-80f05083ac26 {
  background-image: url(https://i.shgcdn.com/0888e950-e6a8-4e25-8243-04b01a4dfae1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-a6e8d198-a9c6-4efc-806d-80f05083ac26 {
  display: none;
}
#s-a6e8d198-a9c6-4efc-806d-80f05083ac26, #wrap-s-a6e8d198-a9c6-4efc-806d-80f05083ac26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6e8d198-a9c6-4efc-806d-80f05083ac26 {
  display: none;
}
#s-a6e8d198-a9c6-4efc-806d-80f05083ac26, #wrap-s-a6e8d198-a9c6-4efc-806d-80f05083ac26 { display:none !important; }}@media (max-width: 767px){#s-a6e8d198-a9c6-4efc-806d-80f05083ac26 {
  display: none;
}
#s-a6e8d198-a9c6-4efc-806d-80f05083ac26, #wrap-s-a6e8d198-a9c6-4efc-806d-80f05083ac26 { display:none !important; }}







#s-a6e8d198-a9c6-4efc-806d-80f05083ac26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6e8d198-a9c6-4efc-806d-80f05083ac26 {
  cursor: pointer;
}#s-a6e8d198-a9c6-4efc-806d-80f05083ac26.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2ef0c9e-a660-43a6-a424-6d4cec60a275"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-43c47998-948a-4f57-bc23-12b296a135d0 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-43c47998-948a-4f57-bc23-12b296a135d0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 80px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-169a5476-1dc0-49ed-8f19-17609812b01b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-169a5476-1dc0-49ed-8f19-17609812b01b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ddc4fcda-df6c-4f06-9c06-18f0a760c325 {
  border-style: solid;
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: #000;
border-style: solid;
border-radius: 5px;
max-width: 151px;
background-color: rgba(219, 52, 52, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-ddc4fcda-df6c-4f06-9c06-18f0a760c325:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-ddc4fcda-df6c-4f06-9c06-18f0a760c325:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddc4fcda-df6c-4f06-9c06-18f0a760c325-btn-wrapper {
    text-align: center;
  }


#s-ddc4fcda-df6c-4f06-9c06-18f0a760c325.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-539001b1-19fa-4e0c-8e2e-0e2e77becd4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-539001b1-19fa-4e0c-8e2e-0e2e77becd4b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-088e007e-904b-49cb-93f8-6338ebfb798b {
  margin-bottom: 240px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-088e007e-904b-49cb-93f8-6338ebfb798b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33906b6b-cda1-45ca-a332-040448116e65 {
  background-image: url(https://i.shgcdn.com/21a7f61f-2482-4242-97ee-017cb9225d0c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-33906b6b-cda1-45ca-a332-040448116e65 {
  display: none;
}
#s-33906b6b-cda1-45ca-a332-040448116e65, #wrap-s-33906b6b-cda1-45ca-a332-040448116e65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33906b6b-cda1-45ca-a332-040448116e65 {
  display: none;
}
#s-33906b6b-cda1-45ca-a332-040448116e65, #wrap-s-33906b6b-cda1-45ca-a332-040448116e65 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33906b6b-cda1-45ca-a332-040448116e65 {
  display: none;
}
#s-33906b6b-cda1-45ca-a332-040448116e65, #wrap-s-33906b6b-cda1-45ca-a332-040448116e65 { display:none !important; }}







#s-33906b6b-cda1-45ca-a332-040448116e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33906b6b-cda1-45ca-a332-040448116e65 {
  cursor: pointer;
}#s-33906b6b-cda1-45ca-a332-040448116e65.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4a200794-e315-489b-9bd4-a287887a9655 {
  margin-left: 30px;
}

#s-e9073b2d-39c9-4d3a-bb37-1545f04a9f88 {
  margin-left: 30px;
}

#s-106f308f-e564-470e-ab33-c282b8161a0a {
  border-style: solid;
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: #000;
border-style: solid;
border-radius: 5px;
max-width: 150px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-106f308f-e564-470e-ab33-c282b8161a0a:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-106f308f-e564-470e-ab33-c282b8161a0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-106f308f-e564-470e-ab33-c282b8161a0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-481ff0b7-6139-405a-b95a-9a27554878f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-481ff0b7-6139-405a-b95a-9a27554878f0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0e6d9ff-b58b-4a2d-8f41-ca049247312a {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0e6d9ff-b58b-4a2d-8f41-ca049247312a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7037498f-bddf-4412-a312-9d5cc5ec65cf {
  margin-bottom: 180px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7037498f-bddf-4412-a312-9d5cc5ec65cf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3923b826-3d06-4471-a0ce-09ed333e7475 {
  background-image: url(https://i.shgcdn.com/ae6b1145-1767-405c-b173-4eedc67d3318/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-3923b826-3d06-4471-a0ce-09ed333e7475 {
  display: none;
}
#s-3923b826-3d06-4471-a0ce-09ed333e7475, #wrap-s-3923b826-3d06-4471-a0ce-09ed333e7475 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3923b826-3d06-4471-a0ce-09ed333e7475 {
  display: none;
}
#s-3923b826-3d06-4471-a0ce-09ed333e7475, #wrap-s-3923b826-3d06-4471-a0ce-09ed333e7475 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3923b826-3d06-4471-a0ce-09ed333e7475 {
  display: none;
}
#s-3923b826-3d06-4471-a0ce-09ed333e7475, #wrap-s-3923b826-3d06-4471-a0ce-09ed333e7475 { display:none !important; }}







#s-3923b826-3d06-4471-a0ce-09ed333e7475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3923b826-3d06-4471-a0ce-09ed333e7475 {
  cursor: pointer;
}#s-3923b826-3d06-4471-a0ce-09ed333e7475.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fe5aa322-a7cb-4563-9745-d0039e73555c {
  margin-left: 30px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-fe5aa322-a7cb-4563-9745-d0039e73555c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-137a5ca8-c360-4c01-889d-7eab96aa4cca {
  margin-left: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-137a5ca8-c360-4c01-889d-7eab96aa4cca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-1546bc99-b22b-4849-854a-a20403e6b747 {
  border-style: solid;
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: #000;
border-style: solid;
border-radius: 5px;
max-width: 150px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
line-height: 1em;
}
#s-1546bc99-b22b-4849-854a-a20403e6b747:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-1546bc99-b22b-4849-854a-a20403e6b747:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1546bc99-b22b-4849-854a-a20403e6b747.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-3222cd57-d738-47c2-b210-26f5805684eb {
  margin-bottom: 180px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3222cd57-d738-47c2-b210-26f5805684eb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b495e91e-6c29-4223-b8ec-da5ba889a33a {
  background-image: url(https://i.shgcdn.com/b6f90f33-e606-4e56-849c-fdddc1ca98e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-b495e91e-6c29-4223-b8ec-da5ba889a33a {
  display: none;
}
#s-b495e91e-6c29-4223-b8ec-da5ba889a33a, #wrap-s-b495e91e-6c29-4223-b8ec-da5ba889a33a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b495e91e-6c29-4223-b8ec-da5ba889a33a {
  display: none;
}
#s-b495e91e-6c29-4223-b8ec-da5ba889a33a, #wrap-s-b495e91e-6c29-4223-b8ec-da5ba889a33a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b495e91e-6c29-4223-b8ec-da5ba889a33a {
  display: none;
}
#s-b495e91e-6c29-4223-b8ec-da5ba889a33a, #wrap-s-b495e91e-6c29-4223-b8ec-da5ba889a33a { display:none !important; }}







#s-b495e91e-6c29-4223-b8ec-da5ba889a33a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b495e91e-6c29-4223-b8ec-da5ba889a33a {
  cursor: pointer;
}#s-b495e91e-6c29-4223-b8ec-da5ba889a33a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-931279e2-c797-4968-ba2b-cea1c1fe7eb0 {
  margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-931279e2-c797-4968-ba2b-cea1c1fe7eb0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-10425dc1-59db-4a0e-a275-d5b918119ed2 {
  margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-10425dc1-59db-4a0e-a275-d5b918119ed2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-9205d918-2fc1-4de4-ae02-c9453b9d9a46 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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: #000;
border-style: solid;
border-radius: 5px;
max-width: 150px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
line-height: 1em;
color: rgba(255, 0, 0, 1);
hover-type: color;
}
#s-9205d918-2fc1-4de4-ae02-c9453b9d9a46:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9205d918-2fc1-4de4-ae02-c9453b9d9a46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9205d918-2fc1-4de4-ae02-c9453b9d9a46.shg-btn {
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-a8d29a34-f969-4be2-b800-58763e07d5ce {
  margin-bottom: 180px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8d29a34-f969-4be2-b800-58763e07d5ce .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bf654f6b-8619-4622-a2cb-a859b0660ed6 {
  background-image: url(https://i.shgcdn.com/63517c01-4e26-4514-8d5f-741cfe1957cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-bf654f6b-8619-4622-a2cb-a859b0660ed6 {
  display: none;
}
#s-bf654f6b-8619-4622-a2cb-a859b0660ed6, #wrap-s-bf654f6b-8619-4622-a2cb-a859b0660ed6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf654f6b-8619-4622-a2cb-a859b0660ed6 {
  display: none;
}
#s-bf654f6b-8619-4622-a2cb-a859b0660ed6, #wrap-s-bf654f6b-8619-4622-a2cb-a859b0660ed6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf654f6b-8619-4622-a2cb-a859b0660ed6 {
  display: none;
}
#s-bf654f6b-8619-4622-a2cb-a859b0660ed6, #wrap-s-bf654f6b-8619-4622-a2cb-a859b0660ed6 { display:none !important; }}







#s-bf654f6b-8619-4622-a2cb-a859b0660ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf654f6b-8619-4622-a2cb-a859b0660ed6 {
  cursor: pointer;
}#s-bf654f6b-8619-4622-a2cb-a859b0660ed6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-67830a4b-7b54-48fa-b1f0-7b5002aa9ac4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67830a4b-7b54-48fa-b1f0-7b5002aa9ac4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-366ad9f4-a63d-4bcd-8bc1-5720166588c0 {
  min-height: 50px;
}








#s-366ad9f4-a63d-4bcd-8bc1-5720166588c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-366ad9f4-a63d-4bcd-8bc1-5720166588c0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d54fd3d7-b7f0-4f27-98d0-6f295810d0da {
  margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d54fd3d7-b7f0-4f27-98d0-6f295810d0da .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 86px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-fa9db9c5-16d1-424e-a996-177dcd679cc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa9db9c5-16d1-424e-a996-177dcd679cc4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 40px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-1e3b444e-2ba0-4412-9953-a85f41ee2ef0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e3b444e-2ba0-4412-9953-a85f41ee2ef0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-1aac7f39-d95a-416a-86ac-400b7e5a6e57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1aac7f39-d95a-416a-86ac-400b7e5a6e57 .shogun-heading-component h1 {
  color: rgba(230, 36, 36, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c8e54a01-757d-4cff-89fa-1f5e0bd59b87 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-c8e54a01-757d-4cff-89fa-1f5e0bd59b87:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-c8e54a01-757d-4cff-89fa-1f5e0bd59b87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c8e54a01-757d-4cff-89fa-1f5e0bd59b87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-409fa68d-9ac3-495c-87d2-05b4ff298d55 {
  margin-bottom: 300px;
min-height: 50px;
}








#s-409fa68d-9ac3-495c-87d2-05b4ff298d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-409fa68d-9ac3-495c-87d2-05b4ff298d55.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8c3a10c7-ce8a-46db-b3ab-f47375485cda {
  background-image: url(https://i.shgcdn.com/a2144de0-0c42-43d7-bf7a-7d853365062e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c3a10c7-ce8a-46db-b3ab-f47375485cda {
  display: none;
}
#s-8c3a10c7-ce8a-46db-b3ab-f47375485cda, #wrap-s-8c3a10c7-ce8a-46db-b3ab-f47375485cda { display:none !important; }}@media (max-width: 767px){#s-8c3a10c7-ce8a-46db-b3ab-f47375485cda {
  display: none;
}
#s-8c3a10c7-ce8a-46db-b3ab-f47375485cda, #wrap-s-8c3a10c7-ce8a-46db-b3ab-f47375485cda { display:none !important; }}







#s-8c3a10c7-ce8a-46db-b3ab-f47375485cda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c3a10c7-ce8a-46db-b3ab-f47375485cda {
  cursor: pointer;
}#s-8c3a10c7-ce8a-46db-b3ab-f47375485cda.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5952655e-463a-4204-9fa7-d0766a0f4f8e {
  background-image: url(https://i.shgcdn.com/a536f596-d642-41eb-82c9-82fb158a1a68/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-5952655e-463a-4204-9fa7-d0766a0f4f8e {
  display: none;
}
#s-5952655e-463a-4204-9fa7-d0766a0f4f8e, #wrap-s-5952655e-463a-4204-9fa7-d0766a0f4f8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5952655e-463a-4204-9fa7-d0766a0f4f8e {
  display: none;
}
#s-5952655e-463a-4204-9fa7-d0766a0f4f8e, #wrap-s-5952655e-463a-4204-9fa7-d0766a0f4f8e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5952655e-463a-4204-9fa7-d0766a0f4f8e {
  display: none;
}
#s-5952655e-463a-4204-9fa7-d0766a0f4f8e, #wrap-s-5952655e-463a-4204-9fa7-d0766a0f4f8e { display:none !important; }}







#s-5952655e-463a-4204-9fa7-d0766a0f4f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5952655e-463a-4204-9fa7-d0766a0f4f8e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-35850cc2-ae2b-4a93-b06c-4f399ab816a3 {
  padding-top: 360px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-35850cc2-ae2b-4a93-b06c-4f399ab816a3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c6757b8f-f1a4-4518-a1a1-9c773f3ba356 {
  padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
text-align: center;
}

#s-c6757b8f-f1a4-4518-a1a1-9c773f3ba356 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63b2c7a9-0f8b-41f5-9e32-ccb9179652b0 {
  padding-top: 12px;
padding-left: 5%;
padding-bottom: 12px;
padding-right: 5%;
text-align: center;
}

#s-63b2c7a9-0f8b-41f5-9e32-ccb9179652b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35551964-e778-482e-bb1a-d6e23b100f9b {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 130px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-35551964-e778-482e-bb1a-d6e23b100f9b:hover {background-color: rgba(205, 115, 37, 1) !important;
text-decoration: none !important;}#s-35551964-e778-482e-bb1a-d6e23b100f9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35551964-e778-482e-bb1a-d6e23b100f9b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-75aac730-b60a-44c7-8218-df6753c4215a {
  background-image: url(https://i.shgcdn.com/34a2ac75-de26-4f54-9262-85fc5d7cebe5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-75aac730-b60a-44c7-8218-df6753c4215a {
  display: none;
}
#s-75aac730-b60a-44c7-8218-df6753c4215a, #wrap-s-75aac730-b60a-44c7-8218-df6753c4215a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75aac730-b60a-44c7-8218-df6753c4215a {
  display: none;
}
#s-75aac730-b60a-44c7-8218-df6753c4215a, #wrap-s-75aac730-b60a-44c7-8218-df6753c4215a { display:none !important; }}@media (max-width: 767px){#s-75aac730-b60a-44c7-8218-df6753c4215a {
  display: none;
}
#s-75aac730-b60a-44c7-8218-df6753c4215a, #wrap-s-75aac730-b60a-44c7-8218-df6753c4215a { display:none !important; }}







#s-75aac730-b60a-44c7-8218-df6753c4215a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75aac730-b60a-44c7-8218-df6753c4215a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-75bcab25-6800-4f51-b9d9-4624ba0cba4b {
  padding-left: 190px;
padding-right: 190px;
text-align: center;
}
@media (min-width: 1200px){#s-75bcab25-6800-4f51-b9d9-4624ba0cba4b {
  display: none;
}
#s-75bcab25-6800-4f51-b9d9-4624ba0cba4b, #wrap-s-75bcab25-6800-4f51-b9d9-4624ba0cba4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75bcab25-6800-4f51-b9d9-4624ba0cba4b {
  display: none;
}
#s-75bcab25-6800-4f51-b9d9-4624ba0cba4b, #wrap-s-75bcab25-6800-4f51-b9d9-4624ba0cba4b { display:none !important; }}@media (max-width: 767px){#s-75bcab25-6800-4f51-b9d9-4624ba0cba4b {
  display: none;
}
#s-75bcab25-6800-4f51-b9d9-4624ba0cba4b, #wrap-s-75bcab25-6800-4f51-b9d9-4624ba0cba4b { display:none !important; }}



  #s-75bcab25-6800-4f51-b9d9-4624ba0cba4b img.shogun-image {
    
    width: px;
  }


#s-75bcab25-6800-4f51-b9d9-4624ba0cba4b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b30b71b5-7109-4016-aa9d-b0e59ab0846c {
  padding-left: 190px;
padding-right: 190px;
text-align: center;
}
@media (min-width: 1200px){#s-b30b71b5-7109-4016-aa9d-b0e59ab0846c {
  display: none;
}
#s-b30b71b5-7109-4016-aa9d-b0e59ab0846c, #wrap-s-b30b71b5-7109-4016-aa9d-b0e59ab0846c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b30b71b5-7109-4016-aa9d-b0e59ab0846c {
  display: none;
}
#s-b30b71b5-7109-4016-aa9d-b0e59ab0846c, #wrap-s-b30b71b5-7109-4016-aa9d-b0e59ab0846c { display:none !important; }}@media (max-width: 767px){#s-b30b71b5-7109-4016-aa9d-b0e59ab0846c {
  display: none;
}
#s-b30b71b5-7109-4016-aa9d-b0e59ab0846c, #wrap-s-b30b71b5-7109-4016-aa9d-b0e59ab0846c { display:none !important; }}



  #s-b30b71b5-7109-4016-aa9d-b0e59ab0846c img.shogun-image {
    
    width: px;
  }


#s-b30b71b5-7109-4016-aa9d-b0e59ab0846c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-62af396f-a376-42a1-b0cc-57482951a358 {
  margin-top: 100px;
margin-bottom: 140px;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-62af396f-a376-42a1-b0cc-57482951a358:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-62af396f-a376-42a1-b0cc-57482951a358:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-62af396f-a376-42a1-b0cc-57482951a358 {
  display: none;
}
#s-62af396f-a376-42a1-b0cc-57482951a358, #wrap-s-62af396f-a376-42a1-b0cc-57482951a358 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62af396f-a376-42a1-b0cc-57482951a358 {
  display: none;
}
#s-62af396f-a376-42a1-b0cc-57482951a358, #wrap-s-62af396f-a376-42a1-b0cc-57482951a358 { display:none !important; }}@media (max-width: 767px){#s-62af396f-a376-42a1-b0cc-57482951a358 {
  display: none;
}
#s-62af396f-a376-42a1-b0cc-57482951a358, #wrap-s-62af396f-a376-42a1-b0cc-57482951a358 { display:none !important; }}


#s-62af396f-a376-42a1-b0cc-57482951a358.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-db81b688-97ec-4670-90cd-e9dabe0474b6 {
  background-image: url(https://i.shgcdn.com/e8077f04-deb9-45aa-b99d-aa5bd82ba3ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-db81b688-97ec-4670-90cd-e9dabe0474b6 {
  display: none;
}
#s-db81b688-97ec-4670-90cd-e9dabe0474b6, #wrap-s-db81b688-97ec-4670-90cd-e9dabe0474b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db81b688-97ec-4670-90cd-e9dabe0474b6 {
  display: none;
}
#s-db81b688-97ec-4670-90cd-e9dabe0474b6, #wrap-s-db81b688-97ec-4670-90cd-e9dabe0474b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db81b688-97ec-4670-90cd-e9dabe0474b6 {
  
}
}@media (max-width: 767px){#s-db81b688-97ec-4670-90cd-e9dabe0474b6 {
  display: none;
}
#s-db81b688-97ec-4670-90cd-e9dabe0474b6, #wrap-s-db81b688-97ec-4670-90cd-e9dabe0474b6 { display:none !important; }}







#s-db81b688-97ec-4670-90cd-e9dabe0474b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db81b688-97ec-4670-90cd-e9dabe0474b6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d37c9711-3fea-4a65-bd82-c50c0a1c5339 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d37c9711-3fea-4a65-bd82-c50c0a1c5339 .shogun-heading-component h1 {
  color: rgba(39, 42, 64, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-b01f43c9-40d1-41fe-9a28-a826d4cc8d54 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-b01f43c9-40d1-41fe-9a28-a826d4cc8d54 .shogun-heading-component h1 {
  color: rgba(39, 42, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fd38812b-61b6-4787-9fd6-c976d95cf23d {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 100px;
text-align: center;
background-color: rgba(255, 255, 224, 1);
text-decoration: none;
}
#s-fd38812b-61b6-4787-9fd6-c976d95cf23d:hover {background-color: rgba(255, 255, 224, 1) !important;
text-decoration: none !important;}#s-fd38812b-61b6-4787-9fd6-c976d95cf23d:active {background-color: rgba(255, 255, 224, 1) !important;
text-decoration: none !important;}


#s-fd38812b-61b6-4787-9fd6-c976d95cf23d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-38a9576b-fb7e-4e4a-b53b-381d2e60220a {
  margin-top: 0px;
margin-bottom: 230px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-radius: 4px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-38a9576b-fb7e-4e4a-b53b-381d2e60220a:hover {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}#s-38a9576b-fb7e-4e4a-b53b-381d2e60220a:active {background-color: rgba(255, 45, 0, 1) !important;
text-decoration: none !important;}


#s-38a9576b-fb7e-4e4a-b53b-381d2e60220a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-2abba481-4b60-4f0c-a99d-b0df9b31e265 {
  background-image: url(https://i.shgcdn.com/48e26aff-6432-4509-be7b-231611b18603/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-right: 0px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-2abba481-4b60-4f0c-a99d-b0df9b31e265 {
  display: none;
}
#s-2abba481-4b60-4f0c-a99d-b0df9b31e265, #wrap-s-2abba481-4b60-4f0c-a99d-b0df9b31e265 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2abba481-4b60-4f0c-a99d-b0df9b31e265 {
  display: none;
}
#s-2abba481-4b60-4f0c-a99d-b0df9b31e265, #wrap-s-2abba481-4b60-4f0c-a99d-b0df9b31e265 { display:none !important; }}@media (max-width: 767px){#s-2abba481-4b60-4f0c-a99d-b0df9b31e265 {
  display: none;
}
#s-2abba481-4b60-4f0c-a99d-b0df9b31e265, #wrap-s-2abba481-4b60-4f0c-a99d-b0df9b31e265 { display:none !important; }}







#s-2abba481-4b60-4f0c-a99d-b0df9b31e265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2abba481-4b60-4f0c-a99d-b0df9b31e265.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b830e5d1-0867-4144-9877-f5f9de55dc84 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 300px;
text-align: center;
}

#s-b830e5d1-0867-4144-9877-f5f9de55dc84 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-e9fc2e0f-b274-4ee0-97c1-8fcaa4f14ec3 {
  margin-left: -0px;
margin-right: -0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 140px;
text-align: center;
}

#s-e9fc2e0f-b274-4ee0-97c1-8fcaa4f14ec3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: center;
}



#s-ab47eb5e-a54c-4169-b8fd-b24c409167c3 {
  margin-top: 10px;
margin-bottom: 100px;
margin-right: 410px;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 2px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-ab47eb5e-a54c-4169-b8fd-b24c409167c3:hover {background-color: rgba(255, 23, 23, 1) !important;
text-decoration: none !important;}#s-ab47eb5e-a54c-4169-b8fd-b24c409167c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab47eb5e-a54c-4169-b8fd-b24c409167c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-d77fcda3-518a-4f16-87dd-17f80151b9fe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGMzNDBmNWQtOWQyZi00N2Q4LTk0MDctZDc4MzgzNzI2MjMzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA4MTAiIHN0eWxlPSJzdG9wLWNvbG9yOiNhYWFhYWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTY1MDI1MTI1NjI4MTQwNSIgc3R5bGU9InN0b3AtY29sb3I6I2YyZjJmMjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNGMzNDBmNWQtOWQyZi00N2Q4LTk0MDctZDc4MzgzNzI2MjMzKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
background-attachment: fixed;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 50px;
}
@media (max-width: 767px){#s-d77fcda3-518a-4f16-87dd-17f80151b9fe {
  
}
}







#s-d77fcda3-518a-4f16-87dd-17f80151b9fe > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d77fcda3-518a-4f16-87dd-17f80151b9fe.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-0b13fea9-1319-4b80-9afc-ee84ca5da683 {
  min-height: 50px;
}








#s-0b13fea9-1319-4b80-9afc-ee84ca5da683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b13fea9-1319-4b80-9afc-ee84ca5da683.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f283da15-46b5-4910-b098-49ebb7f7fa58 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-f283da15-46b5-4910-b098-49ebb7f7fa58 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a86bf235-6340-4f07-90c5-10b160194137 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1120px;
}
@media (max-width: 767px){#s-a86bf235-6340-4f07-90c5-10b160194137 {
  
}
}
@media (min-width: 0px) {
[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a86bf235-6340-4f07-90c5-10b160194137"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-9a17a095-4b31-4dec-b1b0-9fb6979fcc15 {
  background-image: url(https://i.shgcdn.com/06cda83a-4d55-4a65-9d4f-bcd51bc8d8cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
min-height: 500px;
max-width: 600px;
background-position: center center;
}








#s-9a17a095-4b31-4dec-b1b0-9fb6979fcc15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a17a095-4b31-4dec-b1b0-9fb6979fcc15 {
  cursor: pointer;
}#s-9a17a095-4b31-4dec-b1b0-9fb6979fcc15.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6c543c6e-3719-4d00-9285-6b2bc0d3d1cb {
  padding-top: 30px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-6c543c6e-3719-4d00-9285-6b2bc0d3d1cb {
  
}
}
#s-6c543c6e-3719-4d00-9285-6b2bc0d3d1cb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6c543c6e-3719-4d00-9285-6b2bc0d3d1cb .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-ae6cf552-3ae0-44b6-84de-6d0582b1d1e4 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae6cf552-3ae0-44b6-84de-6d0582b1d1e4 {
  display: none;
}
#s-ae6cf552-3ae0-44b6-84de-6d0582b1d1e4, #wrap-s-ae6cf552-3ae0-44b6-84de-6d0582b1d1e4 { display:none !important; }}@media (max-width: 767px){#s-ae6cf552-3ae0-44b6-84de-6d0582b1d1e4 {
  display: none;
}
#s-ae6cf552-3ae0-44b6-84de-6d0582b1d1e4, #wrap-s-ae6cf552-3ae0-44b6-84de-6d0582b1d1e4 { display:none !important; }}
#s-ae6cf552-3ae0-44b6-84de-6d0582b1d1e4 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ae6cf552-3ae0-44b6-84de-6d0582b1d1e4 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-9cbba3b8-7b0e-43a4-976e-08d033b489eb {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-9cbba3b8-7b0e-43a4-976e-08d033b489eb {
  display: none;
}
#s-9cbba3b8-7b0e-43a4-976e-08d033b489eb, #wrap-s-9cbba3b8-7b0e-43a4-976e-08d033b489eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cbba3b8-7b0e-43a4-976e-08d033b489eb {
  display: none;
}
#s-9cbba3b8-7b0e-43a4-976e-08d033b489eb, #wrap-s-9cbba3b8-7b0e-43a4-976e-08d033b489eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cbba3b8-7b0e-43a4-976e-08d033b489eb {
  
}
}
#s-9cbba3b8-7b0e-43a4-976e-08d033b489eb .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9cbba3b8-7b0e-43a4-976e-08d033b489eb .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-fbccee52-95f9-441d-a075-b0b7e570924e {
  margin-top: 7px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-fbccee52-95f9-441d-a075-b0b7e570924e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-fbccee52-95f9-441d-a075-b0b7e570924e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fbccee52-95f9-441d-a075-b0b7e570924e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-9d24603e-2375-4972-9dde-eac8cac5a2b0 {
  background-image: url(https://i.shgcdn.com/9969b521-3cb8-4bd1-88d1-8de6c9c51086/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
min-height: 500px;
max-width: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-9d24603e-2375-4972-9dde-eac8cac5a2b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d24603e-2375-4972-9dde-eac8cac5a2b0.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2a10fba4-32d9-45da-b5a7-cd72eb61954e {
  padding-top: 30px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-2a10fba4-32d9-45da-b5a7-cd72eb61954e {
  
}
}
#s-2a10fba4-32d9-45da-b5a7-cd72eb61954e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2a10fba4-32d9-45da-b5a7-cd72eb61954e .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-e7d37b6c-7eaf-4226-9e32-e2904c49be8f {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7d37b6c-7eaf-4226-9e32-e2904c49be8f {
  display: none;
}
#s-e7d37b6c-7eaf-4226-9e32-e2904c49be8f, #wrap-s-e7d37b6c-7eaf-4226-9e32-e2904c49be8f { display:none !important; }}@media (max-width: 767px){#s-e7d37b6c-7eaf-4226-9e32-e2904c49be8f {
  display: none;
}
#s-e7d37b6c-7eaf-4226-9e32-e2904c49be8f, #wrap-s-e7d37b6c-7eaf-4226-9e32-e2904c49be8f { display:none !important; }}
#s-e7d37b6c-7eaf-4226-9e32-e2904c49be8f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e7d37b6c-7eaf-4226-9e32-e2904c49be8f .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35 {
  display: none;
}
#s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35, #wrap-s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35 {
  display: none;
}
#s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35, #wrap-s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35 {
  
}
}@media (max-width: 767px){#s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35 {
  
}
}
#s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2439ef2f-4422-4600-aa88-ff9f8b7e2f35 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-c61588fd-9f91-44bf-bd92-8db9a2cf7fb2 {
  margin-top: 7px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-c61588fd-9f91-44bf-bd92-8db9a2cf7fb2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c61588fd-9f91-44bf-bd92-8db9a2cf7fb2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c61588fd-9f91-44bf-bd92-8db9a2cf7fb2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-45f19e57-f613-414e-8b4a-af83be76d7f5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1120px;
}
@media (max-width: 767px){#s-45f19e57-f613-414e-8b4a-af83be76d7f5 {
  
}
}
@media (min-width: 0px) {
[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-45f19e57-f613-414e-8b4a-af83be76d7f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-67f9cc87-b0a2-481d-9d6c-db8ebc349da9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
border-radius: 0px;
min-height: 500px;
max-width: 600px;
background-position: center center;
}








#s-67f9cc87-b0a2-481d-9d6c-db8ebc349da9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67f9cc87-b0a2-481d-9d6c-db8ebc349da9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d2d4d729-5f41-410e-833e-30475600c257 {
  padding-top: 30px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-d2d4d729-5f41-410e-833e-30475600c257 {
  
}
}
#s-d2d4d729-5f41-410e-833e-30475600c257 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a4bf59a3-f973-4190-8abf-04db40e79708 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-a4bf59a3-f973-4190-8abf-04db40e79708 {
  display: none;
}
#s-a4bf59a3-f973-4190-8abf-04db40e79708, #wrap-s-a4bf59a3-f973-4190-8abf-04db40e79708 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4bf59a3-f973-4190-8abf-04db40e79708 {
  display: none;
}
#s-a4bf59a3-f973-4190-8abf-04db40e79708, #wrap-s-a4bf59a3-f973-4190-8abf-04db40e79708 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4bf59a3-f973-4190-8abf-04db40e79708 {
  display: none;
}
#s-a4bf59a3-f973-4190-8abf-04db40e79708, #wrap-s-a4bf59a3-f973-4190-8abf-04db40e79708 { display:none !important; }}
#s-a4bf59a3-f973-4190-8abf-04db40e79708 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-15053b3f-caf5-4006-800e-feb1f654b137 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-15053b3f-caf5-4006-800e-feb1f654b137 {
  
}
}@media (max-width: 767px){#s-15053b3f-caf5-4006-800e-feb1f654b137 {
  display: none;
}
#s-15053b3f-caf5-4006-800e-feb1f654b137, #wrap-s-15053b3f-caf5-4006-800e-feb1f654b137 { display:none !important; }}
#s-15053b3f-caf5-4006-800e-feb1f654b137 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-905babc9-4e73-4007-8335-0246acc58a53 {
  background-image: url(https://i.shgcdn.com/821a265a-1c41-428d-b6d9-e62f84356bb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
border-radius: 0px;
min-height: 500px;
max-width: 600px;
background-position: center center;
}








#s-905babc9-4e73-4007-8335-0246acc58a53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-905babc9-4e73-4007-8335-0246acc58a53.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d82e2ecf-f42a-4395-8274-deedb18f5682 {
  padding-top: 30px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-d82e2ecf-f42a-4395-8274-deedb18f5682 {
  
}
}
#s-d82e2ecf-f42a-4395-8274-deedb18f5682 .shogun-heading-component h1 {
  color: rgba(6, 6, 6, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-978c96c1-4706-4405-935b-5c8a8c16beff {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-978c96c1-4706-4405-935b-5c8a8c16beff {
  
}
}@media (max-width: 767px){#s-978c96c1-4706-4405-935b-5c8a8c16beff {
  display: none;
}
#s-978c96c1-4706-4405-935b-5c8a8c16beff, #wrap-s-978c96c1-4706-4405-935b-5c8a8c16beff { display:none !important; }}
#s-978c96c1-4706-4405-935b-5c8a8c16beff .shogun-heading-component h4 {
  color: rgba(6, 6, 6, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-060d349d-abc1-4f69-8a3d-afe08d225c9b {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-060d349d-abc1-4f69-8a3d-afe08d225c9b {
  display: none;
}
#s-060d349d-abc1-4f69-8a3d-afe08d225c9b, #wrap-s-060d349d-abc1-4f69-8a3d-afe08d225c9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-060d349d-abc1-4f69-8a3d-afe08d225c9b {
  display: none;
}
#s-060d349d-abc1-4f69-8a3d-afe08d225c9b, #wrap-s-060d349d-abc1-4f69-8a3d-afe08d225c9b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-060d349d-abc1-4f69-8a3d-afe08d225c9b {
  display: none;
}
#s-060d349d-abc1-4f69-8a3d-afe08d225c9b, #wrap-s-060d349d-abc1-4f69-8a3d-afe08d225c9b { display:none !important; }}@media (max-width: 767px){#s-060d349d-abc1-4f69-8a3d-afe08d225c9b {
  
}
}
#s-060d349d-abc1-4f69-8a3d-afe08d225c9b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b {
  background-repeat: no-repeat;
background-size: cover;
width: 100%;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b {
  display: none;
}
#s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b, #wrap-s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b {
  display: none;
}
#s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b, #wrap-s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b {
  display: none;
}
#s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b, #wrap-s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b { display:none !important; }}







#s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1d6558c-3cbc-49a1-bd7e-55eed8c7e51b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-82487a87-ac21-457f-a638-9340ba65848e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-82487a87-ac21-457f-a638-9340ba65848e .shogun-heading-component h3 {
  color: rgba(255, 193, 34, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-82487a87-ac21-457f-a638-9340ba65848e .shogun-heading-component h3 a {
  color: rgba(255, 193, 34, 1);
}


#s-b5a4b824-5430-4305-8727-a21fb08a612c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b5a4b824-5430-4305-8727-a21fb08a612c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 65px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b5a4b824-5430-4305-8727-a21fb08a612c .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-0a207842-5291-4be3-93ca-15c22490f8c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a207842-5291-4be3-93ca-15c22490f8c3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3553a18c-b7e8-41f4-bab2-a100d312e74e {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-3553a18c-b7e8-41f4-bab2-a100d312e74e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-3553a18c-b7e8-41f4-bab2-a100d312e74e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3553a18c-b7e8-41f4-bab2-a100d312e74e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-1aebb42a-e4f6-4b0c-b85f-47a164e99a1e {
  background-repeat: no-repeat;
background-size: cover;
width: 100%;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-1aebb42a-e4f6-4b0c-b85f-47a164e99a1e {
  display: none;
}
#s-1aebb42a-e4f6-4b0c-b85f-47a164e99a1e, #wrap-s-1aebb42a-e4f6-4b0c-b85f-47a164e99a1e { display:none !important; }}







#s-1aebb42a-e4f6-4b0c-b85f-47a164e99a1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aebb42a-e4f6-4b0c-b85f-47a164e99a1e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4491f6c1-825e-461a-aa1d-15074267107c {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-4491f6c1-825e-461a-aa1d-15074267107c .shogun-heading-component h1 {
  color: rgba(255, 193, 34, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-db8f9bf6-f920-4273-905d-d75e0f684460 {
  margin-left: 100px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-db8f9bf6-f920-4273-905d-d75e0f684460 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-db8f9bf6-f920-4273-905d-d75e0f684460 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-872c5e8e-285a-42c6-9f84-dc092f4a2083 {
  margin-left: 100px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 13px;
text-align: left;
}

#s-872c5e8e-285a-42c6-9f84-dc092f4a2083 .shogun-heading-component h2 {
  color: rgba(251, 247, 247, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-438a1213-eb83-4bcd-a939-41497dfea392 {
  margin-left: 100px;
margin-right: 3%;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
padding-right: 15px;
border-radius: 4px;
width: 104px;
height: 32px;
text-align: center;
background-color: rgba(219, 52, 52, 1);
text-decoration: none;
}
#s-438a1213-eb83-4bcd-a939-41497dfea392:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-438a1213-eb83-4bcd-a939-41497dfea392:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-438a1213-eb83-4bcd-a939-41497dfea392.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}

#s-14dfee12-a760-49dd-9bbb-42efff14d407 {
  background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-14dfee12-a760-49dd-9bbb-42efff14d407 {
  display: none;
}
#s-14dfee12-a760-49dd-9bbb-42efff14d407, #wrap-s-14dfee12-a760-49dd-9bbb-42efff14d407 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14dfee12-a760-49dd-9bbb-42efff14d407 {
  
}
}@media (max-width: 767px){#s-14dfee12-a760-49dd-9bbb-42efff14d407 {
  display: none;
}
#s-14dfee12-a760-49dd-9bbb-42efff14d407, #wrap-s-14dfee12-a760-49dd-9bbb-42efff14d407 { display:none !important; }}







#s-14dfee12-a760-49dd-9bbb-42efff14d407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14dfee12-a760-49dd-9bbb-42efff14d407.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5 {
  padding-top: 45px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5 {
  display: none;
}
#s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5, #wrap-s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5 {
  display: none;
}
#s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5, #wrap-s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5 { display:none !important; }}@media (max-width: 767px){#s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5 {
  display: none;
}
#s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5, #wrap-s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5 { display:none !important; }}
#s-3e87e9f6-dbc6-40d1-a679-a83e9a1c0bc5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb369376-7508-4259-9677-fbd778ac4d94 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1120px;
}
@media (min-width: 1200px){#s-fb369376-7508-4259-9677-fbd778ac4d94 {
  display: none;
}
#s-fb369376-7508-4259-9677-fbd778ac4d94, #wrap-s-fb369376-7508-4259-9677-fbd778ac4d94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb369376-7508-4259-9677-fbd778ac4d94 {
  display: none;
}
#s-fb369376-7508-4259-9677-fbd778ac4d94, #wrap-s-fb369376-7508-4259-9677-fbd778ac4d94 { display:none !important; }}@media (max-width: 767px){#s-fb369376-7508-4259-9677-fbd778ac4d94 {
  display: none;
}
#s-fb369376-7508-4259-9677-fbd778ac4d94, #wrap-s-fb369376-7508-4259-9677-fbd778ac4d94 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fb369376-7508-4259-9677-fbd778ac4d94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-49d4d405-1e1d-4029-a4f1-4c1431c756df {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
border-radius: 0px;
min-height: 250px;
max-width: 600px;
background-position: center center;
}








#s-49d4d405-1e1d-4029-a4f1-4c1431c756df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49d4d405-1e1d-4029-a4f1-4c1431c756df.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4f1bc30c-655d-4c76-a822-fb146db02dac {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4f1bc30c-655d-4c76-a822-fb146db02dac .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-4f1bc30c-655d-4c76-a822-fb146db02dac .shogun-heading-component h1 a {
  color: #000;
}


#s-76c0578e-a80a-4f2e-8d3e-68c6bf89cfbc {
  background-image: url(https://i.shgcdn.com/2eef2f4e-9a36-4e72-b224-da5d2790fc1d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
border-radius: 0px;
min-height: 250px;
max-width: 600px;
background-position: center center;
}








#s-76c0578e-a80a-4f2e-8d3e-68c6bf89cfbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76c0578e-a80a-4f2e-8d3e-68c6bf89cfbc.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d5e0eb42-e790-4684-9247-49e95a29f488 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d5e0eb42-e790-4684-9247-49e95a29f488 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d5e0eb42-e790-4684-9247-49e95a29f488 .shogun-heading-component h1 a {
  color: #000;
}


#s-c91d531a-af7c-4d07-9c06-5fc80476afcd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1120px;
}
@media (min-width: 1200px){#s-c91d531a-af7c-4d07-9c06-5fc80476afcd {
  display: none;
}
#s-c91d531a-af7c-4d07-9c06-5fc80476afcd, #wrap-s-c91d531a-af7c-4d07-9c06-5fc80476afcd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c91d531a-af7c-4d07-9c06-5fc80476afcd {
  display: none;
}
#s-c91d531a-af7c-4d07-9c06-5fc80476afcd, #wrap-s-c91d531a-af7c-4d07-9c06-5fc80476afcd { display:none !important; }}@media (max-width: 767px){#s-c91d531a-af7c-4d07-9c06-5fc80476afcd {
  display: none;
}
#s-c91d531a-af7c-4d07-9c06-5fc80476afcd, #wrap-s-c91d531a-af7c-4d07-9c06-5fc80476afcd { display:none !important; }}
@media (min-width: 0px) {
[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c91d531a-af7c-4d07-9c06-5fc80476afcd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-48e1eb6a-40f1-42dc-9b07-45aa97809d55 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
border-radius: 0px;
min-height: 250px;
max-width: 600px;
background-position: center center;
}








#s-48e1eb6a-40f1-42dc-9b07-45aa97809d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48e1eb6a-40f1-42dc-9b07-45aa97809d55.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d2f08bd4-2c17-4ef8-bae5-2f042831602b {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2f08bd4-2c17-4ef8-bae5-2f042831602b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d2f08bd4-2c17-4ef8-bae5-2f042831602b .shogun-heading-component h1 a {
  color: #000;
}


#s-54dce083-27e9-426b-a9d4-598e6180b2e5 {
  background-image: url(https://i.shgcdn.com/3c6ade27-2724-481c-af41-256769dfe2c1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
border-radius: 0px;
min-height: 250px;
max-width: 600px;
background-position: center center;
}








#s-54dce083-27e9-426b-a9d4-598e6180b2e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54dce083-27e9-426b-a9d4-598e6180b2e5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-91c18222-64f5-4060-aef1-dfc48179bbcd {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91c18222-64f5-4060-aef1-dfc48179bbcd .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-91c18222-64f5-4060-aef1-dfc48179bbcd .shogun-heading-component h1 a {
  color: #000;
}


#s-edbb5e38-dff8-4552-8eb3-7b88d70a3467 {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 50px;
}








#s-edbb5e38-dff8-4552-8eb3-7b88d70a3467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edbb5e38-dff8-4552-8eb3-7b88d70a3467.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
max-width: 1120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf {
  display: none;
}
#s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf, #wrap-s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf { display:none !important; }}@media (max-width: 767px){#s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf {
  display: none;
}
#s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf, #wrap-s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf { display:none !important; }}
@media (min-width: 0px) {
[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-06861e7d-6d6e-4a4e-94c6-38813c65d8bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-630b0730-e43e-4b91-abd2-9130e7c73132 {
  max-width: 600px;
}








#s-630b0730-e43e-4b91-abd2-9130e7c73132 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-630b0730-e43e-4b91-abd2-9130e7c73132.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: -webkit-box;
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-a08ef8ed-7952-4a52-85c1-b66c51969aa4 {
  text-align: center;
}

#s-fc03c628-55da-49f9-94f6-3af81ac86f5a {
  max-width: 600px;
}








#s-fc03c628-55da-49f9-94f6-3af81ac86f5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc03c628-55da-49f9-94f6-3af81ac86f5a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5f50c290-8772-4db4-8d61-65ff0194f723 {
  margin-left: 32px;
padding-left: 24px;
padding-right: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f50c290-8772-4db4-8d61-65ff0194f723 {
  display: none;
}
#s-5f50c290-8772-4db4-8d61-65ff0194f723, #wrap-s-5f50c290-8772-4db4-8d61-65ff0194f723 { display:none !important; }}@media (max-width: 767px){#s-5f50c290-8772-4db4-8d61-65ff0194f723 {
  display: none;
}
#s-5f50c290-8772-4db4-8d61-65ff0194f723, #wrap-s-5f50c290-8772-4db4-8d61-65ff0194f723 { display:none !important; }}
#s-c3aae400-8b74-4ab8-b075-b94719aff2c0 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
max-width: 1120px;
}

@media (min-width: 0px) {
[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c3aae400-8b74-4ab8-b075-b94719aff2c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-7c86931a-cbfd-4fb3-a27a-34785ae54932 {
  max-width: 600px;
}








#s-7c86931a-cbfd-4fb3-a27a-34785ae54932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c86931a-cbfd-4fb3-a27a-34785ae54932.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5dd01bc4-42fd-4dc9-abba-5821c5c57bbb {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5dd01bc4-42fd-4dc9-abba-5821c5c57bbb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5dd01bc4-42fd-4dc9-abba-5821c5c57bbb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5dd01bc4-42fd-4dc9-abba-5821c5c57bbb {
  
}
}@media (max-width: 767px){#s-5dd01bc4-42fd-4dc9-abba-5821c5c57bbb {
  
}
}
#s-5dd01bc4-42fd-4dc9-abba-5821c5c57bbb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5dd01bc4-42fd-4dc9-abba-5821c5c57bbb .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-08fc0f3f-8077-4340-9d54-6a5e2b026727 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-08fc0f3f-8077-4340-9d54-6a5e2b026727 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08fc0f3f-8077-4340-9d54-6a5e2b026727 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08fc0f3f-8077-4340-9d54-6a5e2b026727 {
  
}
}@media (max-width: 767px){#s-08fc0f3f-8077-4340-9d54-6a5e2b026727 {
  
}
}
#s-a13c26be-2d1e-4a2d-9803-8c04523ab3fb {
  min-height: 50px;
}








#s-a13c26be-2d1e-4a2d-9803-8c04523ab3fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a13c26be-2d1e-4a2d-9803-8c04523ab3fb.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a82ecbeb-3790-44d0-b24e-e2e9667e8e20 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a82ecbeb-3790-44d0-b24e-e2e9667e8e20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a82ecbeb-3790-44d0-b24e-e2e9667e8e20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a82ecbeb-3790-44d0-b24e-e2e9667e8e20 {
  
}
}@media (max-width: 767px){#s-a82ecbeb-3790-44d0-b24e-e2e9667e8e20 {
  
}
}







#s-a82ecbeb-3790-44d0-b24e-e2e9667e8e20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a82ecbeb-3790-44d0-b24e-e2e9667e8e20.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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