.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.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-b3c9aaba-638f-4048-8de2-4a21bfd3e315 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b3c9aaba-638f-4048-8de2-4a21bfd3e315 {
  display: none;
}
#s-b3c9aaba-638f-4048-8de2-4a21bfd3e315, #wrap-s-b3c9aaba-638f-4048-8de2-4a21bfd3e315 { display:none !important; }}







#s-b3c9aaba-638f-4048-8de2-4a21bfd3e315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3c9aaba-638f-4048-8de2-4a21bfd3e315.shg-box.shg-c {
  justify-content: center;
}

#s-02c96f97-427b-4a39-a63d-9e96757b552c {
  min-height: 20px;
}
@media (min-width: 1200px){#s-02c96f97-427b-4a39-a63d-9e96757b552c {
  display: none;
}
#s-02c96f97-427b-4a39-a63d-9e96757b552c, #wrap-s-02c96f97-427b-4a39-a63d-9e96757b552c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02c96f97-427b-4a39-a63d-9e96757b552c {
  display: none;
}
#s-02c96f97-427b-4a39-a63d-9e96757b552c, #wrap-s-02c96f97-427b-4a39-a63d-9e96757b552c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02c96f97-427b-4a39-a63d-9e96757b552c {
  display: none;
}
#s-02c96f97-427b-4a39-a63d-9e96757b552c, #wrap-s-02c96f97-427b-4a39-a63d-9e96757b552c { display:none !important; }}







#s-02c96f97-427b-4a39-a63d-9e96757b552c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02c96f97-427b-4a39-a63d-9e96757b552c.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-9dc394b1-26e4-47e8-915c-e2d0bae32e81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dc394b1-26e4-47e8-915c-e2d0bae32e81 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2c769238-1154-4dc9-8447-3a64fb12c2a3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2c769238-1154-4dc9-8447-3a64fb12c2a3 {
  display: none;
}
#s-2c769238-1154-4dc9-8447-3a64fb12c2a3, #wrap-s-2c769238-1154-4dc9-8447-3a64fb12c2a3 { display:none !important; }}







#s-2c769238-1154-4dc9-8447-3a64fb12c2a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c769238-1154-4dc9-8447-3a64fb12c2a3.shg-box.shg-c {
  justify-content: center;
}

#s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984 {
  display: none;
}
#s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984, #wrap-s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984 {
  display: none;
}
#s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984, #wrap-s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984 {
  display: none;
}
#s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984, #wrap-s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984 { display:none !important; }}







#s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-338c9c91-5a2a-4cd5-87d7-35c4dc2f3984.shg-box.shg-c {
  justify-content: center;
}

#s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f {
  min-height: 30px;
}
@media (min-width: 1200px){#s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f {
  display: none;
}
#s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f, #wrap-s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f {
  display: none;
}
#s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f, #wrap-s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f {
  display: none;
}
#s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f, #wrap-s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f { display:none !important; }}







#s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95f96e0c-ff63-4d0a-9927-ff8c65b8352f.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 1200px){#s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd {
  display: none;
}
#s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd, #wrap-s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd {
  display: none;
}
#s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd, #wrap-s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd {
  
}
}@media (max-width: 767px){#s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd {
  display: none;
}
#s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd, #wrap-s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd { display:none !important; }}
@media (min-width: 0px) {
[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea3e66cb-8829-413d-9ab6-a0a11adc7efd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ff01f05b-26dd-433e-b55e-f2e224c71e4e {
  text-align: center;
}




  #s-ff01f05b-26dd-433e-b55e-f2e224c71e4e img.shogun-image {
    
    width: px;
  }


#s-ff01f05b-26dd-433e-b55e-f2e224c71e4e .shogun-image-content {
  
    align-items: center;
  
}

#s-a1bae780-89ef-4846-acba-6adb1a422c20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a1bae780-89ef-4846-acba-6adb1a422c20 {
  display: none;
}
#s-a1bae780-89ef-4846-acba-6adb1a422c20, #wrap-s-a1bae780-89ef-4846-acba-6adb1a422c20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1bae780-89ef-4846-acba-6adb1a422c20 {
  display: none;
}
#s-a1bae780-89ef-4846-acba-6adb1a422c20, #wrap-s-a1bae780-89ef-4846-acba-6adb1a422c20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1bae780-89ef-4846-acba-6adb1a422c20 {
  display: none;
}
#s-a1bae780-89ef-4846-acba-6adb1a422c20, #wrap-s-a1bae780-89ef-4846-acba-6adb1a422c20 { display:none !important; }}
#s-a1bae780-89ef-4846-acba-6adb1a422c20 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4a7b5791-25a4-4255-91f6-acb9e97ec0f2 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a7b5791-25a4-4255-91f6-acb9e97ec0f2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f12b99bc-ea16-46ee-be80-b70c9ada93a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f12b99bc-ea16-46ee-be80-b70c9ada93a3 {
  display: none;
}
#s-f12b99bc-ea16-46ee-be80-b70c9ada93a3, #wrap-s-f12b99bc-ea16-46ee-be80-b70c9ada93a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f12b99bc-ea16-46ee-be80-b70c9ada93a3 {
  display: none;
}
#s-f12b99bc-ea16-46ee-be80-b70c9ada93a3, #wrap-s-f12b99bc-ea16-46ee-be80-b70c9ada93a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f12b99bc-ea16-46ee-be80-b70c9ada93a3 {
  display: none;
}
#s-f12b99bc-ea16-46ee-be80-b70c9ada93a3, #wrap-s-f12b99bc-ea16-46ee-be80-b70c9ada93a3 { display:none !important; }}
#s-f12b99bc-ea16-46ee-be80-b70c9ada93a3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-73c418ee-0d35-427e-976b-735cf1c981b5 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73c418ee-0d35-427e-976b-735cf1c981b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-084a123f-f928-4037-a8f6-207ecaa1b9d2 {
  display: none;
}
#s-084a123f-f928-4037-a8f6-207ecaa1b9d2, #wrap-s-084a123f-f928-4037-a8f6-207ecaa1b9d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-084a123f-f928-4037-a8f6-207ecaa1b9d2 {
  display: none;
}
#s-084a123f-f928-4037-a8f6-207ecaa1b9d2, #wrap-s-084a123f-f928-4037-a8f6-207ecaa1b9d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-084a123f-f928-4037-a8f6-207ecaa1b9d2 {
  display: none;
}
#s-084a123f-f928-4037-a8f6-207ecaa1b9d2, #wrap-s-084a123f-f928-4037-a8f6-207ecaa1b9d2 { display:none !important; }}
@media (min-width: 1200px){#s-c26cae51-fb6b-416d-bd52-058180153966 {
  display: none;
}
#s-c26cae51-fb6b-416d-bd52-058180153966, #wrap-s-c26cae51-fb6b-416d-bd52-058180153966 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c26cae51-fb6b-416d-bd52-058180153966 {
  display: none;
}
#s-c26cae51-fb6b-416d-bd52-058180153966, #wrap-s-c26cae51-fb6b-416d-bd52-058180153966 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c26cae51-fb6b-416d-bd52-058180153966 {
  display: none;
}
#s-c26cae51-fb6b-416d-bd52-058180153966, #wrap-s-c26cae51-fb6b-416d-bd52-058180153966 { display:none !important; }}
#s-09b76073-7904-4899-bf34-86b7dd152784 {
  margin-left: 45px;
margin-right: 45px;
}
@media (max-width: 767px){#s-09b76073-7904-4899-bf34-86b7dd152784 {
  display: none;
}
#s-09b76073-7904-4899-bf34-86b7dd152784, #wrap-s-09b76073-7904-4899-bf34-86b7dd152784 { display:none !important; }}
#s-4c2d82f4-a923-4dde-84a1-6ab713f1dd28 {
  margin-left: 45px;
margin-right: 45px;
}
@media (max-width: 767px){#s-4c2d82f4-a923-4dde-84a1-6ab713f1dd28 {
  display: none;
}
#s-4c2d82f4-a923-4dde-84a1-6ab713f1dd28, #wrap-s-4c2d82f4-a923-4dde-84a1-6ab713f1dd28 { display:none !important; }}
@media (min-width: 992px) and (max-width: 1199px){#s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6 {
  display: none;
}
#s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6, #wrap-s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7fdf7ef3-84cc-44ea-9759-61de98c3a9e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-39a2f7b2-a608-40b5-bf69-f7126c076fb4 {
  text-align: center;
}




  #s-39a2f7b2-a608-40b5-bf69-f7126c076fb4 img.shogun-image {
    
    width: px;
  }


#s-39a2f7b2-a608-40b5-bf69-f7126c076fb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a89f39ff-e0fb-496b-ac81-a546af48d537 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a89f39ff-e0fb-496b-ac81-a546af48d537 {
  display: none;
}
#s-a89f39ff-e0fb-496b-ac81-a546af48d537, #wrap-s-a89f39ff-e0fb-496b-ac81-a546af48d537 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a89f39ff-e0fb-496b-ac81-a546af48d537 {
  display: none;
}
#s-a89f39ff-e0fb-496b-ac81-a546af48d537, #wrap-s-a89f39ff-e0fb-496b-ac81-a546af48d537 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a89f39ff-e0fb-496b-ac81-a546af48d537 {
  display: none;
}
#s-a89f39ff-e0fb-496b-ac81-a546af48d537, #wrap-s-a89f39ff-e0fb-496b-ac81-a546af48d537 { display:none !important; }}
#s-a89f39ff-e0fb-496b-ac81-a546af48d537 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fbc13ad0-8ae4-4400-9f92-8523efcf9c67 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fbc13ad0-8ae4-4400-9f92-8523efcf9c67 {
  display: none;
}
#s-fbc13ad0-8ae4-4400-9f92-8523efcf9c67, #wrap-s-fbc13ad0-8ae4-4400-9f92-8523efcf9c67 { display:none !important; }}
#s-fbc13ad0-8ae4-4400-9f92-8523efcf9c67 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-764b22e1-0321-4106-8e20-6feec93c251f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-764b22e1-0321-4106-8e20-6feec93c251f {
  display: none;
}
#s-764b22e1-0321-4106-8e20-6feec93c251f, #wrap-s-764b22e1-0321-4106-8e20-6feec93c251f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-764b22e1-0321-4106-8e20-6feec93c251f {
  display: none;
}
#s-764b22e1-0321-4106-8e20-6feec93c251f, #wrap-s-764b22e1-0321-4106-8e20-6feec93c251f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-764b22e1-0321-4106-8e20-6feec93c251f {
  display: none;
}
#s-764b22e1-0321-4106-8e20-6feec93c251f, #wrap-s-764b22e1-0321-4106-8e20-6feec93c251f { display:none !important; }}
#s-764b22e1-0321-4106-8e20-6feec93c251f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b7b41b1a-69bd-4cbc-ae92-401a50af08d5 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b7b41b1a-69bd-4cbc-ae92-401a50af08d5 {
  display: none;
}
#s-b7b41b1a-69bd-4cbc-ae92-401a50af08d5, #wrap-s-b7b41b1a-69bd-4cbc-ae92-401a50af08d5 { display:none !important; }}
#s-b7b41b1a-69bd-4cbc-ae92-401a50af08d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-9353d529-cdc0-4f4c-9b06-8aaf6fd1ab16 {
  display: none;
}
#s-9353d529-cdc0-4f4c-9b06-8aaf6fd1ab16, #wrap-s-9353d529-cdc0-4f4c-9b06-8aaf6fd1ab16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9353d529-cdc0-4f4c-9b06-8aaf6fd1ab16 {
  display: none;
}
#s-9353d529-cdc0-4f4c-9b06-8aaf6fd1ab16, #wrap-s-9353d529-cdc0-4f4c-9b06-8aaf6fd1ab16 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9353d529-cdc0-4f4c-9b06-8aaf6fd1ab16 {
  display: none;
}
#s-9353d529-cdc0-4f4c-9b06-8aaf6fd1ab16, #wrap-s-9353d529-cdc0-4f4c-9b06-8aaf6fd1ab16 { display:none !important; }}
@media (min-width: 1200px){#s-e40116f7-1c0f-4c0c-9de9-9cc9162a9239 {
  display: none;
}
#s-e40116f7-1c0f-4c0c-9de9-9cc9162a9239, #wrap-s-e40116f7-1c0f-4c0c-9de9-9cc9162a9239 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e40116f7-1c0f-4c0c-9de9-9cc9162a9239 {
  display: none;
}
#s-e40116f7-1c0f-4c0c-9de9-9cc9162a9239, #wrap-s-e40116f7-1c0f-4c0c-9de9-9cc9162a9239 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e40116f7-1c0f-4c0c-9de9-9cc9162a9239 {
  display: none;
}
#s-e40116f7-1c0f-4c0c-9de9-9cc9162a9239, #wrap-s-e40116f7-1c0f-4c0c-9de9-9cc9162a9239 { display:none !important; }}
#s-a450f63b-9309-44cf-a0ac-c443f185041f {
  margin-left: 45px;
margin-right: 45px;
}
@media (max-width: 767px){#s-a450f63b-9309-44cf-a0ac-c443f185041f {
  display: none;
}
#s-a450f63b-9309-44cf-a0ac-c443f185041f, #wrap-s-a450f63b-9309-44cf-a0ac-c443f185041f { display:none !important; }}
#s-399b26d8-0cc9-4975-a449-9fc4ed4ec820 {
  margin-left: 45px;
margin-right: 45px;
}
@media (max-width: 767px){#s-399b26d8-0cc9-4975-a449-9fc4ed4ec820 {
  display: none;
}
#s-399b26d8-0cc9-4975-a449-9fc4ed4ec820, #wrap-s-399b26d8-0cc9-4975-a449-9fc4ed4ec820 { display:none !important; }}
#s-5527ccae-4021-43d2-b3b6-a48395c25ce5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5527ccae-4021-43d2-b3b6-a48395c25ce5 {
  display: none;
}
#s-5527ccae-4021-43d2-b3b6-a48395c25ce5, #wrap-s-5527ccae-4021-43d2-b3b6-a48395c25ce5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5527ccae-4021-43d2-b3b6-a48395c25ce5 {
  display: none;
}
#s-5527ccae-4021-43d2-b3b6-a48395c25ce5, #wrap-s-5527ccae-4021-43d2-b3b6-a48395c25ce5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5527ccae-4021-43d2-b3b6-a48395c25ce5 {
  
}
}







#s-5527ccae-4021-43d2-b3b6-a48395c25ce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5527ccae-4021-43d2-b3b6-a48395c25ce5.shg-box.shg-c {
  justify-content: center;
}

#s-fa91159c-2069-4cbd-b5c1-bf985ed5dbe2 {
  min-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa91159c-2069-4cbd-b5c1-bf985ed5dbe2 {
  display: none;
}
#s-fa91159c-2069-4cbd-b5c1-bf985ed5dbe2, #wrap-s-fa91159c-2069-4cbd-b5c1-bf985ed5dbe2 { display:none !important; }}@media (max-width: 767px){#s-fa91159c-2069-4cbd-b5c1-bf985ed5dbe2 {
  display: none;
}
#s-fa91159c-2069-4cbd-b5c1-bf985ed5dbe2, #wrap-s-fa91159c-2069-4cbd-b5c1-bf985ed5dbe2 { display:none !important; }}







#s-fa91159c-2069-4cbd-b5c1-bf985ed5dbe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa91159c-2069-4cbd-b5c1-bf985ed5dbe2.shg-box.shg-c {
  justify-content: center;
}

#s-aeef966d-5e46-4db9-b336-403563f6350f {
  text-align: center;
}
@media (min-width: 1200px){#s-aeef966d-5e46-4db9-b336-403563f6350f {
  display: none;
}
#s-aeef966d-5e46-4db9-b336-403563f6350f, #wrap-s-aeef966d-5e46-4db9-b336-403563f6350f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aeef966d-5e46-4db9-b336-403563f6350f {
  display: none;
}
#s-aeef966d-5e46-4db9-b336-403563f6350f, #wrap-s-aeef966d-5e46-4db9-b336-403563f6350f { display:none !important; }}@media (max-width: 767px){#s-aeef966d-5e46-4db9-b336-403563f6350f {
  display: none;
}
#s-aeef966d-5e46-4db9-b336-403563f6350f, #wrap-s-aeef966d-5e46-4db9-b336-403563f6350f { display:none !important; }}



  #s-aeef966d-5e46-4db9-b336-403563f6350f img.shogun-image {
    
    width: px;
  }


#s-aeef966d-5e46-4db9-b336-403563f6350f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-c6d3773f-075c-4261-8f73-25f2860b2fe5 {
  display: none;
}
#s-c6d3773f-075c-4261-8f73-25f2860b2fe5, #wrap-s-c6d3773f-075c-4261-8f73-25f2860b2fe5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6d3773f-075c-4261-8f73-25f2860b2fe5 {
  display: none;
}
#s-c6d3773f-075c-4261-8f73-25f2860b2fe5, #wrap-s-c6d3773f-075c-4261-8f73-25f2860b2fe5 { display:none !important; }}@media (max-width: 767px){#s-c6d3773f-075c-4261-8f73-25f2860b2fe5 {
  display: none;
}
#s-c6d3773f-075c-4261-8f73-25f2860b2fe5, #wrap-s-c6d3773f-075c-4261-8f73-25f2860b2fe5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6d3773f-075c-4261-8f73-25f2860b2fe5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dd33eb8b-57cc-4628-bbbe-cf910e18b5c9 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd33eb8b-57cc-4628-bbbe-cf910e18b5c9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c5212a1-0413-4096-ac8c-52dc2d451944 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c5212a1-0413-4096-ac8c-52dc2d451944 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-59c9d7c0-4b88-430c-8ce2-b57de8c2b317 {
  margin-left: 45px;
margin-right: 45px;
}
@media (max-width: 767px){#s-59c9d7c0-4b88-430c-8ce2-b57de8c2b317 {
  display: none;
}
#s-59c9d7c0-4b88-430c-8ce2-b57de8c2b317, #wrap-s-59c9d7c0-4b88-430c-8ce2-b57de8c2b317 { display:none !important; }}
#s-7bc9c879-bc78-4107-804d-c255b3edc318 {
  margin-left: 45px;
margin-right: 45px;
}

@media (min-width: 992px) and (max-width: 1199px){#s-7a299d96-9835-47b7-bad7-236bb63c8e59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a299d96-9835-47b7-bad7-236bb63c8e59 {
  display: none;
}
#s-7a299d96-9835-47b7-bad7-236bb63c8e59, #wrap-s-7a299d96-9835-47b7-bad7-236bb63c8e59 { display:none !important; }}@media (max-width: 767px){#s-7a299d96-9835-47b7-bad7-236bb63c8e59 {
  display: none;
}
#s-7a299d96-9835-47b7-bad7-236bb63c8e59, #wrap-s-7a299d96-9835-47b7-bad7-236bb63c8e59 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a299d96-9835-47b7-bad7-236bb63c8e59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-29ead6b5-c624-4a84-b994-4cbded842c80 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29ead6b5-c624-4a84-b994-4cbded842c80 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-867137d9-ed5e-4c7a-85a9-21997408970c {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-867137d9-ed5e-4c7a-85a9-21997408970c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-47fdf05e-25dd-471e-bdd6-efb326fcd659 {
  margin-left: 45px;
margin-right: 45px;
}
@media (max-width: 767px){#s-47fdf05e-25dd-471e-bdd6-efb326fcd659 {
  display: none;
}
#s-47fdf05e-25dd-471e-bdd6-efb326fcd659, #wrap-s-47fdf05e-25dd-471e-bdd6-efb326fcd659 { display:none !important; }}
#s-c012fc7a-7bd2-4b23-80b8-98572a61a947 {
  margin-left: 45px;
margin-right: 45px;
}

#s-8203ebfa-1cac-4d29-97c1-ef3870bfa9f9 {
  text-align: center;
}




  #s-8203ebfa-1cac-4d29-97c1-ef3870bfa9f9 img.shogun-image {
    
    width: px;
  }


#s-8203ebfa-1cac-4d29-97c1-ef3870bfa9f9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a {
  display: none;
}
#s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a, #wrap-s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a {
  display: none;
}
#s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a, #wrap-s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a {
  display: none;
}
#s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a, #wrap-s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a { display:none !important; }}
@media (min-width: 0px) {
[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-50d21a7a-d62e-4cb5-a9ea-326a7dbb8d0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-373c9513-3685-45d8-a3dc-90b5a457113b {
  text-align: center;
}




  #s-373c9513-3685-45d8-a3dc-90b5a457113b img.shogun-image {
    
    width: px;
  }


#s-373c9513-3685-45d8-a3dc-90b5a457113b .shogun-image-content {
  
    align-items: center;
  
}

#s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99 {
  display: none;
}
#s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99, #wrap-s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99 {
  display: none;
}
#s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99, #wrap-s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99 {
  display: none;
}
#s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99, #wrap-s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99 { display:none !important; }}
#s-f77bc80f-78ed-4855-9cfc-e2bd886e8a99 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc04e7c4-f7f6-45ce-b3a7-876ee8cfba70 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cc04e7c4-f7f6-45ce-b3a7-876ee8cfba70 {
  display: none;
}
#s-cc04e7c4-f7f6-45ce-b3a7-876ee8cfba70, #wrap-s-cc04e7c4-f7f6-45ce-b3a7-876ee8cfba70 { display:none !important; }}
#s-cc04e7c4-f7f6-45ce-b3a7-876ee8cfba70 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644 {
  display: none;
}
#s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644, #wrap-s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644 {
  display: none;
}
#s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644, #wrap-s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644 {
  display: none;
}
#s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644, #wrap-s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644 { display:none !important; }}
#s-ffcaa7b0-2d18-4ac1-8e94-e9df37516644 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-056d7ba2-3a03-463d-ad82-1c1fdf59fdd1 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-056d7ba2-3a03-463d-ad82-1c1fdf59fdd1 {
  display: none;
}
#s-056d7ba2-3a03-463d-ad82-1c1fdf59fdd1, #wrap-s-056d7ba2-3a03-463d-ad82-1c1fdf59fdd1 { display:none !important; }}
#s-056d7ba2-3a03-463d-ad82-1c1fdf59fdd1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-ebc8ddbe-7a7c-4462-853a-ec64556e7a8b {
  display: none;
}
#s-ebc8ddbe-7a7c-4462-853a-ec64556e7a8b, #wrap-s-ebc8ddbe-7a7c-4462-853a-ec64556e7a8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebc8ddbe-7a7c-4462-853a-ec64556e7a8b {
  display: none;
}
#s-ebc8ddbe-7a7c-4462-853a-ec64556e7a8b, #wrap-s-ebc8ddbe-7a7c-4462-853a-ec64556e7a8b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebc8ddbe-7a7c-4462-853a-ec64556e7a8b {
  display: none;
}
#s-ebc8ddbe-7a7c-4462-853a-ec64556e7a8b, #wrap-s-ebc8ddbe-7a7c-4462-853a-ec64556e7a8b { display:none !important; }}
@media (min-width: 1200px){#s-f5b79322-c3d4-420a-a734-980a04012556 {
  display: none;
}
#s-f5b79322-c3d4-420a-a734-980a04012556, #wrap-s-f5b79322-c3d4-420a-a734-980a04012556 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5b79322-c3d4-420a-a734-980a04012556 {
  display: none;
}
#s-f5b79322-c3d4-420a-a734-980a04012556, #wrap-s-f5b79322-c3d4-420a-a734-980a04012556 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5b79322-c3d4-420a-a734-980a04012556 {
  display: none;
}
#s-f5b79322-c3d4-420a-a734-980a04012556, #wrap-s-f5b79322-c3d4-420a-a734-980a04012556 { display:none !important; }}
#s-e1797c12-a336-47fe-b348-717be1b9ad3c {
  margin-left: 45px;
margin-right: 45px;
}
@media (max-width: 767px){#s-e1797c12-a336-47fe-b348-717be1b9ad3c {
  display: none;
}
#s-e1797c12-a336-47fe-b348-717be1b9ad3c, #wrap-s-e1797c12-a336-47fe-b348-717be1b9ad3c { display:none !important; }}
@media (min-width: 1200px){#s-58a584cc-9d2a-432b-933a-28767857f8bc {
  display: none;
}
#s-58a584cc-9d2a-432b-933a-28767857f8bc, #wrap-s-58a584cc-9d2a-432b-933a-28767857f8bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58a584cc-9d2a-432b-933a-28767857f8bc {
  display: none;
}
#s-58a584cc-9d2a-432b-933a-28767857f8bc, #wrap-s-58a584cc-9d2a-432b-933a-28767857f8bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58a584cc-9d2a-432b-933a-28767857f8bc {
  display: none;
}
#s-58a584cc-9d2a-432b-933a-28767857f8bc, #wrap-s-58a584cc-9d2a-432b-933a-28767857f8bc { display:none !important; }}@media (max-width: 767px){#s-58a584cc-9d2a-432b-933a-28767857f8bc {
  display: none;
}
#s-58a584cc-9d2a-432b-933a-28767857f8bc, #wrap-s-58a584cc-9d2a-432b-933a-28767857f8bc { display:none !important; }}
@media (min-width: 0px) {
[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-58a584cc-9d2a-432b-933a-28767857f8bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cd0bcc02-e124-458a-9374-c1484a673a1d {
  text-align: center;
}




  #s-cd0bcc02-e124-458a-9374-c1484a673a1d img.shogun-image {
    
    width: px;
  }


#s-cd0bcc02-e124-458a-9374-c1484a673a1d .shogun-image-content {
  
    align-items: center;
  
}

#s-db16a345-6ffa-458f-a59a-78ebea9be329 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db16a345-6ffa-458f-a59a-78ebea9be329 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5dd0a113-9d80-46e8-910f-9df946fc522a {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5dd0a113-9d80-46e8-910f-9df946fc522a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3cc81e7f-9547-4092-aa81-bce0b91d6755 {
  margin-left: 45px;
margin-right: 45px;
}

#s-284f437b-c82b-479e-965a-c3f71559c73b {
  min-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-284f437b-c82b-479e-965a-c3f71559c73b {
  display: none;
}
#s-284f437b-c82b-479e-965a-c3f71559c73b, #wrap-s-284f437b-c82b-479e-965a-c3f71559c73b { display:none !important; }}@media (max-width: 767px){#s-284f437b-c82b-479e-965a-c3f71559c73b {
  display: none;
}
#s-284f437b-c82b-479e-965a-c3f71559c73b, #wrap-s-284f437b-c82b-479e-965a-c3f71559c73b { display:none !important; }}







#s-284f437b-c82b-479e-965a-c3f71559c73b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-284f437b-c82b-479e-965a-c3f71559c73b.shg-box.shg-c {
  justify-content: center;
}

#s-3e72978e-d211-457e-afb2-57781fff03c5 {
  min-height: 50px;
}








#s-3e72978e-d211-457e-afb2-57781fff03c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e72978e-d211-457e-afb2-57781fff03c5.shg-box.shg-c {
  justify-content: center;
}

#s-ef7beb83-9170-4583-bdf3-179702032d13 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef7beb83-9170-4583-bdf3-179702032d13 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0cd1c9dd-ac26-46dc-a88d-d76e9d37cf77 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0cd1c9dd-ac26-46dc-a88d-d76e9d37cf77 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ab3ffc93-d14b-4650-9617-c788a1fb6be4 {
  margin-left: 45px;
margin-right: 45px;
}
@media (max-width: 767px){#s-ab3ffc93-d14b-4650-9617-c788a1fb6be4 {
  display: none;
}
#s-ab3ffc93-d14b-4650-9617-c788a1fb6be4, #wrap-s-ab3ffc93-d14b-4650-9617-c788a1fb6be4 { display:none !important; }}
#s-3ee88a3e-fde1-4f70-91a6-86476b41d751 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-3ee88a3e-fde1-4f70-91a6-86476b41d751 {
  display: none;
}
#s-3ee88a3e-fde1-4f70-91a6-86476b41d751, #wrap-s-3ee88a3e-fde1-4f70-91a6-86476b41d751 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ee88a3e-fde1-4f70-91a6-86476b41d751 {
  display: none;
}
#s-3ee88a3e-fde1-4f70-91a6-86476b41d751, #wrap-s-3ee88a3e-fde1-4f70-91a6-86476b41d751 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ee88a3e-fde1-4f70-91a6-86476b41d751 {
  display: none;
}
#s-3ee88a3e-fde1-4f70-91a6-86476b41d751, #wrap-s-3ee88a3e-fde1-4f70-91a6-86476b41d751 { display:none !important; }}@media (max-width: 767px){#s-3ee88a3e-fde1-4f70-91a6-86476b41d751 {
  
}
}
#s-7fd1f429-5c0d-4758-bf9d-35451df7e017 {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-7fd1f429-5c0d-4758-bf9d-35451df7e017 {
  
}
}
#s-de30ab89-9340-454a-9bd2-bbbbee04ccfb {
  min-height: 50px;
}








#s-de30ab89-9340-454a-9bd2-bbbbee04ccfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de30ab89-9340-454a-9bd2-bbbbee04ccfb.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-613b7b35-84b1-459c-b0a6-8614dfb6e2b7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-88a8fbd4-2ac7-4062-ab1e-70b8a8c07d46 {
  text-align: center;
}




  #s-88a8fbd4-2ac7-4062-ab1e-70b8a8c07d46 img.shogun-image {
    
    width: px;
  }


#s-88a8fbd4-2ac7-4062-ab1e-70b8a8c07d46 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddc8a259-531d-43b3-99bc-a8df0dc30159 {
  text-align: center;
}




  #s-ddc8a259-531d-43b3-99bc-a8df0dc30159 img.shogun-image {
    
    width: px;
  }


#s-ddc8a259-531d-43b3-99bc-a8df0dc30159 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaf9882b-4a2c-43de-8ed7-fa1220b309d2 {
  text-align: center;
}




  #s-aaf9882b-4a2c-43de-8ed7-fa1220b309d2 img.shogun-image {
    
    width: px;
  }


#s-aaf9882b-4a2c-43de-8ed7-fa1220b309d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f51e7c5-5f04-43ea-98ee-6745f24cfd89 {
  text-align: center;
}




  #s-2f51e7c5-5f04-43ea-98ee-6745f24cfd89 img.shogun-image {
    
    width: px;
  }


#s-2f51e7c5-5f04-43ea-98ee-6745f24cfd89 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f4315a8-1f6e-4c5c-8026-51543a0bc727 {
  min-height: 50px;
}








#s-4f4315a8-1f6e-4c5c-8026-51543a0bc727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4315a8-1f6e-4c5c-8026-51543a0bc727.shg-box.shg-c {
  justify-content: center;
}

#s-c1ebf5c5-643b-4a08-be21-0bfe762d5a51 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1ebf5c5-643b-4a08-be21-0bfe762d5a51 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31baa729-c43a-4d1f-9bdb-d40f27ff9fda {
  min-height: 50px;
}








#s-31baa729-c43a-4d1f-9bdb-d40f27ff9fda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31baa729-c43a-4d1f-9bdb-d40f27ff9fda.shg-box.shg-c {
  justify-content: center;
}

#s-c6e5ad90-9b6e-4052-b8fd-249c8e72da33 {
  min-height: 50px;
}








#s-c6e5ad90-9b6e-4052-b8fd-249c8e72da33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6e5ad90-9b6e-4052-b8fd-249c8e72da33.shg-box.shg-c {
  justify-content: center;
}

#s-21332d89-c749-44f7-b2d3-6a30ef18ea38 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7105f0a0-1a3f-4f9e-81cc-7f1f52bee7f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-91657f6d-9a9c-4000-81ae-af15a4795b80 {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 0px;
}








#s-91657f6d-9a9c-4000-81ae-af15a4795b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91657f6d-9a9c-4000-81ae-af15a4795b80.shg-box.shg-c {
  justify-content: center;
}

#s-dac31673-4d10-495e-ab0d-4d6f36d03332 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-dac31673-4d10-495e-ab0d-4d6f36d03332 .shogun-icon-wrapper {
  text-align: center;
}


#s-dac31673-4d10-495e-ab0d-4d6f36d03332 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-355728c9-963c-4523-8430-ebd996312bae {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

#s-7080c499-383b-4055-8584-6b559e8bf04e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7080c499-383b-4055-8584-6b559e8bf04e {
  display: none;
}
#s-7080c499-383b-4055-8584-6b559e8bf04e, #wrap-s-7080c499-383b-4055-8584-6b559e8bf04e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7080c499-383b-4055-8584-6b559e8bf04e {
  display: none;
}
#s-7080c499-383b-4055-8584-6b559e8bf04e, #wrap-s-7080c499-383b-4055-8584-6b559e8bf04e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7080c499-383b-4055-8584-6b559e8bf04e {
  display: none;
}
#s-7080c499-383b-4055-8584-6b559e8bf04e, #wrap-s-7080c499-383b-4055-8584-6b559e8bf04e { display:none !important; }}







#s-7080c499-383b-4055-8584-6b559e8bf04e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7080c499-383b-4055-8584-6b559e8bf04e.shg-box.shg-c {
  justify-content: center;
}

#s-71d6068e-8e47-48f2-80fe-d13a805a07d0 {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 0px;
}








#s-71d6068e-8e47-48f2-80fe-d13a805a07d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71d6068e-8e47-48f2-80fe-d13a805a07d0.shg-box.shg-c {
  justify-content: center;
}

#s-00872f2b-bb51-4582-a72f-6884d7d4d49b {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-00872f2b-bb51-4582-a72f-6884d7d4d49b .shogun-icon-wrapper {
  text-align: center;
}


#s-00872f2b-bb51-4582-a72f-6884d7d4d49b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-6e6dd511-4344-4db1-ae3b-9ae16838e9ac {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c52d2017-b3cf-4ff6-9874-1e6f59a6a398"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-5184b5df-8bdb-4c32-a8bf-b6a2c568246a {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 0px;
}








#s-5184b5df-8bdb-4c32-a8bf-b6a2c568246a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5184b5df-8bdb-4c32-a8bf-b6a2c568246a.shg-box.shg-c {
  justify-content: center;
}

#s-74af98ae-3fba-48b9-b5af-111c69787026 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-74af98ae-3fba-48b9-b5af-111c69787026 .shogun-icon-wrapper {
  text-align: center;
}


#s-74af98ae-3fba-48b9-b5af-111c69787026 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-9ede41e2-5e47-4ca4-a984-c68305dc70b7 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

#s-9ceb81dd-a0d6-4f35-817d-7f93da51b491 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9ceb81dd-a0d6-4f35-817d-7f93da51b491 {
  display: none;
}
#s-9ceb81dd-a0d6-4f35-817d-7f93da51b491, #wrap-s-9ceb81dd-a0d6-4f35-817d-7f93da51b491 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ceb81dd-a0d6-4f35-817d-7f93da51b491 {
  display: none;
}
#s-9ceb81dd-a0d6-4f35-817d-7f93da51b491, #wrap-s-9ceb81dd-a0d6-4f35-817d-7f93da51b491 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ceb81dd-a0d6-4f35-817d-7f93da51b491 {
  display: none;
}
#s-9ceb81dd-a0d6-4f35-817d-7f93da51b491, #wrap-s-9ceb81dd-a0d6-4f35-817d-7f93da51b491 { display:none !important; }}







#s-9ceb81dd-a0d6-4f35-817d-7f93da51b491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ceb81dd-a0d6-4f35-817d-7f93da51b491.shg-box.shg-c {
  justify-content: center;
}

#s-b4d0db3c-1a50-403c-9bca-7d3692aefa3c {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 0px;
}








#s-b4d0db3c-1a50-403c-9bca-7d3692aefa3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4d0db3c-1a50-403c-9bca-7d3692aefa3c.shg-box.shg-c {
  justify-content: center;
}

#s-e14e5f3f-803a-453e-bf2e-73f05031b483 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-e14e5f3f-803a-453e-bf2e-73f05031b483 .shogun-icon-wrapper {
  text-align: center;
}


#s-e14e5f3f-803a-453e-bf2e-73f05031b483 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d76461ea-7769-43d1-a89d-ec4dca1e97cc {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

#s-4d634bc0-12e2-4103-896b-f2192525f43c {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d634bc0-12e2-4103-896b-f2192525f43c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c744539e-6b4f-4bbf-84f9-32db7fc01231 {
  min-height: 50px;
}








#s-c744539e-6b4f-4bbf-84f9-32db7fc01231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c744539e-6b4f-4bbf-84f9-32db7fc01231.shg-box.shg-c {
  justify-content: center;
}

#s-b1c31cd7-3ee7-4cc6-94fc-554a34f4c90e {
  min-height: 50px;
}








#s-b1c31cd7-3ee7-4cc6-94fc-554a34f4c90e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1c31cd7-3ee7-4cc6-94fc-554a34f4c90e.shg-box.shg-c {
  justify-content: center;
}

#s-4415e295-5cc5-4c37-bfe2-838df040463b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4415e295-5cc5-4c37-bfe2-838df040463b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-eabdb752-87b5-4fe5-bcd0-9ebd18ca0096 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-eabdb752-87b5-4fe5-bcd0-9ebd18ca0096 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-eabdb752-87b5-4fe5-bcd0-9ebd18ca0096 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-eabdb752-87b5-4fe5-bcd0-9ebd18ca0096 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-eabdb752-87b5-4fe5-bcd0-9ebd18ca0096 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-eabdb752-87b5-4fe5-bcd0-9ebd18ca0096 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-eabdb752-87b5-4fe5-bcd0-9ebd18ca0096 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-2aaddf54-5f54-40fc-9aa7-749a71d1a2c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-85d69a80-3424-4afa-8475-0cdf8fa0e8d5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2b6d1fee-8ae7-4aa8-92da-6d13aebcecaf {
  min-height: 50px;
}








#s-2b6d1fee-8ae7-4aa8-92da-6d13aebcecaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b6d1fee-8ae7-4aa8-92da-6d13aebcecaf.shg-box.shg-c {
  justify-content: center;
}

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