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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-e4ca12f3-9f75-46ba-9607-d283f56863f8 {
  max-width: 1200px;
aspect-ratio: 1200/400;
text-align: center;
}







  #s-e4ca12f3-9f75-46ba-9607-d283f56863f8 img.shogun-image {
    

    
    
    
  }


#s-e4ca12f3-9f75-46ba-9607-d283f56863f8 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-309b2df7-ab02-4819-a0b9-7c8259724575 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-309b2df7-ab02-4819-a0b9-7c8259724575 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

@media (min-width: 0px) {
[id="s-256f235a-a58f-49bc-9457-ba8195a25bd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-256f235a-a58f-49bc-9457-ba8195a25bd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-256f235a-a58f-49bc-9457-ba8195a25bd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-256f235a-a58f-49bc-9457-ba8195a25bd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 45.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-840e5b30-6e97-4d66-97f0-65945606909c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-840e5b30-6e97-4d66-97f0-65945606909c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-8f710459-1f0d-4746-8749-56fee37e180f {
  text-align: left;
}



.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f710459-1f0d-4746-8749-56fee37e180f img.shogun-image {
  width: 100%;
}



}
.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-e8b58ad8-7932-4b9d-aae5-2cce8c6a4abd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e8b58ad8-7932-4b9d-aae5-2cce8c6a4abd:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e8b58ad8-7932-4b9d-aae5-2cce8c6a4abd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8b58ad8-7932-4b9d-aae5-2cce8c6a4abd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8b58ad8-7932-4b9d-aae5-2cce8c6a4abd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8b58ad8-7932-4b9d-aae5-2cce8c6a4abd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e8b58ad8-7932-4b9d-aae5-2cce8c6a4abd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6f5d38a0-e667-47c0-9c12-b7a1cf0e8bab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f5d38a0-e667-47c0-9c12-b7a1cf0e8bab .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 {
  text-align: left;
}



.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca3cf10-6ef3-40fa-96e7-fce847266ec8 img.shogun-image {
  width: 100%;
}



}
#s-f2b8c61c-1f25-4e2e-b920-c7ad7315d71c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f2b8c61c-1f25-4e2e-b920-c7ad7315d71c:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2b8c61c-1f25-4e2e-b920-c7ad7315d71c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2b8c61c-1f25-4e2e-b920-c7ad7315d71c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b8c61c-1f25-4e2e-b920-c7ad7315d71c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b8c61c-1f25-4e2e-b920-c7ad7315d71c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f2b8c61c-1f25-4e2e-b920-c7ad7315d71c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e454be21-e909-4219-8087-547ff4fea6d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e454be21-e909-4219-8087-547ff4fea6d4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a {
  text-align: left;
}



.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a027e55c-ab8d-4a0a-8a46-3a5ea4bc530a img.shogun-image {
  width: 100%;
}



}
#s-84b2dd53-22ca-4418-a49a-9a7cbb13b150 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-84b2dd53-22ca-4418-a49a-9a7cbb13b150:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-84b2dd53-22ca-4418-a49a-9a7cbb13b150:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84b2dd53-22ca-4418-a49a-9a7cbb13b150 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84b2dd53-22ca-4418-a49a-9a7cbb13b150.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84b2dd53-22ca-4418-a49a-9a7cbb13b150.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-84b2dd53-22ca-4418-a49a-9a7cbb13b150.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4939ec50-1a89-444f-a8fc-04669a600b64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4939ec50-1a89-444f-a8fc-04669a600b64 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 {
  text-align: left;
}



.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5e4014c-22dc-4d85-98eb-9642d92f42a1 img.shogun-image {
  width: 100%;
}



}
#s-a532ac84-1d0e-469f-9744-4ff1c8990444 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a532ac84-1d0e-469f-9744-4ff1c8990444:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a532ac84-1d0e-469f-9744-4ff1c8990444:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a532ac84-1d0e-469f-9744-4ff1c8990444 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a532ac84-1d0e-469f-9744-4ff1c8990444.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a532ac84-1d0e-469f-9744-4ff1c8990444.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a532ac84-1d0e-469f-9744-4ff1c8990444.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c37f2648-8a3b-4c2f-8071-cb0033e16cd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c37f2648-8a3b-4c2f-8071-cb0033e16cd4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 {
  text-align: left;
}



.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f581fb2-9aff-4d0e-8d96-5b97900ec5d7 img.shogun-image {
  width: 100%;
}



}
#s-3f37eff1-98a1-4fdd-ac53-ab05025878cf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3f37eff1-98a1-4fdd-ac53-ab05025878cf:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f37eff1-98a1-4fdd-ac53-ab05025878cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f37eff1-98a1-4fdd-ac53-ab05025878cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f37eff1-98a1-4fdd-ac53-ab05025878cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f37eff1-98a1-4fdd-ac53-ab05025878cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3f37eff1-98a1-4fdd-ac53-ab05025878cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ffe5410f-f8c0-420a-adad-a9526810b93a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffe5410f-f8c0-420a-adad-a9526810b93a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-13148ef8-49d4-43fa-8ceb-3122392c58ee {
  text-align: left;
}



.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13148ef8-49d4-43fa-8ceb-3122392c58ee img.shogun-image {
  width: 100%;
}



}
#s-749bb407-0674-4c20-8477-730dd501747b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-749bb407-0674-4c20-8477-730dd501747b:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-749bb407-0674-4c20-8477-730dd501747b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-749bb407-0674-4c20-8477-730dd501747b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-749bb407-0674-4c20-8477-730dd501747b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-749bb407-0674-4c20-8477-730dd501747b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-749bb407-0674-4c20-8477-730dd501747b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a355b615-a92b-4afb-975c-83894c25df9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a355b615-a92b-4afb-975c-83894c25df9f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa {
  text-align: left;
}



.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dde2f5-431c-485d-a9a1-91cf483dcdaa img.shogun-image {
  width: 100%;
}



}
#s-adc7f11d-94f6-4d90-8a86-661f69131cf7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-adc7f11d-94f6-4d90-8a86-661f69131cf7:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-adc7f11d-94f6-4d90-8a86-661f69131cf7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-adc7f11d-94f6-4d90-8a86-661f69131cf7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adc7f11d-94f6-4d90-8a86-661f69131cf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adc7f11d-94f6-4d90-8a86-661f69131cf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-adc7f11d-94f6-4d90-8a86-661f69131cf7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9669c9fa-a504-4cc7-aff2-42f30138575e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9669c9fa-a504-4cc7-aff2-42f30138575e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ef94135d-3aa4-4275-93c9-1a0314ff880c {
  text-align: left;
}



.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef94135d-3aa4-4275-93c9-1a0314ff880c img.shogun-image {
  width: 100%;
}



}
#s-14aeb6a9-4994-4de8-b1dd-d79902e91d92 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-14aeb6a9-4994-4de8-b1dd-d79902e91d92:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-14aeb6a9-4994-4de8-b1dd-d79902e91d92:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-14aeb6a9-4994-4de8-b1dd-d79902e91d92 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-14aeb6a9-4994-4de8-b1dd-d79902e91d92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-14aeb6a9-4994-4de8-b1dd-d79902e91d92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-14aeb6a9-4994-4de8-b1dd-d79902e91d92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c4a77178-fccd-4b5f-9de3-b429f74283b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4a77178-fccd-4b5f-9de3-b429f74283b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb {
  text-align: left;
}



.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39c502b1-a3e8-4fa9-bda9-2b5b286e40eb img.shogun-image {
  width: 100%;
}



}
#s-72ac09e0-fd43-4ae3-9098-220f0514004a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-72ac09e0-fd43-4ae3-9098-220f0514004a:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72ac09e0-fd43-4ae3-9098-220f0514004a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72ac09e0-fd43-4ae3-9098-220f0514004a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72ac09e0-fd43-4ae3-9098-220f0514004a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72ac09e0-fd43-4ae3-9098-220f0514004a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72ac09e0-fd43-4ae3-9098-220f0514004a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d6eab891-31b6-4574-9a66-15fd506ff643 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6eab891-31b6-4574-9a66-15fd506ff643 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f {
  text-align: left;
}



.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e357f4-0eca-49ff-bb5f-c45cfa13c15f img.shogun-image {
  width: 100%;
}



}
#s-f89a9d82-e9a9-49e0-a706-c27f78af1018 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f89a9d82-e9a9-49e0-a706-c27f78af1018:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f89a9d82-e9a9-49e0-a706-c27f78af1018:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f89a9d82-e9a9-49e0-a706-c27f78af1018 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f89a9d82-e9a9-49e0-a706-c27f78af1018.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f89a9d82-e9a9-49e0-a706-c27f78af1018.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f89a9d82-e9a9-49e0-a706-c27f78af1018.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34e4ff71-5a7c-4446-bc04-fa70babe2a9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34e4ff71-5a7c-4446-bc04-fa70babe2a9f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-02b38718-0d72-429a-9254-01bb69445130 {
  text-align: left;
}



.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b38718-0d72-429a-9254-01bb69445130 img.shogun-image {
  width: 100%;
}



}
#s-851b2c01-1c98-4cfb-8855-32c9111b0bed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-851b2c01-1c98-4cfb-8855-32c9111b0bed:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-851b2c01-1c98-4cfb-8855-32c9111b0bed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-851b2c01-1c98-4cfb-8855-32c9111b0bed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-851b2c01-1c98-4cfb-8855-32c9111b0bed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-851b2c01-1c98-4cfb-8855-32c9111b0bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-851b2c01-1c98-4cfb-8855-32c9111b0bed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-30060404-0412-45f5-b8d4-b070a5846cf8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30060404-0412-45f5-b8d4-b070a5846cf8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 {
  text-align: left;
}



.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88720e25-2a0c-4a98-abbe-0061c6dfc4a2 img.shogun-image {
  width: 100%;
}



}
#s-17b391b7-2bfc-4b83-a5fc-f58745516901 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-17b391b7-2bfc-4b83-a5fc-f58745516901:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17b391b7-2bfc-4b83-a5fc-f58745516901:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17b391b7-2bfc-4b83-a5fc-f58745516901 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17b391b7-2bfc-4b83-a5fc-f58745516901.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17b391b7-2bfc-4b83-a5fc-f58745516901.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-17b391b7-2bfc-4b83-a5fc-f58745516901.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-722e86e6-7349-4ea6-976b-26839fe64cce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-722e86e6-7349-4ea6-976b-26839fe64cce .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7f7cadef-f765-4149-b771-57ce6727c5f1 {
  text-align: left;
}



.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7cadef-f765-4149-b771-57ce6727c5f1 img.shogun-image {
  width: 100%;
}



}
#s-3d16be2a-8b60-4ff2-9b94-3e2d65ac2e4b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3d16be2a-8b60-4ff2-9b94-3e2d65ac2e4b:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d16be2a-8b60-4ff2-9b94-3e2d65ac2e4b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d16be2a-8b60-4ff2-9b94-3e2d65ac2e4b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d16be2a-8b60-4ff2-9b94-3e2d65ac2e4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d16be2a-8b60-4ff2-9b94-3e2d65ac2e4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3d16be2a-8b60-4ff2-9b94-3e2d65ac2e4b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b874fc04-a1b5-4c90-9ecd-cb93cbaf87db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b874fc04-a1b5-4c90-9ecd-cb93cbaf87db .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 {
  text-align: left;
}



.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a54727-67a0-450c-abd1-ef5d4aced8f2 img.shogun-image {
  width: 100%;
}



}
#s-4e239fcb-607f-488c-87c7-db82ac8ba2e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 20, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4e239fcb-607f-488c-87c7-db82ac8ba2e4:hover {background-color: rgba(255, 36, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4e239fcb-607f-488c-87c7-db82ac8ba2e4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4e239fcb-607f-488c-87c7-db82ac8ba2e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e239fcb-607f-488c-87c7-db82ac8ba2e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e239fcb-607f-488c-87c7-db82ac8ba2e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4e239fcb-607f-488c-87c7-db82ac8ba2e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
