.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-293b967c-6b6b-4168-9ae1-74d1d3e5eba2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1360px;
}








#s-293b967c-6b6b-4168-9ae1-74d1d3e5eba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-293b967c-6b6b-4168-9ae1-74d1d3e5eba2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2f49ca75-f98d-446e-b8a4-32a55bb14aef {
  padding-left: 23px;
padding-right: 23px;
}

#s-a3f28729-dde5-4a91-968e-5bdd5fae7f99 {
  background-image: url(https://i.shgcdn.com/fe603b82-f2f1-4a91-8623-ee3123b1ba7a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 680px;
max-width: 1360px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3f28729-dde5-4a91-968e-5bdd5fae7f99 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-a3f28729-dde5-4a91-968e-5bdd5fae7f99 {
  min-height: 500px;
}
}







#s-a3f28729-dde5-4a91-968e-5bdd5fae7f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3f28729-dde5-4a91-968e-5bdd5fae7f99.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7a250633-be19-436f-9688-22762a6811ce {
  margin-top: 0px;
margin-left: 23px;
margin-bottom: 0px;
margin-right: 23px;
max-width: 870px;
}
@media (min-width: 1200px){#s-7a250633-be19-436f-9688-22762a6811ce {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a250633-be19-436f-9688-22762a6811ce {
  margin-left: auto;
margin-right: auto;
}
}
.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-49a009cb-3b02-421e-b96a-ec9e84f69d5e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 23px;
padding-bottom: 120px;
padding-right: 23px;
max-width: 870px;
text-align: center;
}
@media (max-width: 767px){#s-49a009cb-3b02-421e-b96a-ec9e84f69d5e {
  padding-bottom: 80px;
}
}
#s-49a009cb-3b02-421e-b96a-ec9e84f69d5e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}


@media (max-width: 767px){#s-49a009cb-3b02-421e-b96a-ec9e84f69d5e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}


}
#s-772e3a90-c427-4d82-84e0-7f6ba4cda26b {
  margin-left: auto;
margin-right: auto;
padding-top: 120px;
padding-left: 23px;
padding-bottom: 80px;
padding-right: 23px;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 1200px){#s-772e3a90-c427-4d82-84e0-7f6ba4cda26b {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-772e3a90-c427-4d82-84e0-7f6ba4cda26b {
  padding-top: 80px;
}
}@media (max-width: 767px){#s-772e3a90-c427-4d82-84e0-7f6ba4cda26b {
  padding-top: 80px;
}
}







#s-772e3a90-c427-4d82-84e0-7f6ba4cda26b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-772e3a90-c427-4d82-84e0-7f6ba4cda26b.shg-box.shg-c {
  justify-content: center;
}

#s-b00e1a3f-8d77-4b84-9688-1eb6bffd1128 {
  max-width: 570px;
}

#s-353c8732-f693-4d09-ac1c-70979afa88e1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 1200px){#s-353c8732-f693-4d09-ac1c-70979afa88e1 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-353c8732-f693-4d09-ac1c-70979afa88e1 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-353c8732-f693-4d09-ac1c-70979afa88e1 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (max-width: 767px){#s-353c8732-f693-4d09-ac1c-70979afa88e1 {
  margin-bottom: 30px;
padding-left: 23px;
padding-right: 23px;
}
}







#s-353c8732-f693-4d09-ac1c-70979afa88e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-353c8732-f693-4d09-ac1c-70979afa88e1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-5e6debe5-e4f3-41df-b183-613d30ee6b4f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fcd0484d-7f75-4a5b-83d4-6a6322e37fe6 {
  min-height: 50px;
}








#s-fcd0484d-7f75-4a5b-83d4-6a6322e37fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcd0484d-7f75-4a5b-83d4-6a6322e37fe6.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-fcd0484d-7f75-4a5b-83d4-6a6322e37fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcd0484d-7f75-4a5b-83d4-6a6322e37fe6.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-b360e853-85ea-434d-9e6c-c9a39d88d989 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-b360e853-85ea-434d-9e6c-c9a39d88d989 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-339dbbb5-8af8-4e10-83d4-f374192115a8 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 540px;
}
@media (max-width: 767px){#s-339dbbb5-8af8-4e10-83d4-f374192115a8 {
  max-width: 100%;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-4f1ddb0d-cecb-4d99-95a2-a13a2cb9d950 {
  text-align: center;
}




  #s-4f1ddb0d-cecb-4d99-95a2-a13a2cb9d950 img.shogun-image {
    
    width: px;
  }


#s-4f1ddb0d-cecb-4d99-95a2-a13a2cb9d950 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ce8d06c-8f41-40e4-b797-4c04bd1f7a3a {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 1360px;
}








#s-7ce8d06c-8f41-40e4-b797-4c04bd1f7a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ce8d06c-8f41-40e4-b797-4c04bd1f7a3a.shg-box.shg-c {
  justify-content: center;
}

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

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-0b3c4960-a039-427b-b94b-5d5b09518704 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-49d79fb3-0ddc-46e0-8363-f3f58000de0e {
  text-align: center;
}




  #s-49d79fb3-0ddc-46e0-8363-f3f58000de0e img.shogun-image {
    
    width: px;
  }


#s-49d79fb3-0ddc-46e0-8363-f3f58000de0e .shogun-image-content {
  
    align-items: center;
  
}

#s-c5bc8f2c-5998-4bb0-839f-9c1f39997dfe {
  text-align: center;
}




  #s-c5bc8f2c-5998-4bb0-839f-9c1f39997dfe img.shogun-image {
    
    width: px;
  }


#s-c5bc8f2c-5998-4bb0-839f-9c1f39997dfe .shogun-image-content {
  
    align-items: center;
  
}

#s-f6226dd0-3c40-4163-b0b9-57725cdb09fe {
  text-align: center;
}




  #s-f6226dd0-3c40-4163-b0b9-57725cdb09fe img.shogun-image {
    
    width: px;
  }


#s-f6226dd0-3c40-4163-b0b9-57725cdb09fe .shogun-image-content {
  
    align-items: center;
  
}

#s-dc1673e2-d024-4e3b-9f03-bd40d6fd6f43 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-dc1673e2-d024-4e3b-9f03-bd40d6fd6f43 {
  padding-left: 23px;
padding-right: 23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc1673e2-d024-4e3b-9f03-bd40d6fd6f43 {
  padding-left: 23px;
padding-right: 23px;
}
}@media (max-width: 767px){#s-dc1673e2-d024-4e3b-9f03-bd40d6fd6f43 {
  padding-left: 23px;
padding-right: 23px;
}
}







#s-dc1673e2-d024-4e3b-9f03-bd40d6fd6f43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc1673e2-d024-4e3b-9f03-bd40d6fd6f43.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e4db594-10e2-45ba-817d-27eed976f927"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-58012e85-2688-4a24-8392-f97ab44c36a3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-58012e85-2688-4a24-8392-f97ab44c36a3 {
  padding-bottom: 30px;
}
}
#s-58012e85-2688-4a24-8392-f97ab44c36a3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e8334812-f9d2-49e2-8625-0fddd68a2d7f {
  min-height: 50px;
}
@media (max-width: 767px){#s-e8334812-f9d2-49e2-8625-0fddd68a2d7f {
  padding-bottom: 50px;
}
}







#s-e8334812-f9d2-49e2-8625-0fddd68a2d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8334812-f9d2-49e2-8625-0fddd68a2d7f.shg-box.shg-c {
  justify-content: center;
}

#s-001fbd70-1af5-4cd0-8b44-2cb8c6c63e90 {
  text-align: center;
}




  #s-001fbd70-1af5-4cd0-8b44-2cb8c6c63e90 img.shogun-image {
    
    width: px;
  }


#s-001fbd70-1af5-4cd0-8b44-2cb8c6c63e90 .shogun-image-content {
  
    align-items: center;
  
}

#s-88448aff-f882-4ae4-9463-b13936a12e1e {
  margin-top: 40px;
margin-bottom: 0px;
text-align: left;
}

#s-88448aff-f882-4ae4-9463-b13936a12e1e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: TT Norms Pro Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-481389cf-0cfb-46f0-ab52-ad02c52d47c1 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 540px;
}
@media (max-width: 767px){#s-481389cf-0cfb-46f0-ab52-ad02c52d47c1 {
  max-width: 100%;
}
}
#s-6362f4d5-6308-47e2-995c-c14adb98c273 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6362f4d5-6308-47e2-995c-c14adb98c273 {
  padding-bottom: 50px;
}
}







#s-6362f4d5-6308-47e2-995c-c14adb98c273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6362f4d5-6308-47e2-995c-c14adb98c273.shg-box.shg-c {
  justify-content: center;
}

#s-c18cfc91-09f1-4e1e-a959-e7913565fafe {
  text-align: center;
}




  #s-c18cfc91-09f1-4e1e-a959-e7913565fafe img.shogun-image {
    
    width: px;
  }


#s-c18cfc91-09f1-4e1e-a959-e7913565fafe .shogun-image-content {
  
    align-items: center;
  
}

#s-2aa966c0-f3f7-41d2-bc88-306929156409 {
  margin-top: 40px;
margin-bottom: 0px;
text-align: left;
}

#s-2aa966c0-f3f7-41d2-bc88-306929156409 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: TT Norms Pro Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3f93e237-a662-4295-8376-46bfbc3b4aa2 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 540px;
}
@media (max-width: 767px){#s-3f93e237-a662-4295-8376-46bfbc3b4aa2 {
  max-width: 100%;
}
}
#s-5909030e-1d51-4bbf-bc9c-8e4307a1de2b {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 1170px;
}








#s-5909030e-1d51-4bbf-bc9c-8e4307a1de2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5909030e-1d51-4bbf-bc9c-8e4307a1de2b.shg-box.shg-c {
  justify-content: center;
}

#s-90926798-7929-4af2-8158-99d625315c8a {
  padding-top: 80px;
padding-left: 150px;
padding-bottom: 80px;
padding-right: 50px;
background-color: rgba(251, 249, 247, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-90926798-7929-4af2-8158-99d625315c8a {
  padding-left: 23px;
}
}@media (max-width: 767px){#s-90926798-7929-4af2-8158-99d625315c8a {
  padding-left: 23px;
padding-right: 23px;
}
}
@media (min-width: 0px) {
[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-90926798-7929-4af2-8158-99d625315c8a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-56230249-9947-4ced-a472-7cab94a78e2e {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 540px;
}
@media (max-width: 767px){#s-56230249-9947-4ced-a472-7cab94a78e2e {
  max-width: 100%;
}
}
.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-882f7ffd-b516-4131-91ed-369bfffb05ec {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 540px;
background-color: rgba(231, 23, 23, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-882f7ffd-b516-4131-91ed-369bfffb05ec:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-882f7ffd-b516-4131-91ed-369bfffb05ec:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-882f7ffd-b516-4131-91ed-369bfffb05ec {
  padding-top: 0px;
}
}

  #s-882f7ffd-b516-4131-91ed-369bfffb05ec-btn-wrapper {
    text-align: left;
  }


#s-882f7ffd-b516-4131-91ed-369bfffb05ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: TT Norms Pro Medium;
  display:  inline-block ;
}

#s-865dc3fb-09d8-4c39-910e-80956d33a6df {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 30%;
padding-bottom: 30%;
max-width: 180px;
text-align: center;
}
@media (max-width: 767px){#s-865dc3fb-09d8-4c39-910e-80956d33a6df {
  padding-top: 0%;
padding-bottom: 40px;
}
}



  #s-865dc3fb-09d8-4c39-910e-80956d33a6df img.shogun-image {
    
    width: px;
  }


#s-865dc3fb-09d8-4c39-910e-80956d33a6df .shogun-image-content {
  
    align-items: center;
  
}

#s-25c7f350-fc89-4a7e-8775-681dedaf7665 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-25c7f350-fc89-4a7e-8775-681dedaf7665 {
  padding-left: 23px;
padding-right: 23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-25c7f350-fc89-4a7e-8775-681dedaf7665 {
  padding-left: 23px;
padding-right: 23px;
}
}@media (max-width: 767px){#s-25c7f350-fc89-4a7e-8775-681dedaf7665 {
  padding-left: 23px;
padding-right: 23px;
}
}







#s-25c7f350-fc89-4a7e-8775-681dedaf7665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25c7f350-fc89-4a7e-8775-681dedaf7665.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92f55a8b-eeea-4d0e-a36e-756751aa252c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fad808f5-2bed-4f7d-997e-edf69ff6f11d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-fad808f5-2bed-4f7d-997e-edf69ff6f11d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fc87dd74-14e0-404e-ad8b-8a22c7e8e179 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 540px;
}
@media (max-width: 767px){#s-fc87dd74-14e0-404e-ad8b-8a22c7e8e179 {
  max-width: 100%;
}
}
#s-827ebcfd-b0d6-45f1-ba4c-dcdc6ecafe21 {
  text-align: center;
}




  #s-827ebcfd-b0d6-45f1-ba4c-dcdc6ecafe21 img.shogun-image {
    
    width: px;
  }


#s-827ebcfd-b0d6-45f1-ba4c-dcdc6ecafe21 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecd6b798-af69-4b9a-aa3c-e34ee21feca5 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 23px;
padding-bottom: 40px;
padding-right: 23px;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 1200px){#s-ecd6b798-af69-4b9a-aa3c-e34ee21feca5 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-ecd6b798-af69-4b9a-aa3c-e34ee21feca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecd6b798-af69-4b9a-aa3c-e34ee21feca5.shg-box.shg-c {
  justify-content: center;
}

#s-c74e42f1-67e0-4783-82c7-b60566267961 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-c74e42f1-67e0-4783-82c7-b60566267961 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5bb6af57-021f-4cd6-b08f-82a925382a0e {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 870px;
}

#s-6be6e66b-bf2c-4ee6-8f42-e96221a22b3f {
  padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-color: rgba(233, 241, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6be6e66b-bf2c-4ee6-8f42-e96221a22b3f {
  padding-top: 100px;
padding-left: 60px;
padding-bottom: 100px;
padding-right: 60px;
}
}@media (max-width: 767px){#s-6be6e66b-bf2c-4ee6-8f42-e96221a22b3f {
  padding-top: 80px;
padding-left: 23px;
padding-bottom: 80px;
padding-right: 23px;
}
}







#s-6be6e66b-bf2c-4ee6-8f42-e96221a22b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6be6e66b-bf2c-4ee6-8f42-e96221a22b3f.shg-box.shg-c {
  justify-content: center;
}

#s-54ad0610-81f7-472a-b147-877ace6a0b3d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 870px;
text-align: center;
}

#s-54ad0610-81f7-472a-b147-877ace6a0b3d .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a1f8854c-ba7a-49d8-8354-2a85073a8d7d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a1f8854c-ba7a-49d8-8354-2a85073a8d7d {
  padding-left: 23px;
padding-right: 23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1f8854c-ba7a-49d8-8354-2a85073a8d7d {
  padding-left: 23px;
padding-right: 23px;
}
}@media (max-width: 767px){#s-a1f8854c-ba7a-49d8-8354-2a85073a8d7d {
  padding-left: 23px;
padding-right: 23px;
}
}







#s-a1f8854c-ba7a-49d8-8354-2a85073a8d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1f8854c-ba7a-49d8-8354-2a85073a8d7d.shg-box.shg-c {
  justify-content: center;
}

#s-97a3f0e9-34ec-4a04-aaa0-dcda29f7f354 {
  margin-top: 120px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
max-width: 1170px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97a3f0e9-34ec-4a04-aaa0-dcda29f7f354 {
  margin-top: 80px;
}
}@media (max-width: 767px){#s-97a3f0e9-34ec-4a04-aaa0-dcda29f7f354 {
  margin-top: 80px;
}
}
#s-3862ea84-696f-4da4-9a5c-57e2d24a0347 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 1200px){#s-3862ea84-696f-4da4-9a5c-57e2d24a0347 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3862ea84-696f-4da4-9a5c-57e2d24a0347 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3862ea84-696f-4da4-9a5c-57e2d24a0347 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (max-width: 767px){#s-3862ea84-696f-4da4-9a5c-57e2d24a0347 {
  padding-left: 23px;
padding-right: 23px;
}
}







#s-3862ea84-696f-4da4-9a5c-57e2d24a0347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3862ea84-696f-4da4-9a5c-57e2d24a0347.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-86e238a2-bd34-42fd-9de9-c63980c8ccc1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-607b0bbf-d95c-4890-ba17-ac63561ab899 {
  min-height: 50px;
}
@media (max-width: 767px){#s-607b0bbf-d95c-4890-ba17-ac63561ab899 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-607b0bbf-d95c-4890-ba17-ac63561ab899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-607b0bbf-d95c-4890-ba17-ac63561ab899.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-607b0bbf-d95c-4890-ba17-ac63561ab899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-607b0bbf-d95c-4890-ba17-ac63561ab899.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-81e71883-1b6e-4d30-a303-4f54ef722969 {
  padding-bottom: 20px;
max-width: 500px;
}
@media (max-width: 767px){#s-81e71883-1b6e-4d30-a303-4f54ef722969 {
  padding-bottom: 10px;
}
}
#s-ef56b33a-0007-4ff4-86be-ae802223b19e {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 500px;
}

#s-56e252bb-b83a-4036-be68-71fa97994755 {
  text-align: center;
}




  #s-56e252bb-b83a-4036-be68-71fa97994755 img.shogun-image {
    
    width: px;
  }


#s-56e252bb-b83a-4036-be68-71fa97994755 .shogun-image-content {
  
    align-items: center;
  
}

#s-86961dfd-f7ad-43e4-9cf3-913c6c4f3543 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 1200px){#s-86961dfd-f7ad-43e4-9cf3-913c6c4f3543 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86961dfd-f7ad-43e4-9cf3-913c6c4f3543 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-86961dfd-f7ad-43e4-9cf3-913c6c4f3543 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (max-width: 767px){#s-86961dfd-f7ad-43e4-9cf3-913c6c4f3543 {
  padding-left: 23px;
padding-right: 23px;
}
}







#s-86961dfd-f7ad-43e4-9cf3-913c6c4f3543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86961dfd-f7ad-43e4-9cf3-913c6c4f3543.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-5b32d18c-2c5c-4182-ba2b-f1e184610aad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-3f9d27a2-6776-4dcd-a6ef-6bbacae1c45b {
  text-align: center;
}




  #s-3f9d27a2-6776-4dcd-a6ef-6bbacae1c45b img.shogun-image {
    
    width: px;
  }


#s-3f9d27a2-6776-4dcd-a6ef-6bbacae1c45b .shogun-image-content {
  
    align-items: center;
  
}

#s-55b66097-e8d1-411a-9dfa-c69b2a418253 {
  min-height: 50px;
}
@media (max-width: 767px){#s-55b66097-e8d1-411a-9dfa-c69b2a418253 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-55b66097-e8d1-411a-9dfa-c69b2a418253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55b66097-e8d1-411a-9dfa-c69b2a418253.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-55b66097-e8d1-411a-9dfa-c69b2a418253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55b66097-e8d1-411a-9dfa-c69b2a418253.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-54ed7eb7-441a-4640-9920-f22484f6c6ee {
  padding-bottom: 10px;
}

#s-b3d220d2-50d3-42f6-bd86-db4eb6bffdd8 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-dde24c51-3674-4f18-a784-fe1f78822e58 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 1200px){#s-dde24c51-3674-4f18-a784-fe1f78822e58 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dde24c51-3674-4f18-a784-fe1f78822e58 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dde24c51-3674-4f18-a784-fe1f78822e58 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (max-width: 767px){#s-dde24c51-3674-4f18-a784-fe1f78822e58 {
  padding-left: 23px;
padding-right: 23px;
}
}







#s-dde24c51-3674-4f18-a784-fe1f78822e58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dde24c51-3674-4f18-a784-fe1f78822e58.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-ca54e1da-9af6-4fe6-8f7e-d92bc2447e39"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bdcb83af-0375-4c4a-8b64-6075a95df3b0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-bdcb83af-0375-4c4a-8b64-6075a95df3b0 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-bdcb83af-0375-4c4a-8b64-6075a95df3b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdcb83af-0375-4c4a-8b64-6075a95df3b0.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-bdcb83af-0375-4c4a-8b64-6075a95df3b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdcb83af-0375-4c4a-8b64-6075a95df3b0.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-4e1d0878-c30f-47bf-a436-2c1a902469c7 {
  padding-bottom: 10px;
}

#s-a938d794-8fac-4d83-ab6c-43ca26c23e07 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-7f05a4f0-0bcf-4e7a-ae3f-5ab15cad20f0 {
  text-align: center;
}




  #s-7f05a4f0-0bcf-4e7a-ae3f-5ab15cad20f0 img.shogun-image {
    
    width: px;
  }


#s-7f05a4f0-0bcf-4e7a-ae3f-5ab15cad20f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-557c2e82-afdb-499a-a9fc-94207d7e3e51 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}
@media (min-width: 1200px){#s-557c2e82-afdb-499a-a9fc-94207d7e3e51 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-557c2e82-afdb-499a-a9fc-94207d7e3e51 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-557c2e82-afdb-499a-a9fc-94207d7e3e51 {
  margin-top: 50px;
padding-left: 23px;
padding-right: 23px;
}
}@media (max-width: 767px){#s-557c2e82-afdb-499a-a9fc-94207d7e3e51 {
  padding-left: 23px;
padding-right: 23px;
}
}







#s-557c2e82-afdb-499a-a9fc-94207d7e3e51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-557c2e82-afdb-499a-a9fc-94207d7e3e51.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-eea98193-e71a-4f5d-b4e0-0583bad7f762"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-6bd753ac-a85c-4c5a-979a-9fa67db1f1e4 {
  text-align: center;
}




  #s-6bd753ac-a85c-4c5a-979a-9fa67db1f1e4 img.shogun-image {
    
    width: px;
  }


#s-6bd753ac-a85c-4c5a-979a-9fa67db1f1e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa7efd44-357f-44d8-baf0-e74ac67e4526 {
  min-height: 50px;
}
@media (max-width: 767px){#s-fa7efd44-357f-44d8-baf0-e74ac67e4526 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-fa7efd44-357f-44d8-baf0-e74ac67e4526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa7efd44-357f-44d8-baf0-e74ac67e4526.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-fa7efd44-357f-44d8-baf0-e74ac67e4526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa7efd44-357f-44d8-baf0-e74ac67e4526.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-6eb09cf0-2b7b-4e68-b6f3-cdae5793889c {
  padding-bottom: 10px;
}

#s-85e1b11d-ee39-4975-8f2a-e4b254da44b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 1170px;
}








#s-85e1b11d-ee39-4975-8f2a-e4b254da44b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e1b11d-ee39-4975-8f2a-e4b254da44b2.shg-box.shg-c {
  justify-content: center;
}

#s-bb202e65-d9b1-40de-acb0-4af7b2f145a8 {
  padding-top: 80px;
padding-left: 150px;
padding-bottom: 80px;
padding-right: 150px;
min-height: 50px;
background-color: rgba(251, 249, 247, 1);
}
@media (max-width: 767px){#s-bb202e65-d9b1-40de-acb0-4af7b2f145a8 {
  padding-top: 60px;
padding-left: 23px;
padding-bottom: 60px;
padding-right: 23px;
}
}







#s-bb202e65-d9b1-40de-acb0-4af7b2f145a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb202e65-d9b1-40de-acb0-4af7b2f145a8.shg-box.shg-c {
  justify-content: center;
}

#s-c28acef5-25f0-4542-a117-661cb12b6759 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-c28acef5-25f0-4542-a117-661cb12b6759 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c01405ee-7af3-4faf-889c-c45bcaa78ea0 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-13990790-f7b3-4492-955d-eec85899830c {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 540px;
background-color: rgba(231, 23, 23, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-13990790-f7b3-4492-955d-eec85899830c:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-13990790-f7b3-4492-955d-eec85899830c:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-13990790-f7b3-4492-955d-eec85899830c {
  padding-top: 0px;
}
}

  #s-13990790-f7b3-4492-955d-eec85899830c-btn-wrapper {
    text-align: left;
  }


#s-13990790-f7b3-4492-955d-eec85899830c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: TT Norms Pro Medium;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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