.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-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  padding-top: 5px;
}
@media (min-width: 1200px){#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  display: none;
}
#s-68eea6d5-a995-46a8-8985-30fb09290a00, #wrap-s-68eea6d5-a995-46a8-8985-30fb09290a00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  display: none;
}
#s-68eea6d5-a995-46a8-8985-30fb09290a00, #wrap-s-68eea6d5-a995-46a8-8985-30fb09290a00 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  display: none;
}
#s-68eea6d5-a995-46a8-8985-30fb09290a00, #wrap-s-68eea6d5-a995-46a8-8985-30fb09290a00 { display:none !important; }}@media (max-width: 767px){#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
display: none;
}
#s-68eea6d5-a995-46a8-8985-30fb09290a00, #wrap-s-68eea6d5-a995-46a8-8985-30fb09290a00 { display:none !important; }}
#s-9be4436c-460d-485d-ab8f-9fa5166bcb56 {
  min-height: 50px;
}








#s-9be4436c-460d-485d-ab8f-9fa5166bcb56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9be4436c-460d-485d-ab8f-9fa5166bcb56.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-6958b2e0-b62b-4d66-882b-a8acd7bc81de"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-40e46a43-e18d-428d-9ae7-4428e8461760 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40e46a43-e18d-428d-9ae7-4428e8461760 {
  display: none;
}
#s-40e46a43-e18d-428d-9ae7-4428e8461760, #wrap-s-40e46a43-e18d-428d-9ae7-4428e8461760 { display:none !important; }}@media (max-width: 767px){#s-40e46a43-e18d-428d-9ae7-4428e8461760 {
  display: none;
}
#s-40e46a43-e18d-428d-9ae7-4428e8461760, #wrap-s-40e46a43-e18d-428d-9ae7-4428e8461760 { display:none !important; }}







#s-40e46a43-e18d-428d-9ae7-4428e8461760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40e46a43-e18d-428d-9ae7-4428e8461760.shg-box.shg-c {
  justify-content: center;
}

#s-6d51e8a8-0bce-4209-a70d-9ce5f3894c53 {
  min-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d51e8a8-0bce-4209-a70d-9ce5f3894c53 {
  min-height: 5px;
}
}@media (max-width: 767px){#s-6d51e8a8-0bce-4209-a70d-9ce5f3894c53 {
  min-height: 5px;
}
}







#s-6d51e8a8-0bce-4209-a70d-9ce5f3894c53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d51e8a8-0bce-4209-a70d-9ce5f3894c53.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: 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-b9f1d295-3238-470d-bcac-0361d81fa361 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}




  #s-b9f1d295-3238-470d-bcac-0361d81fa361 img.shogun-image {
    
    width: px;
  }


#s-b9f1d295-3238-470d-bcac-0361d81fa361 .shogun-image-content {
  
    align-items: 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-c51c2d79-f491-46e9-9b1b-01521b7872b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c51c2d79-f491-46e9-9b1b-01521b7872b6 {
  display: none;
}
#s-c51c2d79-f491-46e9-9b1b-01521b7872b6, #wrap-s-c51c2d79-f491-46e9-9b1b-01521b7872b6 { display:none !important; }}
#s-c51c2d79-f491-46e9-9b1b-01521b7872b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ABeeZee;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a185935-dddd-4927-b09d-f73bc2e8446c {
  min-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a185935-dddd-4927-b09d-f73bc2e8446c {
  min-height: 5px;
}
}@media (max-width: 767px){#s-6a185935-dddd-4927-b09d-f73bc2e8446c {
  min-height: 5px;
}
}







#s-6a185935-dddd-4927-b09d-f73bc2e8446c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a185935-dddd-4927-b09d-f73bc2e8446c.shg-box.shg-c {
  justify-content: center;
}

#s-1d1f9ea2-8f15-4da3-803a-7ffca0a786b3 {
  min-height: 50px;
}








#s-1d1f9ea2-8f15-4da3-803a-7ffca0a786b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d1f9ea2-8f15-4da3-803a-7ffca0a786b3.shg-box.shg-c {
  justify-content: center;
}

#s-0fccfa79-c596-4803-ae8d-13ab9ad8281b {
  padding-left: 5%;
padding-right: 5%;
}

#s-de492698-a2d7-43ee-a116-8eee8717cc93 {
  text-align: center;
}




  #s-de492698-a2d7-43ee-a116-8eee8717cc93 img.shogun-image {
    
    width: px;
  }


#s-de492698-a2d7-43ee-a116-8eee8717cc93 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb35d2a5-6096-49ae-839b-8ba327d85bba {
  text-align: center;
}
@media (max-width: 767px){#s-fb35d2a5-6096-49ae-839b-8ba327d85bba {
  display: none;
}
#s-fb35d2a5-6096-49ae-839b-8ba327d85bba, #wrap-s-fb35d2a5-6096-49ae-839b-8ba327d85bba { display:none !important; }}



  #s-fb35d2a5-6096-49ae-839b-8ba327d85bba img.shogun-image {
    
    width: px;
  }


#s-fb35d2a5-6096-49ae-839b-8ba327d85bba .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-396423ba-7e91-485d-9948-5a2cdc396921 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-396423ba-7e91-485d-9948-5a2cdc396921:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-396423ba-7e91-485d-9948-5a2cdc396921:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-396423ba-7e91-485d-9948-5a2cdc396921.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-9aad722a-9af8-49b5-81c0-d25c055b018e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9aad722a-9af8-49b5-81c0-d25c055b018e {
  display: none;
}
#s-9aad722a-9af8-49b5-81c0-d25c055b018e, #wrap-s-9aad722a-9af8-49b5-81c0-d25c055b018e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aad722a-9af8-49b5-81c0-d25c055b018e {
  display: none;
}
#s-9aad722a-9af8-49b5-81c0-d25c055b018e, #wrap-s-9aad722a-9af8-49b5-81c0-d25c055b018e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9aad722a-9af8-49b5-81c0-d25c055b018e {
  display: none;
}
#s-9aad722a-9af8-49b5-81c0-d25c055b018e, #wrap-s-9aad722a-9af8-49b5-81c0-d25c055b018e { display:none !important; }}







#s-9aad722a-9af8-49b5-81c0-d25c055b018e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aad722a-9af8-49b5-81c0-d25c055b018e.shg-box.shg-c {
  justify-content: center;
}

#s-62ad1250-51cc-4260-9672-9e4561e54acd {
  text-align: center;
}
@media (min-width: 1200px){#s-62ad1250-51cc-4260-9672-9e4561e54acd {
  display: none;
}
#s-62ad1250-51cc-4260-9672-9e4561e54acd, #wrap-s-62ad1250-51cc-4260-9672-9e4561e54acd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62ad1250-51cc-4260-9672-9e4561e54acd {
  display: none;
}
#s-62ad1250-51cc-4260-9672-9e4561e54acd, #wrap-s-62ad1250-51cc-4260-9672-9e4561e54acd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62ad1250-51cc-4260-9672-9e4561e54acd {
  display: none;
}
#s-62ad1250-51cc-4260-9672-9e4561e54acd, #wrap-s-62ad1250-51cc-4260-9672-9e4561e54acd { display:none !important; }}



  #s-62ad1250-51cc-4260-9672-9e4561e54acd img.shogun-image {
    
    width: px;
  }


#s-62ad1250-51cc-4260-9672-9e4561e54acd .shogun-image-content {
  
    align-items: center;
  
}

#s-643336b6-5396-4923-9b5c-1026b93fd4e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-643336b6-5396-4923-9b5c-1026b93fd4e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-643336b6-5396-4923-9b5c-1026b93fd4e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-643336b6-5396-4923-9b5c-1026b93fd4e1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-ee42bc87-cb2e-4d36-b27e-a7c681486172 {
  min-height: 50px;
}








#s-ee42bc87-cb2e-4d36-b27e-a7c681486172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee42bc87-cb2e-4d36-b27e-a7c681486172.shg-box.shg-c {
  justify-content: center;
}

#s-2534e8b9-f8a1-4337-a5cc-35b318c1f553 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2534e8b9-f8a1-4337-a5cc-35b318c1f553 {
  display: none;
}
#s-2534e8b9-f8a1-4337-a5cc-35b318c1f553, #wrap-s-2534e8b9-f8a1-4337-a5cc-35b318c1f553 { display:none !important; }}
#s-2534e8b9-f8a1-4337-a5cc-35b318c1f553 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ABeeZee;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-868c23fb-b4d6-4162-b2aa-d49e6402a86e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-868c23fb-b4d6-4162-b2aa-d49e6402a86e {
  display: none;
}
#s-868c23fb-b4d6-4162-b2aa-d49e6402a86e, #wrap-s-868c23fb-b4d6-4162-b2aa-d49e6402a86e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-868c23fb-b4d6-4162-b2aa-d49e6402a86e {
  display: none;
}
#s-868c23fb-b4d6-4162-b2aa-d49e6402a86e, #wrap-s-868c23fb-b4d6-4162-b2aa-d49e6402a86e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-868c23fb-b4d6-4162-b2aa-d49e6402a86e {
  display: none;
}
#s-868c23fb-b4d6-4162-b2aa-d49e6402a86e, #wrap-s-868c23fb-b4d6-4162-b2aa-d49e6402a86e { display:none !important; }}
#s-868c23fb-b4d6-4162-b2aa-d49e6402a86e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ABeeZee;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-97be68d4-628b-4f85-9ab5-db1e8f011882 {
  min-height: 50px;
}








#s-97be68d4-628b-4f85-9ab5-db1e8f011882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97be68d4-628b-4f85-9ab5-db1e8f011882.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-10ec9773-d1b4-440b-a0f2-128364c166fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

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

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

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-eff8d310-e81a-48fd-87be-8cf0b79d636a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-eff8d310-e81a-48fd-87be-8cf0b79d636a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eff8d310-e81a-48fd-87be-8cf0b79d636a .shg-sld-nav-button.shg-sld-left,
#s-eff8d310-e81a-48fd-87be-8cf0b79d636a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ab37596a-30b5-4920-acc2-3079e6ad6d4a {
  text-align: center;
}




  #s-ab37596a-30b5-4920-acc2-3079e6ad6d4a img.shogun-image {
    
    width: px;
  }


#s-ab37596a-30b5-4920-acc2-3079e6ad6d4a .shogun-image-content {
  
    align-items: center;
  
}

#s-9a35ade8-ce23-4ec0-9cab-a057544a103b {
  text-align: center;
}




  #s-9a35ade8-ce23-4ec0-9cab-a057544a103b img.shogun-image {
    
    width: px;
  }


#s-9a35ade8-ce23-4ec0-9cab-a057544a103b .shogun-image-content {
  
    align-items: center;
  
}

#s-81b0c59a-4c86-433d-a8d4-17cd7e3b1e90 {
  text-align: center;
}




  #s-81b0c59a-4c86-433d-a8d4-17cd7e3b1e90 img.shogun-image {
    
    width: px;
  }


#s-81b0c59a-4c86-433d-a8d4-17cd7e3b1e90 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7b45e70-ef56-4b9f-b36a-2636343ee184 {
  text-align: center;
}




  #s-a7b45e70-ef56-4b9f-b36a-2636343ee184 img.shogun-image {
    
    width: px;
  }


#s-a7b45e70-ef56-4b9f-b36a-2636343ee184 .shogun-image-content {
  
    align-items: center;
  
}

#s-0adbba14-4beb-4a62-9e85-e2b3d39f46c9 {
  text-align: center;
}




  #s-0adbba14-4beb-4a62-9e85-e2b3d39f46c9 img.shogun-image {
    
    width: px;
  }


#s-0adbba14-4beb-4a62-9e85-e2b3d39f46c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-85e65d01-500c-4289-9c13-c6a910bfd87f {
  text-align: center;
}




  #s-85e65d01-500c-4289-9c13-c6a910bfd87f img.shogun-image {
    
    width: px;
  }


#s-85e65d01-500c-4289-9c13-c6a910bfd87f .shogun-image-content {
  
    align-items: center;
  
}

#s-9d3faa90-4edd-486e-8859-ba16edcd095b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d3faa90-4edd-486e-8859-ba16edcd095b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-885ccc99-c07e-4bc2-9ccb-9948cf3a21b1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-885ccc99-c07e-4bc2-9ccb-9948cf3a21b1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-885ccc99-c07e-4bc2-9ccb-9948cf3a21b1 .shg-sld-nav-button.shg-sld-left,
#s-885ccc99-c07e-4bc2-9ccb-9948cf3a21b1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b443a1e3-2f76-49c4-b8ee-70d45a39df21 {
  text-align: center;
}




  #s-b443a1e3-2f76-49c4-b8ee-70d45a39df21 img.shogun-image {
    
    width: px;
  }


#s-b443a1e3-2f76-49c4-b8ee-70d45a39df21 .shogun-image-content {
  
    align-items: center;
  
}

#s-48486af9-dea1-4d27-8126-ca3b078bd560 {
  text-align: center;
}




  #s-48486af9-dea1-4d27-8126-ca3b078bd560 img.shogun-image {
    
    width: px;
  }


#s-48486af9-dea1-4d27-8126-ca3b078bd560 .shogun-image-content {
  
    align-items: center;
  
}

#s-c65c964f-f61b-45d1-ab1f-55628082afb2 {
  text-align: center;
}




  #s-c65c964f-f61b-45d1-ab1f-55628082afb2 img.shogun-image {
    
    width: px;
  }


#s-c65c964f-f61b-45d1-ab1f-55628082afb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a6ee045-c8fb-4dca-bf01-b6c9ddd8ca77 {
  text-align: center;
}




  #s-8a6ee045-c8fb-4dca-bf01-b6c9ddd8ca77 img.shogun-image {
    
    width: px;
  }


#s-8a6ee045-c8fb-4dca-bf01-b6c9ddd8ca77 .shogun-image-content {
  
    align-items: center;
  
}

#s-5115ba15-f122-46ae-8b5a-26cd8ffa1992 {
  text-align: center;
}




  #s-5115ba15-f122-46ae-8b5a-26cd8ffa1992 img.shogun-image {
    
    width: px;
  }


#s-5115ba15-f122-46ae-8b5a-26cd8ffa1992 .shogun-image-content {
  
    align-items: center;
  
}

#s-07b92fc4-0370-41d5-8051-2902fc3df287 {
  text-align: center;
}




  #s-07b92fc4-0370-41d5-8051-2902fc3df287 img.shogun-image {
    
    width: px;
  }


#s-07b92fc4-0370-41d5-8051-2902fc3df287 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9444929-eb50-4f4c-8505-f72ece75f00c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9444929-eb50-4f4c-8505-f72ece75f00c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d6587095-1c49-4cc9-83d9-1771d10dd70f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d6587095-1c49-4cc9-83d9-1771d10dd70f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d6587095-1c49-4cc9-83d9-1771d10dd70f .shg-sld-nav-button.shg-sld-left,
#s-d6587095-1c49-4cc9-83d9-1771d10dd70f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d31f473c-a29f-446a-bae2-c49a0a5464ae {
  text-align: center;
}




  #s-d31f473c-a29f-446a-bae2-c49a0a5464ae img.shogun-image {
    
    width: px;
  }


#s-d31f473c-a29f-446a-bae2-c49a0a5464ae .shogun-image-content {
  
    align-items: center;
  
}

#s-43b2142c-2f93-41a2-be9e-aaa100fe1b75 {
  text-align: center;
}




  #s-43b2142c-2f93-41a2-be9e-aaa100fe1b75 img.shogun-image {
    
    width: px;
  }


#s-43b2142c-2f93-41a2-be9e-aaa100fe1b75 .shogun-image-content {
  
    align-items: center;
  
}

#s-b081c069-552a-43ac-a9ad-3e184cfc76de {
  text-align: center;
}




  #s-b081c069-552a-43ac-a9ad-3e184cfc76de img.shogun-image {
    
    width: px;
  }


#s-b081c069-552a-43ac-a9ad-3e184cfc76de .shogun-image-content {
  
    align-items: center;
  
}

#s-0253649a-9e85-4988-8994-f010d33fc814 {
  text-align: center;
}




  #s-0253649a-9e85-4988-8994-f010d33fc814 img.shogun-image {
    
    width: px;
  }


#s-0253649a-9e85-4988-8994-f010d33fc814 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8a6f825-369d-4fb9-8625-a7da60902a6f {
  text-align: center;
}




  #s-c8a6f825-369d-4fb9-8625-a7da60902a6f img.shogun-image {
    
    width: px;
  }


#s-c8a6f825-369d-4fb9-8625-a7da60902a6f .shogun-image-content {
  
    align-items: center;
  
}

#s-57590aa6-3675-46bf-aaf0-eb6ff8de2515 {
  text-align: center;
}




  #s-57590aa6-3675-46bf-aaf0-eb6ff8de2515 img.shogun-image {
    
    width: px;
  }


#s-57590aa6-3675-46bf-aaf0-eb6ff8de2515 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccc7beef-fa6b-439b-aa2c-93752bb734c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccc7beef-fa6b-439b-aa2c-93752bb734c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e6959c7e-e7c7-43f7-9c5a-f4ab7c62e5f0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e6959c7e-e7c7-43f7-9c5a-f4ab7c62e5f0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e6959c7e-e7c7-43f7-9c5a-f4ab7c62e5f0 .shg-sld-nav-button.shg-sld-left,
#s-e6959c7e-e7c7-43f7-9c5a-f4ab7c62e5f0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6963e1f4-c941-4401-8344-19430579bf0c {
  text-align: center;
}




  #s-6963e1f4-c941-4401-8344-19430579bf0c img.shogun-image {
    
    width: px;
  }


#s-6963e1f4-c941-4401-8344-19430579bf0c .shogun-image-content {
  
    align-items: center;
  
}

#s-58a3801a-0b06-4f95-9406-e3d06743c760 {
  text-align: center;
}




  #s-58a3801a-0b06-4f95-9406-e3d06743c760 img.shogun-image {
    
    width: px;
  }


#s-58a3801a-0b06-4f95-9406-e3d06743c760 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fe9349a-7b0c-421c-9c4c-abad527fc78f {
  text-align: center;
}




  #s-5fe9349a-7b0c-421c-9c4c-abad527fc78f img.shogun-image {
    
    width: px;
  }


#s-5fe9349a-7b0c-421c-9c4c-abad527fc78f .shogun-image-content {
  
    align-items: center;
  
}

#s-3a131369-5c51-43f6-9440-08e1b3994a74 {
  text-align: center;
}




  #s-3a131369-5c51-43f6-9440-08e1b3994a74 img.shogun-image {
    
    width: px;
  }


#s-3a131369-5c51-43f6-9440-08e1b3994a74 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0d8c258-df14-4ada-ad5a-053c2510ce04 {
  text-align: center;
}




  #s-d0d8c258-df14-4ada-ad5a-053c2510ce04 img.shogun-image {
    
    width: px;
  }


#s-d0d8c258-df14-4ada-ad5a-053c2510ce04 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7050e66-35fa-4e40-adab-536c8d178c2c {
  text-align: center;
}




  #s-e7050e66-35fa-4e40-adab-536c8d178c2c img.shogun-image {
    
    width: px;
  }


#s-e7050e66-35fa-4e40-adab-536c8d178c2c .shogun-image-content {
  
    align-items: center;
  
}

#s-825575c4-b833-4ab7-9883-7fa51b909089 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-825575c4-b833-4ab7-9883-7fa51b909089 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7e2e1f1a-bc68-42ce-b2d9-a69e13d56315 {
  min-height: 50px;
}








#s-7e2e1f1a-bc68-42ce-b2d9-a69e13d56315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e2e1f1a-bc68-42ce-b2d9-a69e13d56315.shg-box.shg-c {
  justify-content: center;
}

#s-bebc3d56-9ef5-4ac9-bcb3-c7d70559939b {
  min-height: 50px;
}








#s-bebc3d56-9ef5-4ac9-bcb3-c7d70559939b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bebc3d56-9ef5-4ac9-bcb3-c7d70559939b.shg-box.shg-c {
  justify-content: center;
}

#s-3b42cac2-4143-4595-864a-59a8141fd96e {
  text-align: center;
}




  #s-3b42cac2-4143-4595-864a-59a8141fd96e img.shogun-image {
    
    width: px;
  }


#s-3b42cac2-4143-4595-864a-59a8141fd96e .shogun-image-content {
  
    align-items: center;
  
}

#s-f84fa8c1-4f04-4f04-bcce-add56bdb2b05 {
  min-height: 50px;
}








#s-f84fa8c1-4f04-4f04-bcce-add56bdb2b05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f84fa8c1-4f04-4f04-bcce-add56bdb2b05.shg-box.shg-c {
  justify-content: center;
}

#s-51ac9e19-0134-46bc-8c75-c186ad10bece {
  text-align: center;
}
@media (max-width: 767px){#s-51ac9e19-0134-46bc-8c75-c186ad10bece {
  display: none;
}
#s-51ac9e19-0134-46bc-8c75-c186ad10bece, #wrap-s-51ac9e19-0134-46bc-8c75-c186ad10bece { display:none !important; }}



  #s-51ac9e19-0134-46bc-8c75-c186ad10bece img.shogun-image {
    
    width: px;
  }


#s-51ac9e19-0134-46bc-8c75-c186ad10bece .shogun-image-content {
  
    align-items: center;
  
}

#s-888e8a49-0493-4d30-b424-146886017f69 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-888e8a49-0493-4d30-b424-146886017f69:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-888e8a49-0493-4d30-b424-146886017f69:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-888e8a49-0493-4d30-b424-146886017f69.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-61c7d9f4-e745-4c30-b99e-2259b65786d2 {
  text-align: center;
}
@media (min-width: 1200px){#s-61c7d9f4-e745-4c30-b99e-2259b65786d2 {
  display: none;
}
#s-61c7d9f4-e745-4c30-b99e-2259b65786d2, #wrap-s-61c7d9f4-e745-4c30-b99e-2259b65786d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61c7d9f4-e745-4c30-b99e-2259b65786d2 {
  display: none;
}
#s-61c7d9f4-e745-4c30-b99e-2259b65786d2, #wrap-s-61c7d9f4-e745-4c30-b99e-2259b65786d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61c7d9f4-e745-4c30-b99e-2259b65786d2 {
  display: none;
}
#s-61c7d9f4-e745-4c30-b99e-2259b65786d2, #wrap-s-61c7d9f4-e745-4c30-b99e-2259b65786d2 { display:none !important; }}



  #s-61c7d9f4-e745-4c30-b99e-2259b65786d2 img.shogun-image {
    
    width: px;
  }


#s-61c7d9f4-e745-4c30-b99e-2259b65786d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-42f9e629-d436-43bd-b404-48aba0528f8e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-42f9e629-d436-43bd-b404-48aba0528f8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42f9e629-d436-43bd-b404-48aba0528f8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42f9e629-d436-43bd-b404-48aba0528f8e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-33ea8f5f-12b8-45f1-b77c-b35a8c1f3af5 {
  min-height: 50px;
}








#s-33ea8f5f-12b8-45f1-b77c-b35a8c1f3af5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33ea8f5f-12b8-45f1-b77c-b35a8c1f3af5.shg-box.shg-c {
  justify-content: center;
}

#s-7e05611b-7022-4dc8-8b4f-f6ec09f9ef7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7e05611b-7022-4dc8-8b4f-f6ec09f9ef7f {
  display: none;
}
#s-7e05611b-7022-4dc8-8b4f-f6ec09f9ef7f, #wrap-s-7e05611b-7022-4dc8-8b4f-f6ec09f9ef7f { display:none !important; }}
#s-7e05611b-7022-4dc8-8b4f-f6ec09f9ef7f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ABeeZee;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b96c9952-70cb-4cc7-bca1-338206383c24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b96c9952-70cb-4cc7-bca1-338206383c24 {
  display: none;
}
#s-b96c9952-70cb-4cc7-bca1-338206383c24, #wrap-s-b96c9952-70cb-4cc7-bca1-338206383c24 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b96c9952-70cb-4cc7-bca1-338206383c24 {
  display: none;
}
#s-b96c9952-70cb-4cc7-bca1-338206383c24, #wrap-s-b96c9952-70cb-4cc7-bca1-338206383c24 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b96c9952-70cb-4cc7-bca1-338206383c24 {
  display: none;
}
#s-b96c9952-70cb-4cc7-bca1-338206383c24, #wrap-s-b96c9952-70cb-4cc7-bca1-338206383c24 { display:none !important; }}
#s-b96c9952-70cb-4cc7-bca1-338206383c24 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ABeeZee;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e2138f46-2bd4-40e4-a9d3-261041359418 {
  min-height: 50px;
}








#s-e2138f46-2bd4-40e4-a9d3-261041359418 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2138f46-2bd4-40e4-a9d3-261041359418.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-681f9f70-b7d4-47b7-a69c-4328cb237d00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ae9d9aaf-8d52-43cc-9493-5f6e5201634f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ae9d9aaf-8d52-43cc-9493-5f6e5201634f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ae9d9aaf-8d52-43cc-9493-5f6e5201634f .shg-sld-nav-button.shg-sld-left,
#s-ae9d9aaf-8d52-43cc-9493-5f6e5201634f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b807e23e-b880-4e86-8abd-77f787d6567e {
  text-align: center;
}




  #s-b807e23e-b880-4e86-8abd-77f787d6567e img.shogun-image {
    
    width: px;
  }


#s-b807e23e-b880-4e86-8abd-77f787d6567e .shogun-image-content {
  
    align-items: center;
  
}

#s-701a07db-bd43-47c3-8ed3-e8f450e2d451 {
  text-align: center;
}




  #s-701a07db-bd43-47c3-8ed3-e8f450e2d451 img.shogun-image {
    
    width: px;
  }


#s-701a07db-bd43-47c3-8ed3-e8f450e2d451 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6d94efa-70a7-4b4f-83f3-ba5d98841ac0 {
  text-align: center;
}




  #s-a6d94efa-70a7-4b4f-83f3-ba5d98841ac0 img.shogun-image {
    
    width: px;
  }


#s-a6d94efa-70a7-4b4f-83f3-ba5d98841ac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dab7825-e75d-4b94-a70b-15e4906ca1a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6dab7825-e75d-4b94-a70b-15e4906ca1a6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b4fe01f-fb9e-48f9-93d7-2f2eb06eed55 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3b4fe01f-fb9e-48f9-93d7-2f2eb06eed55 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3b4fe01f-fb9e-48f9-93d7-2f2eb06eed55 .shg-sld-nav-button.shg-sld-left,
#s-3b4fe01f-fb9e-48f9-93d7-2f2eb06eed55 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-93801d58-e7c5-45fa-86ff-867fb397e77e {
  text-align: center;
}




  #s-93801d58-e7c5-45fa-86ff-867fb397e77e img.shogun-image {
    
    width: px;
  }


#s-93801d58-e7c5-45fa-86ff-867fb397e77e .shogun-image-content {
  
    align-items: center;
  
}

#s-4eae4f2d-2997-4e2c-bed2-cc355543d69c {
  text-align: center;
}




  #s-4eae4f2d-2997-4e2c-bed2-cc355543d69c img.shogun-image {
    
    width: px;
  }


#s-4eae4f2d-2997-4e2c-bed2-cc355543d69c .shogun-image-content {
  
    align-items: center;
  
}

#s-a0a4dcd2-544f-40b4-8918-48f7c5515805 {
  text-align: center;
}




  #s-a0a4dcd2-544f-40b4-8918-48f7c5515805 img.shogun-image {
    
    width: px;
  }


#s-a0a4dcd2-544f-40b4-8918-48f7c5515805 .shogun-image-content {
  
    align-items: center;
  
}

#s-a08f5279-46ec-482e-9ad8-bed669208bce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a08f5279-46ec-482e-9ad8-bed669208bce .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-14b63694-0099-44b2-b956-32516c4d49fc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-14b63694-0099-44b2-b956-32516c4d49fc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-14b63694-0099-44b2-b956-32516c4d49fc .shg-sld-nav-button.shg-sld-left,
#s-14b63694-0099-44b2-b956-32516c4d49fc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8eb377e6-06de-4765-b5a5-7bd78392ce95 {
  text-align: center;
}




  #s-8eb377e6-06de-4765-b5a5-7bd78392ce95 img.shogun-image {
    
    width: px;
  }


#s-8eb377e6-06de-4765-b5a5-7bd78392ce95 .shogun-image-content {
  
    align-items: center;
  
}

#s-edd93214-b492-4375-bced-c16f10396aeb {
  text-align: center;
}




  #s-edd93214-b492-4375-bced-c16f10396aeb img.shogun-image {
    
    width: px;
  }


#s-edd93214-b492-4375-bced-c16f10396aeb .shogun-image-content {
  
    align-items: center;
  
}

#s-77c1374b-ab88-4b29-8f17-6998dd59846b {
  text-align: center;
}




  #s-77c1374b-ab88-4b29-8f17-6998dd59846b img.shogun-image {
    
    width: px;
  }


#s-77c1374b-ab88-4b29-8f17-6998dd59846b .shogun-image-content {
  
    align-items: center;
  
}

#s-e0de0bc9-b609-4e73-b839-4b7241e08597 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0de0bc9-b609-4e73-b839-4b7241e08597 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7a5fad13-4647-4d37-84cb-8f34e598876f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7a5fad13-4647-4d37-84cb-8f34e598876f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7a5fad13-4647-4d37-84cb-8f34e598876f .shg-sld-nav-button.shg-sld-left,
#s-7a5fad13-4647-4d37-84cb-8f34e598876f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-852213b3-5396-4a93-83cb-28292a5e6559 {
  text-align: center;
}




  #s-852213b3-5396-4a93-83cb-28292a5e6559 img.shogun-image {
    
    width: px;
  }


#s-852213b3-5396-4a93-83cb-28292a5e6559 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e863d56-56f4-459b-a1bb-69852e385671 {
  text-align: center;
}




  #s-3e863d56-56f4-459b-a1bb-69852e385671 img.shogun-image {
    
    width: px;
  }


#s-3e863d56-56f4-459b-a1bb-69852e385671 .shogun-image-content {
  
    align-items: center;
  
}

#s-610bcc9e-19f6-4353-86a0-5d7bf6e7d639 {
  text-align: center;
}




  #s-610bcc9e-19f6-4353-86a0-5d7bf6e7d639 img.shogun-image {
    
    width: px;
  }


#s-610bcc9e-19f6-4353-86a0-5d7bf6e7d639 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bde4fe4-aae6-465d-92e2-0e791490381a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bde4fe4-aae6-465d-92e2-0e791490381a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: 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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}