.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (max-width: 767px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}







#s-9db044ca-f446-4eea-8094-4a518ba7acb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db044ca-f446-4eea-8094-4a518ba7acb0.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e08a84cf-d384-4bb8-be90-8e0d348561d4 {
  min-height: 50px;
}








#s-e08a84cf-d384-4bb8-be90-8e0d348561d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e08a84cf-d384-4bb8-be90-8e0d348561d4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-f45b0b9f-1a7d-4be4-8ae8-d8fe3e4ac165 {
  text-align: center;
}




  #s-f45b0b9f-1a7d-4be4-8ae8-d8fe3e4ac165 img.shogun-image {
    
    width: px;
  }


#s-f45b0b9f-1a7d-4be4-8ae8-d8fe3e4ac165 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7fa581fe-3aa1-4c21-96ef-d46b174236e1 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-7fa581fe-3aa1-4c21-96ef-d46b174236e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fa581fe-3aa1-4c21-96ef-d46b174236e1.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-677a90b9-593c-4607-a6d2-a43407a7a6ab {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-677a90b9-593c-4607-a6d2-a43407a7a6ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677a90b9-593c-4607-a6d2-a43407a7a6ab.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

.shogun-countdown > div {
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

#s-476763b0-2534-4abe-8b36-685e5da2d73c {
  border-style: solid;
margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(242, 242, 242, 1);
text-align: center;
}

#s-476763b0-2534-4abe-8b36-685e5da2d73c .shogun-countdown span, #s-476763b0-2534-4abe-8b36-685e5da2d73c .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   justify-content: space-between;
}

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

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

#s-fcd43d4a-badc-4524-8096-057e5fb132d2 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fcd43d4a-badc-4524-8096-057e5fb132d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4dede466-7d0a-4010-b55c-c00685ef755c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-63d6547b-cbcf-4b1e-b707-48465d9a63a7 {
  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;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c {
  margin-top: 22px;
margin-bottom: 22px;
text-align: center;
}


.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c {
  max-width: 100%;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom,
.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  max-width: 320px !important;
  min-height:  !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c {
  max-width: 100%;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom,
.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  max-width: 320px !important;
  min-height:  !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c {
  max-width: 100%;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom,
.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  max-width: 320px !important;
  min-height:  !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c {
  max-width: 100%;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom,
.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  max-width: 320px !important;
  min-height:  !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c {
  max-width: 100%;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom,
.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c img.shogun-image {
  max-width: 320px !important;
  min-height:  !important;
}

.shg-c#s-5504ec80-d5d8-4ad8-a9a5-fc242e939a1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c4564ef7-6669-40d7-8e79-9a05b04f46fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4564ef7-6669-40d7-8e79-9a05b04f46fe .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

.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;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: 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-59c680ec-1c61-42d1-af50-2eb86fe1f8f5 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 224, 34, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-59c680ec-1c61-42d1-af50-2eb86fe1f8f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59c680ec-1c61-42d1-af50-2eb86fe1f8f5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 224, 34, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-59c680ec-1c61-42d1-af50-2eb86fe1f8f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-59c680ec-1c61-42d1-af50-2eb86fe1f8f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59c680ec-1c61-42d1-af50-2eb86fe1f8f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-59c680ec-1c61-42d1-af50-2eb86fe1f8f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-60bd5e07-575b-43c9-899b-3e2c26eb4cd3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a1a4b861-b994-495f-8f20-a1614b843992 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7df9e72e-bb65-4992-beb6-dccd2cafbe78 {
  display: none;
}
#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 {
  text-align: center;
}


.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 {
  max-width: 100%;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom,
.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 {
  max-width: 100%;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom,
.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 {
  max-width: 100%;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom,
.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 {
  max-width: 100%;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom,
.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 {
  max-width: 100%;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom,
.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fa261164-56c6-429f-9c87-0ab5d74f36e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-46d7f7cc-126a-4aef-8ca2-157d2debe9c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46d7f7cc-126a-4aef-8ca2-157d2debe9c0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-69048f24-cacc-44b4-b173-e73e06eecf4b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-69048f24-cacc-44b4-b173-e73e06eecf4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69048f24-cacc-44b4-b173-e73e06eecf4b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 224, 34, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-69048f24-cacc-44b4-b173-e73e06eecf4b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-69048f24-cacc-44b4-b173-e73e06eecf4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69048f24-cacc-44b4-b173-e73e06eecf4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69048f24-cacc-44b4-b173-e73e06eecf4b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c5b95d24-0a74-4887-ac88-b25cd5f23347 {
  margin-left: 20px;
margin-right: 20px;
}

#s-cf7fd183-d1fb-4c8d-92c6-15b800b09e97 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e4b3c7dc-e0bf-446d-ae44-01b6e69be1b7 {
  display: none;
}
#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 {
  text-align: center;
}


.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 {
  max-width: 100%;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom,
.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  max-width: 370px !important;
  min-height:  !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 {
  max-width: 100%;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom,
.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  max-width: 370px !important;
  min-height:  !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 {
  max-width: 100%;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom,
.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  max-width: 370px !important;
  min-height:  !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 {
  max-width: 100%;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom,
.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  max-width: 370px !important;
  min-height:  !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 {
  max-width: 100%;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom,
.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 img.shogun-image {
  max-width: 370px !important;
  min-height:  !important;
}

.shg-c#s-9b40c4ab-a5d5-4045-af66-5d51c4df8556 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-92253d06-94ee-4be7-adb8-2cbe7c3168d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92253d06-94ee-4be7-adb8-2cbe7c3168d0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-cdd0d9df-6fea-429d-9ae7-ad5289657ce0 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 224, 34, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-cdd0d9df-6fea-429d-9ae7-ad5289657ce0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cdd0d9df-6fea-429d-9ae7-ad5289657ce0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cdd0d9df-6fea-429d-9ae7-ad5289657ce0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-cdd0d9df-6fea-429d-9ae7-ad5289657ce0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdd0d9df-6fea-429d-9ae7-ad5289657ce0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cdd0d9df-6fea-429d-9ae7-ad5289657ce0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6fab5fbd-55a5-4000-83cd-ebd108aa3940 {
  margin-left: 20px;
margin-right: 20px;
}

#s-11e2c65e-dc32-4b35-a02b-44ba2b27ec31 {
  min-height: 50px;
}








#s-11e2c65e-dc32-4b35-a02b-44ba2b27ec31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11e2c65e-dc32-4b35-a02b-44ba2b27ec31.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-504f025f-ec9b-420a-9f5d-28d89a2ae1b7 {
  margin-top: 10px;
margin-left: 49px;
margin-bottom: 10px;
margin-right: 49px;
}

#s-ae6a436b-6e9f-4cae-85c0-9315b17fca41 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ae6a436b-6e9f-4cae-85c0-9315b17fca41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae6a436b-6e9f-4cae-85c0-9315b17fca41.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-a7f8c797-a893-479a-b5b2-30091cd98e6b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a7f8c797-a893-479a-b5b2-30091cd98e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7f8c797-a893-479a-b5b2-30091cd98e6b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

#s-641bea75-9b11-4462-bc07-72dd0ec172cd {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(253, 224, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-641bea75-9b11-4462-bc07-72dd0ec172cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-641bea75-9b11-4462-bc07-72dd0ec172cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-641bea75-9b11-4462-bc07-72dd0ec172cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0173f54e-9e5e-4ad1-88d6-d538181cf854 {
  min-height: 50px;
}








#s-0173f54e-9e5e-4ad1-88d6-d538181cf854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0173f54e-9e5e-4ad1-88d6-d538181cf854.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2025b321-7384-4637-a55b-8fcada7c7c82 {
  min-height: 50px;
}








#s-2025b321-7384-4637-a55b-8fcada7c7c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2025b321-7384-4637-a55b-8fcada7c7c82.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7d963079-43bd-4149-b36f-eb5bb03d28a8 {
  min-height: 50px;
}








#s-7d963079-43bd-4149-b36f-eb5bb03d28a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d963079-43bd-4149-b36f-eb5bb03d28a8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-25464672-8dc2-4a25-97a6-45fc10bd3955 {
  min-height: 50px;
}








#s-25464672-8dc2-4a25-97a6-45fc10bd3955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25464672-8dc2-4a25-97a6-45fc10bd3955.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c5ec5eb5-1764-4f40-bd3e-812a5c18529a {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-c5ec5eb5-1764-4f40-bd3e-812a5c18529a img.shogun-image {
    
    width: px;
  }


#s-c5ec5eb5-1764-4f40-bd3e-812a5c18529a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b08b1af4-e595-43c8-8479-ab2d96f9ef0b {
  margin-top: 2px;
margin-left: 50px;
margin-bottom: 2px;
margin-right: 50px;
}

#s-c47e4e5e-4b78-40b3-ae69-df09e6e0fd8b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 224, 34, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-c47e4e5e-4b78-40b3-ae69-df09e6e0fd8b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 224, 34, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-c47e4e5e-4b78-40b3-ae69-df09e6e0fd8b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c47e4e5e-4b78-40b3-ae69-df09e6e0fd8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-98e17554-debc-4c6e-b4ec-5eb0a19ef844 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-98e17554-debc-4c6e-b4ec-5eb0a19ef844 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98e17554-debc-4c6e-b4ec-5eb0a19ef844.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fa143bf5-09d3-4d05-bcba-4eda64ba9e6e {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-fa143bf5-09d3-4d05-bcba-4eda64ba9e6e img.shogun-image {
    
    width: px;
  }


#s-fa143bf5-09d3-4d05-bcba-4eda64ba9e6e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cdfc6c3c-dd31-4ec9-a1fa-2b13084cbf84 {
  border-style: solid;
margin-top: 2px;
margin-left: 50px;
margin-bottom: 2px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-ed1aa2e4-c0e0-465d-85f7-0ac889265221 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 224, 34, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-ed1aa2e4-c0e0-465d-85f7-0ac889265221:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 224, 34, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-ed1aa2e4-c0e0-465d-85f7-0ac889265221:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed1aa2e4-c0e0-465d-85f7-0ac889265221.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-8d3a559a-9838-4c74-8121-a85baa3f2a1c {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-8d3a559a-9838-4c74-8121-a85baa3f2a1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d3a559a-9838-4c74-8121-a85baa3f2a1c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f603dc08-e2d1-4323-9f68-e6dd2846e5b1 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-f603dc08-e2d1-4323-9f68-e6dd2846e5b1 img.shogun-image {
    
    width: px;
  }


#s-f603dc08-e2d1-4323-9f68-e6dd2846e5b1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-58d0cc21-d664-46ae-8d5a-427854abec5f {
  border-style: solid;
margin-top: 2px;
margin-left: 50px;
margin-bottom: 2px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-36640a5c-a10f-40dd-ae6a-a348f0960c97 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 224, 34, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-36640a5c-a10f-40dd-ae6a-a348f0960c97:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 224, 34, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-36640a5c-a10f-40dd-ae6a-a348f0960c97:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-36640a5c-a10f-40dd-ae6a-a348f0960c97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-b2a29028-284b-49f3-b34d-aa8b946d2744 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-b2a29028-284b-49f3-b34d-aa8b946d2744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2a29028-284b-49f3-b34d-aa8b946d2744.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e8a178cf-e159-413b-8913-2e1a4def096b {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-e8a178cf-e159-413b-8913-2e1a4def096b img.shogun-image {
    
    width: px;
  }


#s-e8a178cf-e159-413b-8913-2e1a4def096b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b8e0b631-af1a-4bd2-a34e-3efe3daf1574 {
  border-style: solid;
margin-top: 2px;
margin-left: 50px;
margin-bottom: 2px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-b28996e0-55bb-45a1-81e7-9c905bed18a1 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 224, 34, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-b28996e0-55bb-45a1-81e7-9c905bed18a1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 224, 34, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-b28996e0-55bb-45a1-81e7-9c905bed18a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b28996e0-55bb-45a1-81e7-9c905bed18a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-6393aac3-4b45-4989-9743-df706974e382 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-6393aac3-4b45-4989-9743-df706974e382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6393aac3-4b45-4989-9743-df706974e382.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f71daef2-98d4-4c2d-b336-bb524d40081c {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-f71daef2-98d4-4c2d-b336-bb524d40081c img.shogun-image {
    
    width: px;
  }


#s-f71daef2-98d4-4c2d-b336-bb524d40081c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b249b5da-427f-4af7-a6fb-52e4589dd5cd {
  border-style: solid;
margin-top: 2px;
margin-left: 50px;
margin-bottom: 2px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-322d6cad-fcb6-4517-b604-ab685eeb26ae {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 224, 34, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-322d6cad-fcb6-4517-b604-ab685eeb26ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-322d6cad-fcb6-4517-b604-ab685eeb26ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-322d6cad-fcb6-4517-b604-ab685eeb26ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-81341bfc-3023-4eba-87bd-9a025f8b8706 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-81341bfc-3023-4eba-87bd-9a025f8b8706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81341bfc-3023-4eba-87bd-9a025f8b8706.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-725f4ce9-9e10-4e09-affd-519cd88f79b3 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-725f4ce9-9e10-4e09-affd-519cd88f79b3 img.shogun-image {
    
    width: px;
  }


#s-725f4ce9-9e10-4e09-affd-519cd88f79b3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f6c1b0e9-f688-464d-a603-1b1ce702649e {
  border-style: solid;
margin-top: 2px;
margin-left: 50px;
margin-bottom: 2px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-9800890a-2225-41cd-b074-434b3ded74b6 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 224, 34, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-9800890a-2225-41cd-b074-434b3ded74b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9800890a-2225-41cd-b074-434b3ded74b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9800890a-2225-41cd-b074-434b3ded74b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-65fbf261-40bb-4935-9c27-b8a802267572 {
  min-height: 50px;
}








#s-65fbf261-40bb-4935-9c27-b8a802267572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65fbf261-40bb-4935-9c27-b8a802267572.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-84db36d9-6fce-4b39-8028-5a0cd37dc970 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-84db36d9-6fce-4b39-8028-5a0cd37dc970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84db36d9-6fce-4b39-8028-5a0cd37dc970.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
