.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-ee018718-8f9a-4fb0-8b13-9d6ab1ab8c62 {
  margin-bottom: -17px;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-efe86ba7-07ee-4162-b6d6-83d270233c54 {
  min-height: 50px;
}








#s-efe86ba7-07ee-4162-b6d6-83d270233c54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efe86ba7-07ee-4162-b6d6-83d270233c54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6a9170de-dd5c-4987-8dd5-15961f7c5e73 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6a9170de-dd5c-4987-8dd5-15961f7c5e73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6a9170de-dd5c-4987-8dd5-15961f7c5e73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 65, 1);
}

#s-6a9170de-dd5c-4987-8dd5-15961f7c5e73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6a9170de-dd5c-4987-8dd5-15961f7c5e73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 65, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6a9170de-dd5c-4987-8dd5-15961f7c5e73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-78b42fe9-f454-40c6-a6d2-d127cec7730b {
  min-height: 50px;
}








#s-78b42fe9-f454-40c6-a6d2-d127cec7730b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78b42fe9-f454-40c6-a6d2-d127cec7730b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f8dbca0f-ffed-4018-9a2b-1b8bf7c1269b {
  min-height: 50px;
}








#s-f8dbca0f-ffed-4018-9a2b-1b8bf7c1269b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8dbca0f-ffed-4018-9a2b-1b8bf7c1269b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1d414533-1b61-4bc0-b33f-74a13076a365 {
  min-height: 50px;
}








#s-1d414533-1b61-4bc0-b33f-74a13076a365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d414533-1b61-4bc0-b33f-74a13076a365.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-b04195f2-b24a-4cc0-8c65-6f14c4915831 {
  margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (max-width: 767px){#s-b04195f2-b24a-4cc0-8c65-6f14c4915831 {
  display: none;
}
#s-b04195f2-b24a-4cc0-8c65-6f14c4915831, #wrap-s-b04195f2-b24a-4cc0-8c65-6f14c4915831 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b04195f2-b24a-4cc0-8c65-6f14c4915831"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b04195f2-b24a-4cc0-8c65-6f14c4915831"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b04195f2-b24a-4cc0-8c65-6f14c4915831"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b04195f2-b24a-4cc0-8c65-6f14c4915831"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b04195f2-b24a-4cc0-8c65-6f14c4915831"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b04195f2-b24a-4cc0-8c65-6f14c4915831"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b04195f2-b24a-4cc0-8c65-6f14c4915831"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b04195f2-b24a-4cc0-8c65-6f14c4915831"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-30456908-b6c9-49e0-a774-1caab8fb822a {
  min-height: 50px;
}








#s-30456908-b6c9-49e0-a774-1caab8fb822a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30456908-b6c9-49e0-a774-1caab8fb822a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-58db3ded-4acc-4ca3-9045-70bdc7b5df86 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-58db3ded-4acc-4ca3-9045-70bdc7b5df86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58db3ded-4acc-4ca3-9045-70bdc7b5df86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58db3ded-4acc-4ca3-9045-70bdc7b5df86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58db3ded-4acc-4ca3-9045-70bdc7b5df86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58db3ded-4acc-4ca3-9045-70bdc7b5df86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58db3ded-4acc-4ca3-9045-70bdc7b5df86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58db3ded-4acc-4ca3-9045-70bdc7b5df86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-9047a195-2338-4532-9682-848185a2a128 {
  text-align: center;
}







  #s-9047a195-2338-4532-9682-848185a2a128 img.shogun-image {
    

    
    
    
  }


#s-9047a195-2338-4532-9682-848185a2a128 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d9c493a-8d3c-49d4-bd9b-20669e0d7c3e {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0d9c493a-8d3c-49d4-bd9b-20669e0d7c3e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-0d9c493a-8d3c-49d4-bd9b-20669e0d7c3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0d9c493a-8d3c-49d4-bd9b-20669e0d7c3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0d9c493a-8d3c-49d4-bd9b-20669e0d7c3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-18fd88e0-2a77-426f-afb3-1a0856bde3ec {
  text-align: center;
}







  #s-18fd88e0-2a77-426f-afb3-1a0856bde3ec img.shogun-image {
    

    
    
    
  }


#s-18fd88e0-2a77-426f-afb3-1a0856bde3ec .shogun-image-content {
  
    align-items: center;
  
}

#s-602781db-7ef0-4806-ba58-efecdefc3260 {
  text-align: center;
}







  #s-602781db-7ef0-4806-ba58-efecdefc3260 img.shogun-image {
    

    
    
    
  }


#s-602781db-7ef0-4806-ba58-efecdefc3260 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb166fa7-72d3-4c75-92ed-47da61b43f38 {
  text-align: center;
}







  #s-cb166fa7-72d3-4c75-92ed-47da61b43f38 img.shogun-image {
    

    
    
    
  }


#s-cb166fa7-72d3-4c75-92ed-47da61b43f38 .shogun-image-content {
  
    align-items: center;
  
}

#s-87cddb28-bd28-471e-8e6d-db9e30d8e830 {
  min-height: 50px;
}








#s-87cddb28-bd28-471e-8e6d-db9e30d8e830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87cddb28-bd28-471e-8e6d-db9e30d8e830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-043d7ee9-54a3-4fa9-a786-1c0fc395a188 {
  display: none;
}
.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-6c6f1850-6914-4ebc-aa4f-0d958b8a53a1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6c6f1850-6914-4ebc-aa4f-0d958b8a53a1:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c6f1850-6914-4ebc-aa4f-0d958b8a53a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c6f1850-6914-4ebc-aa4f-0d958b8a53a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c6f1850-6914-4ebc-aa4f-0d958b8a53a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c6f1850-6914-4ebc-aa4f-0d958b8a53a1.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-6c6f1850-6914-4ebc-aa4f-0d958b8a53a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-08bcc397-8aa4-489f-bde3-32fe622d242a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-08bcc397-8aa4-489f-bde3-32fe622d242a {
  display: none;
}
#s-08bcc397-8aa4-489f-bde3-32fe622d242a, #wrap-s-08bcc397-8aa4-489f-bde3-32fe622d242a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08bcc397-8aa4-489f-bde3-32fe622d242a {
  display: none;
}
#s-08bcc397-8aa4-489f-bde3-32fe622d242a, #wrap-s-08bcc397-8aa4-489f-bde3-32fe622d242a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08bcc397-8aa4-489f-bde3-32fe622d242a {
  
}
}@media (max-width: 767px){#s-08bcc397-8aa4-489f-bde3-32fe622d242a {
  
}
}







#s-08bcc397-8aa4-489f-bde3-32fe622d242a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08bcc397-8aa4-489f-bde3-32fe622d242a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7ae72b3a-a466-4b1f-9c12-170a694520ee {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7ae72b3a-a466-4b1f-9c12-170a694520ee {
  display: none;
}
#s-7ae72b3a-a466-4b1f-9c12-170a694520ee, #wrap-s-7ae72b3a-a466-4b1f-9c12-170a694520ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ae72b3a-a466-4b1f-9c12-170a694520ee {
  display: none;
}
#s-7ae72b3a-a466-4b1f-9c12-170a694520ee, #wrap-s-7ae72b3a-a466-4b1f-9c12-170a694520ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ae72b3a-a466-4b1f-9c12-170a694520ee {
  
}
}@media (max-width: 767px){#s-7ae72b3a-a466-4b1f-9c12-170a694520ee {
  
}
}







#s-7ae72b3a-a466-4b1f-9c12-170a694520ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ae72b3a-a466-4b1f-9c12-170a694520ee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-46e89305-19ba-456b-8c8c-16fc4b262152 {
  margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-46e89305-19ba-456b-8c8c-16fc4b262152 {
  display: none;
}
#s-46e89305-19ba-456b-8c8c-16fc4b262152, #wrap-s-46e89305-19ba-456b-8c8c-16fc4b262152 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46e89305-19ba-456b-8c8c-16fc4b262152 {
  display: none;
}
#s-46e89305-19ba-456b-8c8c-16fc4b262152, #wrap-s-46e89305-19ba-456b-8c8c-16fc4b262152 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46e89305-19ba-456b-8c8c-16fc4b262152 {
  display: none;
}
#s-46e89305-19ba-456b-8c8c-16fc4b262152, #wrap-s-46e89305-19ba-456b-8c8c-16fc4b262152 { display:none !important; }}
@media (min-width: 0px) {
[id="s-46e89305-19ba-456b-8c8c-16fc4b262152"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46e89305-19ba-456b-8c8c-16fc4b262152"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46e89305-19ba-456b-8c8c-16fc4b262152"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46e89305-19ba-456b-8c8c-16fc4b262152"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46e89305-19ba-456b-8c8c-16fc4b262152"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46e89305-19ba-456b-8c8c-16fc4b262152"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46e89305-19ba-456b-8c8c-16fc4b262152"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-46e89305-19ba-456b-8c8c-16fc4b262152"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b812d943-88f1-437d-8dff-8e124b0cb8da {
  min-height: 50px;
}








#s-b812d943-88f1-437d-8dff-8e124b0cb8da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b812d943-88f1-437d-8dff-8e124b0cb8da.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-52bc6939-31ee-4349-8b17-ac3839b9fb13 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-52bc6939-31ee-4349-8b17-ac3839b9fb13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52bc6939-31ee-4349-8b17-ac3839b9fb13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52bc6939-31ee-4349-8b17-ac3839b9fb13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52bc6939-31ee-4349-8b17-ac3839b9fb13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52bc6939-31ee-4349-8b17-ac3839b9fb13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52bc6939-31ee-4349-8b17-ac3839b9fb13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52bc6939-31ee-4349-8b17-ac3839b9fb13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-35907f6f-2e6d-407e-8179-118d368d82d8 {
  text-align: center;
}







  #s-35907f6f-2e6d-407e-8179-118d368d82d8 img.shogun-image {
    

    
    
    
  }


#s-35907f6f-2e6d-407e-8179-118d368d82d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-736903da-80aa-4f61-b9fd-35ba4a298c67 {
  display: none;
}
#s-a1adeb41-fe16-478f-8b1c-8a10d9cc69ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a1adeb41-fe16-478f-8b1c-8a10d9cc69ea:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1adeb41-fe16-478f-8b1c-8a10d9cc69ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1adeb41-fe16-478f-8b1c-8a10d9cc69ea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1adeb41-fe16-478f-8b1c-8a10d9cc69ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1adeb41-fe16-478f-8b1c-8a10d9cc69ea.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-a1adeb41-fe16-478f-8b1c-8a10d9cc69ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b {
  margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (max-width: 767px){#s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b {
  display: none;
}
#s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b, #wrap-s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b { display:none !important; }}
@media (min-width: 0px) {
[id="s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3238f9b3-8c9b-4b72-8b8c-024cb524a95b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-96eb3a8f-ede0-4e06-ac72-92ff2879df6f {
  min-height: 50px;
}








#s-96eb3a8f-ede0-4e06-ac72-92ff2879df6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96eb3a8f-ede0-4e06-ac72-92ff2879df6f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-476e4a51-901a-4aaf-a149-5f4c1be05085 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-476e4a51-901a-4aaf-a149-5f4c1be05085"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-476e4a51-901a-4aaf-a149-5f4c1be05085"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-476e4a51-901a-4aaf-a149-5f4c1be05085"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-476e4a51-901a-4aaf-a149-5f4c1be05085"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-476e4a51-901a-4aaf-a149-5f4c1be05085"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-476e4a51-901a-4aaf-a149-5f4c1be05085"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-476e4a51-901a-4aaf-a149-5f4c1be05085"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-94bd7e6b-2803-4a32-b0a3-f0ed1fa06c65 {
  text-align: center;
}







  #s-94bd7e6b-2803-4a32-b0a3-f0ed1fa06c65 img.shogun-image {
    

    
    
    
  }


#s-94bd7e6b-2803-4a32-b0a3-f0ed1fa06c65 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-090c80fc-746f-4a64-961d-abb8d5362c61 {
  
}
}
#s-e7ec2b57-5bca-4768-b093-c8c14c0aebdc {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e7ec2b57-5bca-4768-b093-c8c14c0aebdc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-e7ec2b57-5bca-4768-b093-c8c14c0aebdc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e7ec2b57-5bca-4768-b093-c8c14c0aebdc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e7ec2b57-5bca-4768-b093-c8c14c0aebdc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-d418618b-8288-4942-83c1-e08c6678ae9d {
  text-align: center;
}







  #s-d418618b-8288-4942-83c1-e08c6678ae9d img.shogun-image {
    

    
    
    
  }


#s-d418618b-8288-4942-83c1-e08c6678ae9d .shogun-image-content {
  
    align-items: center;
  
}

#s-cee008d9-c15e-4c9b-9298-480e6305b02d {
  text-align: center;
}







  #s-cee008d9-c15e-4c9b-9298-480e6305b02d img.shogun-image {
    

    
    
    
  }


#s-cee008d9-c15e-4c9b-9298-480e6305b02d .shogun-image-content {
  
    align-items: center;
  
}

#s-290c2610-96a2-464a-a27a-c940973703b5 {
  text-align: center;
}







  #s-290c2610-96a2-464a-a27a-c940973703b5 img.shogun-image {
    

    
    
    
  }


#s-290c2610-96a2-464a-a27a-c940973703b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-21719a18-9684-413a-8cf1-b320070bf6f1 {
  margin-left: 10px;
margin-right: 10px;
}

#s-21719a18-9684-413a-8cf1-b320070bf6f1 {
  display: none;
}
#s-ff4c8ac0-202d-44cb-9e98-8aeddbe4b31a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(185, 104, 12, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ff4c8ac0-202d-44cb-9e98-8aeddbe4b31a:hover {background-color: rgba(185, 104, 12, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff4c8ac0-202d-44cb-9e98-8aeddbe4b31a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff4c8ac0-202d-44cb-9e98-8aeddbe4b31a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff4c8ac0-202d-44cb-9e98-8aeddbe4b31a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff4c8ac0-202d-44cb-9e98-8aeddbe4b31a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff4c8ac0-202d-44cb-9e98-8aeddbe4b31a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-da7ed0a4-a165-42d6-ad19-5de49dbd58b2 {
  min-height: 50px;
}








#s-da7ed0a4-a165-42d6-ad19-5de49dbd58b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da7ed0a4-a165-42d6-ad19-5de49dbd58b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64bad273-bba5-4a42-969d-071fd42d852e {
  min-height: 50px;
}








#s-64bad273-bba5-4a42-969d-071fd42d852e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64bad273-bba5-4a42-969d-071fd42d852e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afa990c2-800e-46d0-900f-a966114e13a0 {
  margin-top: 16px;
}

@media (min-width: 0px) {
[id="s-afa990c2-800e-46d0-900f-a966114e13a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afa990c2-800e-46d0-900f-a966114e13a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afa990c2-800e-46d0-900f-a966114e13a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-afa990c2-800e-46d0-900f-a966114e13a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afa990c2-800e-46d0-900f-a966114e13a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-afa990c2-800e-46d0-900f-a966114e13a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afa990c2-800e-46d0-900f-a966114e13a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-01c31c27-3a71-4bc0-a5b5-dd5f1ce47833 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01c31c27-3a71-4bc0-a5b5-dd5f1ce47833 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-21c77dbf-6111-42fe-9fbb-f37d4f746814"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21c77dbf-6111-42fe-9fbb-f37d4f746814"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21c77dbf-6111-42fe-9fbb-f37d4f746814"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-21c77dbf-6111-42fe-9fbb-f37d4f746814"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21c77dbf-6111-42fe-9fbb-f37d4f746814"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-21c77dbf-6111-42fe-9fbb-f37d4f746814"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21c77dbf-6111-42fe-9fbb-f37d4f746814"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-791630a1-4ab1-4cdd-8996-3fccde6c8b61 {
  min-height: 50px;
}








#s-791630a1-4ab1-4cdd-8996-3fccde6c8b61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-791630a1-4ab1-4cdd-8996-3fccde6c8b61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4633cade-53bf-496d-9192-b883c8343bd5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4633cade-53bf-496d-9192-b883c8343bd5 {
  display: none;
}
#s-4633cade-53bf-496d-9192-b883c8343bd5, #wrap-s-4633cade-53bf-496d-9192-b883c8343bd5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4633cade-53bf-496d-9192-b883c8343bd5 {
  display: none;
}
#s-4633cade-53bf-496d-9192-b883c8343bd5, #wrap-s-4633cade-53bf-496d-9192-b883c8343bd5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4633cade-53bf-496d-9192-b883c8343bd5 {
  display: none;
}
#s-4633cade-53bf-496d-9192-b883c8343bd5, #wrap-s-4633cade-53bf-496d-9192-b883c8343bd5 { display:none !important; }}@media (max-width: 767px){#s-4633cade-53bf-496d-9192-b883c8343bd5 {
  
}
}
#s-4633cade-53bf-496d-9192-b883c8343bd5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4633cade-53bf-496d-9192-b883c8343bd5 .shg-sld-nav-button.shg-sld-left,
#s-4633cade-53bf-496d-9192-b883c8343bd5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-d792c451-73f6-4f24-9462-d63c212467a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d792c451-73f6-4f24-9462-d63c212467a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d792c451-73f6-4f24-9462-d63c212467a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d792c451-73f6-4f24-9462-d63c212467a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1468a00f-31ca-436c-8064-aa01ac3615da {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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-d2149307-6883-4c78-93e0-dcd58399fdce {
  text-align: left;
}



.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2149307-6883-4c78-93e0-dcd58399fdce img.shogun-image {
  width: 100%;
}



}
#s-49a4604c-e4f6-4c65-a9c1-4193a72647bc {
  margin-top: 4px;
}

#s-9bd8eeae-eeef-4324-b75d-c461adb53097 {
  text-align: center;
}

#s-9bd8eeae-eeef-4324-b75d-c461adb53097 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-9bd8eeae-eeef-4324-b75d-c461adb53097 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-9bd8eeae-eeef-4324-b75d-c461adb53097 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-59eac183-a2ef-469f-9bb5-e30f3cc602c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-59eac183-a2ef-469f-9bb5-e30f3cc602c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59eac183-a2ef-469f-9bb5-e30f3cc602c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59eac183-a2ef-469f-9bb5-e30f3cc602c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59eac183-a2ef-469f-9bb5-e30f3cc602c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59eac183-a2ef-469f-9bb5-e30f3cc602c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-59eac183-a2ef-469f-9bb5-e30f3cc602c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-986f1388-ed10-4468-84b2-d7628d76d6a6 {
  display: none;
}
#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 {
  text-align: left;
}



.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e43225-c02f-4b9f-8bb0-532bb061c3f1 img.shogun-image {
  width: 100%;
}



}
#s-1023170d-ac48-4aa6-b80e-e08ed8dafb71 {
  margin-top: 4px;
}

#s-9e2326b2-7ebe-431f-8c92-ee5ae204b7b9 {
  text-align: center;
}

#s-9e2326b2-7ebe-431f-8c92-ee5ae204b7b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-9e2326b2-7ebe-431f-8c92-ee5ae204b7b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-9e2326b2-7ebe-431f-8c92-ee5ae204b7b9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b23c90cb-df5d-48bc-b3e2-5002b59d543b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b23c90cb-df5d-48bc-b3e2-5002b59d543b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b23c90cb-df5d-48bc-b3e2-5002b59d543b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b23c90cb-df5d-48bc-b3e2-5002b59d543b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b23c90cb-df5d-48bc-b3e2-5002b59d543b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b23c90cb-df5d-48bc-b3e2-5002b59d543b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b23c90cb-df5d-48bc-b3e2-5002b59d543b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-f44bf3cf-910e-413c-b823-a6a224631389"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f44bf3cf-910e-413c-b823-a6a224631389"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f44bf3cf-910e-413c-b823-a6a224631389"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f44bf3cf-910e-413c-b823-a6a224631389"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a552099d-aabb-4bab-946b-3b3e4d681b26 {
  display: none;
}
#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 {
  text-align: left;
}



.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e04e0b-89c9-4e21-8741-a47c4cb72c36 img.shogun-image {
  width: 100%;
}



}
#s-52a02330-a77b-4748-a02d-d8e419a3c285 {
  margin-top: 4px;
}

#s-0551628d-a3ab-4369-9292-0c31f3d618a6 {
  text-align: center;
}

#s-0551628d-a3ab-4369-9292-0c31f3d618a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-0551628d-a3ab-4369-9292-0c31f3d618a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-0551628d-a3ab-4369-9292-0c31f3d618a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41dfc999-0971-4b11-ba6f-bef3ddcbea2c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-41dfc999-0971-4b11-ba6f-bef3ddcbea2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41dfc999-0971-4b11-ba6f-bef3ddcbea2c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41dfc999-0971-4b11-ba6f-bef3ddcbea2c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41dfc999-0971-4b11-ba6f-bef3ddcbea2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41dfc999-0971-4b11-ba6f-bef3ddcbea2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41dfc999-0971-4b11-ba6f-bef3ddcbea2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-611c0d39-e549-4663-bf4f-c7c0f77e1f8a {
  display: none;
}
#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 {
  text-align: left;
}



.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a5327e-ee22-4ad3-b8ed-e04b24413f67 img.shogun-image {
  width: 100%;
}



}
#s-d771cbea-1dd5-4276-87dd-ca6980be034d {
  margin-top: 4px;
}

#s-86431e41-46e6-454f-a366-5818878683f1 {
  text-align: center;
}

#s-86431e41-46e6-454f-a366-5818878683f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-86431e41-46e6-454f-a366-5818878683f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-86431e41-46e6-454f-a366-5818878683f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-04152dce-c4e4-4a0c-9ed0-d364e22d2b6d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-04152dce-c4e4-4a0c-9ed0-d364e22d2b6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04152dce-c4e4-4a0c-9ed0-d364e22d2b6d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04152dce-c4e4-4a0c-9ed0-d364e22d2b6d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04152dce-c4e4-4a0c-9ed0-d364e22d2b6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04152dce-c4e4-4a0c-9ed0-d364e22d2b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04152dce-c4e4-4a0c-9ed0-d364e22d2b6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-24ccf5c9-5fe3-4c82-aa77-20ed3780580c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24ccf5c9-5fe3-4c82-aa77-20ed3780580c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24ccf5c9-5fe3-4c82-aa77-20ed3780580c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24ccf5c9-5fe3-4c82-aa77-20ed3780580c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bbf2727e-0663-414c-bd2a-691364d8f11a {
  display: none;
}
#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd {
  text-align: left;
}



.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f785a3a7-d198-4579-979d-ecaeabd9d2dd img.shogun-image {
  width: 100%;
}



}
#s-2de2c7b8-df62-4631-86e9-46bd136e0ce3 {
  margin-top: 4px;
}

#s-1e2804f7-5c16-4982-8172-de9c345ddea7 {
  text-align: center;
}

#s-1e2804f7-5c16-4982-8172-de9c345ddea7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-1e2804f7-5c16-4982-8172-de9c345ddea7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-1e2804f7-5c16-4982-8172-de9c345ddea7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0e6bdf6c-6c88-4aa4-8756-172dd61a13e5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e6bdf6c-6c88-4aa4-8756-172dd61a13e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e6bdf6c-6c88-4aa4-8756-172dd61a13e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e6bdf6c-6c88-4aa4-8756-172dd61a13e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e6bdf6c-6c88-4aa4-8756-172dd61a13e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e6bdf6c-6c88-4aa4-8756-172dd61a13e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e6bdf6c-6c88-4aa4-8756-172dd61a13e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0024aec5-c88a-488f-8cdf-beb36deb5501 {
  display: none;
}
#s-72727a66-c69a-43db-9888-26ce6e89e411 {
  text-align: left;
}



.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72727a66-c69a-43db-9888-26ce6e89e411 img.shogun-image {
  width: 100%;
}



}
#s-8cb7054f-d49f-4af6-b42d-433da9a1eadb {
  margin-top: 4px;
}

#s-d1f9f35c-2b69-459e-bb45-05475a7ffbe3 {
  text-align: center;
}

#s-d1f9f35c-2b69-459e-bb45-05475a7ffbe3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-d1f9f35c-2b69-459e-bb45-05475a7ffbe3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-d1f9f35c-2b69-459e-bb45-05475a7ffbe3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0827bf26-a4a2-47a4-81a9-0c5983f586aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0827bf26-a4a2-47a4-81a9-0c5983f586aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0827bf26-a4a2-47a4-81a9-0c5983f586aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0827bf26-a4a2-47a4-81a9-0c5983f586aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0827bf26-a4a2-47a4-81a9-0c5983f586aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0827bf26-a4a2-47a4-81a9-0c5983f586aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0827bf26-a4a2-47a4-81a9-0c5983f586aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6b5da425-159a-41cd-9a2b-c63378c2cfbc {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6b5da425-159a-41cd-9a2b-c63378c2cfbc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b5da425-159a-41cd-9a2b-c63378c2cfbc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b5da425-159a-41cd-9a2b-c63378c2cfbc {
  
}
}@media (max-width: 767px){#s-6b5da425-159a-41cd-9a2b-c63378c2cfbc {
  display: none;
}
#s-6b5da425-159a-41cd-9a2b-c63378c2cfbc, #wrap-s-6b5da425-159a-41cd-9a2b-c63378c2cfbc { display:none !important; }}
#s-6b5da425-159a-41cd-9a2b-c63378c2cfbc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6b5da425-159a-41cd-9a2b-c63378c2cfbc .shg-sld-nav-button.shg-sld-left,
#s-6b5da425-159a-41cd-9a2b-c63378c2cfbc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-5d9ab264-4050-4232-a586-50501f645871"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d9ab264-4050-4232-a586-50501f645871"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d9ab264-4050-4232-a586-50501f645871"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d9ab264-4050-4232-a586-50501f645871"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e7821699-eda0-4640-a488-e643fa899cf0 {
  display: none;
}
#s-8ac45d62-3cdd-4baf-935f-46ce1108159a {
  text-align: left;
}



.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ac45d62-3cdd-4baf-935f-46ce1108159a img.shogun-image {
  width: 100%;
}



}
#s-eefb2f44-d3ff-44fc-81fd-0b4d3d2d1618 {
  margin-top: 4px;
}

#s-c78e1833-289d-410c-8669-de18f07f0ae1 {
  text-align: center;
}

#s-c78e1833-289d-410c-8669-de18f07f0ae1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-c78e1833-289d-410c-8669-de18f07f0ae1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-c78e1833-289d-410c-8669-de18f07f0ae1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8e211b52-5caa-450e-9ae0-0c0e9fc398cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8e211b52-5caa-450e-9ae0-0c0e9fc398cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e211b52-5caa-450e-9ae0-0c0e9fc398cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e211b52-5caa-450e-9ae0-0c0e9fc398cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e211b52-5caa-450e-9ae0-0c0e9fc398cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e211b52-5caa-450e-9ae0-0c0e9fc398cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e211b52-5caa-450e-9ae0-0c0e9fc398cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4e015167-4662-40c8-b15f-0355648f9cde {
  display: none;
}
#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 {
  text-align: left;
}



.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7302e2c7-fc20-41a6-8ff6-cd1826151006 img.shogun-image {
  width: 100%;
}



}
#s-57ebb3f5-b56a-492e-a468-c499cf2e0e18 {
  margin-top: 4px;
}

#s-76a44ec1-d4a2-4e35-b1e7-8e4f57d7acb5 {
  text-align: center;
}

#s-76a44ec1-d4a2-4e35-b1e7-8e4f57d7acb5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-76a44ec1-d4a2-4e35-b1e7-8e4f57d7acb5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-76a44ec1-d4a2-4e35-b1e7-8e4f57d7acb5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b902fb55-71f2-484f-bcab-277135fa25e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b902fb55-71f2-484f-bcab-277135fa25e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b902fb55-71f2-484f-bcab-277135fa25e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b902fb55-71f2-484f-bcab-277135fa25e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b902fb55-71f2-484f-bcab-277135fa25e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b902fb55-71f2-484f-bcab-277135fa25e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b902fb55-71f2-484f-bcab-277135fa25e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-706d9188-a2e4-4b41-9fee-5a0e5bc34995 {
  display: none;
}
#s-791f6c3f-b534-45d2-8152-88cca3f773e3 {
  text-align: left;
}



.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-791f6c3f-b534-45d2-8152-88cca3f773e3 img.shogun-image {
  width: 100%;
}



}
#s-b492ce56-916e-47b2-9962-9ac29cc7eeb1 {
  margin-top: 4px;
}

#s-4eb286e7-348c-4ca3-b551-41f52ef2bd4d {
  text-align: center;
}

#s-4eb286e7-348c-4ca3-b551-41f52ef2bd4d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-4eb286e7-348c-4ca3-b551-41f52ef2bd4d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-4eb286e7-348c-4ca3-b551-41f52ef2bd4d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4f8f1533-5db1-40ee-b25f-6ff293081a33 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4f8f1533-5db1-40ee-b25f-6ff293081a33:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f8f1533-5db1-40ee-b25f-6ff293081a33:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f8f1533-5db1-40ee-b25f-6ff293081a33 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4f8f1533-5db1-40ee-b25f-6ff293081a33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f8f1533-5db1-40ee-b25f-6ff293081a33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4f8f1533-5db1-40ee-b25f-6ff293081a33.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-8b3de226-76d7-4ea8-87fb-0974db6dd866"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b3de226-76d7-4ea8-87fb-0974db6dd866"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b3de226-76d7-4ea8-87fb-0974db6dd866"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b3de226-76d7-4ea8-87fb-0974db6dd866"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fbeec3e3-e34d-4018-a571-ae714293a636 {
  display: none;
}
#s-697083cf-2811-4382-88a7-1c976cd37aee {
  text-align: left;
}



.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-697083cf-2811-4382-88a7-1c976cd37aee img.shogun-image {
  width: 100%;
}



}
#s-273d2631-c43f-47f4-b937-6a5ff8a221e9 {
  margin-top: 4px;
}

#s-b8b5b45f-2a8f-4e2e-915a-54c623aabbcb {
  text-align: center;
}

#s-b8b5b45f-2a8f-4e2e-915a-54c623aabbcb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-b8b5b45f-2a8f-4e2e-915a-54c623aabbcb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-b8b5b45f-2a8f-4e2e-915a-54c623aabbcb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1904fb9e-c6b3-45c1-bd3b-5e2cdce2f4e0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1904fb9e-c6b3-45c1-bd3b-5e2cdce2f4e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1904fb9e-c6b3-45c1-bd3b-5e2cdce2f4e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1904fb9e-c6b3-45c1-bd3b-5e2cdce2f4e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1904fb9e-c6b3-45c1-bd3b-5e2cdce2f4e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1904fb9e-c6b3-45c1-bd3b-5e2cdce2f4e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1904fb9e-c6b3-45c1-bd3b-5e2cdce2f4e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ab5d7816-699b-49b5-9f04-bf32f6a31291 {
  display: none;
}
#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 {
  text-align: left;
}



.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ff1bb1-d9b9-4081-8c6b-30f429ab4d90 img.shogun-image {
  width: 100%;
}



}
#s-f92523ee-091b-42c7-a6a2-87a1d9870992 {
  margin-top: 4px;
}

#s-caf7851a-bac6-49d2-9003-58cff0409bef {
  text-align: center;
}

#s-caf7851a-bac6-49d2-9003-58cff0409bef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-caf7851a-bac6-49d2-9003-58cff0409bef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-caf7851a-bac6-49d2-9003-58cff0409bef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a4160cc6-ee10-4a58-a6f3-5f9609070214 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a4160cc6-ee10-4a58-a6f3-5f9609070214:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4160cc6-ee10-4a58-a6f3-5f9609070214:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a4160cc6-ee10-4a58-a6f3-5f9609070214 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4160cc6-ee10-4a58-a6f3-5f9609070214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4160cc6-ee10-4a58-a6f3-5f9609070214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a4160cc6-ee10-4a58-a6f3-5f9609070214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-53f57304-65f2-4554-a29e-9e79ec5dbd47 {
  display: none;
}
#s-ef011246-a107-4982-b095-2ee6b2da85b1 {
  text-align: left;
}



.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef011246-a107-4982-b095-2ee6b2da85b1 img.shogun-image {
  width: 100%;
}



}
#s-1fcc89f4-3850-4fc1-98a3-680166c847d8 {
  margin-top: 4px;
}

#s-b630d8a9-e319-461d-bf87-d66f0343d121 {
  text-align: center;
}

#s-b630d8a9-e319-461d-bf87-d66f0343d121 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-b630d8a9-e319-461d-bf87-d66f0343d121 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-b630d8a9-e319-461d-bf87-d66f0343d121 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca918632-04ae-4146-a678-1fa0ffab57a0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ca918632-04ae-4146-a678-1fa0ffab57a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca918632-04ae-4146-a678-1fa0ffab57a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca918632-04ae-4146-a678-1fa0ffab57a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca918632-04ae-4146-a678-1fa0ffab57a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca918632-04ae-4146-a678-1fa0ffab57a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca918632-04ae-4146-a678-1fa0ffab57a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-67f73a17-71a6-4464-b8e5-5592ab8f71dc {
  padding-top: 35px;
padding-bottom: 35px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-67f73a17-71a6-4464-b8e5-5592ab8f71dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67f73a17-71a6-4464-b8e5-5592ab8f71dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-67f73a17-71a6-4464-b8e5-5592ab8f71dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-67f73a17-71a6-4464-b8e5-5592ab8f71dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-67f73a17-71a6-4464-b8e5-5592ab8f71dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-67f73a17-71a6-4464-b8e5-5592ab8f71dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-67f73a17-71a6-4464-b8e5-5592ab8f71dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-dbc8822f-95c7-4f5d-82b5-837854830527 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-a212e306-9299-4647-ad28-8f884ca1447a {
  margin-left: 12px;
margin-right: 12px;
}

@media (min-width: 0px) {
[id="s-a212e306-9299-4647-ad28-8f884ca1447a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-a212e306-9299-4647-ad28-8f884ca1447a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a212e306-9299-4647-ad28-8f884ca1447a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a212e306-9299-4647-ad28-8f884ca1447a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4b8e0226-65cc-4974-863b-8ee0a7fd4169 {
  text-align: center;
}







  #s-4b8e0226-65cc-4974-863b-8ee0a7fd4169 img.shogun-image {
    

    
    
    
  }


#s-4b8e0226-65cc-4974-863b-8ee0a7fd4169 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb62916d-142d-4a30-a067-6dabe62d6ef8 {
  text-align: center;
}







  #s-eb62916d-142d-4a30-a067-6dabe62d6ef8 img.shogun-image {
    

    
    
    
  }


#s-eb62916d-142d-4a30-a067-6dabe62d6ef8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4da8c22-fad6-4969-8b67-b6139af360ad {
  text-align: center;
}







  #s-b4da8c22-fad6-4969-8b67-b6139af360ad img.shogun-image {
    

    
    
    
  }


#s-b4da8c22-fad6-4969-8b67-b6139af360ad .shogun-image-content {
  
    align-items: center;
  
}

#s-7d443178-54bb-4870-aaf5-9b3190f2c7bd {
  text-align: center;
}







  #s-7d443178-54bb-4870-aaf5-9b3190f2c7bd img.shogun-image {
    

    
    
    
  }


#s-7d443178-54bb-4870-aaf5-9b3190f2c7bd .shogun-image-content {
  
    align-items: center;
  
}

#s-9d23e62c-2daa-4062-838a-968d30cb66e3 {
  margin-left: 12px;
margin-right: 12px;
}

@media (min-width: 0px) {
[id="s-9d23e62c-2daa-4062-838a-968d30cb66e3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-9d23e62c-2daa-4062-838a-968d30cb66e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9d23e62c-2daa-4062-838a-968d30cb66e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d23e62c-2daa-4062-838a-968d30cb66e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e40169b2-28be-4f45-ad5c-c4e97c5718d1 {
  text-align: center;
}







  #s-e40169b2-28be-4f45-ad5c-c4e97c5718d1 img.shogun-image {
    

    
    
    
  }


#s-e40169b2-28be-4f45-ad5c-c4e97c5718d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5771208c-885f-497d-b236-44d921c0a72c {
  text-align: center;
}







  #s-5771208c-885f-497d-b236-44d921c0a72c img.shogun-image {
    

    
    
    
  }


#s-5771208c-885f-497d-b236-44d921c0a72c .shogun-image-content {
  
    align-items: center;
  
}

#s-42e83f62-689c-4bb5-ac3f-1a97c165d3ce {
  text-align: center;
}







  #s-42e83f62-689c-4bb5-ac3f-1a97c165d3ce img.shogun-image {
    

    
    
    
  }


#s-42e83f62-689c-4bb5-ac3f-1a97c165d3ce .shogun-image-content {
  
    align-items: center;
  
}

#s-e818f160-9657-4e16-b854-f37ed8896824 {
  text-align: center;
}







  #s-e818f160-9657-4e16-b854-f37ed8896824 img.shogun-image {
    

    
    
    
  }


#s-e818f160-9657-4e16-b854-f37ed8896824 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e67370b-54e1-4638-813f-7cd4408453fb {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-5e67370b-54e1-4638-813f-7cd4408453fb {
  display: none;
}
#s-5e67370b-54e1-4638-813f-7cd4408453fb, #wrap-s-5e67370b-54e1-4638-813f-7cd4408453fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e67370b-54e1-4638-813f-7cd4408453fb {
  display: none;
}
#s-5e67370b-54e1-4638-813f-7cd4408453fb, #wrap-s-5e67370b-54e1-4638-813f-7cd4408453fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e67370b-54e1-4638-813f-7cd4408453fb {
  
}
}







#s-5e67370b-54e1-4638-813f-7cd4408453fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e67370b-54e1-4638-813f-7cd4408453fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43b451ec-aa89-4199-b79c-72072c2124f5 {
  margin-top: 25px;
margin-bottom: 10px;
}

#s-16139711-edad-4775-8eff-0d8693123e49 {
  margin-left: 35px;
margin-right: 35px;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(152, 150, 150, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-16139711-edad-4775-8eff-0d8693123e49 {
  display: none;
}
#s-16139711-edad-4775-8eff-0d8693123e49, #wrap-s-16139711-edad-4775-8eff-0d8693123e49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16139711-edad-4775-8eff-0d8693123e49 {
  display: none;
}
#s-16139711-edad-4775-8eff-0d8693123e49, #wrap-s-16139711-edad-4775-8eff-0d8693123e49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16139711-edad-4775-8eff-0d8693123e49 {
  
}
}







#s-16139711-edad-4775-8eff-0d8693123e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16139711-edad-4775-8eff-0d8693123e49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2a92c0ab-5ab2-437b-845b-212c8bba82ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a92c0ab-5ab2-437b-845b-212c8bba82ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a92c0ab-5ab2-437b-845b-212c8bba82ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a92c0ab-5ab2-437b-845b-212c8bba82ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2a92c0ab-5ab2-437b-845b-212c8bba82ac"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-59f36f30-a153-4156-a30b-e1815d88c9f1 {
  margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
}

#s-deacc853-1b86-4bc2-ad61-0f6ab91977c6 {
  margin-top: 20px;
text-align: center;
}







  #s-deacc853-1b86-4bc2-ad61-0f6ab91977c6 img.shogun-image {
    

    
    
    
  }


#s-deacc853-1b86-4bc2-ad61-0f6ab91977c6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4ac12c1d-896b-49de-bed1-f25ab62b4c9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ac12c1d-896b-49de-bed1-f25ab62b4c9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ac12c1d-896b-49de-bed1-f25ab62b4c9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ac12c1d-896b-49de-bed1-f25ab62b4c9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4ac12c1d-896b-49de-bed1-f25ab62b4c9c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a56a0c4d-28f2-4d22-8f6e-1b2826580d93 {
  margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
}

#s-5283df16-0834-4ee5-8509-aca629f9a8f7 {
  margin-top: 10px;
text-align: center;
}







  #s-5283df16-0834-4ee5-8509-aca629f9a8f7 img.shogun-image {
    

    
    
    
  }


#s-5283df16-0834-4ee5-8509-aca629f9a8f7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2d212726-f7ee-4672-aa02-41ee4508aeb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d212726-f7ee-4672-aa02-41ee4508aeb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d212726-f7ee-4672-aa02-41ee4508aeb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d212726-f7ee-4672-aa02-41ee4508aeb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2d212726-f7ee-4672-aa02-41ee4508aeb0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-529d2d38-41cd-4c4e-a6cc-62ff70511f41 {
  margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
}

#s-9b5a56d7-4c3e-4480-b337-0d24b4fe980c {
  margin-top: 10px;
text-align: center;
}







  #s-9b5a56d7-4c3e-4480-b337-0d24b4fe980c img.shogun-image {
    

    
    
    
  }


#s-9b5a56d7-4c3e-4480-b337-0d24b4fe980c .shogun-image-content {
  
    align-items: center;
  
}

#s-1355535d-e94e-4b39-b895-c7ed8ddbf151 {
  margin-left: 30px;
margin-right: 30px;
}

#s-1355535d-e94e-4b39-b895-c7ed8ddbf151 {
  display: none;
}
#s-459a8b1e-00ef-4352-b4c6-b7c521a41e1b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-459a8b1e-00ef-4352-b4c6-b7c521a41e1b:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-459a8b1e-00ef-4352-b4c6-b7c521a41e1b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-459a8b1e-00ef-4352-b4c6-b7c521a41e1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-459a8b1e-00ef-4352-b4c6-b7c521a41e1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-459a8b1e-00ef-4352-b4c6-b7c521a41e1b.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-459a8b1e-00ef-4352-b4c6-b7c521a41e1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dbd63320-f5a7-464a-9943-1c2ad8cb7d0c {
  min-height: 50px;
}
@media (max-width: 767px){#s-dbd63320-f5a7-464a-9943-1c2ad8cb7d0c {
  display: none;
}
#s-dbd63320-f5a7-464a-9943-1c2ad8cb7d0c, #wrap-s-dbd63320-f5a7-464a-9943-1c2ad8cb7d0c { display:none !important; }}







#s-dbd63320-f5a7-464a-9943-1c2ad8cb7d0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbd63320-f5a7-464a-9943-1c2ad8cb7d0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d00adddb-7b38-42d5-b371-01a48602f203 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d00adddb-7b38-42d5-b371-01a48602f203 {
  display: none;
}
#s-d00adddb-7b38-42d5-b371-01a48602f203, #wrap-s-d00adddb-7b38-42d5-b371-01a48602f203 { display:none !important; }}@media (max-width: 767px){#s-d00adddb-7b38-42d5-b371-01a48602f203 {
  display: none;
}
#s-d00adddb-7b38-42d5-b371-01a48602f203, #wrap-s-d00adddb-7b38-42d5-b371-01a48602f203 { display:none !important; }}






  #s-d00adddb-7b38-42d5-b371-01a48602f203 img.shogun-image {
    

    
    
    
  }


#s-d00adddb-7b38-42d5-b371-01a48602f203 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8079cdc-2a59-4c0e-8491-53d22014823d {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-a8079cdc-2a59-4c0e-8491-53d22014823d {
  
}
}







#s-a8079cdc-2a59-4c0e-8491-53d22014823d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8079cdc-2a59-4c0e-8491-53d22014823d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3333190-60c4-4bf6-a0e2-36e7b5e17839 {
  max-width: 1300px;
}
@media (max-width: 767px){#s-d3333190-60c4-4bf6-a0e2-36e7b5e17839 {
  display: none;
}
#s-d3333190-60c4-4bf6-a0e2-36e7b5e17839, #wrap-s-d3333190-60c4-4bf6-a0e2-36e7b5e17839 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d3333190-60c4-4bf6-a0e2-36e7b5e17839"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3333190-60c4-4bf6-a0e2-36e7b5e17839"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d3333190-60c4-4bf6-a0e2-36e7b5e17839"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3333190-60c4-4bf6-a0e2-36e7b5e17839"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a1bb2e0a-adbb-4a18-b90b-60cf166585f7 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(246, 246, 246, 1);
}








#s-a1bb2e0a-adbb-4a18-b90b-60cf166585f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1bb2e0a-adbb-4a18-b90b-60cf166585f7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4ce28145-6352-4dda-a39d-0a9ea5b2412c {
  margin-left: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
max-width: 600px;
}








#s-4ce28145-6352-4dda-a39d-0a9ea5b2412c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ce28145-6352-4dda-a39d-0a9ea5b2412c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-853a0e48-01a6-4459-92e9-1702cf892574 {
  text-align: center;
}

#s-3c63463e-da3a-4167-9b63-2e9d2fa159e4 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-507e0004-4c58-46cd-ae1e-c04990ef40fa {
  min-height: 50px;
}
@media (max-width: 767px){#s-507e0004-4c58-46cd-ae1e-c04990ef40fa {
  display: none;
}
#s-507e0004-4c58-46cd-ae1e-c04990ef40fa, #wrap-s-507e0004-4c58-46cd-ae1e-c04990ef40fa { display:none !important; }}







#s-507e0004-4c58-46cd-ae1e-c04990ef40fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-507e0004-4c58-46cd-ae1e-c04990ef40fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d304c6d-dfb1-4e68-b835-f62190b386c3 {
  display: none;
}
#s-9cffc975-143f-4f04-8dc8-bd602c4ea89a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9cffc975-143f-4f04-8dc8-bd602c4ea89a:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9cffc975-143f-4f04-8dc8-bd602c4ea89a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9cffc975-143f-4f04-8dc8-bd602c4ea89a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9cffc975-143f-4f04-8dc8-bd602c4ea89a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9cffc975-143f-4f04-8dc8-bd602c4ea89a.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-9cffc975-143f-4f04-8dc8-bd602c4ea89a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4ca8624a-bc3a-49e3-bccf-36484f6bc358 {
  text-align: left;
}







  #s-4ca8624a-bc3a-49e3-bccf-36484f6bc358 img.shogun-image {
    

    
    
    
  }


#s-4ca8624a-bc3a-49e3-bccf-36484f6bc358 .shogun-image-content {
  
    align-items: center;
  
}

#s-7acf7e43-6e4e-4c94-ae26-c310d104da1e {
  min-height: 50px;
}








#s-7acf7e43-6e4e-4c94-ae26-c310d104da1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7acf7e43-6e4e-4c94-ae26-c310d104da1e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d029049f-f1cd-4235-9172-679335dcf3d0 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d029049f-f1cd-4235-9172-679335dcf3d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d029049f-f1cd-4235-9172-679335dcf3d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d029049f-f1cd-4235-9172-679335dcf3d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d029049f-f1cd-4235-9172-679335dcf3d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d029049f-f1cd-4235-9172-679335dcf3d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d029049f-f1cd-4235-9172-679335dcf3d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d029049f-f1cd-4235-9172-679335dcf3d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-5ae07cf7-21a8-49ca-b319-bb65785b88bb {
  min-height: 50px;
}








#s-5ae07cf7-21a8-49ca-b319-bb65785b88bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae07cf7-21a8-49ca-b319-bb65785b88bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-55ab5ce8-5ef4-48f5-b120-650a84ab1731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55ab5ce8-5ef4-48f5-b120-650a84ab1731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55ab5ce8-5ef4-48f5-b120-650a84ab1731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55ab5ce8-5ef4-48f5-b120-650a84ab1731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ae2d0622-e27b-45ea-a8b4-e84f29f89d6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ae2d0622-e27b-45ea-a8b4-e84f29f89d6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae2d0622-e27b-45ea-a8b4-e84f29f89d6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae2d0622-e27b-45ea-a8b4-e84f29f89d6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c3e3935-8a95-4957-8886-65d7f656045e {
  text-align: center;
}







  #s-8c3e3935-8a95-4957-8886-65d7f656045e img.shogun-image {
    

    
    
    
  }


#s-8c3e3935-8a95-4957-8886-65d7f656045e .shogun-image-content {
  
    align-items: center;
  
}

#s-0772c98b-a5c0-476f-9820-688efd5dd0db {
  text-align: center;
}







  #s-0772c98b-a5c0-476f-9820-688efd5dd0db img.shogun-image {
    

    
    
    
  }


#s-0772c98b-a5c0-476f-9820-688efd5dd0db .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e34767b3-69cf-475e-863d-93ade435f906"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e34767b3-69cf-475e-863d-93ade435f906"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e34767b3-69cf-475e-863d-93ade435f906"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e34767b3-69cf-475e-863d-93ade435f906"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9029b17c-5351-41b0-a146-58f860a732fa {
  text-align: center;
}







  #s-9029b17c-5351-41b0-a146-58f860a732fa img.shogun-image {
    

    
    
    
  }


#s-9029b17c-5351-41b0-a146-58f860a732fa .shogun-image-content {
  
    align-items: center;
  
}

#s-d52f4219-6dbd-4e31-ab3b-36c6386f5397 {
  text-align: center;
}







  #s-d52f4219-6dbd-4e31-ab3b-36c6386f5397 img.shogun-image {
    

    
    
    
  }


#s-d52f4219-6dbd-4e31-ab3b-36c6386f5397 .shogun-image-content {
  
    align-items: center;
  
}

#s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d {
  display: none;
}
#s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d, #wrap-s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d {
  display: none;
}
#s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d, #wrap-s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d {
  display: none;
}
#s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d, #wrap-s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d { display:none !important; }}







#s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80ca64c4-bd85-424b-bda1-a82eeecc1b7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca363a31-9075-4f81-bf2e-375387813aad {
  text-align: center;
}







  #s-ca363a31-9075-4f81-bf2e-375387813aad img.shogun-image {
    

    
    
    
  }


#s-ca363a31-9075-4f81-bf2e-375387813aad .shogun-image-content {
  
    align-items: center;
  
}

#s-b8df4163-4741-4b3a-9198-1a51d69ab2cb {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-b8df4163-4741-4b3a-9198-1a51d69ab2cb {
  display: none;
}
#s-b8df4163-4741-4b3a-9198-1a51d69ab2cb, #wrap-s-b8df4163-4741-4b3a-9198-1a51d69ab2cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8df4163-4741-4b3a-9198-1a51d69ab2cb {
  display: none;
}
#s-b8df4163-4741-4b3a-9198-1a51d69ab2cb, #wrap-s-b8df4163-4741-4b3a-9198-1a51d69ab2cb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8df4163-4741-4b3a-9198-1a51d69ab2cb {
  display: none;
}
#s-b8df4163-4741-4b3a-9198-1a51d69ab2cb, #wrap-s-b8df4163-4741-4b3a-9198-1a51d69ab2cb { display:none !important; }}
#s-b8df4163-4741-4b3a-9198-1a51d69ab2cb {
  display: none;
}
#s-54f08f93-1b84-4fac-947d-bf1d05f0d1a4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-54f08f93-1b84-4fac-947d-bf1d05f0d1a4:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-54f08f93-1b84-4fac-947d-bf1d05f0d1a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-54f08f93-1b84-4fac-947d-bf1d05f0d1a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54f08f93-1b84-4fac-947d-bf1d05f0d1a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54f08f93-1b84-4fac-947d-bf1d05f0d1a4.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-54f08f93-1b84-4fac-947d-bf1d05f0d1a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4584d593-f4e5-410d-9cc6-56a681e4465b {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(251, 228, 232, 1);
}








#s-4584d593-f4e5-410d-9cc6-56a681e4465b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4584d593-f4e5-410d-9cc6-56a681e4465b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-15db7daf-927c-4f00-a097-517ce1976261 {
  padding-left: 15px;
padding-right: 15px;
}

#s-3ce583a9-bcd8-4321-b86b-3a9bf82d9303 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3ce583a9-bcd8-4321-b86b-3a9bf82d9303"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ce583a9-bcd8-4321-b86b-3a9bf82d9303"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ce583a9-bcd8-4321-b86b-3a9bf82d9303"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ce583a9-bcd8-4321-b86b-3a9bf82d9303"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-375c207f-4958-4127-a257-3ed73d053966 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-375c207f-4958-4127-a257-3ed73d053966 img.shogun-image {
    

    
    
    
  }


#s-375c207f-4958-4127-a257-3ed73d053966 .shogun-image-content {
  
    align-items: center;
  
}

#s-07a84c20-4254-4fe3-8dfb-c3347da708e2 {
  min-height: 50px;
background-color: rgba(251, 228, 232, 1);
}








#s-07a84c20-4254-4fe3-8dfb-c3347da708e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07a84c20-4254-4fe3-8dfb-c3347da708e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-505e2598-7dc0-492b-bc32-e781617f9074 {
  padding-top: 25px;
padding-left: 90px;
padding-bottom: 25px;
padding-right: 90px;
}
@media (max-width: 767px){#s-505e2598-7dc0-492b-bc32-e781617f9074 {
  display: none;
}
#s-505e2598-7dc0-492b-bc32-e781617f9074, #wrap-s-505e2598-7dc0-492b-bc32-e781617f9074 { display:none !important; }}
#s-505e2598-7dc0-492b-bc32-e781617f9074 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-505e2598-7dc0-492b-bc32-e781617f9074 .shg-sld-nav-button.shg-sld-left,
#s-505e2598-7dc0-492b-bc32-e781617f9074 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6887e5dd-a37d-4783-9e52-5f4a318d3a42 {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-6887e5dd-a37d-4783-9e52-5f4a318d3a42"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6887e5dd-a37d-4783-9e52-5f4a318d3a42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6887e5dd-a37d-4783-9e52-5f4a318d3a42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6887e5dd-a37d-4783-9e52-5f4a318d3a42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5e59fdcb-f27f-4b2b-9e34-c666253aa0b1 {
  text-align: center;
}







  #s-5e59fdcb-f27f-4b2b-9e34-c666253aa0b1 img.shogun-image {
    

    
    
    
  }


#s-5e59fdcb-f27f-4b2b-9e34-c666253aa0b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-da2e6d60-61de-44d4-9027-01a94a56b58e {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-bdb3bd76-d9db-47d7-8060-99d06605f6a3 {
  text-align: center;
}







  #s-bdb3bd76-d9db-47d7-8060-99d06605f6a3 img.shogun-image {
    

    
    
    
  }


#s-bdb3bd76-d9db-47d7-8060-99d06605f6a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-92b4250f-bc4a-4323-8eab-dd00ae865ff3 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-5c04d77a-5eb1-428b-af87-4725e5da7210 {
  text-align: center;
}







  #s-5c04d77a-5eb1-428b-af87-4725e5da7210 img.shogun-image {
    

    
    
    
  }


#s-5c04d77a-5eb1-428b-af87-4725e5da7210 .shogun-image-content {
  
    align-items: center;
  
}

#s-be29f61b-b1e0-4fd9-b82b-f5041bf0efad {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-0d1dd317-afdc-4632-9143-6b3ed98eced7 {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-0d1dd317-afdc-4632-9143-6b3ed98eced7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0d1dd317-afdc-4632-9143-6b3ed98eced7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d1dd317-afdc-4632-9143-6b3ed98eced7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d1dd317-afdc-4632-9143-6b3ed98eced7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-956885f5-15bd-476c-b8c3-5cf95bbb5961 {
  text-align: center;
}







  #s-956885f5-15bd-476c-b8c3-5cf95bbb5961 img.shogun-image {
    

    
    
    
  }


#s-956885f5-15bd-476c-b8c3-5cf95bbb5961 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3ccaa05-0f60-43f9-b424-9e5cbd217f77 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-05337f0a-6f95-4137-bf14-ec2ab508e468 {
  text-align: center;
}







  #s-05337f0a-6f95-4137-bf14-ec2ab508e468 img.shogun-image {
    

    
    
    
  }


#s-05337f0a-6f95-4137-bf14-ec2ab508e468 .shogun-image-content {
  
    align-items: center;
  
}

#s-57da032a-fcf2-49bf-a058-f6fdd864338e {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-edfab35f-4ad9-4043-8e8a-bb0a2408e701 {
  text-align: center;
}







  #s-edfab35f-4ad9-4043-8e8a-bb0a2408e701 img.shogun-image {
    

    
    
    
  }


#s-edfab35f-4ad9-4043-8e8a-bb0a2408e701 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5070eee-cf3b-435d-bb9b-fa36a6f5ee92 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-4ff349ea-e5c4-4b96-b876-60ce41de9d87 {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-4ff349ea-e5c4-4b96-b876-60ce41de9d87"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4ff349ea-e5c4-4b96-b876-60ce41de9d87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ff349ea-e5c4-4b96-b876-60ce41de9d87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ff349ea-e5c4-4b96-b876-60ce41de9d87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-462a1f59-05b9-45b5-8a59-9ce09e93742e {
  text-align: center;
}







  #s-462a1f59-05b9-45b5-8a59-9ce09e93742e img.shogun-image {
    

    
    
    
  }


#s-462a1f59-05b9-45b5-8a59-9ce09e93742e .shogun-image-content {
  
    align-items: center;
  
}

#s-ff12ead5-5e31-4165-859b-a24f73c9a662 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-e939fe92-d95e-4e21-8a5c-43815bea7cef {
  text-align: center;
}







  #s-e939fe92-d95e-4e21-8a5c-43815bea7cef img.shogun-image {
    

    
    
    
  }


#s-e939fe92-d95e-4e21-8a5c-43815bea7cef .shogun-image-content {
  
    align-items: center;
  
}

#s-ef2388fc-302d-4b95-af6e-2ed7b430c4fa {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-483ae896-3965-4867-9d27-ebf73c88f3b8 {
  text-align: center;
}







  #s-483ae896-3965-4867-9d27-ebf73c88f3b8 img.shogun-image {
    

    
    
    
  }


#s-483ae896-3965-4867-9d27-ebf73c88f3b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2214aee-e858-41bd-963a-bb8178f95f83 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-2bd3c340-2f62-49b9-8088-5041fef366d8 {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-2bd3c340-2f62-49b9-8088-5041fef366d8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2bd3c340-2f62-49b9-8088-5041fef366d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2bd3c340-2f62-49b9-8088-5041fef366d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bd3c340-2f62-49b9-8088-5041fef366d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d8780a47-2bd4-4a48-8846-fb5b67585e88 {
  text-align: center;
}







  #s-d8780a47-2bd4-4a48-8846-fb5b67585e88 img.shogun-image {
    

    
    
    
  }


#s-d8780a47-2bd4-4a48-8846-fb5b67585e88 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff0e4499-fb14-4d75-91a1-46f4c73aa5b0 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-d50ea7c6-80ed-47c7-88f0-fb019a1f0f22 {
  text-align: center;
}







  #s-d50ea7c6-80ed-47c7-88f0-fb019a1f0f22 img.shogun-image {
    

    
    
    
  }


#s-d50ea7c6-80ed-47c7-88f0-fb019a1f0f22 .shogun-image-content {
  
    align-items: center;
  
}

#s-37a206d9-9fcb-4ee0-b8cd-fe5d98617b5b {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-b4203505-d670-4d49-9283-c35448180ea2 {
  text-align: center;
}







  #s-b4203505-d670-4d49-9283-c35448180ea2 img.shogun-image {
    

    
    
    
  }


#s-b4203505-d670-4d49-9283-c35448180ea2 .shogun-image-content {
  
    align-items: center;
  
}

#s-594d419c-8c7d-4978-b2a4-42fa26ee0092 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-a42eb0c7-381d-439f-9bf7-e84d43d76390 {
  min-height: 50px;
background-color: rgba(251, 228, 232, 1);
}








#s-a42eb0c7-381d-439f-9bf7-e84d43d76390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a42eb0c7-381d-439f-9bf7-e84d43d76390.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-21a88834-f88e-470e-b0b0-a04ae14a568a {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-21a88834-f88e-470e-b0b0-a04ae14a568a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-21a88834-f88e-470e-b0b0-a04ae14a568a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-21a88834-f88e-470e-b0b0-a04ae14a568a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-21a88834-f88e-470e-b0b0-a04ae14a568a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7f4ad0fb-e2a1-4fb4-a018-aa0a560872b0 {
  text-align: center;
}







  #s-7f4ad0fb-e2a1-4fb4-a018-aa0a560872b0 img.shogun-image {
    

    
    
    
  }


#s-7f4ad0fb-e2a1-4fb4-a018-aa0a560872b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0362bcc4-5e93-40e3-93bf-f1368e58d0e4 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-08d79bbc-c010-47ba-8ba0-224ece3a34ff {
  text-align: center;
}







  #s-08d79bbc-c010-47ba-8ba0-224ece3a34ff img.shogun-image {
    

    
    
    
  }


#s-08d79bbc-c010-47ba-8ba0-224ece3a34ff .shogun-image-content {
  
    align-items: center;
  
}

#s-abe566bc-86c7-4a04-9eb4-8502f85bc540 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-09603ba5-bd0e-43ef-bbcd-229c4da4897b {
  text-align: center;
}







  #s-09603ba5-bd0e-43ef-bbcd-229c4da4897b img.shogun-image {
    

    
    
    
  }


#s-09603ba5-bd0e-43ef-bbcd-229c4da4897b .shogun-image-content {
  
    align-items: center;
  
}

#s-4ebefffc-3bda-4e23-9b8b-62188d5c10b4 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-c872aa21-1337-4d8a-b514-cfad9e358a53 {
  padding-top: 30px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-c872aa21-1337-4d8a-b514-cfad9e358a53 {
  display: none;
}
#s-c872aa21-1337-4d8a-b514-cfad9e358a53, #wrap-s-c872aa21-1337-4d8a-b514-cfad9e358a53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c872aa21-1337-4d8a-b514-cfad9e358a53 {
  display: none;
}
#s-c872aa21-1337-4d8a-b514-cfad9e358a53, #wrap-s-c872aa21-1337-4d8a-b514-cfad9e358a53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c872aa21-1337-4d8a-b514-cfad9e358a53 {
  display: none;
}
#s-c872aa21-1337-4d8a-b514-cfad9e358a53, #wrap-s-c872aa21-1337-4d8a-b514-cfad9e358a53 { display:none !important; }}@media (max-width: 767px){#s-c872aa21-1337-4d8a-b514-cfad9e358a53 {
  
}
}
#s-c872aa21-1337-4d8a-b514-cfad9e358a53 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c872aa21-1337-4d8a-b514-cfad9e358a53 .shg-sld-nav-button.shg-sld-left,
#s-c872aa21-1337-4d8a-b514-cfad9e358a53 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-7c01fde1-2f05-4f81-8339-a36f39c380f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c01fde1-2f05-4f81-8339-a36f39c380f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c01fde1-2f05-4f81-8339-a36f39c380f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c01fde1-2f05-4f81-8339-a36f39c380f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b90436e2-4be6-4746-80ef-63ba1abf1c7e {
  text-align: center;
}







  #s-b90436e2-4be6-4746-80ef-63ba1abf1c7e img.shogun-image {
    

    
    
    
  }


#s-b90436e2-4be6-4746-80ef-63ba1abf1c7e .shogun-image-content {
  
    align-items: center;
  
}

#s-006a1902-a16c-492a-b9d4-8e2e68ef1eb8 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

@media (min-width: 0px) {
[id="s-8884f63f-0ab0-494f-8c23-6852e1176515"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8884f63f-0ab0-494f-8c23-6852e1176515"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8884f63f-0ab0-494f-8c23-6852e1176515"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8884f63f-0ab0-494f-8c23-6852e1176515"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c1ffb1ed-6d34-462e-bc29-29398be96ae4 {
  text-align: center;
}







  #s-c1ffb1ed-6d34-462e-bc29-29398be96ae4 img.shogun-image {
    

    
    
    
  }


#s-c1ffb1ed-6d34-462e-bc29-29398be96ae4 .shogun-image-content {
  
    align-items: center;
  
}

#s-882a04b1-82df-4e8b-a973-aac4e25f0580 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-e9e6827e-05de-46a9-802b-db8c5e9bd341 {
  min-height: 50px;
}








#s-e9e6827e-05de-46a9-802b-db8c5e9bd341 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9e6827e-05de-46a9-802b-db8c5e9bd341.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c1e93b16-2dc1-4b3c-9f91-9c264b3e6103"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1e93b16-2dc1-4b3c-9f91-9c264b3e6103"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1e93b16-2dc1-4b3c-9f91-9c264b3e6103"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1e93b16-2dc1-4b3c-9f91-9c264b3e6103"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-71fd4ea7-91cc-4468-bf1a-dec58f6a369d {
  text-align: center;
}







  #s-71fd4ea7-91cc-4468-bf1a-dec58f6a369d img.shogun-image {
    

    
    
    
  }


#s-71fd4ea7-91cc-4468-bf1a-dec58f6a369d .shogun-image-content {
  
    align-items: center;
  
}

#s-3b7497bb-49dc-4e63-947b-84a9f2a963b5 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-a3ecf66e-6f1c-4ba4-a88b-7faa2e831552 {
  min-height: 50px;
}








#s-a3ecf66e-6f1c-4ba4-a88b-7faa2e831552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3ecf66e-6f1c-4ba4-a88b-7faa2e831552.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a1979907-874b-4c92-a729-f46190192f30 {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-a1979907-874b-4c92-a729-f46190192f30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1979907-874b-4c92-a729-f46190192f30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a1979907-874b-4c92-a729-f46190192f30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1979907-874b-4c92-a729-f46190192f30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4812c2cb-7584-44a4-8e11-046fb49027ef {
  display: none;
}
#s-5bc3cf6f-c341-46b8-9cca-3974f0e13972 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5bc3cf6f-c341-46b8-9cca-3974f0e13972:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5bc3cf6f-c341-46b8-9cca-3974f0e13972:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5bc3cf6f-c341-46b8-9cca-3974f0e13972 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5bc3cf6f-c341-46b8-9cca-3974f0e13972.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5bc3cf6f-c341-46b8-9cca-3974f0e13972.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-5bc3cf6f-c341-46b8-9cca-3974f0e13972.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-69cfefbe-b995-4a21-94a1-2e885a2079e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69cfefbe-b995-4a21-94a1-2e885a2079e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69cfefbe-b995-4a21-94a1-2e885a2079e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69cfefbe-b995-4a21-94a1-2e885a2079e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff2')
      format('woff2'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff')
      format('woff'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.ttf')
      format('truetype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
      format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shg-car-control .glyphicon-chevron-left {
  margin-left: -10px;
  left: 50%;
}

.shg-car-control .glyphicon-chevron-left:before {
  content: "\e079";
}

.shg-car-control .glyphicon-chevron-right {
  margin-right: -10px;
  right: 50%;
}

.shg-car-control .glyphicon-chevron-right:before {
  content: "\e080";
}

.shg-car {
  min-height: inherit;
  max-height: inherit;
  position: relative;
}

.shg-car-inner {
  min-height: inherit;
  max-height: inherit;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.shg-car-inner > .shg-car-item {
  min-height: inherit;
  max-height: inherit;
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.shg-car-item a {
  text-decoration: none;
  border: none;
}

.shg-car-inner > .shg-car-item img {
  min-height: inherit;
  max-height: inherit;
}

.shg-car-inner > .shg-car-item > img,
.shg-car-inner > .shg-car-item > a > img {
  line-height: 1;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .shg-car-inner > .shg-car-item {
    transition: transform .6s ease-in-out;

    backface-visibility: hidden;
    perspective: 1000px;
  }
  .shg-car-inner > .shg-car-item.next,
  .shg-car-inner > .shg-car-item.shg-active.shg-car-right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .shg-car-inner > .shg-car-item.prev,
  .shg-car-inner > .shg-car-item.shg-active.shg-car-left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .shg-car-inner > .shg-car-item.next.shg-car-left,
  .shg-car-inner > .shg-car-item.prev.shg-car-right,
  .shg-car-inner > .shg-car-item.shg-active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.shg-car-inner > .shg-active,
.shg-car-inner > .next,
.shg-car-inner > .prev {
  display: block;
}
.shg-car-inner > .shg-active {
  left: 0;
}
.shg-car-inner > .next,
.shg-car-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.shg-car-inner > .next {
  left: 100%;
}
.shg-car-inner > .prev {
  left: -100%;
}
.shg-car-inner > .next.shg-car-left,
.shg-car-inner > .prev.shg-car-right {
  left: 0;
}
.shg-car-inner > .shg-active.shg-car-left {
  left: -100%;
}
.shg-car-inner > .shg-active.shg-car-right {
  left: 100%;
}
.shg-car-control {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 5;
  text-decoration: none;
  border: none;
}
.shg-car-control.shg-car-left {
}
.shg-car-control.shg-car-right {
  right: 0;
  left: auto;
}
.shg-car-control:hover,
.shg-car-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.shg-car-control .icon-prev,
.shg-car-control .icon-next,
.shg-car-control .glyphicon-chevron-left,
.shg-car-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.shg-car-control .icon-prev,
.shg-car-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.shg-car-control .icon-next,
.shg-car-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.shg-car-control .icon-prev,
.shg-car-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.shg-car-control .icon-prev:before {
  content: '\2039';
}
.shg-car-control .icon-next:before {
  content: '\203a';
}
.shg-car-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.shg-car-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.shg-car-indicators .shg-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.shg-car-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.shg-car-caption h3 {
  margin: 0 !important;
  padding: 30px !important;
}
.shg-car-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .shg-car-control .glyphicon-chevron-left,
  .shg-car-control .glyphicon-chevron-right,
  .shg-car-control .icon-prev,
  .shg-car-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .shg-car-control .glyphicon-chevron-left,
  .shg-car-control .icon-prev {
    margin-left: -10px;
  }
  .shg-car-control .glyphicon-chevron-right,
  .shg-car-control .icon-next {
    margin-right: -10px;
  }
  .shg-car-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .shg-car-indicators {
    bottom: 20px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  max-height: inherit;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (min-width: 1200px){#s-ce165600-bece-4c07-a590-be5f609716a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce165600-bece-4c07-a590-be5f609716a8 {
  
}
}
#s-8462d7b2-ad27-4763-bafb-5cbb2b14deb0 {
  margin-left: 20px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}








#s-8462d7b2-ad27-4763-bafb-5cbb2b14deb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8462d7b2-ad27-4763-bafb-5cbb2b14deb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a16822e1-061f-4463-8268-d1e65d45c443 {
  text-align: center;
}

#s-099fc1ba-3d27-4917-9fca-99ab6e37c22a {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-d65315da-62e5-4f4b-a6bd-c592110b1597 {
  display: none;
}
#s-157eb027-e668-44d7-bc43-5af5e309beef {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-157eb027-e668-44d7-bc43-5af5e309beef:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-157eb027-e668-44d7-bc43-5af5e309beef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-157eb027-e668-44d7-bc43-5af5e309beef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-157eb027-e668-44d7-bc43-5af5e309beef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-157eb027-e668-44d7-bc43-5af5e309beef.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-157eb027-e668-44d7-bc43-5af5e309beef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 {
  display: none;
}
#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35, #wrap-s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 {
  display: none;
}
#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35, #wrap-s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 {
  display: none;
}
#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35, #wrap-s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 { display:none !important; }}@media (max-width: 767px){#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 {
  display: none;
}
#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35, #wrap-s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 { display:none !important; }}







#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-facabd16-b0a5-4135-bbf6-8e268d8ffa35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6f1e845-d018-48d8-a729-b15f2e30d0a2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-210a39d8-7e26-4499-9903-8bde4c2e3b4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-210a39d8-7e26-4499-9903-8bde4c2e3b4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-210a39d8-7e26-4499-9903-8bde4c2e3b4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-210a39d8-7e26-4499-9903-8bde4c2e3b4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-210a39d8-7e26-4499-9903-8bde4c2e3b4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-210a39d8-7e26-4499-9903-8bde4c2e3b4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-210a39d8-7e26-4499-9903-8bde4c2e3b4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-ebb57789-07e9-4f11-94e8-dbc1ecf1e7d2 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-ebb57789-07e9-4f11-94e8-dbc1ecf1e7d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebb57789-07e9-4f11-94e8-dbc1ecf1e7d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cae65c8-d8a0-4044-8005-487696f4694a {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-1cae65c8-d8a0-4044-8005-487696f4694a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.01);
}

#s-1cae65c8-d8a0-4044-8005-487696f4694a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 18px;
}

#s-1cae65c8-d8a0-4044-8005-487696f4694a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(11, 0, 0, 1);
}

#s-1cae65c8-d8a0-4044-8005-487696f4694a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.01);
}

#s-1cae65c8-d8a0-4044-8005-487696f4694a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(11, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-1cae65c8-d8a0-4044-8005-487696f4694a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-783a2904-8cc7-41cf-a91f-fb50d5f2c7f7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f2504dca-c1e1-48b4-aa38-840db0025a05 {
  margin-left: 20px;
margin-right: 20px;
}

#s-7773b387-3c5b-47db-91a0-8ef30fdb4268 {
  margin-left: 20px;
margin-right: 20px;
}

#s-3dd63f9d-04bf-4b46-9a04-551b261a2565 {
  margin-left: 20px;
margin-right: 20px;
}

#s-56e94a1e-1824-4512-8d5e-7a9f898cf17e {
  margin-left: 20px;
margin-right: 20px;
}

#s-9122c674-df87-40f4-93c8-cd2b4fdd7135 {
  margin-left: 20px;
margin-right: 20px;
}

#s-edba8b11-02e1-4061-b7e3-9589a4805c0e {
  margin-left: 20px;
margin-right: 20px;
}

#s-aac4fcac-5e81-45a8-9458-090ad3dd32b7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-cf0dadc3-1a38-41c5-910c-d753dd141941 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a15ef022-440a-4d7a-ae4b-b36ecd7c20f0 {
  margin-left: 20px;
margin-right: 20px;
}

#s-418cbac4-1973-405a-bb02-5e533532f58b {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-418cbac4-1973-405a-bb02-5e533532f58b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-418cbac4-1973-405a-bb02-5e533532f58b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-418cbac4-1973-405a-bb02-5e533532f58b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-418cbac4-1973-405a-bb02-5e533532f58b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

#s-751b603f-4112-4a6d-a49c-880a66e8bfe1 {
  text-align: center;
}







  #s-751b603f-4112-4a6d-a49c-880a66e8bfe1 img.shogun-image {
    

    
    
    
  }


#s-751b603f-4112-4a6d-a49c-880a66e8bfe1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1abb2871-4cfc-4fd8-b87f-2f347ca18f5d {
  text-align: center;
}







  #s-1abb2871-4cfc-4fd8-b87f-2f347ca18f5d img.shogun-image {
    

    
    
    
  }


#s-1abb2871-4cfc-4fd8-b87f-2f347ca18f5d .shogun-image-content {
  
    align-items: center;
  
}

#s-288525e1-3653-4243-ac48-2b7f7dfab6ed {
  text-align: center;
}







  #s-288525e1-3653-4243-ac48-2b7f7dfab6ed img.shogun-image {
    

    
    
    
  }


#s-288525e1-3653-4243-ac48-2b7f7dfab6ed .shogun-image-content {
  
    align-items: center;
  
}

#s-8de11177-677e-4ebe-bc0f-3a100d4daecb {
  text-align: center;
}







  #s-8de11177-677e-4ebe-bc0f-3a100d4daecb img.shogun-image {
    

    
    
    
  }


#s-8de11177-677e-4ebe-bc0f-3a100d4daecb .shogun-image-content {
  
    align-items: center;
  
}

#s-c188f806-a697-4f09-81f1-59f80b931d77 {
  text-align: center;
}







  #s-c188f806-a697-4f09-81f1-59f80b931d77 img.shogun-image {
    

    
    
    
  }


#s-c188f806-a697-4f09-81f1-59f80b931d77 .shogun-image-content {
  
    align-items: center;
  
}

#s-9cbef560-00f4-443a-b50c-8efdafc0bd2a {
  text-align: center;
}







  #s-9cbef560-00f4-443a-b50c-8efdafc0bd2a img.shogun-image {
    

    
    
    
  }


#s-9cbef560-00f4-443a-b50c-8efdafc0bd2a .shogun-image-content {
  
    align-items: center;
  
}

#s-e869f138-9a48-4247-a752-487e21b5ebfb {
  min-height: 50px;
}








#s-e869f138-9a48-4247-a752-487e21b5ebfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e869f138-9a48-4247-a752-487e21b5ebfb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c29e30d-fc23-4206-a5d4-ae851e1a0c55 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
background-color: rgba(234, 239, 243, 0);
}








#s-1c29e30d-fc23-4206-a5d4-ae851e1a0c55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c29e30d-fc23-4206-a5d4-ae851e1a0c55.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20990c68-1dfd-47d3-a25b-bfd287356b9f {
  min-height: 50px;
}








#s-20990c68-1dfd-47d3-a25b-bfd287356b9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20990c68-1dfd-47d3-a25b-bfd287356b9f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a1fe3069-215f-42ba-a7db-51e4fb87c3b3 {
  padding-left: 50px;
padding-right: 50px;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

[id="s-62eaa74d-878f-4230-a6ad-b93f09910188"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 7px;
}

.shg-ig-posts-container {
  width: calc(100% + 7px) !important;
}

@media (min-width: 768px) {
  [id="s-62eaa74d-878f-4230-a6ad-b93f09910188"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 7px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 7px) !important;
  }
}

/*
  $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;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

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

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}