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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-9a9c0e75-6b15-48ab-9689-14217358560f {
  text-align: center;
}




  #s-9a9c0e75-6b15-48ab-9689-14217358560f img.shogun-image {
    
    width: px;
  }


#s-9a9c0e75-6b15-48ab-9689-14217358560f .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-c258dab7-1901-42ab-8389-a1b792af5c62 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c258dab7-1901-42ab-8389-a1b792af5c62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-c258dab7-1901-42ab-8389-a1b792af5c62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 200, 166, 1);
}

#s-c258dab7-1901-42ab-8389-a1b792af5c62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c258dab7-1901-42ab-8389-a1b792af5c62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 200, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c258dab7-1901-42ab-8389-a1b792af5c62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e71e0e8a-6981-4a69-974b-21203de402f1 {
  text-align: center;
}




  #s-e71e0e8a-6981-4a69-974b-21203de402f1 img.shogun-image {
    
    width: px;
  }


#s-e71e0e8a-6981-4a69-974b-21203de402f1 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

#s-0a55d829-9f28-461b-91e3-6b7cecf93283 {
  background-image: url(none);
background-repeat: no-repeat;
background-size: 0px 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 198, 155, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
hover-type: color;
line-height: 2.5em;
}
#s-0a55d829-9f28-461b-91e3-6b7cecf93283:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(196, 35, 35, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0a55d829-9f28-461b-91e3-6b7cecf93283:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-0a55d829-9f28-461b-91e3-6b7cecf93283.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-0ac25bdc-95e8-41ac-8550-bb2001043031 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0ac25bdc-95e8-41ac-8550-bb2001043031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-0ac25bdc-95e8-41ac-8550-bb2001043031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 200, 166, 1);
}

#s-0ac25bdc-95e8-41ac-8550-bb2001043031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0ac25bdc-95e8-41ac-8550-bb2001043031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 200, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0ac25bdc-95e8-41ac-8550-bb2001043031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c6b4e537-9c96-477a-bbdc-7c6633d8fbc3 {
  text-align: center;
}




  #s-c6b4e537-9c96-477a-bbdc-7c6633d8fbc3 img.shogun-image {
    
    width: px;
  }


#s-c6b4e537-9c96-477a-bbdc-7c6633d8fbc3 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-8d934e81-4386-4e8c-b4d5-f135e5f6fdd7 {
  box-shadow:-5px 0px 0px 0px ;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(231, 200, 166, 1);
border-style: dashed;
opacity: 1;
background-color: rgba(240, 226, 198, 0.3);
}

#s-f8154d78-ba8e-4101-9354-25bd3b5a7e8b {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 {
  text-align: left;
}


.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 {
  max-width: 100%;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom,
.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 {
  max-width: 100%;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom,
.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 {
  max-width: 100%;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom,
.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 {
  max-width: 100%;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom,
.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 {
  max-width: 100%;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom,
.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad450a75-a176-4770-a22d-9b8c8dbecfe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-cae01786-6d5f-46a7-8142-9e07a7db7fb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cae01786-6d5f-46a7-8142-9e07a7db7fb7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

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

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

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

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

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

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

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

#s-e348f8f9-358d-441b-b010-8fe680762bf9 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 198, 155, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-e348f8f9-358d-441b-b010-8fe680762bf9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(175, 19, 19, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e348f8f9-358d-441b-b010-8fe680762bf9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e348f8f9-358d-441b-b010-8fe680762bf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e348f8f9-358d-441b-b010-8fe680762bf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e348f8f9-358d-441b-b010-8fe680762bf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e348f8f9-358d-441b-b010-8fe680762bf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7d4e659d-987a-403c-aec8-7a084a3b61c5 {
  display: none;
}
#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 {
  text-align: left;
}


.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 {
  max-width: 100%;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom,
.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 {
  max-width: 100%;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom,
.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 {
  max-width: 100%;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom,
.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 {
  max-width: 100%;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom,
.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 {
  max-width: 100%;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom,
.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2dcd3fe9-02ba-4ff4-98aa-d14f9f5352f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-89ee36c6-86f4-4e26-ae05-434a88d2dace {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89ee36c6-86f4-4e26-ae05-434a88d2dace .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-2bd52820-9e55-48b1-afba-f18cca6fb722 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 198, 155, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2bd52820-9e55-48b1-afba-f18cca6fb722:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(175, 19, 19, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2bd52820-9e55-48b1-afba-f18cca6fb722:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2bd52820-9e55-48b1-afba-f18cca6fb722 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bd52820-9e55-48b1-afba-f18cca6fb722.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bd52820-9e55-48b1-afba-f18cca6fb722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2bd52820-9e55-48b1-afba-f18cca6fb722.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-55c5cdf4-dafb-440e-a172-fd9e04750914 {
  display: none;
}
#s-3a4fb804-233a-493f-97fb-53da945e5a70 {
  text-align: left;
}


.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 {
  max-width: 100%;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom,
.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 {
  max-width: 100%;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom,
.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 {
  max-width: 100%;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom,
.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 {
  max-width: 100%;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom,
.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 {
  max-width: 100%;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom,
.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4fb804-233a-493f-97fb-53da945e5a70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3a12c09b-9d01-49bb-9a65-8642a1420419 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a12c09b-9d01-49bb-9a65-8642a1420419 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-946138b9-caac-4239-9d0a-097892a0d0ed {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 198, 155, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-946138b9-caac-4239-9d0a-097892a0d0ed:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(177, 9, 9, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-946138b9-caac-4239-9d0a-097892a0d0ed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-946138b9-caac-4239-9d0a-097892a0d0ed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-946138b9-caac-4239-9d0a-097892a0d0ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-946138b9-caac-4239-9d0a-097892a0d0ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-946138b9-caac-4239-9d0a-097892a0d0ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-82507229-3180-4cd8-a46d-c0da47c978c3 {
  display: none;
}
#s-f0dcdede-8114-4a25-9922-84003b739880 {
  text-align: left;
}


.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 {
  max-width: 100%;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom,
.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 {
  max-width: 100%;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom,
.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 {
  max-width: 100%;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom,
.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 {
  max-width: 100%;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom,
.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 {
  max-width: 100%;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom,
.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0dcdede-8114-4a25-9922-84003b739880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bd0c94ad-61ab-42ac-968f-9d6f18c8b8bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd0c94ad-61ab-42ac-968f-9d6f18c8b8bb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-44fd362e-7887-4f3f-9969-eb05076824bf {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 198, 155, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-44fd362e-7887-4f3f-9969-eb05076824bf:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(167, 12, 12, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-44fd362e-7887-4f3f-9969-eb05076824bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44fd362e-7887-4f3f-9969-eb05076824bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44fd362e-7887-4f3f-9969-eb05076824bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44fd362e-7887-4f3f-9969-eb05076824bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-44fd362e-7887-4f3f-9969-eb05076824bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-10382bd0-4d52-462c-96d6-30c5743bb49f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-10382bd0-4d52-462c-96d6-30c5743bb49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-10382bd0-4d52-462c-96d6-30c5743bb49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 200, 166, 1);
}

#s-10382bd0-4d52-462c-96d6-30c5743bb49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-10382bd0-4d52-462c-96d6-30c5743bb49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 200, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-10382bd0-4d52-462c-96d6-30c5743bb49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9bd8316f-9712-4685-85a3-36b818c9d1e0 {
  text-align: center;
}




  #s-9bd8316f-9712-4685-85a3-36b818c9d1e0 img.shogun-image {
    
    width: px;
  }


#s-9bd8316f-9712-4685-85a3-36b818c9d1e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-474d8120-4d58-40f0-a369-b45d74c97809 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(207, 165, 133, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 4px;
hover-type: color;
}
#s-474d8120-4d58-40f0-a369-b45d74c97809:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-474d8120-4d58-40f0-a369-b45d74c97809:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-474d8120-4d58-40f0-a369-b45d74c97809.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}

#s-71d0a830-2474-40a5-964c-3d2aa9b811e2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-71d0a830-2474-40a5-964c-3d2aa9b811e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-71d0a830-2474-40a5-964c-3d2aa9b811e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 200, 166, 1);
}

#s-71d0a830-2474-40a5-964c-3d2aa9b811e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-71d0a830-2474-40a5-964c-3d2aa9b811e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 200, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-71d0a830-2474-40a5-964c-3d2aa9b811e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dfca1fb8-cf37-4a09-b759-b42c9f71ce9b {
  text-align: center;
}




  #s-dfca1fb8-cf37-4a09-b759-b42c9f71ce9b img.shogun-image {
    
    width: px;
  }


#s-dfca1fb8-cf37-4a09-b759-b42c9f71ce9b .shogun-image-content {
  
    align-items: center;
  
}

#s-3d6bea55-9b69-4b78-9679-5bd55e3e0c86 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 103, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 5px;
hover-type: color;
}
#s-3d6bea55-9b69-4b78-9679-5bd55e3e0c86:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d6bea55-9b69-4b78-9679-5bd55e3e0c86:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d6bea55-9b69-4b78-9679-5bd55e3e0c86.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-23c9bead-7955-40a7-a7fa-e47e3f3ddbef > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-23c9bead-7955-40a7-a7fa-e47e3f3ddbef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-23c9bead-7955-40a7-a7fa-e47e3f3ddbef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 200, 166, 1);
}

#s-23c9bead-7955-40a7-a7fa-e47e3f3ddbef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-23c9bead-7955-40a7-a7fa-e47e3f3ddbef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 200, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-23c9bead-7955-40a7-a7fa-e47e3f3ddbef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b78baf64-0109-4b1d-9a77-8b0396465ecc {
  text-align: center;
}




  #s-b78baf64-0109-4b1d-9a77-8b0396465ecc img.shogun-image {
    
    width: px;
  }


#s-b78baf64-0109-4b1d-9a77-8b0396465ecc .shogun-image-content {
  
    align-items: center;
  
}

#s-e0d2f909-f798-4f62-97aa-87661ef3bd12 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e0d2f909-f798-4f62-97aa-87661ef3bd12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-e0d2f909-f798-4f62-97aa-87661ef3bd12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 203, 166, 1);
}

#s-e0d2f909-f798-4f62-97aa-87661ef3bd12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e0d2f909-f798-4f62-97aa-87661ef3bd12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 203, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e0d2f909-f798-4f62-97aa-87661ef3bd12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ff39aa56-dcf8-4a5a-bf6d-628831cd7c34 {
  text-align: center;
}




  #s-ff39aa56-dcf8-4a5a-bf6d-628831cd7c34 img.shogun-image {
    
    width: px;
  }


#s-ff39aa56-dcf8-4a5a-bf6d-628831cd7c34 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3251035-6ec5-46ee-ba88-e4cda78c545f {
  box-shadow:-5px 0px 0px 0px ;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(231, 200, 166, 1);
border-style: dashed;
opacity: 1;
background-color: rgba(240, 226, 198, 0.3);
}

#s-7535d14d-bb44-445d-9282-9044407f33d7 {
  display: none;
}
#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 {
  text-align: left;
}


.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 {
  max-width: 100%;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom,
.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 {
  max-width: 100%;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom,
.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 {
  max-width: 100%;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom,
.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 {
  max-width: 100%;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom,
.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 {
  max-width: 100%;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom,
.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5e9896-0868-471c-91e3-bc3b6c69abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3cc3e0ed-3288-4584-883a-d74c7aa896d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cc3e0ed-3288-4584-883a-d74c7aa896d0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-e0dba8a8-2dbd-472a-a386-d27e4a19c7e8 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 198, 155, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-e0dba8a8-2dbd-472a-a386-d27e4a19c7e8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(175, 19, 19, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e0dba8a8-2dbd-472a-a386-d27e4a19c7e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0dba8a8-2dbd-472a-a386-d27e4a19c7e8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0dba8a8-2dbd-472a-a386-d27e4a19c7e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0dba8a8-2dbd-472a-a386-d27e4a19c7e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0dba8a8-2dbd-472a-a386-d27e4a19c7e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-959b1d68-291c-4307-9bc4-52d559964a30 {
  display: none;
}
#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b {
  text-align: left;
}


.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b {
  max-width: 100%;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom,
.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b {
  max-width: 100%;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom,
.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b {
  max-width: 100%;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom,
.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b {
  max-width: 100%;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom,
.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b {
  max-width: 100%;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom,
.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e650f8d-5fdc-42b3-994e-6f8c07b79b7b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-684aaf9a-48fd-491a-8d11-923c9179eed8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-684aaf9a-48fd-491a-8d11-923c9179eed8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-d466206f-979a-4e64-a175-4ed86c890ccd {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 198, 155, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-d466206f-979a-4e64-a175-4ed86c890ccd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(175, 19, 19, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d466206f-979a-4e64-a175-4ed86c890ccd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d466206f-979a-4e64-a175-4ed86c890ccd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d466206f-979a-4e64-a175-4ed86c890ccd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d466206f-979a-4e64-a175-4ed86c890ccd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d466206f-979a-4e64-a175-4ed86c890ccd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74a9ff45-b1f0-4e98-b8b5-1f226af0980a {
  display: none;
}
#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 {
  text-align: left;
}


.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 {
  max-width: 100%;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom,
.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 {
  max-width: 100%;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom,
.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 {
  max-width: 100%;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom,
.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 {
  max-width: 100%;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom,
.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 {
  max-width: 100%;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom,
.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-882c6aff-7986-4c7a-83a2-7dddc55e2001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74aa9aa9-d46b-4ecd-8365-22138051aeaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74aa9aa9-d46b-4ecd-8365-22138051aeaa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-72816681-ccf5-4b02-bff6-c6d072145244 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 198, 155, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-72816681-ccf5-4b02-bff6-c6d072145244:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(177, 9, 9, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-72816681-ccf5-4b02-bff6-c6d072145244:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72816681-ccf5-4b02-bff6-c6d072145244 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72816681-ccf5-4b02-bff6-c6d072145244.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72816681-ccf5-4b02-bff6-c6d072145244.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72816681-ccf5-4b02-bff6-c6d072145244.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-675a427f-3cf8-42e1-8978-1a1cce7a164e {
  display: none;
}
#s-16c9e160-6676-41b3-88f8-f6e92b862676 {
  text-align: left;
}


.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 {
  max-width: 100%;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom,
.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 {
  max-width: 100%;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom,
.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 {
  max-width: 100%;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom,
.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 {
  max-width: 100%;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom,
.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 {
  max-width: 100%;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom,
.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16c9e160-6676-41b3-88f8-f6e92b862676 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-07580ca1-433d-4f21-a700-e2fb94f1dc3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07580ca1-433d-4f21-a700-e2fb94f1dc3b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-c33231f2-bf7f-4d66-92a9-7a2886a80b19 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 198, 155, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-c33231f2-bf7f-4d66-92a9-7a2886a80b19:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(167, 12, 12, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c33231f2-bf7f-4d66-92a9-7a2886a80b19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c33231f2-bf7f-4d66-92a9-7a2886a80b19 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c33231f2-bf7f-4d66-92a9-7a2886a80b19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c33231f2-bf7f-4d66-92a9-7a2886a80b19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c33231f2-bf7f-4d66-92a9-7a2886a80b19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-80ce90a6-da7f-4301-93ba-a228f3dce618 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-80ce90a6-da7f-4301-93ba-a228f3dce618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-80ce90a6-da7f-4301-93ba-a228f3dce618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 200, 166, 1);
}

#s-80ce90a6-da7f-4301-93ba-a228f3dce618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-80ce90a6-da7f-4301-93ba-a228f3dce618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 200, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-80ce90a6-da7f-4301-93ba-a228f3dce618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1ace78c1-3a2b-4fa4-b83b-e5226691641c {
  text-align: center;
}




  #s-1ace78c1-3a2b-4fa4-b83b-e5226691641c img.shogun-image {
    
    width: px;
  }


#s-1ace78c1-3a2b-4fa4-b83b-e5226691641c .shogun-image-content {
  
    align-items: center;
  
}

#s-972ff7e3-a9af-4031-8228-486a1037d1ba > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-972ff7e3-a9af-4031-8228-486a1037d1ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-972ff7e3-a9af-4031-8228-486a1037d1ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 200, 166, 1);
}

#s-972ff7e3-a9af-4031-8228-486a1037d1ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-972ff7e3-a9af-4031-8228-486a1037d1ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 200, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-972ff7e3-a9af-4031-8228-486a1037d1ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-60912229-85d1-4d55-89ea-0de8e9c22c18 {
  text-align: center;
}




  #s-60912229-85d1-4d55-89ea-0de8e9c22c18 img.shogun-image {
    
    width: px;
  }


#s-60912229-85d1-4d55-89ea-0de8e9c22c18 .shogun-image-content {
  
    align-items: center;
  
}

#s-4eb305cd-2359-4c8c-a404-c2d36d37bc2f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4eb305cd-2359-4c8c-a404-c2d36d37bc2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-4eb305cd-2359-4c8c-a404-c2d36d37bc2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 200, 166, 1);
}

#s-4eb305cd-2359-4c8c-a404-c2d36d37bc2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4eb305cd-2359-4c8c-a404-c2d36d37bc2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 200, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4eb305cd-2359-4c8c-a404-c2d36d37bc2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a379629a-b030-4aff-8b8e-611ed591fe6b {
  text-align: center;
}




  #s-a379629a-b030-4aff-8b8e-611ed591fe6b img.shogun-image {
    
    width: px;
  }


#s-a379629a-b030-4aff-8b8e-611ed591fe6b .shogun-image-content {
  
    align-items: center;
  
}

#s-866b681e-eec9-40ce-9ae3-948b61320c31 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-866b681e-eec9-40ce-9ae3-948b61320c31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 251, 249, 1);
  padding: 10px;
}

#s-866b681e-eec9-40ce-9ae3-948b61320c31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(231, 200, 166, 1);
}

#s-866b681e-eec9-40ce-9ae3-948b61320c31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-866b681e-eec9-40ce-9ae3-948b61320c31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(231, 200, 166, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-866b681e-eec9-40ce-9ae3-948b61320c31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e445a9b5-c011-46aa-91e5-ccf01fd29a4b {
  text-align: center;
}




  #s-e445a9b5-c011-46aa-91e5-ccf01fd29a4b img.shogun-image {
    
    width: px;
  }


#s-e445a9b5-c011-46aa-91e5-ccf01fd29a4b .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
