.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-4ee78457-adfc-408e-add3-061b1747954d {
  min-height: 50px;
background-color: rgba(255, 0, 187, 1);
}








#s-4ee78457-adfc-408e-add3-061b1747954d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ee78457-adfc-408e-add3-061b1747954d.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-daf6cf78-5149-4c75-98b0-beb375f15fcd {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f {
  background-image: url(https://i.shgcdn.com/86cb1428-69bd-4449-bda6-c7f3a575f652/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f {
  min-height: 300px;
}
}@media (max-width: 767px){#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f {
  min-height: 300px;
}
}







#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f.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;
}

#s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5 {
  padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17718680-3aa3-4aa1-82ba-4a0a06cc79f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dacbeb8d-efef-4219-a2e6-e13e652d2a1f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dacbeb8d-efef-4219-a2e6-e13e652d2a1f {
  display: none;
}
#s-dacbeb8d-efef-4219-a2e6-e13e652d2a1f, #wrap-s-dacbeb8d-efef-4219-a2e6-e13e652d2a1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dacbeb8d-efef-4219-a2e6-e13e652d2a1f {
  display: none;
}
#s-dacbeb8d-efef-4219-a2e6-e13e652d2a1f, #wrap-s-dacbeb8d-efef-4219-a2e6-e13e652d2a1f { display:none !important; }}







#s-dacbeb8d-efef-4219-a2e6-e13e652d2a1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dacbeb8d-efef-4219-a2e6-e13e652d2a1f.shg-box.shg-c {
  justify-content: center;
}

.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-8c5c3a74-33df-4576-80e2-0c951c5939fa {
  padding-top: 9px;
padding-bottom: 0px;
text-align: center;
}

#s-8c5c3a74-33df-4576-80e2-0c951c5939fa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-32d982d9-9d19-41cb-bb38-410b6e888f70 {
  margin-top: 17px;
margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 2px;
background-color: rgba(255, 0, 187, 0.2);
}
@media (min-width: 1200px){#s-32d982d9-9d19-41cb-bb38-410b6e888f70 {
  display: none;
}
#s-32d982d9-9d19-41cb-bb38-410b6e888f70, #wrap-s-32d982d9-9d19-41cb-bb38-410b6e888f70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32d982d9-9d19-41cb-bb38-410b6e888f70 {
  display: none;
}
#s-32d982d9-9d19-41cb-bb38-410b6e888f70, #wrap-s-32d982d9-9d19-41cb-bb38-410b6e888f70 { display:none !important; }}
#s-32d982d9-9d19-41cb-bb38-410b6e888f70 .shogun-countdown span, #s-32d982d9-9d19-41cb-bb38-410b6e888f70 .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
.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-0cb03f41-3a4b-4cc1-85cc-c017ca31ca66 {
  text-align: center;
}
@media (min-width: 1200px){#s-0cb03f41-3a4b-4cc1-85cc-c017ca31ca66 {
  display: none;
}
#s-0cb03f41-3a4b-4cc1-85cc-c017ca31ca66, #wrap-s-0cb03f41-3a4b-4cc1-85cc-c017ca31ca66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cb03f41-3a4b-4cc1-85cc-c017ca31ca66 {
  display: none;
}
#s-0cb03f41-3a4b-4cc1-85cc-c017ca31ca66, #wrap-s-0cb03f41-3a4b-4cc1-85cc-c017ca31ca66 { display:none !important; }}



  #s-0cb03f41-3a4b-4cc1-85cc-c017ca31ca66 img.shogun-image {
    
    width: px;
  }


#s-0cb03f41-3a4b-4cc1-85cc-c017ca31ca66 .shogun-image-content {
  
    align-items: center;
  
}

#s-247a0ec1-727a-4800-808a-dba4e50f69a1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-247a0ec1-727a-4800-808a-dba4e50f69a1 {
  display: none;
}
#s-247a0ec1-727a-4800-808a-dba4e50f69a1, #wrap-s-247a0ec1-727a-4800-808a-dba4e50f69a1 { display:none !important; }}@media (max-width: 767px){#s-247a0ec1-727a-4800-808a-dba4e50f69a1 {
  display: none;
}
#s-247a0ec1-727a-4800-808a-dba4e50f69a1, #wrap-s-247a0ec1-727a-4800-808a-dba4e50f69a1 { display:none !important; }}







#s-247a0ec1-727a-4800-808a-dba4e50f69a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-247a0ec1-727a-4800-808a-dba4e50f69a1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-5c7ad436-0824-4d53-8c71-dfa16fd1b436 {
  display: none;
}
#s-5c7ad436-0824-4d53-8c71-dfa16fd1b436, #wrap-s-5c7ad436-0824-4d53-8c71-dfa16fd1b436 { display:none !important; }}@media (max-width: 767px){#s-5c7ad436-0824-4d53-8c71-dfa16fd1b436 {
  display: none;
}
#s-5c7ad436-0824-4d53-8c71-dfa16fd1b436, #wrap-s-5c7ad436-0824-4d53-8c71-dfa16fd1b436 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c7ad436-0824-4d53-8c71-dfa16fd1b436"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-685fa3dc-a229-46e5-a8ec-d6b8f5657aad {
  text-align: center;
}




  #s-685fa3dc-a229-46e5-a8ec-d6b8f5657aad img.shogun-image {
    
    width: px;
  }


#s-685fa3dc-a229-46e5-a8ec-d6b8f5657aad .shogun-image-content {
  
    align-items: center;
  
}

#s-72f3ae0d-abad-485a-b247-827b14c8be62 {
  margin-top: 51px;
margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 2px;
background-color: rgba(255, 0, 187, 0.2);
}

#s-72f3ae0d-abad-485a-b247-827b14c8be62 .shogun-countdown span, #s-72f3ae0d-abad-485a-b247-827b14c8be62 .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
#s-6be1e3c7-ea2b-4cfb-908d-279787d64cfd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6be1e3c7-ea2b-4cfb-908d-279787d64cfd {
  display: none;
}
#s-6be1e3c7-ea2b-4cfb-908d-279787d64cfd, #wrap-s-6be1e3c7-ea2b-4cfb-908d-279787d64cfd { display:none !important; }}@media (max-width: 767px){#s-6be1e3c7-ea2b-4cfb-908d-279787d64cfd {
  display: none;
}
#s-6be1e3c7-ea2b-4cfb-908d-279787d64cfd, #wrap-s-6be1e3c7-ea2b-4cfb-908d-279787d64cfd { display:none !important; }}



  #s-6be1e3c7-ea2b-4cfb-908d-279787d64cfd img.shogun-image {
    
    width: px;
  }


#s-6be1e3c7-ea2b-4cfb-908d-279787d64cfd .shogun-image-content {
  
    align-items: center;
  
}

#s-9b59bce8-7df4-4f02-ae88-3b6190d57b60 {
  padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-color: rgba(255, 0, 187, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9b59bce8-7df4-4f02-ae88-3b6190d57b60 {
  padding-top: 60px;
padding-bottom: 60px;
display: none;
}
#s-9b59bce8-7df4-4f02-ae88-3b6190d57b60, #wrap-s-9b59bce8-7df4-4f02-ae88-3b6190d57b60 { display:none !important; }}@media (max-width: 767px){#s-9b59bce8-7df4-4f02-ae88-3b6190d57b60 {
  padding-top: 60px;
padding-bottom: 60px;
display: none;
}
#s-9b59bce8-7df4-4f02-ae88-3b6190d57b60, #wrap-s-9b59bce8-7df4-4f02-ae88-3b6190d57b60 { display:none !important; }}







#s-9b59bce8-7df4-4f02-ae88-3b6190d57b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b59bce8-7df4-4f02-ae88-3b6190d57b60.shg-box.shg-c {
  justify-content: center;
}

#s-2b56c123-3347-4b70-a58f-0edf095ca1cf {
  margin-top: -37px;
margin-bottom: -37px;
min-height: 50px;
}








#s-2b56c123-3347-4b70-a58f-0edf095ca1cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b56c123-3347-4b70-a58f-0edf095ca1cf.shg-box.shg-c {
  justify-content: center;
}

#s-2768b294-56ed-4999-9f4a-b8b50c95a09f {
  margin-bottom: -2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2768b294-56ed-4999-9f4a-b8b50c95a09f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-902d2721-78a1-4342-b7ee-dacfd0801232 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-cdbb70dc-8058-44b1-a158-28cd146afa19 {
  margin-bottom: 30px;
}

.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-8a141afd-0b39-4d4d-8926-a1b6e2f06c29 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 422px;
margin-bottom: 2px;
margin-right: 422px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
hover-type: color;
}
#s-8a141afd-0b39-4d4d-8926-a1b6e2f06c29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a141afd-0b39-4d4d-8926-a1b6e2f06c29:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8a141afd-0b39-4d4d-8926-a1b6e2f06c29.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-ed614c52-ef10-450b-8c77-443845f4d37a {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 422px;
margin-bottom: 2px;
margin-right: 422px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
hover-type: color;
}
#s-ed614c52-ef10-450b-8c77-443845f4d37a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed614c52-ef10-450b-8c77-443845f4d37a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed614c52-ef10-450b-8c77-443845f4d37a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-2c9a7b0f-be11-40c9-a25b-0f7310510e9c {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 422px;
margin-bottom: 2px;
margin-right: 422px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
hover-type: color;
}
#s-2c9a7b0f-be11-40c9-a25b-0f7310510e9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c9a7b0f-be11-40c9-a25b-0f7310510e9c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c9a7b0f-be11-40c9-a25b-0f7310510e9c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-eefb173a-68f2-46e8-bbf9-24365d5693af {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 422px;
margin-bottom: 2px;
margin-right: 422px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
hover-type: color;
}
#s-eefb173a-68f2-46e8-bbf9-24365d5693af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eefb173a-68f2-46e8-bbf9-24365d5693af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eefb173a-68f2-46e8-bbf9-24365d5693af.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-b211146b-c4cb-4db4-ad3b-2c4f994d295d {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 422px;
margin-bottom: 2px;
margin-right: 422px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
hover-type: color;
}
#s-b211146b-c4cb-4db4-ad3b-2c4f994d295d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b211146b-c4cb-4db4-ad3b-2c4f994d295d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b211146b-c4cb-4db4-ad3b-2c4f994d295d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-55310ce4-8311-4b12-9742-757948772809 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 422px;
margin-bottom: 2px;
margin-right: 422px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
hover-type: color;
}
#s-55310ce4-8311-4b12-9742-757948772809:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55310ce4-8311-4b12-9742-757948772809:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55310ce4-8311-4b12-9742-757948772809.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-2ad18660-3ffd-43c5-8abc-3d04ec8b8f16 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 422px;
margin-right: 422px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
hover-type: color;
}
#s-2ad18660-3ffd-43c5-8abc-3d04ec8b8f16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ad18660-3ffd-43c5-8abc-3d04ec8b8f16:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ad18660-3ffd-43c5-8abc-3d04ec8b8f16.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-8a6980f1-d4ad-492e-8fc2-e0f7e5084064 {
  text-align: center;
}




  #s-8a6980f1-d4ad-492e-8fc2-e0f7e5084064 img.shogun-image {
    
    width: px;
  }


#s-8a6980f1-d4ad-492e-8fc2-e0f7e5084064 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c481ffc-49a6-489e-a964-354256cdb7b3 {
  margin-top: 120px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c481ffc-49a6-489e-a964-354256cdb7b3 {
  margin-top: 60px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1c481ffc-49a6-489e-a964-354256cdb7b3 {
  margin-top: 60px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c481ffc-49a6-489e-a964-354256cdb7b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9434e57a-bd01-437b-a484-6132e82c7e87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6ed40b3a-be70-422d-a8a6-086531671a8d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-6ed40b3a-be70-422d-a8a6-086531671a8d {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-6ed40b3a-be70-422d-a8a6-086531671a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ed40b3a-be70-422d-a8a6-086531671a8d {
  cursor: pointer;
}#s-6ed40b3a-be70-422d-a8a6-086531671a8d.shg-box.shg-c {
  justify-content: center;
}

#s-cca963b7-ddc9-4274-b4e7-fc6291be26cf {
  text-align: center;
}




  #s-cca963b7-ddc9-4274-b4e7-fc6291be26cf img.shogun-image {
    
    width: px;
  }


#s-cca963b7-ddc9-4274-b4e7-fc6291be26cf .shogun-image-content {
  
    align-items: center;
  
}

#s-962b44ae-20bb-4d12-a4be-ccbc7f777efe {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-962b44ae-20bb-4d12-a4be-ccbc7f777efe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-962b44ae-20bb-4d12-a4be-ccbc7f777efe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-96a729a3-9871-43c7-88bc-d34292360e54 {
  margin-top: 10px;
}

#s-713f8922-a7cf-4cd8-b22a-9734658d42af {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-713f8922-a7cf-4cd8-b22a-9734658d42af {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-713f8922-a7cf-4cd8-b22a-9734658d42af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-713f8922-a7cf-4cd8-b22a-9734658d42af {
  cursor: pointer;
}#s-713f8922-a7cf-4cd8-b22a-9734658d42af.shg-box.shg-c {
  justify-content: center;
}

#s-0d2ab22f-19c4-48c3-935e-b9ef7dfd83da {
  text-align: center;
}




  #s-0d2ab22f-19c4-48c3-935e-b9ef7dfd83da img.shogun-image {
    
    width: px;
  }


#s-0d2ab22f-19c4-48c3-935e-b9ef7dfd83da .shogun-image-content {
  
    align-items: center;
  
}

#s-c6d24469-e920-4157-83ac-aab25eaf5e4c {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c6d24469-e920-4157-83ac-aab25eaf5e4c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-c6d24469-e920-4157-83ac-aab25eaf5e4c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-474667fe-4d09-4951-bab5-b7116dee881d {
  margin-top: 10px;
}

@media (max-width: 767px){#s-5d0b5f82-05a4-4a4b-92ef-6a0f130d6554 {
  margin-bottom: 60px;
}
}
#s-5d0b5f82-05a4-4a4b-92ef-6a0f130d6554 {
  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-4d0a9abf-f899-4f92-b33e-fc066ac36cfe {
  text-align: left;
}


.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe {
  max-width: 100%;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom,
.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe {
  max-width: 100%;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom,
.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe {
  max-width: 100%;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom,
.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe {
  max-width: 100%;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom,
.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe {
  max-width: 100%;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom,
.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d0a9abf-f899-4f92-b33e-fc066ac36cfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 0px) {
[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59a434ab-5f4a-4930-afb2-eee2ec0ef687"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-173fcc09-bace-439e-90ae-b88497092f74 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-173fcc09-bace-439e-90ae-b88497092f74 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-173fcc09-bace-439e-90ae-b88497092f74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-173fcc09-bace-439e-90ae-b88497092f74 {
  cursor: pointer;
}#s-173fcc09-bace-439e-90ae-b88497092f74.shg-box.shg-c {
  justify-content: center;
}

#s-94a4cae3-c019-4c5f-903a-d44722eed05d {
  text-align: center;
}




  #s-94a4cae3-c019-4c5f-903a-d44722eed05d img.shogun-image {
    
    width: px;
  }


#s-94a4cae3-c019-4c5f-903a-d44722eed05d .shogun-image-content {
  
    align-items: center;
  
}

#s-a8909d08-e1c2-41c9-a905-6a0f2003a1a1 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a8909d08-e1c2-41c9-a905-6a0f2003a1a1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-a8909d08-e1c2-41c9-a905-6a0f2003a1a1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-c197613c-62c9-45f0-8072-d892410bc82b {
  margin-top: 10px;
}

#s-b8eda26a-5cbc-43f7-9ee6-5bf1238e8e2f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-b8eda26a-5cbc-43f7-9ee6-5bf1238e8e2f {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-b8eda26a-5cbc-43f7-9ee6-5bf1238e8e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8eda26a-5cbc-43f7-9ee6-5bf1238e8e2f {
  cursor: pointer;
}#s-b8eda26a-5cbc-43f7-9ee6-5bf1238e8e2f.shg-box.shg-c {
  justify-content: center;
}

#s-ba6ca84f-e611-42b3-9532-f512d77eb2f7 {
  text-align: center;
}




  #s-ba6ca84f-e611-42b3-9532-f512d77eb2f7 img.shogun-image {
    
    width: px;
  }


#s-ba6ca84f-e611-42b3-9532-f512d77eb2f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5818341c-c404-4864-b933-f585b5075926 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5818341c-c404-4864-b933-f585b5075926 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-5818341c-c404-4864-b933-f585b5075926 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-69af910b-cb93-461d-aa0c-a75a66daf1de {
  margin-top: 10px;
}

@media (max-width: 767px){#s-f7735e17-f69a-4ade-8e71-e25b35c16055 {
  margin-bottom: 60px;
}
}
#s-f7735e17-f69a-4ade-8e71-e25b35c16055 {
  display: none;
}
#s-395a5919-0021-4460-95ed-78e3b42f992c {
  text-align: left;
}


.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c {
  max-width: 100%;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom,
.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c {
  max-width: 100%;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom,
.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c {
  max-width: 100%;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom,
.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c {
  max-width: 100%;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom,
.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c {
  max-width: 100%;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom,
.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-395a5919-0021-4460-95ed-78e3b42f992c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d794e678-5f7a-4719-92b3-4232d5e6686f {
  padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-color: rgba(255, 0, 187, 1);
}
@media (min-width: 1200px){#s-d794e678-5f7a-4719-92b3-4232d5e6686f {
  display: none;
}
#s-d794e678-5f7a-4719-92b3-4232d5e6686f, #wrap-s-d794e678-5f7a-4719-92b3-4232d5e6686f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d794e678-5f7a-4719-92b3-4232d5e6686f {
  display: none;
}
#s-d794e678-5f7a-4719-92b3-4232d5e6686f, #wrap-s-d794e678-5f7a-4719-92b3-4232d5e6686f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d794e678-5f7a-4719-92b3-4232d5e6686f {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (max-width: 767px){#s-d794e678-5f7a-4719-92b3-4232d5e6686f {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-d794e678-5f7a-4719-92b3-4232d5e6686f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d794e678-5f7a-4719-92b3-4232d5e6686f.shg-box.shg-c {
  justify-content: center;
}

#s-507a3109-a64a-4bf5-a95e-d963d1f21d77 {
  margin-top: -37px;
margin-bottom: -37px;
min-height: 50px;
}








#s-507a3109-a64a-4bf5-a95e-d963d1f21d77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-507a3109-a64a-4bf5-a95e-d963d1f21d77.shg-box.shg-c {
  justify-content: center;
}

#s-05781856-da69-4d22-b0db-96dc456354b8 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-05781856-da69-4d22-b0db-96dc456354b8 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-f62d07f7-3782-4661-a7a5-593c5d74134a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c61dae36-70cd-4b54-a7b1-764d3ad7cacb {
  margin-bottom: 30px;
}

#s-a54542fd-aa24-4b4c-98f0-0fe5e73035a7 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 2px;
margin-right: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-a54542fd-aa24-4b4c-98f0-0fe5e73035a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a54542fd-aa24-4b4c-98f0-0fe5e73035a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a54542fd-aa24-4b4c-98f0-0fe5e73035a7.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-175aae6d-f22c-4bc0-a821-37b51d7af88d {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 2px;
margin-right: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-175aae6d-f22c-4bc0-a821-37b51d7af88d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-175aae6d-f22c-4bc0-a821-37b51d7af88d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-175aae6d-f22c-4bc0-a821-37b51d7af88d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-7bfcf151-a65a-4539-b9b2-bcdc7a40e86b {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 2px;
margin-right: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-7bfcf151-a65a-4539-b9b2-bcdc7a40e86b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7bfcf151-a65a-4539-b9b2-bcdc7a40e86b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7bfcf151-a65a-4539-b9b2-bcdc7a40e86b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-4c50dfe4-154b-4806-a91c-2289e0cf39c6 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 2px;
margin-right: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-4c50dfe4-154b-4806-a91c-2289e0cf39c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c50dfe4-154b-4806-a91c-2289e0cf39c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c50dfe4-154b-4806-a91c-2289e0cf39c6.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-be8b3057-e565-47ec-8c98-e04fdd3b6a90 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 2px;
margin-right: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-be8b3057-e565-47ec-8c98-e04fdd3b6a90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be8b3057-e565-47ec-8c98-e04fdd3b6a90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-be8b3057-e565-47ec-8c98-e04fdd3b6a90.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-e835f7c4-9b95-4e83-b4f8-ce637cfdcfee {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 2px;
margin-right: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-e835f7c4-9b95-4e83-b4f8-ce637cfdcfee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e835f7c4-9b95-4e83-b4f8-ce637cfdcfee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e835f7c4-9b95-4e83-b4f8-ce637cfdcfee.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-59036f33-4f07-4169-aa6e-e20260ae7a1a {
  margin-top: 0px;
margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-59036f33-4f07-4169-aa6e-e20260ae7a1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59036f33-4f07-4169-aa6e-e20260ae7a1a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59036f33-4f07-4169-aa6e-e20260ae7a1a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}

#s-28b9d189-c27d-4ebb-8ee1-a4740c752927 {
  margin-top: 120px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-28b9d189-c27d-4ebb-8ee1-a4740c752927 {
  margin-top: 60px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-28b9d189-c27d-4ebb-8ee1-a4740c752927 {
  margin-top: 60px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28b9d189-c27d-4ebb-8ee1-a4740c752927"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7289c357-0a19-4caa-92e7-f9225894f650"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-52dd643a-b400-49ba-83bd-d7e766c573f4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-52dd643a-b400-49ba-83bd-d7e766c573f4 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-52dd643a-b400-49ba-83bd-d7e766c573f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52dd643a-b400-49ba-83bd-d7e766c573f4.shg-box.shg-c {
  justify-content: center;
}

#s-929729c5-b521-46f9-a96c-562c0ca218e5 {
  text-align: center;
}




  #s-929729c5-b521-46f9-a96c-562c0ca218e5 img.shogun-image {
    
    width: px;
  }


#s-929729c5-b521-46f9-a96c-562c0ca218e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea57cccc-88f5-41ac-97ad-b323d8bc491c {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea57cccc-88f5-41ac-97ad-b323d8bc491c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-ea57cccc-88f5-41ac-97ad-b323d8bc491c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-2fa1e331-381d-4e1b-9f91-c8ed54a0deaa {
  margin-top: 10px;
}

#s-797f97fc-17d1-425b-9d77-8878c6febded {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-797f97fc-17d1-425b-9d77-8878c6febded {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-797f97fc-17d1-425b-9d77-8878c6febded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-797f97fc-17d1-425b-9d77-8878c6febded.shg-box.shg-c {
  justify-content: center;
}

#s-1b61fcef-510b-4b75-acc9-9ffb432d5e4a {
  text-align: center;
}




  #s-1b61fcef-510b-4b75-acc9-9ffb432d5e4a img.shogun-image {
    
    width: px;
  }


#s-1b61fcef-510b-4b75-acc9-9ffb432d5e4a .shogun-image-content {
  
    align-items: center;
  
}

#s-50e17a97-c768-411c-a7b2-f0e18c5909ed {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-50e17a97-c768-411c-a7b2-f0e18c5909ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-50e17a97-c768-411c-a7b2-f0e18c5909ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-000537d5-6a9e-4ad0-816f-f1cac8812432 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-49838b3d-2cc9-4db5-acdd-46e3f02eccb0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (max-width: 767px){#s-15ae71b7-4703-4848-8d6b-c22a75086182 {
  margin-bottom: 60px;
}
}
#s-15ae71b7-4703-4848-8d6b-c22a75086182 {
  display: none;
}
#s-8af91f66-d864-4c16-8fc6-eaaa26a514b2 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-8af91f66-d864-4c16-8fc6-eaaa26a514b2 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-8af91f66-d864-4c16-8fc6-eaaa26a514b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af91f66-d864-4c16-8fc6-eaaa26a514b2.shg-box.shg-c {
  justify-content: center;
}

#s-b4958003-2e18-44c3-a5b1-00d22af25045 {
  text-align: center;
}




  #s-b4958003-2e18-44c3-a5b1-00d22af25045 img.shogun-image {
    
    width: px;
  }


#s-b4958003-2e18-44c3-a5b1-00d22af25045 .shogun-image-content {
  
    align-items: center;
  
}

#s-53d9ef95-eee8-4da1-83c7-8739ad14f13b {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-53d9ef95-eee8-4da1-83c7-8739ad14f13b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-53d9ef95-eee8-4da1-83c7-8739ad14f13b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-06f1f3e8-d49f-401c-a6d0-6198d928c0a2 {
  margin-top: 10px;
}

@media (max-width: 767px){#s-08e6f66e-0ac5-4902-88a3-afaba1ff8f37 {
  margin-bottom: 60px;
}
}
#s-08e6f66e-0ac5-4902-88a3-afaba1ff8f37 {
  display: none;
}
#s-457a0d31-2e04-4bcc-98e5-4416bfe63358 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-457a0d31-2e04-4bcc-98e5-4416bfe63358 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-457a0d31-2e04-4bcc-98e5-4416bfe63358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457a0d31-2e04-4bcc-98e5-4416bfe63358.shg-box.shg-c {
  justify-content: center;
}

#s-e1335892-6efc-4764-9767-a6bcd464052f {
  text-align: center;
}




  #s-e1335892-6efc-4764-9767-a6bcd464052f img.shogun-image {
    
    width: px;
  }


#s-e1335892-6efc-4764-9767-a6bcd464052f .shogun-image-content {
  
    align-items: center;
  
}

#s-5378ad08-9f14-47a7-bf40-94fc395bc361 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5378ad08-9f14-47a7-bf40-94fc395bc361 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-5378ad08-9f14-47a7-bf40-94fc395bc361 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-94002334-5353-4a91-a06e-6ceed79bc90a {
  margin-top: 10px;
}

#s-92bc3aa2-d4f5-433a-94bf-b96c9543b9ef {
  text-align: center;
}




  #s-92bc3aa2-d4f5-433a-94bf-b96c9543b9ef img.shogun-image {
    
    width: px;
  }


#s-92bc3aa2-d4f5-433a-94bf-b96c9543b9ef .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ca14298-dc65-4136-a92b-594ea2dc34d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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