.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-6c57f00c-17a0-41c9-9d61-5e340640a311 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-6c57f00c-17a0-41c9-9d61-5e340640a311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c57f00c-17a0-41c9-9d61-5e340640a311.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-6c57f00c-17a0-41c9-9d61-5e340640a311 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-6c57f00c-17a0-41c9-9d61-5e340640a311.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-6c57f00c-17a0-41c9-9d61-5e340640a311 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-6c57f00c-17a0-41c9-9d61-5e340640a311.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-5104746e-bd5c-411e-89ac-574c6c5ce49b {
  margin-top: 325px;
margin-bottom: 325px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5104746e-bd5c-411e-89ac-574c6c5ce49b {
  margin-top: 200px;
margin-bottom: 200px;
}
}@media (max-width: 767px){#s-5104746e-bd5c-411e-89ac-574c6c5ce49b {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-35756b67-15d4-4865-814d-766369a4714d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-35756b67-15d4-4865-814d-766369a4714d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-9bdc3d68-bada-4925-9b60-53d303a9fa16 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bdc3d68-bada-4925-9b60-53d303a9fa16 {
  margin-top: 115px;
margin-bottom: 115px;
}
}



  #s-9bdc3d68-bada-4925-9b60-53d303a9fa16 img.shogun-image {
    
    width: px;
  }


#s-9bdc3d68-bada-4925-9b60-53d303a9fa16 .shogun-image-content {
  
    align-items: center;
  
}

#s-821ddcd5-80da-4dde-825e-d65a4f925759 {
  margin-left: 50px;
margin-right: 0px;
padding-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-821ddcd5-80da-4dde-825e-d65a4f925759 {
  margin-top: 10px;
margin-left: 25px;
}
}@media (max-width: 767px){#s-821ddcd5-80da-4dde-825e-d65a4f925759 {
  margin-top: 25px;
margin-left: 0px;
}
}
#s-45dc5676-da4e-48e3-ba49-4e878f614cc1 {
  margin-left: 50px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-45dc5676-da4e-48e3-ba49-4e878f614cc1 {
  margin-left: 25px;
}
}@media (max-width: 767px){#s-45dc5676-da4e-48e3-ba49-4e878f614cc1 {
  margin-left: 0px;
}
}
#s-e1ce7b8d-e308-42a3-90f0-5ac9e310470e {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1ce7b8d-e308-42a3-90f0-5ac9e310470e {
  margin-left: 25px;
margin-right: 15px;
}
}@media (max-width: 767px){#s-e1ce7b8d-e308-42a3-90f0-5ac9e310470e {
  margin-left: 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-d59a20bb-c0fd-42d9-abc4-f00b3acccbbc {
  border-style: solid;
margin-top: 20px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(234, 121, 36, 1);
border-radius: 40px;
background-color: rgba(234, 121, 36, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d59a20bb-c0fd-42d9-abc4-f00b3acccbbc:hover {border-style: solid !important;
border-color: rgba(234, 121, 36, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(234, 121, 36, 1) !important;}#s-d59a20bb-c0fd-42d9-abc4-f00b3acccbbc:active {background-color: rgba(234, 121, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d59a20bb-c0fd-42d9-abc4-f00b3acccbbc-btn-wrapper {
    text-align: right;
  }


#s-d59a20bb-c0fd-42d9-abc4-f00b3acccbbc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00ffbd55-730a-4e2a-bc39-0d92740f3ef2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-309dc1fd-200e-4571-856b-9a9995535301 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0px;
}
@media (max-width: 767px){#s-309dc1fd-200e-4571-856b-9a9995535301 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-f22f5a12-44a0-42bd-9bc9-80bfd9b9ab67 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-f22f5a12-44a0-42bd-9bc9-80bfd9b9ab67 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-b8b96cdb-b55a-45b3-b820-13e502d31fc7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8b96cdb-b55a-45b3-b820-13e502d31fc7 {
  margin-top: 75px;
}
}



  #s-b8b96cdb-b55a-45b3-b820-13e502d31fc7 img.shogun-image {
    
    width: px;
  }


#s-b8b96cdb-b55a-45b3-b820-13e502d31fc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9addb57-47b7-4909-ad8d-f389b7fd69b8 hr {
  border: 0;
  width: 100%;
  border-top: 10px solid rgba(255, 255, 255, 1);
}

#s-841e7e71-941e-48d9-8384-65da66a2d1a2 {
  margin-bottom: 25px;
}
@media (max-width: 767px){#s-841e7e71-941e-48d9-8384-65da66a2d1a2 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9d73faac-2dbb-40df-8c99-e6ed68905a5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-4ec6ccd7-8d76-40ab-b2e0-4b3e68acc083 {
  text-align: center;
opacity: 1;
}




  #s-4ec6ccd7-8d76-40ab-b2e0-4b3e68acc083 img.shogun-image {
    
    width: px;
  }


#s-4ec6ccd7-8d76-40ab-b2e0-4b3e68acc083 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e53f4dd-f3e1-435c-b717-1f3c0e29a08d {
  margin-left: 15px;
margin-right: 15px;
}

#s-fc82648b-ad2c-4018-b531-0079a4fbda69 {
  text-align: center;
opacity: 1;
}




  #s-fc82648b-ad2c-4018-b531-0079a4fbda69 img.shogun-image {
    
    width: px;
  }


#s-fc82648b-ad2c-4018-b531-0079a4fbda69 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1d74450-eb74-4a41-a933-07ae0cba250d {
  margin-left: 15px;
margin-right: 15px;
}

#s-c5ad81dc-983e-4089-938d-2c6d38c28bbc {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}




  #s-c5ad81dc-983e-4089-938d-2c6d38c28bbc img.shogun-image {
    
    width: px;
  }


#s-c5ad81dc-983e-4089-938d-2c6d38c28bbc .shogun-image-content {
  
    align-items: center;
  
}

#s-48195995-bbcd-4819-b088-42e3ab437a0e {
  margin-left: 15px;
margin-right: 15px;
}

#s-58854217-d431-484e-a540-1d0fe5661e9b {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}




  #s-58854217-d431-484e-a540-1d0fe5661e9b img.shogun-image {
    
    width: px;
  }


#s-58854217-d431-484e-a540-1d0fe5661e9b .shogun-image-content {
  
    align-items: center;
  
}

#s-a3c9805f-3a04-499c-a04e-32e57d47d98a {
  margin-left: 15px;
margin-right: 15px;
}

#s-c51ca799-9038-4a2c-b5ea-a4c479fe5a27 {
  margin-top: 25px;
min-height: 50px;
background-color: rgba(234, 121, 36, 1);
}








#s-c51ca799-9038-4a2c-b5ea-a4c479fe5a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c51ca799-9038-4a2c-b5ea-a4c479fe5a27.shg-box.shg-c {
  justify-content: center;
}

#s-624a8894-651f-492a-b9a9-80e12fb680f6 {
  margin-top: 50px;
margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-624a8894-651f-492a-b9a9-80e12fb680f6 {
  margin-left: 100px;
margin-right: 100px;
}
}
#s-2e96576a-fc4a-4222-99ca-e4a55ba8f694 {
  margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
}
@media (max-width: 767px){#s-2e96576a-fc4a-4222-99ca-e4a55ba8f694 {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e96576a-fc4a-4222-99ca-e4a55ba8f694"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a12a3dae-0d42-4c6f-b8f9-9babd98b8a0c {
  text-align: center;
}
@media (max-width: 767px){#s-a12a3dae-0d42-4c6f-b8f9-9babd98b8a0c {
  margin-left: 0px;
margin-bottom: 15px;
margin-right: 75px;
}
}



  #s-a12a3dae-0d42-4c6f-b8f9-9babd98b8a0c img.shogun-image {
    
    width: px;
  }


#s-a12a3dae-0d42-4c6f-b8f9-9babd98b8a0c .shogun-image-content {
  
    align-items: center;
  
}

#s-3deb90da-1e06-43a2-94c2-b3ac470f2a9d {
  margin-top: 0px;
}

#s-eaf68dd8-8f3f-4faf-8c93-527806f8fa8c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 0);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-eaf68dd8-8f3f-4faf-8c93-527806f8fa8c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(234, 121, 36, 1) !important;}#s-eaf68dd8-8f3f-4faf-8c93-527806f8fa8c:active {background-color: rgba(234, 121, 36, 1) !important;
text-decoration: none !important;
color: rgba(234, 121, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-eaf68dd8-8f3f-4faf-8c93-527806f8fa8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105 {
  margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
}
@media (max-width: 767px){#s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105 {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b3cb3bc-1616-46b9-a747-aa4fa2b74105"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-03feb68b-371a-497b-a24e-c5b21bc7e1e4 {
  text-align: center;
}
@media (max-width: 767px){#s-03feb68b-371a-497b-a24e-c5b21bc7e1e4 {
  margin-left: 0px;
margin-bottom: 15px;
margin-right: 75px;
}
}



  #s-03feb68b-371a-497b-a24e-c5b21bc7e1e4 img.shogun-image {
    
    width: px;
  }


#s-03feb68b-371a-497b-a24e-c5b21bc7e1e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a16e8ef-b1a7-427a-901b-c3edefb44861 {
  margin-top: 0px;
}

#s-e1a52e19-96bb-4bd0-8cb2-016e4a8d8c77 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 0);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e1a52e19-96bb-4bd0-8cb2-016e4a8d8c77:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(234, 121, 36, 1) !important;}#s-e1a52e19-96bb-4bd0-8cb2-016e4a8d8c77:active {background-color: rgba(234, 121, 36, 1) !important;
text-decoration: none !important;
color: rgba(234, 121, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-e1a52e19-96bb-4bd0-8cb2-016e4a8d8c77.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f59dcd75-7211-440b-beb7-1e3da77b3d25 {
  margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
}
@media (max-width: 767px){#s-f59dcd75-7211-440b-beb7-1e3da77b3d25 {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f59dcd75-7211-440b-beb7-1e3da77b3d25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fd10b8a8-5ec5-4906-9874-685b6889063f {
  text-align: center;
}
@media (max-width: 767px){#s-fd10b8a8-5ec5-4906-9874-685b6889063f {
  margin-bottom: 5px;
margin-right: 75px;
}
}



  #s-fd10b8a8-5ec5-4906-9874-685b6889063f img.shogun-image {
    
    width: px;
  }


#s-fd10b8a8-5ec5-4906-9874-685b6889063f .shogun-image-content {
  
    align-items: center;
  
}

#s-c18a52cf-2c8a-4254-b1a6-ce0d92b2d718 {
  margin-top: 0px;
}

#s-35b12088-db3f-4697-9234-3c994da51078 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
background-color: rgba(234, 121, 36, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-35b12088-db3f-4697-9234-3c994da51078:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(234, 121, 36, 1) !important;}#s-35b12088-db3f-4697-9234-3c994da51078:active {background-color: rgba(234, 121, 36, 1) !important;
text-decoration: none !important;
color: rgba(234, 121, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-35b12088-db3f-4697-9234-3c994da51078.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-37d7ae24-bd1f-4dfe-8969-2c779d93f088 {
  margin-top: 35px;
}

#s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfd38b86-452d-4ba8-8ea1-4b65ea94f8bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f8642815-bd60-4170-b2af-2f17e9a439c1 {
  display: none;
}
#s-3bc10fcf-4975-4e6a-bc83-84034ca6cab6 {
  display: none;
}
#s-d02ddfbd-df01-4ec2-9930-0bb8195b4c39 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 {
  text-align: center;
}


.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 {
  max-width: 100%;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom,
.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 {
  max-width: 100%;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom,
.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 {
  max-width: 100%;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom,
.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 {
  max-width: 100%;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom,
.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 {
  max-width: 100%;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom,
.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f8ca57-252d-482d-978b-41fa22f8c4d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1e4b4c86-cd01-4495-a8b9-04b820e32548 {
  text-align: center;
}

#s-1e4b4c86-cd01-4495-a8b9-04b820e32548 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1e4b4c86-cd01-4495-a8b9-04b820e32548 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1e4b4c86-cd01-4495-a8b9-04b820e32548 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-3c1a8cbd-b416-45d3-a901-96980f78b71f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(234, 121, 36, 1);
border-style: solid;
border-radius: 40px;
background-color: rgba(234, 121, 36, 1);
text-align: center;
cursor: pointer;
}
#s-3c1a8cbd-b416-45d3-a901-96980f78b71f:hover {border-style: solid !important;
border-top-width: 2.5px !important;
border-left-width: 2.5px !important;
border-bottom-width: 2.5px !important;
border-right-width: 2.5px !important;
border-color: rgba(234, 121, 36, 1) !important;
border-radius: 40px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(234, 121, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3c1a8cbd-b416-45d3-a901-96980f78b71f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c1a8cbd-b416-45d3-a901-96980f78b71f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c1a8cbd-b416-45d3-a901-96980f78b71f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c1a8cbd-b416-45d3-a901-96980f78b71f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c1a8cbd-b416-45d3-a901-96980f78b71f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-08f39514-8e5f-447f-8e4b-2ec8ffd7a390 {
  display: none;
}
#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe {
  text-align: left;
}


.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe {
  max-width: 100%;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom,
.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe {
  max-width: 100%;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom,
.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe {
  max-width: 100%;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom,
.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe {
  max-width: 100%;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom,
.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe {
  max-width: 100%;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom,
.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cb14d39-42a5-4c83-a095-73b8126bb7fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d6fec863-ecf2-4fa3-a4e3-898fe9cea633 {
  display: none;
}
#s-1ec1ded3-4fad-4978-9bfa-f9ba57865ef3 {
  display: none;
}
#s-cffb5cae-a2d2-4d3a-b004-8fb0c20f855f {
  text-align: center;
}

#s-cffb5cae-a2d2-4d3a-b004-8fb0c20f855f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cffb5cae-a2d2-4d3a-b004-8fb0c20f855f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cffb5cae-a2d2-4d3a-b004-8fb0c20f855f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f034573-1349-40d3-91bb-a2d170881350 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
background-color: rgba(234, 121, 36, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3f034573-1349-40d3-91bb-a2d170881350:hover {border-style: solid !important;
border-top-width: 2.5px !important;
border-left-width: 2.5px !important;
border-bottom-width: 2.5px !important;
border-right-width: 2.5px !important;
border-color: rgba(234, 121, 36, 1) !important;
border-radius: 40px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(234, 121, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3f034573-1349-40d3-91bb-a2d170881350:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f034573-1349-40d3-91bb-a2d170881350 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f034573-1349-40d3-91bb-a2d170881350.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f034573-1349-40d3-91bb-a2d170881350.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f034573-1349-40d3-91bb-a2d170881350.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e9b8fed0-54f2-47fb-adbf-3379be64fe82 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-e9b8fed0-54f2-47fb-adbf-3379be64fe82 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-414c023c-22f7-4b3c-b855-f603200751df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-21f0f1ea-c189-44f6-b7c5-8743dd82fc88 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-21f0f1ea-c189-44f6-b7c5-8743dd82fc88 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ad84ff88-23b5-48ff-a6a5-6453458c72f8 {
  min-height: 50px;
}








#s-ad84ff88-23b5-48ff-a6a5-6453458c72f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad84ff88-23b5-48ff-a6a5-6453458c72f8.shg-box.shg-c {
  justify-content: center;
}

#s-9508df4d-ec1a-4e57-a644-24ac3a27dd2b {
  margin-left: 100px;
margin-right: 100px;
}
@media (max-width: 767px){#s-9508df4d-ec1a-4e57-a644-24ac3a27dd2b {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9 {
  margin-left: 100px;
margin-right: 100px;
opacity: 0.65;
}
@media (min-width: 768px) and (max-width: 991px){#s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 37.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 62.5px);
}

}

@media (min-width: 992px) {
[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 62.5px);
}

}

@media (min-width: 1200px) {
[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 62.5px);
}

[id="s-08a0d23e-2cbf-4e44-aec6-e352ad5d25f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 62.5px);
}

}

#s-b715db39-54f8-42a5-8fdd-0b9891304abd {
  text-align: center;
}
@media (max-width: 767px){#s-b715db39-54f8-42a5-8fdd-0b9891304abd {
  margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
}
}



  #s-b715db39-54f8-42a5-8fdd-0b9891304abd img.shogun-image {
    
    width: px;
  }


#s-b715db39-54f8-42a5-8fdd-0b9891304abd .shogun-image-content {
  
    align-items: center;
  
}

#s-d4c3b1d2-89b3-4a01-9bbf-889e300dc113 {
  margin-bottom: 25px;
text-align: center;
}




  #s-d4c3b1d2-89b3-4a01-9bbf-889e300dc113 img.shogun-image {
    
    width: px;
  }


#s-d4c3b1d2-89b3-4a01-9bbf-889e300dc113 .shogun-image-content {
  
    align-items: center;
  
}

#s-49049a14-ae82-4586-8efb-4be4d491b9e9 {
  text-align: center;
}




  #s-49049a14-ae82-4586-8efb-4be4d491b9e9 img.shogun-image {
    
    width: px;
  }


#s-49049a14-ae82-4586-8efb-4be4d491b9e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c862af0-2bc0-4e12-a647-199058d0b94b {
  text-align: center;
opacity: 1;
}




  #s-3c862af0-2bc0-4e12-a647-199058d0b94b img.shogun-image {
    
    width: px;
  }


#s-3c862af0-2bc0-4e12-a647-199058d0b94b .shogun-image-content {
  
    align-items: center;
  
}

#s-7a8bd929-e7fa-419e-8579-acb82aa4ea99 {
  text-align: center;
}




  #s-7a8bd929-e7fa-419e-8579-acb82aa4ea99 img.shogun-image {
    
    width: px;
  }


#s-7a8bd929-e7fa-419e-8579-acb82aa4ea99 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6e4c815-d248-4a44-9ca5-4f3da381ecc0 {
  text-align: center;
}




  #s-c6e4c815-d248-4a44-9ca5-4f3da381ecc0 img.shogun-image {
    
    width: px;
  }


#s-c6e4c815-d248-4a44-9ca5-4f3da381ecc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-01ab766c-bc4c-4bed-9102-0c61b1e3fafd {
  min-height: 50px;
}








#s-01ab766c-bc4c-4bed-9102-0c61b1e3fafd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01ab766c-bc4c-4bed-9102-0c61b1e3fafd.shg-box.shg-c {
  justify-content: center;
}

#s-e45a1d79-8857-433a-8a4d-d84e53e371eb {
  margin-top: 25px;
}

/*
  $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;
}
