.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-80e7f978-c6ae-4d07-8b6a-6785a4942d1d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d {
  display: none;
}
#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d, #wrap-s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d { display:none !important; }}@media (max-width: 767px){#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d {
  display: none;
}
#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d, #wrap-s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d { display:none !important; }}







#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d.shg-box.shg-c {
  justify-content: center;
}

#s-be3b67d4-3322-4c24-bbf5-60e25f41a491 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be3b67d4-3322-4c24-bbf5-60e25f41a491 {
  display: none;
}
#s-be3b67d4-3322-4c24-bbf5-60e25f41a491, #wrap-s-be3b67d4-3322-4c24-bbf5-60e25f41a491 { display:none !important; }}@media (max-width: 767px){#s-be3b67d4-3322-4c24-bbf5-60e25f41a491 {
  display: none;
}
#s-be3b67d4-3322-4c24-bbf5-60e25f41a491, #wrap-s-be3b67d4-3322-4c24-bbf5-60e25f41a491 { display:none !important; }}







#s-be3b67d4-3322-4c24-bbf5-60e25f41a491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be3b67d4-3322-4c24-bbf5-60e25f41a491.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-415c65ea-7744-4925-9acd-06d02a8dd63f {
  text-align: center;
}





#s-415c65ea-7744-4925-9acd-06d02a8dd63f .shogun-image-content {
  
    align-items: center;
  
}

#s-96bdb28e-7966-4402-8087-dd567f3e7b46 {
  min-height: 50px;
}








#s-96bdb28e-7966-4402-8087-dd567f3e7b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96bdb28e-7966-4402-8087-dd567f3e7b46.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-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-af3050d2-be89-4249-b752-4fe5c59b2b73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d241e73-6f6e-48f1-8ab3-4b0079446bfc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-782738ff-e94b-42c3-94e9-6c575cd292f8 {
  min-height: 50px;
}








#s-782738ff-e94b-42c3-94e9-6c575cd292f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-782738ff-e94b-42c3-94e9-6c575cd292f8.shg-box.shg-c {
  justify-content: center;
}

#s-fb139cbe-ea99-4e4d-8cf1-a55f7b365e54 {
  min-height: 50px;
}








#s-fb139cbe-ea99-4e4d-8cf1-a55f7b365e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb139cbe-ea99-4e4d-8cf1-a55f7b365e54.shg-box.shg-c {
  justify-content: center;
}

#s-b818fa8b-3e57-47fb-9621-86b6527f38ff {
  min-height: 100px;
}
@media (min-width: 1200px){#s-b818fa8b-3e57-47fb-9621-86b6527f38ff {
  display: none;
}
#s-b818fa8b-3e57-47fb-9621-86b6527f38ff, #wrap-s-b818fa8b-3e57-47fb-9621-86b6527f38ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b818fa8b-3e57-47fb-9621-86b6527f38ff {
  display: none;
}
#s-b818fa8b-3e57-47fb-9621-86b6527f38ff, #wrap-s-b818fa8b-3e57-47fb-9621-86b6527f38ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b818fa8b-3e57-47fb-9621-86b6527f38ff {
  display: none;
}
#s-b818fa8b-3e57-47fb-9621-86b6527f38ff, #wrap-s-b818fa8b-3e57-47fb-9621-86b6527f38ff { display:none !important; }}@media (max-width: 767px){#s-b818fa8b-3e57-47fb-9621-86b6527f38ff {
  display: none;
}
#s-b818fa8b-3e57-47fb-9621-86b6527f38ff, #wrap-s-b818fa8b-3e57-47fb-9621-86b6527f38ff { display:none !important; }}







#s-b818fa8b-3e57-47fb-9621-86b6527f38ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b818fa8b-3e57-47fb-9621-86b6527f38ff.shg-box.shg-c {
  justify-content: center;
}

#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  background-color: rgba(255, 255, 255, 1);
}








#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  min-height: 70px;
}
@media (min-width: 1200px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (max-width: 767px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}







#s-c5b2261a-9c59-4703-9441-356280f81a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b2261a-9c59-4703-9441-356280f81a8a.shg-box.shg-c {
  justify-content: center;
}

#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  
}
}@media (max-width: 767px){#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  
}
}







#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9.shg-box.shg-c {
  justify-content: center;
}

#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}@media (max-width: 767px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}







#s-84a967e1-e20a-4b66-a3dd-657e332971f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84a967e1-e20a-4b66-a3dd-657e332971f7.shg-box.shg-c {
  justify-content: center;
}

#s-fff870df-8b45-4187-abdd-be961db29733 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fff870df-8b45-4187-abdd-be961db29733 {
  display: none;
}
#s-fff870df-8b45-4187-abdd-be961db29733, #wrap-s-fff870df-8b45-4187-abdd-be961db29733 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fff870df-8b45-4187-abdd-be961db29733 {
  display: none;
}
#s-fff870df-8b45-4187-abdd-be961db29733, #wrap-s-fff870df-8b45-4187-abdd-be961db29733 { display:none !important; }}







#s-fff870df-8b45-4187-abdd-be961db29733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff870df-8b45-4187-abdd-be961db29733.shg-box.shg-c {
  justify-content: center;
}

#s-221f87dc-fc4f-48fe-9d16-22e5feb6348d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-221f87dc-fc4f-48fe-9d16-22e5feb6348d {
  display: none;
}
#s-221f87dc-fc4f-48fe-9d16-22e5feb6348d, #wrap-s-221f87dc-fc4f-48fe-9d16-22e5feb6348d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-221f87dc-fc4f-48fe-9d16-22e5feb6348d {
  display: none;
}
#s-221f87dc-fc4f-48fe-9d16-22e5feb6348d, #wrap-s-221f87dc-fc4f-48fe-9d16-22e5feb6348d { display:none !important; }}







#s-221f87dc-fc4f-48fe-9d16-22e5feb6348d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-221f87dc-fc4f-48fe-9d16-22e5feb6348d.shg-box.shg-c {
  justify-content: center;
}

#s-6982e896-c48a-469c-9aee-46e9abf9330c {
  text-align: center;
}




  #s-6982e896-c48a-469c-9aee-46e9abf9330c img.shogun-image {
    
    width: px;
  }


#s-6982e896-c48a-469c-9aee-46e9abf9330c .shogun-image-content {
  
    align-items: center;
  
}

#s-ed1f6276-9011-42be-860d-825429858ae8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ed1f6276-9011-42be-860d-825429858ae8 {
  display: none;
}
#s-ed1f6276-9011-42be-860d-825429858ae8, #wrap-s-ed1f6276-9011-42be-860d-825429858ae8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed1f6276-9011-42be-860d-825429858ae8 {
  display: none;
}
#s-ed1f6276-9011-42be-860d-825429858ae8, #wrap-s-ed1f6276-9011-42be-860d-825429858ae8 { display:none !important; }}







#s-ed1f6276-9011-42be-860d-825429858ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed1f6276-9011-42be-860d-825429858ae8.shg-box.shg-c {
  justify-content: center;
}

#s-640ddb05-3623-4b4a-854e-2f9083caca5e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-640ddb05-3623-4b4a-854e-2f9083caca5e {
  display: none;
}
#s-640ddb05-3623-4b4a-854e-2f9083caca5e, #wrap-s-640ddb05-3623-4b4a-854e-2f9083caca5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-640ddb05-3623-4b4a-854e-2f9083caca5e {
  display: none;
}
#s-640ddb05-3623-4b4a-854e-2f9083caca5e, #wrap-s-640ddb05-3623-4b4a-854e-2f9083caca5e { display:none !important; }}







#s-640ddb05-3623-4b4a-854e-2f9083caca5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-640ddb05-3623-4b4a-854e-2f9083caca5e.shg-box.shg-c {
  justify-content: center;
}

#s-a4e8e393-3054-45bb-9c37-d6e94fe8972e {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-a4e8e393-3054-45bb-9c37-d6e94fe8972e {
  display: none;
}
#s-a4e8e393-3054-45bb-9c37-d6e94fe8972e, #wrap-s-a4e8e393-3054-45bb-9c37-d6e94fe8972e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4e8e393-3054-45bb-9c37-d6e94fe8972e {
  display: none;
}
#s-a4e8e393-3054-45bb-9c37-d6e94fe8972e, #wrap-s-a4e8e393-3054-45bb-9c37-d6e94fe8972e { display:none !important; }}
#s-9e971404-d12f-40af-8201-415120fb6e1f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9e971404-d12f-40af-8201-415120fb6e1f {
  display: none;
}
#s-9e971404-d12f-40af-8201-415120fb6e1f, #wrap-s-9e971404-d12f-40af-8201-415120fb6e1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e971404-d12f-40af-8201-415120fb6e1f {
  display: none;
}
#s-9e971404-d12f-40af-8201-415120fb6e1f, #wrap-s-9e971404-d12f-40af-8201-415120fb6e1f { display:none !important; }}







#s-9e971404-d12f-40af-8201-415120fb6e1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e971404-d12f-40af-8201-415120fb6e1f.shg-box.shg-c {
  justify-content: center;
}

#s-b37b4e88-ab70-4be5-b97c-e75220179389 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b37b4e88-ab70-4be5-b97c-e75220179389 {
  display: none;
}
#s-b37b4e88-ab70-4be5-b97c-e75220179389, #wrap-s-b37b4e88-ab70-4be5-b97c-e75220179389 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b37b4e88-ab70-4be5-b97c-e75220179389 {
  display: none;
}
#s-b37b4e88-ab70-4be5-b97c-e75220179389, #wrap-s-b37b4e88-ab70-4be5-b97c-e75220179389 { display:none !important; }}







#s-b37b4e88-ab70-4be5-b97c-e75220179389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b37b4e88-ab70-4be5-b97c-e75220179389.shg-box.shg-c {
  justify-content: center;
}

#s-3f3069fb-5df6-49f0-b9e1-42d5ebc38b11 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3f3069fb-5df6-49f0-b9e1-42d5ebc38b11 {
  display: none;
}
#s-3f3069fb-5df6-49f0-b9e1-42d5ebc38b11, #wrap-s-3f3069fb-5df6-49f0-b9e1-42d5ebc38b11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f3069fb-5df6-49f0-b9e1-42d5ebc38b11 {
  display: none;
}
#s-3f3069fb-5df6-49f0-b9e1-42d5ebc38b11, #wrap-s-3f3069fb-5df6-49f0-b9e1-42d5ebc38b11 { display:none !important; }}







#s-3f3069fb-5df6-49f0-b9e1-42d5ebc38b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f3069fb-5df6-49f0-b9e1-42d5ebc38b11.shg-box.shg-c {
  justify-content: center;
}

#s-e322cc2a-c05f-426a-b094-366149c3956a {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-e322cc2a-c05f-426a-b094-366149c3956a {
  display: none;
}
#s-e322cc2a-c05f-426a-b094-366149c3956a, #wrap-s-e322cc2a-c05f-426a-b094-366149c3956a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e322cc2a-c05f-426a-b094-366149c3956a {
  display: none;
}
#s-e322cc2a-c05f-426a-b094-366149c3956a, #wrap-s-e322cc2a-c05f-426a-b094-366149c3956a { display:none !important; }}







#s-e322cc2a-c05f-426a-b094-366149c3956a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e322cc2a-c05f-426a-b094-366149c3956a.shg-box.shg-c {
  justify-content: center;
}

#s-85860ada-1b28-405f-a8c2-c07fe73a6cbb {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-85860ada-1b28-405f-a8c2-c07fe73a6cbb {
  display: none;
}
#s-85860ada-1b28-405f-a8c2-c07fe73a6cbb, #wrap-s-85860ada-1b28-405f-a8c2-c07fe73a6cbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85860ada-1b28-405f-a8c2-c07fe73a6cbb {
  display: none;
}
#s-85860ada-1b28-405f-a8c2-c07fe73a6cbb, #wrap-s-85860ada-1b28-405f-a8c2-c07fe73a6cbb { display:none !important; }}







#s-85860ada-1b28-405f-a8c2-c07fe73a6cbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85860ada-1b28-405f-a8c2-c07fe73a6cbb.shg-box.shg-c {
  justify-content: center;
}

#s-36ddcec8-e3a2-4d98-b803-fff8601ca319 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-36ddcec8-e3a2-4d98-b803-fff8601ca319 {
  display: none;
}
#s-36ddcec8-e3a2-4d98-b803-fff8601ca319, #wrap-s-36ddcec8-e3a2-4d98-b803-fff8601ca319 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36ddcec8-e3a2-4d98-b803-fff8601ca319 {
  display: none;
}
#s-36ddcec8-e3a2-4d98-b803-fff8601ca319, #wrap-s-36ddcec8-e3a2-4d98-b803-fff8601ca319 { display:none !important; }}
#s-38df4449-3c4f-475b-a18e-796f90a78099 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-38df4449-3c4f-475b-a18e-796f90a78099 {
  display: none;
}
#s-38df4449-3c4f-475b-a18e-796f90a78099, #wrap-s-38df4449-3c4f-475b-a18e-796f90a78099 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38df4449-3c4f-475b-a18e-796f90a78099 {
  display: none;
}
#s-38df4449-3c4f-475b-a18e-796f90a78099, #wrap-s-38df4449-3c4f-475b-a18e-796f90a78099 { display:none !important; }}







#s-38df4449-3c4f-475b-a18e-796f90a78099 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38df4449-3c4f-475b-a18e-796f90a78099.shg-box.shg-c {
  justify-content: center;
}

#s-4fb75550-f939-4f4f-ba47-d067f502f26f {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-4fb75550-f939-4f4f-ba47-d067f502f26f {
  display: none;
}
#s-4fb75550-f939-4f4f-ba47-d067f502f26f, #wrap-s-4fb75550-f939-4f4f-ba47-d067f502f26f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fb75550-f939-4f4f-ba47-d067f502f26f {
  display: none;
}
#s-4fb75550-f939-4f4f-ba47-d067f502f26f, #wrap-s-4fb75550-f939-4f4f-ba47-d067f502f26f { display:none !important; }}







#s-4fb75550-f939-4f4f-ba47-d067f502f26f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fb75550-f939-4f4f-ba47-d067f502f26f.shg-box.shg-c {
  justify-content: center;
}

#s-9dbc2824-bfce-44bb-a2bd-956dceb767eb {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9dbc2824-bfce-44bb-a2bd-956dceb767eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-73f2d5d9-9797-475e-a59d-34465b319901 {
  text-align: center;
}
@media (max-width: 767px){#s-73f2d5d9-9797-475e-a59d-34465b319901 {
  margin-left: 30px;
margin-right: 30px;
}
}



  #s-73f2d5d9-9797-475e-a59d-34465b319901 img.shogun-image {
    
    width: px;
  }


#s-73f2d5d9-9797-475e-a59d-34465b319901 .shogun-image-content {
  
    align-items: center;
  
}

#s-097efb9a-1e35-4448-9edb-a26a7281c1fb {
  min-height: 30px;
}
@media (max-width: 767px){#s-097efb9a-1e35-4448-9edb-a26a7281c1fb {
  
}
}







#s-097efb9a-1e35-4448-9edb-a26a7281c1fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-097efb9a-1e35-4448-9edb-a26a7281c1fb.shg-box.shg-c {
  justify-content: center;
}

#s-41bcf94d-0dc3-4729-bdd9-85e9ca985b45 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-41bcf94d-0dc3-4729-bdd9-85e9ca985b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41bcf94d-0dc3-4729-bdd9-85e9ca985b45.shg-box.shg-c {
  justify-content: center;
}

#s-e72bf581-c6d5-4912-8cbe-ef438b4938c5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-d0a7542b-4883-41c3-9eca-faf6e47a41f9 {
  min-height: 20px;
}








#s-d0a7542b-4883-41c3-9eca-faf6e47a41f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0a7542b-4883-41c3-9eca-faf6e47a41f9.shg-box.shg-c {
  justify-content: center;
}

#s-39e429df-1625-4e2e-a68c-7ff599411ed4 {
  min-height: 50px;
}








#s-39e429df-1625-4e2e-a68c-7ff599411ed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39e429df-1625-4e2e-a68c-7ff599411ed4.shg-box.shg-c {
  justify-content: center;
}

#s-c30e25e3-971e-479c-a63f-d12c0a9eaeaf {
  min-height: 30px;
}








#s-c30e25e3-971e-479c-a63f-d12c0a9eaeaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c30e25e3-971e-479c-a63f-d12c0a9eaeaf.shg-box.shg-c {
  justify-content: center;
}

#s-6d024b06-2123-4a9f-a493-dd0405f49581 {
  text-align: center;
}
@media (max-width: 767px){#s-6d024b06-2123-4a9f-a493-dd0405f49581 {
  margin-left: 30px;
margin-right: 30px;
}
}



  #s-6d024b06-2123-4a9f-a493-dd0405f49581 img.shogun-image {
    
    width: px;
  }


#s-6d024b06-2123-4a9f-a493-dd0405f49581 .shogun-image-content {
  
    align-items: center;
  
}

#s-c09d82f5-84f0-416c-8b7c-fe2b7cf217de {
  min-height: 30px;
}
@media (max-width: 767px){#s-c09d82f5-84f0-416c-8b7c-fe2b7cf217de {
  
}
}







#s-c09d82f5-84f0-416c-8b7c-fe2b7cf217de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c09d82f5-84f0-416c-8b7c-fe2b7cf217de.shg-box.shg-c {
  justify-content: center;
}

#s-ffa4cad4-9004-44ea-a718-2313b934df0d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-ffa4cad4-9004-44ea-a718-2313b934df0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa4cad4-9004-44ea-a718-2313b934df0d.shg-box.shg-c {
  justify-content: center;
}

#s-60f83f7f-29b5-4a73-99fd-146eb3e83d32 {
  margin-left: 50px;
margin-right: 50px;
}

#s-8d0561d8-3b85-494e-b1dd-f245936f207e {
  min-height: 20px;
}








#s-8d0561d8-3b85-494e-b1dd-f245936f207e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d0561d8-3b85-494e-b1dd-f245936f207e.shg-box.shg-c {
  justify-content: center;
}

#s-e99bfcee-1997-445d-bdf5-f5b7092588fd {
  min-height: 50px;
}








#s-e99bfcee-1997-445d-bdf5-f5b7092588fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e99bfcee-1997-445d-bdf5-f5b7092588fd.shg-box.shg-c {
  justify-content: center;
}

#s-b00999f0-6bd1-44b5-a4f8-56d8e317ae2f {
  min-height: 30px;
}








#s-b00999f0-6bd1-44b5-a4f8-56d8e317ae2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b00999f0-6bd1-44b5-a4f8-56d8e317ae2f.shg-box.shg-c {
  justify-content: center;
}

#s-c2258fc0-fd9b-4dee-b5ed-8499d082d05b {
  text-align: center;
}
@media (max-width: 767px){#s-c2258fc0-fd9b-4dee-b5ed-8499d082d05b {
  padding-left: 30px;
padding-right: 30px;
}
}



  #s-c2258fc0-fd9b-4dee-b5ed-8499d082d05b img.shogun-image {
    
    width: px;
  }


#s-c2258fc0-fd9b-4dee-b5ed-8499d082d05b .shogun-image-content {
  
    align-items: center;
  
}

#s-3a27c2e1-0e83-4899-ba3a-92ff8aca14a4 {
  min-height: 30px;
}
@media (max-width: 767px){#s-3a27c2e1-0e83-4899-ba3a-92ff8aca14a4 {
  
}
}







#s-3a27c2e1-0e83-4899-ba3a-92ff8aca14a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a27c2e1-0e83-4899-ba3a-92ff8aca14a4.shg-box.shg-c {
  justify-content: center;
}

#s-89df5012-00a8-4471-946c-989aade6f5a3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-89df5012-00a8-4471-946c-989aade6f5a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89df5012-00a8-4471-946c-989aade6f5a3.shg-box.shg-c {
  justify-content: center;
}

#s-70dbdaed-4010-4781-938c-a243bc65e361 {
  margin-left: 50px;
margin-right: 50px;
}

#s-53febeea-09e5-4e3a-8b72-2b4ecb2e3d1c {
  min-height: 20px;
}








#s-53febeea-09e5-4e3a-8b72-2b4ecb2e3d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53febeea-09e5-4e3a-8b72-2b4ecb2e3d1c.shg-box.shg-c {
  justify-content: center;
}

#s-f3dae373-9ec8-4e2b-943a-9cad95f27f4f {
  min-height: 50px;
}








#s-f3dae373-9ec8-4e2b-943a-9cad95f27f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3dae373-9ec8-4e2b-943a-9cad95f27f4f.shg-box.shg-c {
  justify-content: center;
}

#s-e0f29faf-fc9a-423c-99c5-8f8c034bb0ae {
  min-height: 30px;
}








#s-e0f29faf-fc9a-423c-99c5-8f8c034bb0ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f29faf-fc9a-423c-99c5-8f8c034bb0ae.shg-box.shg-c {
  justify-content: center;
}

#s-dc1deffe-45f2-4a3e-8df6-0f2f75de648b {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-dc1deffe-45f2-4a3e-8df6-0f2f75de648b {
  display: none;
}
#s-dc1deffe-45f2-4a3e-8df6-0f2f75de648b, #wrap-s-dc1deffe-45f2-4a3e-8df6-0f2f75de648b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc1deffe-45f2-4a3e-8df6-0f2f75de648b {
  display: none;
}
#s-dc1deffe-45f2-4a3e-8df6-0f2f75de648b, #wrap-s-dc1deffe-45f2-4a3e-8df6-0f2f75de648b { display:none !important; }}







#s-dc1deffe-45f2-4a3e-8df6-0f2f75de648b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc1deffe-45f2-4a3e-8df6-0f2f75de648b.shg-box.shg-c {
  justify-content: center;
}

#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 {
  display: none;
}
#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118, #wrap-s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 {
  display: none;
}
#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118, #wrap-s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 {
  display: none;
}
#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118, #wrap-s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 { display:none !important; }}@media (max-width: 767px){#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 {
  display: none;
}
#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118, #wrap-s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 { display:none !important; }}







#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72c8d6c7-4c9c-47f5-bb55-a7c256d14118.shg-box.shg-c {
  justify-content: center;
}

#s-2bfab301-ab62-482b-98c5-55dd5d62d658 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-2bfab301-ab62-482b-98c5-55dd5d62d658 {
  display: none;
}
#s-2bfab301-ab62-482b-98c5-55dd5d62d658, #wrap-s-2bfab301-ab62-482b-98c5-55dd5d62d658 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bfab301-ab62-482b-98c5-55dd5d62d658 {
  display: none;
}
#s-2bfab301-ab62-482b-98c5-55dd5d62d658, #wrap-s-2bfab301-ab62-482b-98c5-55dd5d62d658 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2bfab301-ab62-482b-98c5-55dd5d62d658 {
  display: none;
}
#s-2bfab301-ab62-482b-98c5-55dd5d62d658, #wrap-s-2bfab301-ab62-482b-98c5-55dd5d62d658 { display:none !important; }}@media (max-width: 767px){#s-2bfab301-ab62-482b-98c5-55dd5d62d658 {
  display: none;
}
#s-2bfab301-ab62-482b-98c5-55dd5d62d658, #wrap-s-2bfab301-ab62-482b-98c5-55dd5d62d658 { display:none !important; }}







#s-2bfab301-ab62-482b-98c5-55dd5d62d658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bfab301-ab62-482b-98c5-55dd5d62d658.shg-box.shg-c {
  justify-content: center;
}

#s-abcb28a6-d404-414b-9625-ca583b04681a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-abcb28a6-d404-414b-9625-ca583b04681a {
  display: none;
}
#s-abcb28a6-d404-414b-9625-ca583b04681a, #wrap-s-abcb28a6-d404-414b-9625-ca583b04681a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abcb28a6-d404-414b-9625-ca583b04681a {
  display: none;
}
#s-abcb28a6-d404-414b-9625-ca583b04681a, #wrap-s-abcb28a6-d404-414b-9625-ca583b04681a { display:none !important; }}







#s-abcb28a6-d404-414b-9625-ca583b04681a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abcb28a6-d404-414b-9625-ca583b04681a.shg-box.shg-c {
  justify-content: center;
}

#s-360a7126-f7dc-4657-a1a2-3a81962e2048 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-360a7126-f7dc-4657-a1a2-3a81962e2048 {
  display: none;
}
#s-360a7126-f7dc-4657-a1a2-3a81962e2048, #wrap-s-360a7126-f7dc-4657-a1a2-3a81962e2048 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-360a7126-f7dc-4657-a1a2-3a81962e2048 {
  display: none;
}
#s-360a7126-f7dc-4657-a1a2-3a81962e2048, #wrap-s-360a7126-f7dc-4657-a1a2-3a81962e2048 { display:none !important; }}







#s-360a7126-f7dc-4657-a1a2-3a81962e2048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-360a7126-f7dc-4657-a1a2-3a81962e2048.shg-box.shg-c {
  justify-content: center;
}

#s-bf26b822-f7f8-496b-8adc-2459b5fdb6c8 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-bf26b822-f7f8-496b-8adc-2459b5fdb6c8 {
  display: none;
}
#s-bf26b822-f7f8-496b-8adc-2459b5fdb6c8, #wrap-s-bf26b822-f7f8-496b-8adc-2459b5fdb6c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf26b822-f7f8-496b-8adc-2459b5fdb6c8 {
  display: none;
}
#s-bf26b822-f7f8-496b-8adc-2459b5fdb6c8, #wrap-s-bf26b822-f7f8-496b-8adc-2459b5fdb6c8 { display:none !important; }}
#s-eac2531f-73bc-4cf0-a2a5-db240635afde {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eac2531f-73bc-4cf0-a2a5-db240635afde {
  display: none;
}
#s-eac2531f-73bc-4cf0-a2a5-db240635afde, #wrap-s-eac2531f-73bc-4cf0-a2a5-db240635afde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eac2531f-73bc-4cf0-a2a5-db240635afde {
  display: none;
}
#s-eac2531f-73bc-4cf0-a2a5-db240635afde, #wrap-s-eac2531f-73bc-4cf0-a2a5-db240635afde { display:none !important; }}







#s-eac2531f-73bc-4cf0-a2a5-db240635afde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eac2531f-73bc-4cf0-a2a5-db240635afde.shg-box.shg-c {
  justify-content: center;
}

#s-12a95355-80bd-4dac-bca9-1634f8727b42 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-12a95355-80bd-4dac-bca9-1634f8727b42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a74f935d-3ef3-49b5-9f7b-2cd067335674 {
  text-align: center;
}




  #s-a74f935d-3ef3-49b5-9f7b-2cd067335674 img.shogun-image {
    
    width: px;
  }


#s-a74f935d-3ef3-49b5-9f7b-2cd067335674 .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-5045a18f-e804-492d-85b6-1184c00bb83d {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5045a18f-e804-492d-85b6-1184c00bb83d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-e180bf6c-a562-4689-8bb6-a2bfa3d4a7e8 {
  min-height: 50px;
}








#s-e180bf6c-a562-4689-8bb6-a2bfa3d4a7e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e180bf6c-a562-4689-8bb6-a2bfa3d4a7e8.shg-box.shg-c {
  justify-content: center;
}

#s-85a0da4d-721e-47a9-b22e-2d40b23d8dd0 {
  text-align: center;
}




  #s-85a0da4d-721e-47a9-b22e-2d40b23d8dd0 img.shogun-image {
    
    width: px;
  }


#s-85a0da4d-721e-47a9-b22e-2d40b23d8dd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-716b22cd-1e00-45b9-b80c-ae2085539af5 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-716b22cd-1e00-45b9-b80c-ae2085539af5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-617b0ebc-4094-4898-8250-c4f119850fc1 {
  min-height: 50px;
}








#s-617b0ebc-4094-4898-8250-c4f119850fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-617b0ebc-4094-4898-8250-c4f119850fc1.shg-box.shg-c {
  justify-content: center;
}

#s-496436a0-0879-4237-8338-6d3d0b3484f0 {
  min-height: 50px;
}








#s-496436a0-0879-4237-8338-6d3d0b3484f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-496436a0-0879-4237-8338-6d3d0b3484f0.shg-box.shg-c {
  justify-content: center;
}

#s-43e1db27-5c7c-44b8-92c4-fd47ad576dc0 {
  text-align: center;
}




  #s-43e1db27-5c7c-44b8-92c4-fd47ad576dc0 img.shogun-image {
    
    width: px;
  }


#s-43e1db27-5c7c-44b8-92c4-fd47ad576dc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9371febc-60af-4426-8fff-ce45fa73cbda {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9371febc-60af-4426-8fff-ce45fa73cbda .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-b902b101-1d07-494a-a49b-c98eca3d08ed {
  text-align: center;
}




  #s-b902b101-1d07-494a-a49b-c98eca3d08ed img.shogun-image {
    
    width: px;
  }


#s-b902b101-1d07-494a-a49b-c98eca3d08ed .shogun-image-content {
  
    align-items: center;
  
}

#s-17c38de8-ab48-4574-ab61-f2eaaa080c8a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17c38de8-ab48-4574-ab61-f2eaaa080c8a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-2ec82119-6974-4231-bd7e-1ff8b4788cd7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2ec82119-6974-4231-bd7e-1ff8b4788cd7 {
  display: none;
}
#s-2ec82119-6974-4231-bd7e-1ff8b4788cd7, #wrap-s-2ec82119-6974-4231-bd7e-1ff8b4788cd7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ec82119-6974-4231-bd7e-1ff8b4788cd7 {
  display: none;
}
#s-2ec82119-6974-4231-bd7e-1ff8b4788cd7, #wrap-s-2ec82119-6974-4231-bd7e-1ff8b4788cd7 { display:none !important; }}







#s-2ec82119-6974-4231-bd7e-1ff8b4788cd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ec82119-6974-4231-bd7e-1ff8b4788cd7.shg-box.shg-c {
  justify-content: center;
}

#s-97f8aee4-a1e1-4807-a0a0-c3f54f76de78 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97f8aee4-a1e1-4807-a0a0-c3f54f76de78 {
  display: none;
}
#s-97f8aee4-a1e1-4807-a0a0-c3f54f76de78, #wrap-s-97f8aee4-a1e1-4807-a0a0-c3f54f76de78 { display:none !important; }}@media (max-width: 767px){#s-97f8aee4-a1e1-4807-a0a0-c3f54f76de78 {
  display: none;
}
#s-97f8aee4-a1e1-4807-a0a0-c3f54f76de78, #wrap-s-97f8aee4-a1e1-4807-a0a0-c3f54f76de78 { display:none !important; }}







#s-97f8aee4-a1e1-4807-a0a0-c3f54f76de78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97f8aee4-a1e1-4807-a0a0-c3f54f76de78.shg-box.shg-c {
  justify-content: center;
}

#s-ecec9645-b4a3-4d61-b51f-394c4caa2b0b {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ecec9645-b4a3-4d61-b51f-394c4caa2b0b {
  display: none;
}
#s-ecec9645-b4a3-4d61-b51f-394c4caa2b0b, #wrap-s-ecec9645-b4a3-4d61-b51f-394c4caa2b0b { display:none !important; }}@media (max-width: 767px){#s-ecec9645-b4a3-4d61-b51f-394c4caa2b0b {
  display: none;
}
#s-ecec9645-b4a3-4d61-b51f-394c4caa2b0b, #wrap-s-ecec9645-b4a3-4d61-b51f-394c4caa2b0b { display:none !important; }}







#s-ecec9645-b4a3-4d61-b51f-394c4caa2b0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecec9645-b4a3-4d61-b51f-394c4caa2b0b.shg-box.shg-c {
  justify-content: center;
}

#s-b1a461fd-0082-4907-9a19-5c90308f9803 {
  min-height: 100px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b1a461fd-0082-4907-9a19-5c90308f9803 {
  display: none;
}
#s-b1a461fd-0082-4907-9a19-5c90308f9803, #wrap-s-b1a461fd-0082-4907-9a19-5c90308f9803 { display:none !important; }}@media (max-width: 767px){#s-b1a461fd-0082-4907-9a19-5c90308f9803 {
  display: none;
}
#s-b1a461fd-0082-4907-9a19-5c90308f9803, #wrap-s-b1a461fd-0082-4907-9a19-5c90308f9803 { display:none !important; }}







#s-b1a461fd-0082-4907-9a19-5c90308f9803 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1a461fd-0082-4907-9a19-5c90308f9803.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-ac56bbc4-3f93-4322-b7e0-bc4297b29145 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-50aecd2f-ef66-412b-ae59-2b8c6981c848 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-50aecd2f-ef66-412b-ae59-2b8c6981c848 {
  display: none;
}
#s-50aecd2f-ef66-412b-ae59-2b8c6981c848, #wrap-s-50aecd2f-ef66-412b-ae59-2b8c6981c848 { display:none !important; }}@media (max-width: 767px){#s-50aecd2f-ef66-412b-ae59-2b8c6981c848 {
  display: none;
}
#s-50aecd2f-ef66-412b-ae59-2b8c6981c848, #wrap-s-50aecd2f-ef66-412b-ae59-2b8c6981c848 { display:none !important; }}







#s-50aecd2f-ef66-412b-ae59-2b8c6981c848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50aecd2f-ef66-412b-ae59-2b8c6981c848.shg-box.shg-c {
  justify-content: center;
}

#s-db6dcb0d-aa10-45e4-abf2-fca990ee3958 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-db6dcb0d-aa10-45e4-abf2-fca990ee3958 {
  display: none;
}
#s-db6dcb0d-aa10-45e4-abf2-fca990ee3958, #wrap-s-db6dcb0d-aa10-45e4-abf2-fca990ee3958 { display:none !important; }}@media (max-width: 767px){#s-db6dcb0d-aa10-45e4-abf2-fca990ee3958 {
  display: none;
}
#s-db6dcb0d-aa10-45e4-abf2-fca990ee3958, #wrap-s-db6dcb0d-aa10-45e4-abf2-fca990ee3958 { display:none !important; }}







#s-db6dcb0d-aa10-45e4-abf2-fca990ee3958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db6dcb0d-aa10-45e4-abf2-fca990ee3958.shg-box.shg-c {
  justify-content: center;
}

#s-ffc36a57-3c0d-4b94-b79f-567143023537 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ffc36a57-3c0d-4b94-b79f-567143023537 {
  display: none;
}
#s-ffc36a57-3c0d-4b94-b79f-567143023537, #wrap-s-ffc36a57-3c0d-4b94-b79f-567143023537 { display:none !important; }}@media (max-width: 767px){#s-ffc36a57-3c0d-4b94-b79f-567143023537 {
  display: none;
}
#s-ffc36a57-3c0d-4b94-b79f-567143023537, #wrap-s-ffc36a57-3c0d-4b94-b79f-567143023537 { display:none !important; }}







#s-ffc36a57-3c0d-4b94-b79f-567143023537 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc36a57-3c0d-4b94-b79f-567143023537.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd017560-4bc9-46fe-a7e3-ed7358155986"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d9b3e643-83cc-4fdb-acae-e541562b9654 {
  text-align: center;
}
@media (max-width: 767px){#s-d9b3e643-83cc-4fdb-acae-e541562b9654 {
  margin-left: 30px;
margin-right: 30px;
}
}



  #s-d9b3e643-83cc-4fdb-acae-e541562b9654 img.shogun-image {
    
    width: px;
  }


#s-d9b3e643-83cc-4fdb-acae-e541562b9654 .shogun-image-content {
  
    align-items: center;
  
}

#s-b75ddb2a-02af-470f-a0cf-afc724d5822c {
  min-height: 30px;
}
@media (max-width: 767px){#s-b75ddb2a-02af-470f-a0cf-afc724d5822c {
  
}
}







#s-b75ddb2a-02af-470f-a0cf-afc724d5822c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b75ddb2a-02af-470f-a0cf-afc724d5822c.shg-box.shg-c {
  justify-content: center;
}

#s-75e86bfc-3efb-4ab9-9a6b-55a9cc2bc727 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-75e86bfc-3efb-4ab9-9a6b-55a9cc2bc727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75e86bfc-3efb-4ab9-9a6b-55a9cc2bc727.shg-box.shg-c {
  justify-content: center;
}

#s-552463e3-f9c9-4526-adc9-b447961b3bc4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-5783e553-52f8-4995-94dd-3252e0879e6a {
  min-height: 20px;
}








#s-5783e553-52f8-4995-94dd-3252e0879e6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5783e553-52f8-4995-94dd-3252e0879e6a.shg-box.shg-c {
  justify-content: center;
}

#s-799ee8dc-9456-4994-835b-21b7a0735c5e {
  min-height: 50px;
}








#s-799ee8dc-9456-4994-835b-21b7a0735c5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-799ee8dc-9456-4994-835b-21b7a0735c5e.shg-box.shg-c {
  justify-content: center;
}

#s-7d2b684e-b0dd-43a6-a4f5-4f029555b4b2 {
  min-height: 30px;
}








#s-7d2b684e-b0dd-43a6-a4f5-4f029555b4b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d2b684e-b0dd-43a6-a4f5-4f029555b4b2.shg-box.shg-c {
  justify-content: center;
}

#s-186d3947-b7af-4494-8f24-530a0023c169 {
  text-align: center;
}
@media (max-width: 767px){#s-186d3947-b7af-4494-8f24-530a0023c169 {
  margin-left: 30px;
margin-right: 30px;
}
}



  #s-186d3947-b7af-4494-8f24-530a0023c169 img.shogun-image {
    
    width: px;
  }


#s-186d3947-b7af-4494-8f24-530a0023c169 .shogun-image-content {
  
    align-items: center;
  
}

#s-80532cdd-b9d9-4a67-a685-df7109f6ea65 {
  min-height: 30px;
}
@media (max-width: 767px){#s-80532cdd-b9d9-4a67-a685-df7109f6ea65 {
  
}
}







#s-80532cdd-b9d9-4a67-a685-df7109f6ea65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80532cdd-b9d9-4a67-a685-df7109f6ea65.shg-box.shg-c {
  justify-content: center;
}

#s-c487e9c4-685d-41be-9a1a-2c7b6a4252af {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-c487e9c4-685d-41be-9a1a-2c7b6a4252af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c487e9c4-685d-41be-9a1a-2c7b6a4252af.shg-box.shg-c {
  justify-content: center;
}

#s-72c59e60-9ef1-4f5e-8095-0245b9e357b3 {
  margin-left: 50px;
margin-right: 50px;
}

#s-ec003a9a-fb12-4460-9c20-e44caa785511 {
  min-height: 20px;
}








#s-ec003a9a-fb12-4460-9c20-e44caa785511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec003a9a-fb12-4460-9c20-e44caa785511.shg-box.shg-c {
  justify-content: center;
}

#s-d84b3402-1cc1-4280-8d4c-ab45b463c897 {
  min-height: 50px;
}








#s-d84b3402-1cc1-4280-8d4c-ab45b463c897 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d84b3402-1cc1-4280-8d4c-ab45b463c897.shg-box.shg-c {
  justify-content: center;
}

#s-1235c7fd-f341-4218-a296-dcea395184fd {
  min-height: 30px;
}








#s-1235c7fd-f341-4218-a296-dcea395184fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1235c7fd-f341-4218-a296-dcea395184fd.shg-box.shg-c {
  justify-content: center;
}

#s-ced638e8-0330-4890-ab8d-fbf230a8d093 {
  text-align: center;
}
@media (max-width: 767px){#s-ced638e8-0330-4890-ab8d-fbf230a8d093 {
  padding-left: 30px;
padding-right: 30px;
}
}



  #s-ced638e8-0330-4890-ab8d-fbf230a8d093 img.shogun-image {
    
    width: px;
  }


#s-ced638e8-0330-4890-ab8d-fbf230a8d093 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5b7f390-20d3-4bcb-8f33-b3dc849de498 {
  min-height: 30px;
}
@media (max-width: 767px){#s-a5b7f390-20d3-4bcb-8f33-b3dc849de498 {
  
}
}







#s-a5b7f390-20d3-4bcb-8f33-b3dc849de498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5b7f390-20d3-4bcb-8f33-b3dc849de498.shg-box.shg-c {
  justify-content: center;
}

#s-d088d579-75e4-4800-9d65-2e9f67034bf8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-d088d579-75e4-4800-9d65-2e9f67034bf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d088d579-75e4-4800-9d65-2e9f67034bf8.shg-box.shg-c {
  justify-content: center;
}

#s-2b05dce3-ad09-43d0-91df-e9b0474ceb88 {
  margin-left: 50px;
margin-right: 50px;
}

#s-bb47a12c-9643-497a-801b-c3ccb7a385fe {
  min-height: 20px;
}








#s-bb47a12c-9643-497a-801b-c3ccb7a385fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb47a12c-9643-497a-801b-c3ccb7a385fe.shg-box.shg-c {
  justify-content: center;
}

#s-ad81a499-6301-476d-aa20-08f4ccb059f2 {
  min-height: 50px;
}








#s-ad81a499-6301-476d-aa20-08f4ccb059f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad81a499-6301-476d-aa20-08f4ccb059f2.shg-box.shg-c {
  justify-content: center;
}

#s-bf475c35-2ef5-4aa7-adc2-5bcfe990a38d {
  min-height: 30px;
}








#s-bf475c35-2ef5-4aa7-adc2-5bcfe990a38d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf475c35-2ef5-4aa7-adc2-5bcfe990a38d.shg-box.shg-c {
  justify-content: center;
}

#s-fc8da961-1011-4139-b2f4-153d2dbb6958 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc8da961-1011-4139-b2f4-153d2dbb6958 {
  display: none;
}
#s-fc8da961-1011-4139-b2f4-153d2dbb6958, #wrap-s-fc8da961-1011-4139-b2f4-153d2dbb6958 { display:none !important; }}@media (max-width: 767px){#s-fc8da961-1011-4139-b2f4-153d2dbb6958 {
  display: none;
}
#s-fc8da961-1011-4139-b2f4-153d2dbb6958, #wrap-s-fc8da961-1011-4139-b2f4-153d2dbb6958 { display:none !important; }}







#s-fc8da961-1011-4139-b2f4-153d2dbb6958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc8da961-1011-4139-b2f4-153d2dbb6958.shg-box.shg-c {
  justify-content: center;
}

#s-35bb7937-6a6b-422a-a362-bfd6ff69338c {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-35bb7937-6a6b-422a-a362-bfd6ff69338c {
  display: none;
}
#s-35bb7937-6a6b-422a-a362-bfd6ff69338c, #wrap-s-35bb7937-6a6b-422a-a362-bfd6ff69338c { display:none !important; }}@media (max-width: 767px){#s-35bb7937-6a6b-422a-a362-bfd6ff69338c {
  display: none;
}
#s-35bb7937-6a6b-422a-a362-bfd6ff69338c, #wrap-s-35bb7937-6a6b-422a-a362-bfd6ff69338c { display:none !important; }}







#s-35bb7937-6a6b-422a-a362-bfd6ff69338c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35bb7937-6a6b-422a-a362-bfd6ff69338c.shg-box.shg-c {
  justify-content: center;
}

#s-c27db995-2ae2-4471-80f5-8f85d8cb9601 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c27db995-2ae2-4471-80f5-8f85d8cb9601 {
  display: none;
}
#s-c27db995-2ae2-4471-80f5-8f85d8cb9601, #wrap-s-c27db995-2ae2-4471-80f5-8f85d8cb9601 { display:none !important; }}@media (max-width: 767px){#s-c27db995-2ae2-4471-80f5-8f85d8cb9601 {
  display: none;
}
#s-c27db995-2ae2-4471-80f5-8f85d8cb9601, #wrap-s-c27db995-2ae2-4471-80f5-8f85d8cb9601 { display:none !important; }}







#s-c27db995-2ae2-4471-80f5-8f85d8cb9601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c27db995-2ae2-4471-80f5-8f85d8cb9601.shg-box.shg-c {
  justify-content: center;
}

#s-9698a999-2460-4920-9b0d-e569f1be80d8 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9698a999-2460-4920-9b0d-e569f1be80d8 {
  display: none;
}
#s-9698a999-2460-4920-9b0d-e569f1be80d8, #wrap-s-9698a999-2460-4920-9b0d-e569f1be80d8 { display:none !important; }}@media (max-width: 767px){#s-9698a999-2460-4920-9b0d-e569f1be80d8 {
  display: none;
}
#s-9698a999-2460-4920-9b0d-e569f1be80d8, #wrap-s-9698a999-2460-4920-9b0d-e569f1be80d8 { display:none !important; }}







#s-9698a999-2460-4920-9b0d-e569f1be80d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9698a999-2460-4920-9b0d-e569f1be80d8.shg-box.shg-c {
  justify-content: center;
}

#s-a06e97c1-5fb2-4127-aa96-ed89b78a5d2d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a06e97c1-5fb2-4127-aa96-ed89b78a5d2d {
  display: none;
}
#s-a06e97c1-5fb2-4127-aa96-ed89b78a5d2d, #wrap-s-a06e97c1-5fb2-4127-aa96-ed89b78a5d2d { display:none !important; }}@media (max-width: 767px){#s-a06e97c1-5fb2-4127-aa96-ed89b78a5d2d {
  display: none;
}
#s-a06e97c1-5fb2-4127-aa96-ed89b78a5d2d, #wrap-s-a06e97c1-5fb2-4127-aa96-ed89b78a5d2d { display:none !important; }}







#s-a06e97c1-5fb2-4127-aa96-ed89b78a5d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a06e97c1-5fb2-4127-aa96-ed89b78a5d2d.shg-box.shg-c {
  justify-content: center;
}

#s-4b48714b-cb09-4c19-89d0-b96b8997f1e2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b48714b-cb09-4c19-89d0-b96b8997f1e2 {
  display: none;
}
#s-4b48714b-cb09-4c19-89d0-b96b8997f1e2, #wrap-s-4b48714b-cb09-4c19-89d0-b96b8997f1e2 { display:none !important; }}@media (max-width: 767px){#s-4b48714b-cb09-4c19-89d0-b96b8997f1e2 {
  display: none;
}
#s-4b48714b-cb09-4c19-89d0-b96b8997f1e2, #wrap-s-4b48714b-cb09-4c19-89d0-b96b8997f1e2 { display:none !important; }}







#s-4b48714b-cb09-4c19-89d0-b96b8997f1e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b48714b-cb09-4c19-89d0-b96b8997f1e2.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-8e708dfa-0d2d-4d82-9c2d-fedfaa7997a1 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-525152c7-b156-483f-be95-7662be54380b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-525152c7-b156-483f-be95-7662be54380b {
  display: none;
}
#s-525152c7-b156-483f-be95-7662be54380b, #wrap-s-525152c7-b156-483f-be95-7662be54380b { display:none !important; }}@media (max-width: 767px){#s-525152c7-b156-483f-be95-7662be54380b {
  display: none;
}
#s-525152c7-b156-483f-be95-7662be54380b, #wrap-s-525152c7-b156-483f-be95-7662be54380b { display:none !important; }}







#s-525152c7-b156-483f-be95-7662be54380b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-525152c7-b156-483f-be95-7662be54380b.shg-box.shg-c {
  justify-content: center;
}

#s-20b6ddd5-f914-44b1-a1a8-85d8dcd0fa80 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-20b6ddd5-f914-44b1-a1a8-85d8dcd0fa80 {
  display: none;
}
#s-20b6ddd5-f914-44b1-a1a8-85d8dcd0fa80, #wrap-s-20b6ddd5-f914-44b1-a1a8-85d8dcd0fa80 { display:none !important; }}@media (max-width: 767px){#s-20b6ddd5-f914-44b1-a1a8-85d8dcd0fa80 {
  display: none;
}
#s-20b6ddd5-f914-44b1-a1a8-85d8dcd0fa80, #wrap-s-20b6ddd5-f914-44b1-a1a8-85d8dcd0fa80 { display:none !important; }}







#s-20b6ddd5-f914-44b1-a1a8-85d8dcd0fa80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20b6ddd5-f914-44b1-a1a8-85d8dcd0fa80.shg-box.shg-c {
  justify-content: center;
}

#s-39bb0ef2-bb58-4dfc-9332-87242e36ae28 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (min-width: 768px) and (max-width: 991px){#s-39bb0ef2-bb58-4dfc-9332-87242e36ae28 {
  display: none;
}
#s-39bb0ef2-bb58-4dfc-9332-87242e36ae28, #wrap-s-39bb0ef2-bb58-4dfc-9332-87242e36ae28 { display:none !important; }}@media (max-width: 767px){#s-39bb0ef2-bb58-4dfc-9332-87242e36ae28 {
  display: none;
}
#s-39bb0ef2-bb58-4dfc-9332-87242e36ae28, #wrap-s-39bb0ef2-bb58-4dfc-9332-87242e36ae28 { display:none !important; }}







#s-39bb0ef2-bb58-4dfc-9332-87242e36ae28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39bb0ef2-bb58-4dfc-9332-87242e36ae28.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-791dfca3-20e4-468d-99d1-4e30fe4ead9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a6d75022-6724-437c-a127-13ec249eb839 {
  text-align: center;
}




  #s-a6d75022-6724-437c-a127-13ec249eb839 img.shogun-image {
    
    width: px;
  }


#s-a6d75022-6724-437c-a127-13ec249eb839 .shogun-image-content {
  
    align-items: center;
  
}

#s-73a5c980-d344-4b12-ab60-25027dcdec66 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73a5c980-d344-4b12-ab60-25027dcdec66 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-900ee050-f172-4d85-857d-743dbe6e0639 {
  min-height: 50px;
}








#s-900ee050-f172-4d85-857d-743dbe6e0639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-900ee050-f172-4d85-857d-743dbe6e0639.shg-box.shg-c {
  justify-content: center;
}

#s-a7c98de3-745f-4860-859e-c5ab7f413ac2 {
  text-align: center;
}




  #s-a7c98de3-745f-4860-859e-c5ab7f413ac2 img.shogun-image {
    
    width: px;
  }


#s-a7c98de3-745f-4860-859e-c5ab7f413ac2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb2f5938-1586-4b05-9dd8-b6619c0a020a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb2f5938-1586-4b05-9dd8-b6619c0a020a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-97ec447a-98c8-46af-a335-f8f847351340 {
  min-height: 50px;
}








#s-97ec447a-98c8-46af-a335-f8f847351340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97ec447a-98c8-46af-a335-f8f847351340.shg-box.shg-c {
  justify-content: center;
}

#s-e9fe3388-a137-4b39-a16b-48327e00b3b8 {
  min-height: 50px;
}








#s-e9fe3388-a137-4b39-a16b-48327e00b3b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9fe3388-a137-4b39-a16b-48327e00b3b8.shg-box.shg-c {
  justify-content: center;
}

#s-946849c2-e86c-4868-81e8-1576b2db8a4b {
  text-align: center;
}




  #s-946849c2-e86c-4868-81e8-1576b2db8a4b img.shogun-image {
    
    width: px;
  }


#s-946849c2-e86c-4868-81e8-1576b2db8a4b .shogun-image-content {
  
    align-items: center;
  
}

#s-d4371c3d-5cd1-431b-b1c8-7e4f6c11e474 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4371c3d-5cd1-431b-b1c8-7e4f6c11e474 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-4d0c9ad3-5d6c-434a-94bb-ff5b43149f0f {
  text-align: center;
}




  #s-4d0c9ad3-5d6c-434a-94bb-ff5b43149f0f img.shogun-image {
    
    width: px;
  }


#s-4d0c9ad3-5d6c-434a-94bb-ff5b43149f0f .shogun-image-content {
  
    align-items: center;
  
}

#s-dddbfb2d-83bd-4ca3-8cf5-26d3865bdfb1 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dddbfb2d-83bd-4ca3-8cf5-26d3865bdfb1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-97183bbe-3cf0-43af-91d7-4ce05294295c {
  min-height: 50px;
}








#s-97183bbe-3cf0-43af-91d7-4ce05294295c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97183bbe-3cf0-43af-91d7-4ce05294295c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a68b38ff-f7d4-4c51-9ced-02bfa6a195c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2619b4ee-f65c-4327-9c3b-84572b90a98a {
  text-align: center;
}




  #s-2619b4ee-f65c-4327-9c3b-84572b90a98a img.shogun-image {
    
    width: px;
  }


#s-2619b4ee-f65c-4327-9c3b-84572b90a98a .shogun-image-content {
  
    align-items: center;
  
}

#s-f8b7bd07-9c08-46ea-8db3-43e4773c3043 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8b7bd07-9c08-46ea-8db3-43e4773c3043 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-42749a35-8409-4768-b6fd-00a52514da37 {
  min-height: 50px;
}








#s-42749a35-8409-4768-b6fd-00a52514da37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42749a35-8409-4768-b6fd-00a52514da37.shg-box.shg-c {
  justify-content: center;
}

#s-9bd864f2-b356-4b7d-a157-092e929eab1d {
  text-align: center;
}




  #s-9bd864f2-b356-4b7d-a157-092e929eab1d img.shogun-image {
    
    width: px;
  }


#s-9bd864f2-b356-4b7d-a157-092e929eab1d .shogun-image-content {
  
    align-items: center;
  
}

#s-07233bd0-ab77-49cd-931c-9462b8911dcb {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07233bd0-ab77-49cd-931c-9462b8911dcb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-3760d509-b2f3-4304-bca8-5983460f8e55 {
  min-height: 50px;
}








#s-3760d509-b2f3-4304-bca8-5983460f8e55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3760d509-b2f3-4304-bca8-5983460f8e55.shg-box.shg-c {
  justify-content: center;
}

#s-9105f356-94fc-415c-aa40-3301e565933f {
  min-height: 50px;
}








#s-9105f356-94fc-415c-aa40-3301e565933f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9105f356-94fc-415c-aa40-3301e565933f.shg-box.shg-c {
  justify-content: center;
}

#s-d05418f9-23b1-4943-9901-bb94b2d9f74a {
  text-align: center;
}




  #s-d05418f9-23b1-4943-9901-bb94b2d9f74a img.shogun-image {
    
    width: px;
  }


#s-d05418f9-23b1-4943-9901-bb94b2d9f74a .shogun-image-content {
  
    align-items: center;
  
}

#s-0355a21e-4620-4e31-bc82-7356647436f6 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0355a21e-4620-4e31-bc82-7356647436f6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-e76eba34-a3b9-4cc5-ad79-f8a66cb302d9 {
  text-align: center;
}




  #s-e76eba34-a3b9-4cc5-ad79-f8a66cb302d9 img.shogun-image {
    
    width: px;
  }


#s-e76eba34-a3b9-4cc5-ad79-f8a66cb302d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-02c53d51-b0a8-4f1d-8f96-203d17579fe2 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02c53d51-b0a8-4f1d-8f96-203d17579fe2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (max-width: 767px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}







#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a.shg-box.shg-c {
  justify-content: center;
}

#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (max-width: 767px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}







#s-b47c5b91-0a2d-4370-a128-c130ace0e094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b47c5b91-0a2d-4370-a128-c130ace0e094.shg-box.shg-c {
  justify-content: center;
}

#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (max-width: 767px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}







#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99.shg-box.shg-c {
  justify-content: center;
}

#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  display: none;
}
#s-7df903c9-5527-4993-983f-3cad8bc106f6, #wrap-s-7df903c9-5527-4993-983f-3cad8bc106f6 { display:none !important; }}@media (max-width: 767px){#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  display: none;
}
#s-7df903c9-5527-4993-983f-3cad8bc106f6, #wrap-s-7df903c9-5527-4993-983f-3cad8bc106f6 { display:none !important; }}
#s-41536a63-2849-4320-9f30-10ba428e63d3 {
  min-height: 50px;
}








#s-41536a63-2849-4320-9f30-10ba428e63d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41536a63-2849-4320-9f30-10ba428e63d3.shg-box.shg-c {
  justify-content: center;
}

#s-c7a68be9-8ebb-4ba4-a531-850fbc879523 {
  margin-left: 1px;
margin-right: 1px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-c7a68be9-8ebb-4ba4-a531-850fbc879523 {
  display: none;
}
#s-c7a68be9-8ebb-4ba4-a531-850fbc879523, #wrap-s-c7a68be9-8ebb-4ba4-a531-850fbc879523 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7a68be9-8ebb-4ba4-a531-850fbc879523 {
  display: none;
}
#s-c7a68be9-8ebb-4ba4-a531-850fbc879523, #wrap-s-c7a68be9-8ebb-4ba4-a531-850fbc879523 { display:none !important; }}@media (max-width: 767px){#s-c7a68be9-8ebb-4ba4-a531-850fbc879523 {
  
}
}
@media (min-width: 0px) {
[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7a68be9-8ebb-4ba4-a531-850fbc879523"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1874ab7c-a517-471a-8406-8f6e1979ac4d {
  text-align: center;
}




  #s-1874ab7c-a517-471a-8406-8f6e1979ac4d img.shogun-image {
    
    width: px;
  }


#s-1874ab7c-a517-471a-8406-8f6e1979ac4d .shogun-image-content {
  
    align-items: center;
  
}

#s-53ce838c-eab6-405c-a921-92cc2da09b61 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53ce838c-eab6-405c-a921-92cc2da09b61 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-7da9c178-4e71-4012-9f3d-6149c365e17a {
  min-height: 50px;
}








#s-7da9c178-4e71-4012-9f3d-6149c365e17a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7da9c178-4e71-4012-9f3d-6149c365e17a.shg-box.shg-c {
  justify-content: center;
}

#s-75286dda-810b-4263-815b-14ee13301ed1 {
  text-align: center;
}




  #s-75286dda-810b-4263-815b-14ee13301ed1 img.shogun-image {
    
    width: px;
  }


#s-75286dda-810b-4263-815b-14ee13301ed1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2481ee60-1a78-43ca-bfcd-737d7f505db2 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2481ee60-1a78-43ca-bfcd-737d7f505db2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-45b08db4-fe31-4e53-bfcf-06c380f0af81 {
  min-height: 50px;
}








#s-45b08db4-fe31-4e53-bfcf-06c380f0af81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45b08db4-fe31-4e53-bfcf-06c380f0af81.shg-box.shg-c {
  justify-content: center;
}

#s-9a731389-86d8-4508-b82c-a16bd78912a1 {
  min-height: 50px;
}








#s-9a731389-86d8-4508-b82c-a16bd78912a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a731389-86d8-4508-b82c-a16bd78912a1.shg-box.shg-c {
  justify-content: center;
}

#s-65a6ed44-225d-4512-8fd3-8efad339a000 {
  text-align: center;
}




  #s-65a6ed44-225d-4512-8fd3-8efad339a000 img.shogun-image {
    
    width: px;
  }


#s-65a6ed44-225d-4512-8fd3-8efad339a000 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb90468e-cfdc-4f2a-a3ee-98cecdb65cbd {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb90468e-cfdc-4f2a-a3ee-98cecdb65cbd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-7be9d906-762e-474b-a157-a1eed4d23ac6 {
  text-align: center;
}




  #s-7be9d906-762e-474b-a157-a1eed4d23ac6 img.shogun-image {
    
    width: px;
  }


#s-7be9d906-762e-474b-a157-a1eed4d23ac6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7472555b-f6e1-426e-93af-b2b04dfa9e50 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7472555b-f6e1-426e-93af-b2b04dfa9e50 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-5c53b28c-ef5c-445f-8d33-31f854807dcb {
  min-height: 50px;
}








#s-5c53b28c-ef5c-445f-8d33-31f854807dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c53b28c-ef5c-445f-8d33-31f854807dcb.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;
  }
}

@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;
}
