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

.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-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  display: none;
}
#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-content-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c { display: none !important; }}@media (max-width: 767px){#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  display: none;
}
#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-content-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c { display: none !important; }}







#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-ac564c3c-a20c-43a2-91f4-24103b07eac3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e8878009-3016-488c-893e-1cf6d153ac1b {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.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-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
.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: #000000;
  font-family: "Cormorant";
  font-weight: 700;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Lato";
}

.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: #000000;
  font-family: "Cormorant";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Lato";
  font-weight: 400;
}

#s-d42dc5ec-3b29-4673-b2eb-613b8a15ed93 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

.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-left {
  text-align: left;
}

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

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

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4e068e0a-f468-4d97-aef9-b33abdcfead4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e068e0a-f468-4d97-aef9-b33abdcfead4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-1a190788-6ba8-4a1e-9dc8-e4b8486253b0 {
  margin-left: auto;
margin-right: auto;
}

#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c425e6f3-321c-49e7-81d0-570039410469 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-97d9d18e-19a9-4264-b826-c680c03c9f4d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0c22baf3-e31a-4269-8b6e-78de326e1829:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c22baf3-e31a-4269-8b6e-78de326e1829:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-ab10e0aa-8441-42cf-a9d7-684fe5d07958 {
  margin-left: auto;
margin-right: auto;
}

#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-339db867-3e07-4460-a431-ab7bb4e9d5d8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-ee565504-defa-49e1-9866-d1b57355713c {
  margin-left: auto;
margin-right: auto;
}

#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38d25b33-1851-4c8e-ae16-75db4fc434ea {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-7bb0cc8d-e0ea-4217-be98-56be5a71eefd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c6175f65-3c05-453d-b34e-b11ecf1baeef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6175f65-3c05-453d-b34e-b11ecf1baeef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef-atc-btn-wrapper {
    text-align: center;
  }


#s-c6175f65-3c05-453d-b34e-b11ecf1baeef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef-atc-btn-wrapper {
    text-align: center;
  }


#s-c6175f65-3c05-453d-b34e-b11ecf1baeef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef-atc-btn-wrapper {
    text-align: center;
  }


#s-c6175f65-3c05-453d-b34e-b11ecf1baeef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef-atc-btn-wrapper {
    text-align: center;
  }


#s-c6175f65-3c05-453d-b34e-b11ecf1baeef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef-atc-btn-wrapper {
    text-align: center;
  }


#s-c6175f65-3c05-453d-b34e-b11ecf1baeef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6175f65-3c05-453d-b34e-b11ecf1baeef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  display: none;
}
#s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-content-s-bc90c943-0268-4da7-90fb-c64b028689b8 { display: none !important; }}@media (max-width: 767px){#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  display: none;
}
#s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-content-s-bc90c943-0268-4da7-90fb-c64b028689b8 { display: none !important; }}







#s-bc90c943-0268-4da7-90fb-c64b028689b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc90c943-0268-4da7-90fb-c64b028689b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-03cd9fc4-b85a-491f-859f-4c66c6a46c81 {
  margin-left: auto;
margin-right: auto;
}

#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1695e774-5d1c-4bfd-a278-f9fd2256969d {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-1d89ecc4-c80d-4498-a1d3-646298911832 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-f90cb21b-a670-4654-8c16-c83c7ad7db1a {
  margin-left: auto;
margin-right: auto;
}

#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-889831a9-05c8-426b-aae3-40bead86876f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  display: none;
}
#s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-content-s-a781b35b-0871-415a-8fac-3f3d6772ccf1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  display: none;
}
#s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-content-s-a781b35b-0871-415a-8fac-3f3d6772ccf1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1bbf439e-55e6-4da3-aeac-7997edafca46 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-1bbf439e-55e6-4da3-aeac-7997edafca46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bbf439e-55e6-4da3-aeac-7997edafca46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31e2b427-4cc9-4584-ae08-5896374be5d9 {
  margin-left: auto;
margin-right: auto;
}

#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6da1af1c-2748-4428-86bc-42b2c54a31bd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-286bfd22-9566-4c34-93ed-ddd4fe65f989:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-286bfd22-9566-4c34-93ed-ddd4fe65f989:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-4d33b529-ddda-4ae2-a9cb-5a597620c0e6 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-4d33b529-ddda-4ae2-a9cb-5a597620c0e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d33b529-ddda-4ae2-a9cb-5a597620c0e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ead6cf8-ef3e-4bda-bccf-41d4fff4cfbb {
  margin-left: auto;
margin-right: auto;
}

#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0401efb0-878b-4d16-bf86-3fc39acdba37 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-eb2d8de9-6e28-4b28-9e10-70f9a9886b05 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-286cc009-5049-4791-b559-9800f2b29603 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-286cc009-5049-4791-b559-9800f2b29603:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-286cc009-5049-4791-b559-9800f2b29603:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-f9ae6915-5ce8-4fd9-b8a2-f545ca77362f {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-f9ae6915-5ce8-4fd9-b8a2-f545ca77362f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9ae6915-5ce8-4fd9-b8a2-f545ca77362f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56b49b74-b519-450c-94c7-45ffdd74b967 {
  margin-left: auto;
margin-right: auto;
}

#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f1f6ce12-4108-44cc-b417-7970b208ac68 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a23c73a7-477c-44cd-a914-0e6728f13c34 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-57f30520-211e-4ab5-b39c-078b60c8dc08 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-57f30520-211e-4ab5-b39c-078b60c8dc08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57f30520-211e-4ab5-b39c-078b60c8dc08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6744caf9-f899-4fc1-b11b-226ce1d3436b {
  margin-left: auto;
margin-right: auto;
}

#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2e09f003-83ce-4884-8436-cec2fc8d45a4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c-atc-btn-wrapper {
    text-align: center;
  }


#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c-atc-btn-wrapper {
    text-align: center;
  }


#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c-atc-btn-wrapper {
    text-align: center;
  }


#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c-atc-btn-wrapper {
    text-align: center;
  }


#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c-atc-btn-wrapper {
    text-align: center;
  }


#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5065ff8c-ab57-4e2e-9c2a-cb8ce36c262c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-763c73c3-049a-4a89-b0b2-996a2006fac1 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-763c73c3-049a-4a89-b0b2-996a2006fac1 {
  display: none;
}
#s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-content-s-763c73c3-049a-4a89-b0b2-996a2006fac1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-763c73c3-049a-4a89-b0b2-996a2006fac1 {
  display: none;
}
#s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-content-s-763c73c3-049a-4a89-b0b2-996a2006fac1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b6757e2a-8256-4eaa-be38-57899575983d {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-b6757e2a-8256-4eaa-be38-57899575983d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6757e2a-8256-4eaa-be38-57899575983d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5c9b9ac-a853-4870-a768-c5ca1b418154 {
  margin-left: auto;
margin-right: auto;
}

#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c15380c8-027b-43d5-bb1e-da827f85002a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-92e464e3-8d65-4399-8049-62efec5a4d3f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-754c3080-8f15-4af2-bd59-a32a6801b248 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-754c3080-8f15-4af2-bd59-a32a6801b248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-754c3080-8f15-4af2-bd59-a32a6801b248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19ba9526-d5d2-4b0f-8d31-664fbe8c6b70 {
  margin-left: auto;
margin-right: auto;
}

#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cdb27955-ec81-4013-9458-c38d16170c45 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-68761407-f6e1-4a76-870b-a645dd938465 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1bceb688-8a6d-4b77-865e-7856dcc05f85:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bceb688-8a6d-4b77-865e-7856dcc05f85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-12ad3dee-9e9a-4a17-a29e-0401884f7aab {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-12ad3dee-9e9a-4a17-a29e-0401884f7aab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12ad3dee-9e9a-4a17-a29e-0401884f7aab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e333934b-a996-4da6-b844-22a870e6abf7 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-e333934b-a996-4da6-b844-22a870e6abf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e333934b-a996-4da6-b844-22a870e6abf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
