.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-55545f64-079e-4728-be7a-9fb08b6e9847 {
  margin-top: 25px;
padding-top: 50px;
min-height: 350px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55545f64-079e-4728-be7a-9fb08b6e9847 {
  margin-left: 15px;
margin-right: 15px;
}
}@media (max-width: 767px){#s-55545f64-079e-4728-be7a-9fb08b6e9847 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-55545f64-079e-4728-be7a-9fb08b6e9847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55545f64-079e-4728-be7a-9fb08b6e9847.shg-box.shg-c {
  justify-content: flex-start;
}

.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-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2008f73-6195-4b81-9f81-efc56b6be82c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-dee157a7-9ab7-4c54-81a1-63f0e4c96024 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dee157a7-9ab7-4c54-81a1-63f0e4c96024 {
  margin-top: 10px;
margin-left: 75px;
margin-right: 75px;
}
}
#s-dee157a7-9ab7-4c54-81a1-63f0e4c96024 .shogun-heading-component h1 {
  color: rgba(36, 24, 150, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8d7425ae-c84c-49ea-bde1-d7aef055ccb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8d7425ae-c84c-49ea-bde1-d7aef055ccb9 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-8d7425ae-c84c-49ea-bde1-d7aef055ccb9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-222429b0-ad5d-4a4b-a54a-0944cfd98d16 {
  background-image: url(https://i.shgcdn.com/fecc5636-e0cc-41f2-ba27-9e41457445ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
min-height: 350px;
background-position: center center;
}








#s-222429b0-ad5d-4a4b-a54a-0944cfd98d16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-222429b0-ad5d-4a4b-a54a-0944cfd98d16.shg-box.shg-c {
  justify-content: center;
}

#s-32e43130-f51f-4b03-86b0-e44202ee77f2 hr {
  border: 0;
  width: 100%;
  border-top: 8px solid rgba(36, 24, 150, 1);
}

#s-52e2b6f5-e9b0-4213-8597-f4b51da911f7 {
  margin-left: 100px;
margin-right: 100px;
min-height: 500px;
}
@media (max-width: 767px){#s-52e2b6f5-e9b0-4213-8597-f4b51da911f7 {
  margin-left: 5px;
margin-right: 5px;
}
}







#s-52e2b6f5-e9b0-4213-8597-f4b51da911f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e2b6f5-e9b0-4213-8597-f4b51da911f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-76bae3b0-594d-43a9-a642-b44141c0b18b {
  padding-left: 10px;
padding-right: 10px;
min-height: 250px;
}








#s-76bae3b0-594d-43a9-a642-b44141c0b18b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-76bae3b0-594d-43a9-a642-b44141c0b18b.shg-box.shg-c {
  justify-content: center;
}

#s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-7c7653fc-e8b5-44e5-916d-354441aa0ec1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-7c7653fc-e8b5-44e5-916d-354441aa0ec1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c7653fc-e8b5-44e5-916d-354441aa0ec1.shg-box.shg-c {
  justify-content: flex-start;
}

.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-fe003e7d-773f-4058-90be-854f528866b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 70px;
text-align: center;
}




  #s-fe003e7d-773f-4058-90be-854f528866b8 img.shogun-image {
    
    width: px;
  }


#s-fe003e7d-773f-4058-90be-854f528866b8 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-19c19c38-73c0-4677-ad6f-50ae2d9c7c74 {
  padding-left: 10px;
padding-right: 10px;
}

#s-c6ca9427-4594-4f66-a85c-2e94c4a294ad {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-c6ca9427-4594-4f66-a85c-2e94c4a294ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6ca9427-4594-4f66-a85c-2e94c4a294ad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f50f3e9f-255f-43b4-8f51-f8350e8d83ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 70px;
text-align: center;
}




  #s-f50f3e9f-255f-43b4-8f51-f8350e8d83ce img.shogun-image {
    
    width: px;
  }


#s-f50f3e9f-255f-43b4-8f51-f8350e8d83ce .shogun-image-content {
  
    align-items: center;
  
}

#s-9e5ff273-95e2-489b-8039-0e1491de89f4 {
  padding-left: 10px;
padding-right: 10px;
}

#s-54cb05b8-6bac-4b37-b0a7-b11c1e32b657 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-54cb05b8-6bac-4b37-b0a7-b11c1e32b657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54cb05b8-6bac-4b37-b0a7-b11c1e32b657.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2fb5d406-1242-49a5-bc86-3e9e3162fb19 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 70px;
text-align: center;
}




  #s-2fb5d406-1242-49a5-bc86-3e9e3162fb19 img.shogun-image {
    
    width: px;
  }


#s-2fb5d406-1242-49a5-bc86-3e9e3162fb19 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d2cf494-dfa1-455a-a670-31d4059b664e {
  padding-left: 10px;
padding-right: 10px;
}

#s-fddcae1f-5bfb-4f41-b955-35861fdfa69b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-60e548df-0008-48fe-9bae-8139a41fe18b {
  padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
min-height: 250px;
}








#s-60e548df-0008-48fe-9bae-8139a41fe18b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60e548df-0008-48fe-9bae-8139a41fe18b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ff32c1e-a5a4-4c9e-ba2e-ec4b9c1c254e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6ae2bbcf-7034-4684-9e3f-abdfe0b14d5c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
text-align: center;
}

#s-6ae2bbcf-7034-4684-9e3f-abdfe0b14d5c .shogun-heading-component h3 {
  color: rgba(36, 24, 150, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6011f06e-0941-4b59-8839-582eb29054a4 {
  padding-bottom: 10px;
text-align: center;
}

#s-6011f06e-0941-4b59-8839-582eb29054a4 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-958f7f21-428e-4c61-8916-a8a29b585e90 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d20af52b-de81-462a-a3b2-c619395e5152 {
  min-height: 50px;
}








#s-d20af52b-de81-462a-a3b2-c619395e5152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d20af52b-de81-462a-a3b2-c619395e5152.shg-box.shg-c {
  justify-content: center;
}

#s-80e54f0f-4b50-45a7-bc57-515a4622e087 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-80e54f0f-4b50-45a7-bc57-515a4622e087 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 {
  max-width: 100%;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom,
.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 {
  max-width: 100%;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom,
.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 {
  max-width: 100%;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom,
.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 {
  max-width: 100%;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom,
.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 {
  max-width: 100%;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom,
.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-297e4176-6773-4f04-9e44-bc08ae1c19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-12122114-4ce1-4997-813e-b015fe5c39d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12122114-4ce1-4997-813e-b015fe5c39d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e50ab00f-896d-4306-8faa-846ad3440f6a {
  text-align: center;
}

#s-e50ab00f-896d-4306-8faa-846ad3440f6a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e50ab00f-896d-4306-8faa-846ad3440f6a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e50ab00f-896d-4306-8faa-846ad3440f6a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-b46b1552-9349-4c70-b25c-ee819f749479 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-b46b1552-9349-4c70-b25c-ee819f749479:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b46b1552-9349-4c70-b25c-ee819f749479:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b46b1552-9349-4c70-b25c-ee819f749479 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b46b1552-9349-4c70-b25c-ee819f749479.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b46b1552-9349-4c70-b25c-ee819f749479.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b46b1552-9349-4c70-b25c-ee819f749479.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b46b1552-9349-4c70-b25c-ee819f749479.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-36c59c7d-d89c-47fc-8718-e89343a7f356 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-36c59c7d-d89c-47fc-8718-e89343a7f356 {
  display: none;
}
#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 {
  max-width: 100%;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom,
.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 {
  max-width: 100%;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom,
.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 {
  max-width: 100%;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom,
.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 {
  max-width: 100%;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom,
.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 {
  max-width: 100%;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom,
.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b9bcf98e-c54a-4a8c-92c0-48d56025168f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9bcf98e-c54a-4a8c-92c0-48d56025168f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-709783b8-b73c-4e1f-9bf8-ff5d2505dd09 {
  text-align: center;
}

#s-709783b8-b73c-4e1f-9bf8-ff5d2505dd09 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-709783b8-b73c-4e1f-9bf8-ff5d2505dd09 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-709783b8-b73c-4e1f-9bf8-ff5d2505dd09 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0736fce9-7c27-4543-89cd-d8018325f378 {
  min-height: 50px;
}








#s-0736fce9-7c27-4543-89cd-d8018325f378 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0736fce9-7c27-4543-89cd-d8018325f378.shg-box.shg-c {
  justify-content: center;
}

#s-6f44a8db-ddbe-491e-8ded-d0def92f1435 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d4b5cec9-3677-453e-b4ef-30fd75694ff1 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
}








#s-d4b5cec9-3677-453e-b4ef-30fd75694ff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4b5cec9-3677-453e-b4ef-30fd75694ff1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a75df2df-44cf-4e45-83de-bf093fe8d193 {
  padding-left: 25px;
padding-right: 25px;
min-height: 250px;
}








#s-a75df2df-44cf-4e45-83de-bf093fe8d193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a75df2df-44cf-4e45-83de-bf093fe8d193.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-208b7a9c-4781-4130-97a7-e0e28ee13bf6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c02c3672-23e7-4637-a6d8-8bcf9f28eca2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
text-align: center;
}

#s-c02c3672-23e7-4637-a6d8-8bcf9f28eca2 .shogun-heading-component h3 {
  color: rgba(36, 24, 150, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c886bf6-2f2f-47fe-b7b2-b4dfd6dac179 {
  padding-bottom: 10px;
text-align: center;
}

#s-2c886bf6-2f2f-47fe-b7b2-b4dfd6dac179 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4bd30653-72d4-4fa8-b2fb-4e664b5c352f {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-a7651374-c64f-4080-9b73-0c6235e5d5ed {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center top;
}








#s-a7651374-c64f-4080-9b73-0c6235e5d5ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7651374-c64f-4080-9b73-0c6235e5d5ed.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b69a48ce-f27d-4f52-babd-94e95029f7e2 {
  min-height: 50px;
}








#s-b69a48ce-f27d-4f52-babd-94e95029f7e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b69a48ce-f27d-4f52-babd-94e95029f7e2.shg-box.shg-c {
  justify-content: center;
}

#s-799e2a4f-a188-4d77-920b-f7fc9244e622 {
  min-height: 335px;
}








#s-799e2a4f-a188-4d77-920b-f7fc9244e622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-799e2a4f-a188-4d77-920b-f7fc9244e622.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f97ad3e2-0918-4a77-ae46-28e5ed924c3b {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-f97ad3e2-0918-4a77-ae46-28e5ed924c3b {
  display: none;
}
#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 {
  max-width: 100%;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom,
.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 {
  max-width: 100%;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom,
.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 {
  max-width: 100%;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom,
.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 {
  max-width: 100%;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom,
.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 {
  max-width: 100%;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom,
.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b519c21b-fa4f-4b69-8f37-dfc5b3a61d83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b519c21b-fa4f-4b69-8f37-dfc5b3a61d83 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7968b232-d598-4f47-ad66-3ce0073c1963 {
  text-align: center;
}

#s-7968b232-d598-4f47-ad66-3ce0073c1963 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7968b232-d598-4f47-ad66-3ce0073c1963 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7968b232-d598-4f47-ad66-3ce0073c1963 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0454105-9e65-4710-ac22-fc375168760a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-c0454105-9e65-4710-ac22-fc375168760a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c0454105-9e65-4710-ac22-fc375168760a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0454105-9e65-4710-ac22-fc375168760a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0454105-9e65-4710-ac22-fc375168760a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0454105-9e65-4710-ac22-fc375168760a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c0454105-9e65-4710-ac22-fc375168760a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d35f286a-b720-4f3a-83bd-0311d4596122 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-d35f286a-b720-4f3a-83bd-0311d4596122 {
  display: none;
}
#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 {
  max-width: 100%;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom,
.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 {
  max-width: 100%;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom,
.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 {
  max-width: 100%;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom,
.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 {
  max-width: 100%;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom,
.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 {
  max-width: 100%;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom,
.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4f05e5b9-5f8d-4b3a-8e50-4f459fdfb141 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f05e5b9-5f8d-4b3a-8e50-4f459fdfb141 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f9d0593b-f724-4266-b470-7740127730f4 {
  text-align: center;
}

#s-f9d0593b-f724-4266-b470-7740127730f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f9d0593b-f724-4266-b470-7740127730f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f9d0593b-f724-4266-b470-7740127730f4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c199627f-4ae9-48c4-85bf-266e45230d8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-c199627f-4ae9-48c4-85bf-266e45230d8e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c199627f-4ae9-48c4-85bf-266e45230d8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c199627f-4ae9-48c4-85bf-266e45230d8e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c199627f-4ae9-48c4-85bf-266e45230d8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c199627f-4ae9-48c4-85bf-266e45230d8e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c199627f-4ae9-48c4-85bf-266e45230d8e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4909b03a-a14e-42ac-aba9-99c5a5825d3e {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-4909b03a-a14e-42ac-aba9-99c5a5825d3e {
  display: none;
}
#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 {
  max-width: 100%;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom,
.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 {
  max-width: 100%;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom,
.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 {
  max-width: 100%;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom,
.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 {
  max-width: 100%;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom,
.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 {
  max-width: 100%;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom,
.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5b18e36d-d0bb-4b06-a312-05c4b085a410 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b18e36d-d0bb-4b06-a312-05c4b085a410 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a3a07696-28bd-4a98-81df-c34bd7dfc37b {
  text-align: center;
}

#s-a3a07696-28bd-4a98-81df-c34bd7dfc37b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3a07696-28bd-4a98-81df-c34bd7dfc37b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a3a07696-28bd-4a98-81df-c34bd7dfc37b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1bbdaea2-4152-4711-b0b9-77203c403c1a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-1bbdaea2-4152-4711-b0b9-77203c403c1a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1bbdaea2-4152-4711-b0b9-77203c403c1a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1bbdaea2-4152-4711-b0b9-77203c403c1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bbdaea2-4152-4711-b0b9-77203c403c1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bbdaea2-4152-4711-b0b9-77203c403c1a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1bbdaea2-4152-4711-b0b9-77203c403c1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f9b25d01-5a8e-4b03-9c68-225ff895093b {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-f9b25d01-5a8e-4b03-9c68-225ff895093b {
  display: none;
}
#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e {
  max-width: 100%;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom,
.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e {
  max-width: 100%;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom,
.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e {
  max-width: 100%;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom,
.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e {
  max-width: 100%;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom,
.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e {
  max-width: 100%;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom,
.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ac9e814f-da85-4431-98de-66552f9adfd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac9e814f-da85-4431-98de-66552f9adfd6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a0850a18-76b7-4a01-a3fd-4a73ee4c3e99 {
  text-align: center;
}

#s-a0850a18-76b7-4a01-a3fd-4a73ee4c3e99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a0850a18-76b7-4a01-a3fd-4a73ee4c3e99 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0850a18-76b7-4a01-a3fd-4a73ee4c3e99 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-559dc56c-64d8-428a-a76c-a94f450cddf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-559dc56c-64d8-428a-a76c-a94f450cddf3:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-559dc56c-64d8-428a-a76c-a94f450cddf3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-559dc56c-64d8-428a-a76c-a94f450cddf3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-559dc56c-64d8-428a-a76c-a94f450cddf3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-559dc56c-64d8-428a-a76c-a94f450cddf3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-559dc56c-64d8-428a-a76c-a94f450cddf3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8e7f0830-901f-4161-99dd-182fcb7b1455 {
  min-height: 50px;
}








#s-8e7f0830-901f-4161-99dd-182fcb7b1455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e7f0830-901f-4161-99dd-182fcb7b1455.shg-box.shg-c {
  justify-content: center;
}

#s-218afdcd-755e-4597-a71c-b6d892761080 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-cceecc34-342c-4ecf-9a9f-0e48dd106643 {
  padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
min-height: 250px;
}








#s-cceecc34-342c-4ecf-9a9f-0e48dd106643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cceecc34-342c-4ecf-9a9f-0e48dd106643.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ec49f03-5647-4e60-b75d-e61a00ed250f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-efc20d20-9ac9-45bf-9e86-36b96338ef72 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
text-align: center;
}

#s-efc20d20-9ac9-45bf-9e86-36b96338ef72 .shogun-heading-component h3 {
  color: rgba(36, 24, 150, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ad6d4ad-e741-41f1-a167-ffb8a4358c04 {
  padding-bottom: 10px;
text-align: center;
}

#s-3ad6d4ad-e741-41f1-a167-ffb8a4358c04 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bca39575-d664-4b47-a5a8-dd5f98b73801 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-b2b8700e-d838-48cb-bc11-187a661c1e8f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}








#s-b2b8700e-d838-48cb-bc11-187a661c1e8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2b8700e-d838-48cb-bc11-187a661c1e8f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-96b1ee19-c081-4b38-b237-61743cd14e98 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-96b1ee19-c081-4b38-b237-61743cd14e98 {
  display: none;
}
#s-04025e77-c679-43d1-b238-08a9b538cbad {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad {
  max-width: 100%;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom,
.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad {
  max-width: 100%;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom,
.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad {
  max-width: 100%;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom,
.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad {
  max-width: 100%;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom,
.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad {
  max-width: 100%;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom,
.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04025e77-c679-43d1-b238-08a9b538cbad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6ab2deb7-1360-435f-973f-d956f914c5ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ab2deb7-1360-435f-973f-d956f914c5ed .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b55e122-797c-4ca7-8f4b-c80ebc8159ff {
  text-align: center;
}

#s-6b55e122-797c-4ca7-8f4b-c80ebc8159ff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6b55e122-797c-4ca7-8f4b-c80ebc8159ff .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6b55e122-797c-4ca7-8f4b-c80ebc8159ff .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab7163b9-466e-493d-9e36-e145351aac5c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-ab7163b9-466e-493d-9e36-e145351aac5c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ab7163b9-466e-493d-9e36-e145351aac5c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab7163b9-466e-493d-9e36-e145351aac5c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab7163b9-466e-493d-9e36-e145351aac5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab7163b9-466e-493d-9e36-e145351aac5c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ab7163b9-466e-493d-9e36-e145351aac5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e4192047-be83-47e0-a9cd-1a51e67a25ee {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-e4192047-be83-47e0-a9cd-1a51e67a25ee {
  display: none;
}
#s-bf277769-5e62-4f07-b0f4-5653a21293d9 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 {
  max-width: 100%;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom,
.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 {
  max-width: 100%;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom,
.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 {
  max-width: 100%;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom,
.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 {
  max-width: 100%;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom,
.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 {
  max-width: 100%;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom,
.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277769-5e62-4f07-b0f4-5653a21293d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-22f09cdc-9e34-458c-8c3f-a8b393cb37d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22f09cdc-9e34-458c-8c3f-a8b393cb37d4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61d2c316-8511-45b8-b7be-6f86d67d144b {
  text-align: center;
}

#s-61d2c316-8511-45b8-b7be-6f86d67d144b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61d2c316-8511-45b8-b7be-6f86d67d144b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-61d2c316-8511-45b8-b7be-6f86d67d144b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-574cacea-f066-4d59-83b2-e08404105382 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-574cacea-f066-4d59-83b2-e08404105382:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-574cacea-f066-4d59-83b2-e08404105382:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-574cacea-f066-4d59-83b2-e08404105382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-574cacea-f066-4d59-83b2-e08404105382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-574cacea-f066-4d59-83b2-e08404105382.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-574cacea-f066-4d59-83b2-e08404105382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d63829e7-e4d9-48e5-96a2-f52023b86c60 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-d63829e7-e4d9-48e5-96a2-f52023b86c60 {
  display: none;
}
#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 {
  max-width: 100%;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom,
.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 {
  max-width: 100%;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom,
.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 {
  max-width: 100%;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom,
.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 {
  max-width: 100%;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom,
.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 {
  max-width: 100%;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom,
.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-287d52d3-b4df-442c-94b5-05f6d49c48a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-287d52d3-b4df-442c-94b5-05f6d49c48a5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7a5948dc-bcca-4977-8767-11f4531613c7 {
  text-align: center;
}

#s-7a5948dc-bcca-4977-8767-11f4531613c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7a5948dc-bcca-4977-8767-11f4531613c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7a5948dc-bcca-4977-8767-11f4531613c7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e07d8217-fa16-40f5-a6f4-d726b7e05958 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-e07d8217-fa16-40f5-a6f4-d726b7e05958:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e07d8217-fa16-40f5-a6f4-d726b7e05958:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e07d8217-fa16-40f5-a6f4-d726b7e05958 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e07d8217-fa16-40f5-a6f4-d726b7e05958.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e07d8217-fa16-40f5-a6f4-d726b7e05958.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e07d8217-fa16-40f5-a6f4-d726b7e05958.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d330ccd0-e5b7-4934-b9d9-8e27a08d7eab {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-d330ccd0-e5b7-4934-b9d9-8e27a08d7eab {
  display: none;
}
#s-604720be-3649-4a90-8770-b647621b3e5e {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}


.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e {
  max-width: 100%;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom,
.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e {
  max-width: 100%;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom,
.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e {
  max-width: 100%;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom,
.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e {
  max-width: 100%;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom,
.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e {
  max-width: 100%;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom,
.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-604720be-3649-4a90-8770-b647621b3e5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-96637eec-cc25-4b81-9179-5ee121cdbcea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96637eec-cc25-4b81-9179-5ee121cdbcea .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-da17794f-5ace-45f5-a898-00af91c80201 {
  text-align: center;
}

#s-da17794f-5ace-45f5-a898-00af91c80201 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-da17794f-5ace-45f5-a898-00af91c80201 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-da17794f-5ace-45f5-a898-00af91c80201 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-acb688c3-f649-40a1-b4ff-dc39e82a0b48 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-acb688c3-f649-40a1-b4ff-dc39e82a0b48 {
  display: none;
}
#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 {
  margin-left: auto;
margin-right: auto;
padding-top: -px;
max-width: 250px;
text-align: left;
}


.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 {
  max-width: 100%;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom,
.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 {
  max-width: 100%;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom,
.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 {
  max-width: 100%;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom,
.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 {
  max-width: 100%;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom,
.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 {
  max-width: 100%;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom,
.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e52f05c1-5f20-410f-9cba-2f9e45c3dece {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e52f05c1-5f20-410f-9cba-2f9e45c3dece .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ac139ac-af1d-4736-9624-9e12bd6428a8 {
  text-align: center;
}

#s-2ac139ac-af1d-4736-9624-9e12bd6428a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2ac139ac-af1d-4736-9624-9e12bd6428a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2ac139ac-af1d-4736-9624-9e12bd6428a8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-df30fd22-9e3c-463d-885e-847641d45b91 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1);
}
#s-df30fd22-9e3c-463d-885e-847641d45b91:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-df30fd22-9e3c-463d-885e-847641d45b91:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df30fd22-9e3c-463d-885e-847641d45b91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df30fd22-9e3c-463d-885e-847641d45b91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df30fd22-9e3c-463d-885e-847641d45b91.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-df30fd22-9e3c-463d-885e-847641d45b91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-73c3d222-2243-43c6-b514-737f152f139b {
  padding-top: 100px;
}

#s-73c3d222-2243-43c6-b514-737f152f139b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-00422c70-a68d-43da-a3f5-bd1ea9854c3e {
  margin-top: 75px;
margin-left: 100px;
margin-bottom: 75px;
margin-right: 100px;
}

#s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf {
  margin-left: 75px;
margin-right: 75px;
}
@media (max-width: 767px){#s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf {
  margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d252fa27-b2ee-4fe0-9640-0145f3bd20cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3b1c127d-b3b7-4d30-9400-756d9d2e080f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b1c127d-b3b7-4d30-9400-756d9d2e080f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-944a6ee3-ff35-4f5a-9b63-054465053290 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
min-height: 250px;
background-position: center top;
}








#s-944a6ee3-ff35-4f5a-9b63-054465053290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-944a6ee3-ff35-4f5a-9b63-054465053290.shg-box.shg-c {
  justify-content: center;
}

#s-fd0fea06-9798-4295-8b9e-cd2fd715ba6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd0fea06-9798-4295-8b9e-cd2fd715ba6f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-90d10505-154b-4f98-b8e7-34f179fde5ce {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
min-height: 250px;
background-position: center center;
}








#s-90d10505-154b-4f98-b8e7-34f179fde5ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90d10505-154b-4f98-b8e7-34f179fde5ce.shg-box.shg-c {
  justify-content: center;
}

#s-20dacc96-46e4-4e8c-97b9-ca213519f7a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20dacc96-46e4-4e8c-97b9-ca213519f7a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48b5507c-9f53-4980-b741-60ff83c9189a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
min-height: 250px;
background-position: center center;
}








#s-48b5507c-9f53-4980-b741-60ff83c9189a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48b5507c-9f53-4980-b741-60ff83c9189a.shg-box.shg-c {
  justify-content: center;
}

#s-a5faa506-75aa-4358-9928-0ee6c2b40567 {
  margin-top: 75px;
margin-left: 75px;
margin-bottom: 75px;
margin-right: 75px;
}
@media (max-width: 767px){#s-a5faa506-75aa-4358-9928-0ee6c2b40567 {
  margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a5faa506-75aa-4358-9928-0ee6c2b40567"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2f6c013e-7215-4b65-9f1c-691d73c1bec6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f6c013e-7215-4b65-9f1c-691d73c1bec6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bb0dd9fb-12d4-4a47-84ec-2e31398ce147 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
min-height: 250px;
background-position: center center;
}








#s-bb0dd9fb-12d4-4a47-84ec-2e31398ce147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb0dd9fb-12d4-4a47-84ec-2e31398ce147.shg-box.shg-c {
  justify-content: center;
}

#s-5536f640-55f6-49ec-b68f-d4117f75fdbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5536f640-55f6-49ec-b68f-d4117f75fdbf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-193e308e-1ef4-4505-9b6c-5435e26ca9a9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
min-height: 250px;
background-position: center center;
}








#s-193e308e-1ef4-4505-9b6c-5435e26ca9a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-193e308e-1ef4-4505-9b6c-5435e26ca9a9.shg-box.shg-c {
  justify-content: center;
}

#s-98ed30b5-8b95-4dfb-a1a9-95f310c045e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98ed30b5-8b95-4dfb-a1a9-95f310c045e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d6dc32ba-3af0-4d47-b45d-52250b85860f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
min-height: 250px;
background-position: center center;
}








#s-d6dc32ba-3af0-4d47-b45d-52250b85860f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6dc32ba-3af0-4d47-b45d-52250b85860f.shg-box.shg-c {
  justify-content: center;
}

#s-f80b7fd4-8a9b-4b36-822b-b8b2f3b78112 {
  min-height: 250px;
background-color: rgba(236, 236, 236, 0.69);
}








#s-f80b7fd4-8a9b-4b36-822b-b8b2f3b78112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f80b7fd4-8a9b-4b36-822b-b8b2f3b78112.shg-box.shg-c {
  justify-content: center;
}

#s-4e80c301-eff9-4c04-bdb0-e21bdc501507 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e80c301-eff9-4c04-bdb0-e21bdc501507"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-621e57fb-abab-4d16-980b-c790c115bfe3 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-621e57fb-abab-4d16-980b-c790c115bfe3 .shogun-heading-component h1 {
  color: rgba(36, 24, 150, 1);
  font-weight:   ;
  font-family: Baskervville;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2f479985-8cee-409f-9f0b-3713b0cc6066 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-555c2864-f8eb-4196-a08d-38649633881d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 50px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-555c2864-f8eb-4196-a08d-38649633881d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-555c2864-f8eb-4196-a08d-38649633881d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-555c2864-f8eb-4196-a08d-38649633881d {
  
}
}@media (max-width: 767px){#s-555c2864-f8eb-4196-a08d-38649633881d {
  
}
}







#s-555c2864-f8eb-4196-a08d-38649633881d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-555c2864-f8eb-4196-a08d-38649633881d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ef40c082-06d7-4685-b3e5-e211ee077ba8 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-ef40c082-06d7-4685-b3e5-e211ee077ba8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef40c082-06d7-4685-b3e5-e211ee077ba8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef40c082-06d7-4685-b3e5-e211ee077ba8 {
  
}
}@media (max-width: 767px){#s-ef40c082-06d7-4685-b3e5-e211ee077ba8 {
  
}
}
@media (min-width: 0px) {
[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-ef40c082-06d7-4685-b3e5-e211ee077ba8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-bcbc0782-238a-42d0-9688-d6148e021c54 {
  text-align: center;
}




  #s-bcbc0782-238a-42d0-9688-d6148e021c54 img.shogun-image {
    
    width: px;
  }


#s-bcbc0782-238a-42d0-9688-d6148e021c54 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef8d9ca0-4b94-4409-a25a-89c46a7d17a9 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-ef8d9ca0-4b94-4409-a25a-89c46a7d17a9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ef8d9ca0-4b94-4409-a25a-89c46a7d17a9 .shogun-heading-component h2 a {
  color: #000;
}


#s-cb2f5b88-b0be-4c9d-8731-dcbc0f6d6b19 {
  text-align: center;
}




  #s-cb2f5b88-b0be-4c9d-8731-dcbc0f6d6b19 img.shogun-image {
    
    width: px;
  }


#s-cb2f5b88-b0be-4c9d-8731-dcbc0f6d6b19 .shogun-image-content {
  
    align-items: center;
  
}

#s-13fce61d-6dfa-4e10-af8d-fa8ae44b7589 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-13fce61d-6dfa-4e10-af8d-fa8ae44b7589 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-13fce61d-6dfa-4e10-af8d-fa8ae44b7589 .shogun-heading-component h2 a {
  color: #000;
}


#s-5bb48554-e98a-41fe-a789-578f50c28ce6 {
  text-align: center;
}




  #s-5bb48554-e98a-41fe-a789-578f50c28ce6 img.shogun-image {
    
    width: px;
  }


#s-5bb48554-e98a-41fe-a789-578f50c28ce6 .shogun-image-content {
  
    align-items: center;
  
}

#s-42c7f643-8a4e-4775-94d2-901b633d1044 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-42c7f643-8a4e-4775-94d2-901b633d1044 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-42c7f643-8a4e-4775-94d2-901b633d1044 .shogun-heading-component h2 a {
  color: #000;
}


#s-8327d926-2bc2-4233-81a3-d2b5a7326033 {
  text-align: center;
}




  #s-8327d926-2bc2-4233-81a3-d2b5a7326033 img.shogun-image {
    
    width: px;
  }


#s-8327d926-2bc2-4233-81a3-d2b5a7326033 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5004173-be9e-4524-80fc-90470a64187f {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-c5004173-be9e-4524-80fc-90470a64187f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-c5004173-be9e-4524-80fc-90470a64187f .shogun-heading-component h2 a {
  color: #000;
}


#s-9fd43deb-55af-4f92-86c6-cb5050f362fe {
  text-align: center;
}




  #s-9fd43deb-55af-4f92-86c6-cb5050f362fe img.shogun-image {
    
    width: px;
  }


#s-9fd43deb-55af-4f92-86c6-cb5050f362fe .shogun-image-content {
  
    align-items: center;
  
}

#s-dcba8f12-525c-422b-a769-06b07a4f3bad {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-dcba8f12-525c-422b-a769-06b07a4f3bad .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-dcba8f12-525c-422b-a769-06b07a4f3bad .shogun-heading-component h2 a {
  color: #000;
}


#s-e5db04b5-f94e-485e-9784-5ddd993329cb {
  text-align: center;
}




  #s-e5db04b5-f94e-485e-9784-5ddd993329cb img.shogun-image {
    
    width: px;
  }


#s-e5db04b5-f94e-485e-9784-5ddd993329cb .shogun-image-content {
  
    align-items: center;
  
}

#s-b81e24f7-c848-41e2-ad8a-c0e1729cdb72 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-b81e24f7-c848-41e2-ad8a-c0e1729cdb72 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b81e24f7-c848-41e2-ad8a-c0e1729cdb72 .shogun-heading-component h2 a {
  color: #000;
}


#s-dafe00e4-238a-4b58-8804-d923e20f6993 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-dafe00e4-238a-4b58-8804-d923e20f6993 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dafe00e4-238a-4b58-8804-d923e20f6993 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dafe00e4-238a-4b58-8804-d923e20f6993 {
  
}
}@media (max-width: 767px){#s-dafe00e4-238a-4b58-8804-d923e20f6993 {
  
}
}
@media (min-width: 0px) {
[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-dafe00e4-238a-4b58-8804-d923e20f6993"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-73ac197d-5a6f-4bba-8055-715647dc6c35 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-73ac197d-5a6f-4bba-8055-715647dc6c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73ac197d-5a6f-4bba-8055-715647dc6c35 {
  cursor: pointer;
}#s-73ac197d-5a6f-4bba-8055-715647dc6c35.shg-box.shg-c {
  justify-content: center;
}

#s-bf51aad6-3c25-413a-bddf-50b90dcc2a6c {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-bf51aad6-3c25-413a-bddf-50b90dcc2a6c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-bf51aad6-3c25-413a-bddf-50b90dcc2a6c .shogun-heading-component h2 a {
  color: #000;
}


#s-4f83a211-b926-47fe-be1e-bc357fd51101 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-4f83a211-b926-47fe-be1e-bc357fd51101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f83a211-b926-47fe-be1e-bc357fd51101.shg-box.shg-c {
  justify-content: center;
}

#s-edbc0e84-1683-4c97-a55f-33e9742de060 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-edbc0e84-1683-4c97-a55f-33e9742de060 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-edbc0e84-1683-4c97-a55f-33e9742de060 .shogun-heading-component h2 a {
  color: #000;
}


#s-672ad37c-90c6-4b89-8857-c6f407ce4b72 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-672ad37c-90c6-4b89-8857-c6f407ce4b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-672ad37c-90c6-4b89-8857-c6f407ce4b72 {
  cursor: pointer;
}#s-672ad37c-90c6-4b89-8857-c6f407ce4b72.shg-box.shg-c {
  justify-content: center;
}

#s-a8174f8a-bf64-40e8-abae-d89e1d60e7e1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-a8174f8a-bf64-40e8-abae-d89e1d60e7e1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a8174f8a-bf64-40e8-abae-d89e1d60e7e1 .shogun-heading-component h2 a {
  color: #000;
}


#s-1534cabf-cd0a-47b1-856a-09f31408629f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-1534cabf-cd0a-47b1-856a-09f31408629f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1534cabf-cd0a-47b1-856a-09f31408629f {
  cursor: pointer;
}#s-1534cabf-cd0a-47b1-856a-09f31408629f.shg-box.shg-c {
  justify-content: center;
}

#s-2fac7cf7-8288-4779-a8e1-8dd1e4902dc4 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-2fac7cf7-8288-4779-a8e1-8dd1e4902dc4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2fac7cf7-8288-4779-a8e1-8dd1e4902dc4 .shogun-heading-component h2 a {
  color: #000;
}


#s-67fdb4a2-746c-4824-9dbd-9b4bf5c4f837 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-67fdb4a2-746c-4824-9dbd-9b4bf5c4f837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67fdb4a2-746c-4824-9dbd-9b4bf5c4f837 {
  cursor: pointer;
}#s-67fdb4a2-746c-4824-9dbd-9b4bf5c4f837.shg-box.shg-c {
  justify-content: center;
}

#s-7594f2ab-f28e-4706-84a1-6bff33cde0e2 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-7594f2ab-f28e-4706-84a1-6bff33cde0e2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7594f2ab-f28e-4706-84a1-6bff33cde0e2 .shogun-heading-component h2 a {
  color: #000;
}


#s-2d67d877-ed22-4f57-b4f8-ea6837586f5c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-2d67d877-ed22-4f57-b4f8-ea6837586f5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d67d877-ed22-4f57-b4f8-ea6837586f5c.shg-box.shg-c {
  justify-content: center;
}

#s-2fa2078f-d36c-49f0-88d5-a9de1400dc3d {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
text-align: center;
}

#s-2fa2078f-d36c-49f0-88d5-a9de1400dc3d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2fa2078f-d36c-49f0-88d5-a9de1400dc3d .shogun-heading-component h2 a {
  color: #000;
}


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