.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
background-color: rgba(225, 245, 233, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69 {
  display: none;
}
#s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69, #wrap-s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69 { display:none !important; }}@media (max-width: 767px){#s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69 {
  display: none;
}
#s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69, #wrap-s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6ece86f-71b5-4c2a-bb8b-4dbad0c4ad69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2e06035c-fa82-4e2f-8a37-a7dba1679fcf {
  min-height: 50px;
}








#s-2e06035c-fa82-4e2f-8a37-a7dba1679fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e06035c-fa82-4e2f-8a37-a7dba1679fcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9c8e5626-6bee-4778-b37b-03000eab6e4f {
  margin-left: -1em;
margin-right: -1em;
padding-bottom: 40px;
}

#s-082d0d5d-ca9b-4ce7-8ec8-9776eb324c49 {
  margin-left: 9%;
max-width: 650px;
}
@media (max-width: 767px){#s-082d0d5d-ca9b-4ce7-8ec8-9776eb324c49 {
  
}
}
.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;
}
#s-9a9a7f7f-caf1-4284-b8cb-f2824b4a973d {
  text-align: right;
}







  #s-9a9a7f7f-caf1-4284-b8cb-f2824b4a973d img.shogun-image {
    

    
    
    
  }


#s-9a9a7f7f-caf1-4284-b8cb-f2824b4a973d .shogun-image-content {
  
    align-items: center;
  
}

#s-79c81a65-888d-4e45-bf22-d2e25301c521 {
  min-height: 50px;
}








#s-79c81a65-888d-4e45-bf22-d2e25301c521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79c81a65-888d-4e45-bf22-d2e25301c521.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09dbdfdf-1603-426e-b07c-f9db84c3b635 {
  min-height: 40px;
}
@media (max-width: 767px){#s-09dbdfdf-1603-426e-b07c-f9db84c3b635 {
  display: none;
}
#s-09dbdfdf-1603-426e-b07c-f9db84c3b635, #wrap-s-09dbdfdf-1603-426e-b07c-f9db84c3b635 { display:none !important; }}







#s-09dbdfdf-1603-426e-b07c-f9db84c3b635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09dbdfdf-1603-426e-b07c-f9db84c3b635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bb454019-a9d7-41b8-a1da-4446a6e39422"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb454019-a9d7-41b8-a1da-4446a6e39422"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb454019-a9d7-41b8-a1da-4446a6e39422"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb454019-a9d7-41b8-a1da-4446a6e39422"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0c4070ac-3c8e-421c-b85c-53c59895ed3c {
  border-style: solid;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(225, 245, 233, 1);
border-style: solid;
}

#s-ca09b732-4804-4f51-b472-4c5e0a299093 {
  border-style: solid;
margin-top: -20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72 {
  background-size: cover;
margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 0px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72 {
  display: none;
}
#s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72, #wrap-s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72 {
  display: none;
}
#s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72, #wrap-s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72 {
  
}
}@media (max-width: 767px){#s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72 {
  
}
}







#s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-69b4ea09-4aef-45f1-a3b5-0ae69eefea72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73e542ef-c069-4d71-9b3a-9542401630c7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-73e542ef-c069-4d71-9b3a-9542401630c7 {
  display: none;
}
#s-73e542ef-c069-4d71-9b3a-9542401630c7, #wrap-s-73e542ef-c069-4d71-9b3a-9542401630c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73e542ef-c069-4d71-9b3a-9542401630c7 {
  display: none;
}
#s-73e542ef-c069-4d71-9b3a-9542401630c7, #wrap-s-73e542ef-c069-4d71-9b3a-9542401630c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73e542ef-c069-4d71-9b3a-9542401630c7 {
  display: none;
}
#s-73e542ef-c069-4d71-9b3a-9542401630c7, #wrap-s-73e542ef-c069-4d71-9b3a-9542401630c7 { display:none !important; }}






  #s-73e542ef-c069-4d71-9b3a-9542401630c7 img.shogun-image {
    

    
    
    
  }


#s-73e542ef-c069-4d71-9b3a-9542401630c7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9 {
  display: none;
}
#s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9, #wrap-s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9 {
  display: none;
}
#s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9, #wrap-s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9 {
  display: none;
}
#s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9, #wrap-s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9 { display:none !important; }}







#s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21cbc1b8-ec3b-4231-9c71-2456e5c3f9b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94159918-e842-46b7-b37d-ade861cbc725 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 6px;
background-color: rgba(225, 241, 232, 1);
}
@media (min-width: 1200px){#s-94159918-e842-46b7-b37d-ade861cbc725 {
  display: none;
}
#s-94159918-e842-46b7-b37d-ade861cbc725, #wrap-s-94159918-e842-46b7-b37d-ade861cbc725 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94159918-e842-46b7-b37d-ade861cbc725 {
  display: none;
}
#s-94159918-e842-46b7-b37d-ade861cbc725, #wrap-s-94159918-e842-46b7-b37d-ade861cbc725 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94159918-e842-46b7-b37d-ade861cbc725 {
  display: none;
}
#s-94159918-e842-46b7-b37d-ade861cbc725, #wrap-s-94159918-e842-46b7-b37d-ade861cbc725 { display:none !important; }}
#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c {
  min-height: 33px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c {
  display: none;
}
#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c, #wrap-s-12e5d51b-aa09-4c02-b88f-ffdf196b862c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c {
  display: none;
}
#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c, #wrap-s-12e5d51b-aa09-4c02-b88f-ffdf196b862c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c {
  display: none;
}
#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c, #wrap-s-12e5d51b-aa09-4c02-b88f-ffdf196b862c { display:none !important; }}@media (max-width: 767px){#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c {
  display: none;
}
#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c, #wrap-s-12e5d51b-aa09-4c02-b88f-ffdf196b862c { display:none !important; }}







#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12e5d51b-aa09-4c02-b88f-ffdf196b862c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb7f0788-7299-4da2-b4b9-ca9dbe559a91 {
  margin-top: -20px;
margin-bottom: -20px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cb7f0788-7299-4da2-b4b9-ca9dbe559a91 {
  display: none;
}
#s-cb7f0788-7299-4da2-b4b9-ca9dbe559a91, #wrap-s-cb7f0788-7299-4da2-b4b9-ca9dbe559a91 { display:none !important; }}







#s-cb7f0788-7299-4da2-b4b9-ca9dbe559a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb7f0788-7299-4da2-b4b9-ca9dbe559a91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e61070e8-1a88-42e8-9b11-9a32ff8bfeb1 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}
@media (max-width: 767px){#s-e61070e8-1a88-42e8-9b11-9a32ff8bfeb1 {
  display: none;
}
#s-e61070e8-1a88-42e8-9b11-9a32ff8bfeb1, #wrap-s-e61070e8-1a88-42e8-9b11-9a32ff8bfeb1 { display:none !important; }}







#s-e61070e8-1a88-42e8-9b11-9a32ff8bfeb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e61070e8-1a88-42e8-9b11-9a32ff8bfeb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ceb33d46-1906-40b2-a207-c3c8382fb6f1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ceb33d46-1906-40b2-a207-c3c8382fb6f1 {
  display: none;
}
#s-ceb33d46-1906-40b2-a207-c3c8382fb6f1, #wrap-s-ceb33d46-1906-40b2-a207-c3c8382fb6f1 { display:none !important; }}@media (max-width: 767px){#s-ceb33d46-1906-40b2-a207-c3c8382fb6f1 {
  display: none;
}
#s-ceb33d46-1906-40b2-a207-c3c8382fb6f1, #wrap-s-ceb33d46-1906-40b2-a207-c3c8382fb6f1 { display:none !important; }}







#s-ceb33d46-1906-40b2-a207-c3c8382fb6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb33d46-1906-40b2-a207-c3c8382fb6f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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-3b836171-838f-4467-bd03-f13b0d3c32e1 {
  text-align: center;
}







  img.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
    
    
  }


.s-3b836171-838f-4467-bd03-f13b0d3c32e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shg-align-container {
  text-align: center
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
    
    
  }


.s-3b836171-838f-4467-bd03-f13b0d3c32e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shg-align-container {
  text-align: center
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
    
    
  }


.s-3b836171-838f-4467-bd03-f13b0d3c32e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shg-align-container {
  text-align: center
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
    
    
  }


.s-3b836171-838f-4467-bd03-f13b0d3c32e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shg-align-container {
  text-align: center
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
    
    
  }


.s-3b836171-838f-4467-bd03-f13b0d3c32e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shg-align-container {
  text-align: center
}

.s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b836171-838f-4467-bd03-f13b0d3c32e1.shogun-image {
  box-sizing: border-box;
}


}
#s-e46957f9-0b28-4384-9d8d-6000823988b3 {
  min-height: 10px;
}








#s-e46957f9-0b28-4384-9d8d-6000823988b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e46957f9-0b28-4384-9d8d-6000823988b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-572d0475-49c0-4f62-9597-a307e8a95c29 {
  margin-top: 20px;
padding-left: 7%;
padding-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-572d0475-49c0-4f62-9597-a307e8a95c29 {
  
}
}







#s-572d0475-49c0-4f62-9597-a307e8a95c29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572d0475-49c0-4f62-9597-a307e8a95c29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3a36000-a950-45fb-818e-f2c2ef7f617c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-a3a36000-a950-45fb-818e-f2c2ef7f617c {
  display: none;
}
#s-a3a36000-a950-45fb-818e-f2c2ef7f617c, #wrap-s-a3a36000-a950-45fb-818e-f2c2ef7f617c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3a36000-a950-45fb-818e-f2c2ef7f617c {
  display: none;
}
#s-a3a36000-a950-45fb-818e-f2c2ef7f617c, #wrap-s-a3a36000-a950-45fb-818e-f2c2ef7f617c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3a36000-a950-45fb-818e-f2c2ef7f617c {
  display: none;
}
#s-a3a36000-a950-45fb-818e-f2c2ef7f617c, #wrap-s-a3a36000-a950-45fb-818e-f2c2ef7f617c { display:none !important; }}
@media (min-width: 0px) {
[id="s-a3a36000-a950-45fb-818e-f2c2ef7f617c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3a36000-a950-45fb-818e-f2c2ef7f617c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-a3a36000-a950-45fb-818e-f2c2ef7f617c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3a36000-a950-45fb-818e-f2c2ef7f617c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-cdb3ded8-070d-49f3-930f-ad76c52f6de4 {
  min-height: 50px;
}








#s-cdb3ded8-070d-49f3-930f-ad76c52f6de4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdb3ded8-070d-49f3-930f-ad76c52f6de4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-650188f2-ecd4-477a-81ac-8d5fca19a382 {
  text-align: center;
}







  img.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
    
    
  }


.s-650188f2-ecd4-477a-81ac-8d5fca19a382 .shogun-image-content {
  
    align-items: center;
  
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shg-align-container {
  text-align: center
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
    
    
  }


.s-650188f2-ecd4-477a-81ac-8d5fca19a382 .shogun-image-content {
  
    align-items: center;
  
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shg-align-container {
  text-align: center
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
  box-sizing: border-box;
}


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





  img.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
    
    
  }


.s-650188f2-ecd4-477a-81ac-8d5fca19a382 .shogun-image-content {
  
    align-items: center;
  
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shg-align-container {
  text-align: center
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
  box-sizing: border-box;
}


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





  img.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
    
    
  }


.s-650188f2-ecd4-477a-81ac-8d5fca19a382 .shogun-image-content {
  
    align-items: center;
  
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shg-align-container {
  text-align: center
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
  box-sizing: border-box;
}


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





  img.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
    
    
  }


.s-650188f2-ecd4-477a-81ac-8d5fca19a382 .shogun-image-content {
  
    align-items: center;
  
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shg-align-container {
  text-align: center
}

.s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-650188f2-ecd4-477a-81ac-8d5fca19a382.shogun-image {
  box-sizing: border-box;
}


}
#s-15743f53-7464-45c0-ac23-a9ce5f56f484 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-15743f53-7464-45c0-ac23-a9ce5f56f484 {
  display: none;
}
#s-15743f53-7464-45c0-ac23-a9ce5f56f484, #wrap-s-15743f53-7464-45c0-ac23-a9ce5f56f484 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15743f53-7464-45c0-ac23-a9ce5f56f484 {
  display: none;
}
#s-15743f53-7464-45c0-ac23-a9ce5f56f484, #wrap-s-15743f53-7464-45c0-ac23-a9ce5f56f484 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15743f53-7464-45c0-ac23-a9ce5f56f484 {
  display: none;
}
#s-15743f53-7464-45c0-ac23-a9ce5f56f484, #wrap-s-15743f53-7464-45c0-ac23-a9ce5f56f484 { display:none !important; }}@media (max-width: 767px){#s-15743f53-7464-45c0-ac23-a9ce5f56f484 {
  display: none;
}
#s-15743f53-7464-45c0-ac23-a9ce5f56f484, #wrap-s-15743f53-7464-45c0-ac23-a9ce5f56f484 { display:none !important; }}







#s-15743f53-7464-45c0-ac23-a9ce5f56f484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15743f53-7464-45c0-ac23-a9ce5f56f484.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  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-be05b2a6-a49e-4d22-a6ee-c1e6509e82e1 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-be05b2a6-a49e-4d22-a6ee-c1e6509e82e1 {
  display: none;
}
#s-be05b2a6-a49e-4d22-a6ee-c1e6509e82e1, #wrap-s-be05b2a6-a49e-4d22-a6ee-c1e6509e82e1 { display:none !important; }}
#s-be05b2a6-a49e-4d22-a6ee-c1e6509e82e1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Libre Baskerville";
  font-style:   ;
  font-size: 20px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}


#s-be05b2a6-a49e-4d22-a6ee-c1e6509e82e1 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-66728655-7c95-45a1-bb24-ad5e15148a7d {
  margin-top: -6px;
margin-left: 4%;
margin-bottom: -6px;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-66728655-7c95-45a1-bb24-ad5e15148a7d {
  display: none;
}
#s-66728655-7c95-45a1-bb24-ad5e15148a7d, #wrap-s-66728655-7c95-45a1-bb24-ad5e15148a7d { display:none !important; }}
#s-66728655-7c95-45a1-bb24-ad5e15148a7d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: "Raleway";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8cf44451-f3f9-4d93-9bfa-d17c793b0d8c {
  min-height: 10px;
}
@media (max-width: 767px){#s-8cf44451-f3f9-4d93-9bfa-d17c793b0d8c {
  display: none;
}
#s-8cf44451-f3f9-4d93-9bfa-d17c793b0d8c, #wrap-s-8cf44451-f3f9-4d93-9bfa-d17c793b0d8c { display:none !important; }}







#s-8cf44451-f3f9-4d93-9bfa-d17c793b0d8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cf44451-f3f9-4d93-9bfa-d17c793b0d8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b72531e-2b29-411b-91dc-acd4ff023b49 {
  margin-top: 35px;
}

@media (min-width: 0px) {
[id="s-1b72531e-2b29-411b-91dc-acd4ff023b49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1b72531e-2b29-411b-91dc-acd4ff023b49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b72531e-2b29-411b-91dc-acd4ff023b49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b72531e-2b29-411b-91dc-acd4ff023b49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bae08cfe-7aff-432c-804d-93c654ee645a {
  display: none;
}
#s-92d076a8-102b-4915-9b42-d62d67bfe379 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92d076a8-102b-4915-9b42-d62d67bfe379 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-be9c3907-64eb-4c5e-a6ac-b48392717ca5 {
  text-align: center;
}







  img.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
    
    
  }


.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shg-align-container {
  text-align: center
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
    
    
  }


.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shg-align-container {
  text-align: center
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
    
    
  }


.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shg-align-container {
  text-align: center
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
    
    
  }


.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shg-align-container {
  text-align: center
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
    
    
  }


.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shg-align-container {
  text-align: center
}

.s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c3907-64eb-4c5e-a6ac-b48392717ca5.shogun-image {
  box-sizing: border-box;
}


}
#s-693d1cea-dee9-488b-841f-50efba307aa2 {
  text-align: center;
}

#s-693d1cea-dee9-488b-841f-50efba307aa2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-693d1cea-dee9-488b-841f-50efba307aa2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-693d1cea-dee9-488b-841f-50efba307aa2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-4a55fd14-4127-4ae6-8736-f214489fa831 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-4a55fd14-4127-4ae6-8736-f214489fa831:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4a55fd14-4127-4ae6-8736-f214489fa831:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4a55fd14-4127-4ae6-8736-f214489fa831 {
  display: none;
}
#s-4a55fd14-4127-4ae6-8736-f214489fa831, #wrap-s-4a55fd14-4127-4ae6-8736-f214489fa831 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a55fd14-4127-4ae6-8736-f214489fa831 {
  display: none;
}
#s-4a55fd14-4127-4ae6-8736-f214489fa831, #wrap-s-4a55fd14-4127-4ae6-8736-f214489fa831 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a55fd14-4127-4ae6-8736-f214489fa831 {
  display: none;
}
#s-4a55fd14-4127-4ae6-8736-f214489fa831, #wrap-s-4a55fd14-4127-4ae6-8736-f214489fa831 { display:none !important; }}

  #s-4a55fd14-4127-4ae6-8736-f214489fa831-btn-wrapper {
    text-align: center;
  }


#s-4a55fd14-4127-4ae6-8736-f214489fa831.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a55fd14-4127-4ae6-8736-f214489fa831-btn-wrapper {
    text-align: center;
  }


#s-4a55fd14-4127-4ae6-8736-f214489fa831.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a55fd14-4127-4ae6-8736-f214489fa831-btn-wrapper {
    text-align: center;
  }


#s-4a55fd14-4127-4ae6-8736-f214489fa831.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a55fd14-4127-4ae6-8736-f214489fa831-btn-wrapper {
    text-align: center;
  }


#s-4a55fd14-4127-4ae6-8736-f214489fa831.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a55fd14-4127-4ae6-8736-f214489fa831-btn-wrapper {
    text-align: center;
  }


#s-4a55fd14-4127-4ae6-8736-f214489fa831.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-8e8a6383-d645-41ec-a58d-e156caf3ddb9 {
  display: none;
}
.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;
  font-family: ;
  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-1217a2c8-e502-4fea-acd8-00e64b7ce4f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1217a2c8-e502-4fea-acd8-00e64b7ce4f7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-e3312d7a-a925-466d-965c-8ec036d2f738 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 100%;
text-align: center;
}







  #s-e3312d7a-a925-466d-965c-8ec036d2f738 img.shogun-image {
    

    
    
    
  }


#s-e3312d7a-a925-466d-965c-8ec036d2f738 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb49369a-550c-490d-9b02-20c02c784d20 {
  text-align: center;
}

#s-eb49369a-550c-490d-9b02-20c02c784d20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eb49369a-550c-490d-9b02-20c02c784d20 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eb49369a-550c-490d-9b02-20c02c784d20 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-844bd972-b35d-42c0-b39a-a21164c7fbf3 {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-844bd972-b35d-42c0-b39a-a21164c7fbf3:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-844bd972-b35d-42c0-b39a-a21164c7fbf3:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-844bd972-b35d-42c0-b39a-a21164c7fbf3 {
  display: none;
}
#s-844bd972-b35d-42c0-b39a-a21164c7fbf3, #wrap-s-844bd972-b35d-42c0-b39a-a21164c7fbf3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-844bd972-b35d-42c0-b39a-a21164c7fbf3 {
  display: none;
}
#s-844bd972-b35d-42c0-b39a-a21164c7fbf3, #wrap-s-844bd972-b35d-42c0-b39a-a21164c7fbf3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-844bd972-b35d-42c0-b39a-a21164c7fbf3 {
  display: none;
}
#s-844bd972-b35d-42c0-b39a-a21164c7fbf3, #wrap-s-844bd972-b35d-42c0-b39a-a21164c7fbf3 { display:none !important; }}

  #s-844bd972-b35d-42c0-b39a-a21164c7fbf3-btn-wrapper {
    text-align: center;
  }


#s-844bd972-b35d-42c0-b39a-a21164c7fbf3.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-844bd972-b35d-42c0-b39a-a21164c7fbf3-btn-wrapper {
    text-align: center;
  }


#s-844bd972-b35d-42c0-b39a-a21164c7fbf3.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-844bd972-b35d-42c0-b39a-a21164c7fbf3-btn-wrapper {
    text-align: center;
  }


#s-844bd972-b35d-42c0-b39a-a21164c7fbf3.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-844bd972-b35d-42c0-b39a-a21164c7fbf3-btn-wrapper {
    text-align: center;
  }


#s-844bd972-b35d-42c0-b39a-a21164c7fbf3.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-844bd972-b35d-42c0-b39a-a21164c7fbf3-btn-wrapper {
    text-align: center;
  }


#s-844bd972-b35d-42c0-b39a-a21164c7fbf3.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-7257aaa4-9597-4ccd-bcdf-d002e855a8d5 {
  min-height: 50px;
}








#s-7257aaa4-9597-4ccd-bcdf-d002e855a8d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7257aaa4-9597-4ccd-bcdf-d002e855a8d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1631fe08-cf66-4828-b245-db9139f65eff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1631fe08-cf66-4828-b245-db9139f65eff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1631fe08-cf66-4828-b245-db9139f65eff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1631fe08-cf66-4828-b245-db9139f65eff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ba46b357-fdd0-4191-b9fe-1af08c1b8ea7 {
  display: none;
}
#s-a198f948-4390-494a-b7f8-4fcc9d3be133 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-a198f948-4390-494a-b7f8-4fcc9d3be133 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  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-cd272eec-8bef-4460-a8bc-96fbdab259dc {
  text-align: left;
}



.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd272eec-8bef-4460-a8bc-96fbdab259dc img.shogun-image {
  width: 100%;
}



}
#s-3ef81e1b-86db-4368-8a08-5c3513ae6ef6 {
  text-align: center;
}

#s-3ef81e1b-86db-4368-8a08-5c3513ae6ef6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3ef81e1b-86db-4368-8a08-5c3513ae6ef6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3ef81e1b-86db-4368-8a08-5c3513ae6ef6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1b259131-d446-4089-af79-33b6cfccda42 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-1b259131-d446-4089-af79-33b6cfccda42:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1b259131-d446-4089-af79-33b6cfccda42:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1b259131-d446-4089-af79-33b6cfccda42 {
  display: none;
}
#s-1b259131-d446-4089-af79-33b6cfccda42, #wrap-s-1b259131-d446-4089-af79-33b6cfccda42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b259131-d446-4089-af79-33b6cfccda42 {
  display: none;
}
#s-1b259131-d446-4089-af79-33b6cfccda42, #wrap-s-1b259131-d446-4089-af79-33b6cfccda42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b259131-d446-4089-af79-33b6cfccda42 {
  display: none;
}
#s-1b259131-d446-4089-af79-33b6cfccda42, #wrap-s-1b259131-d446-4089-af79-33b6cfccda42 { display:none !important; }}

  #s-1b259131-d446-4089-af79-33b6cfccda42-btn-wrapper {
    text-align: center;
  }


#s-1b259131-d446-4089-af79-33b6cfccda42.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b259131-d446-4089-af79-33b6cfccda42-btn-wrapper {
    text-align: center;
  }


#s-1b259131-d446-4089-af79-33b6cfccda42.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b259131-d446-4089-af79-33b6cfccda42-btn-wrapper {
    text-align: center;
  }


#s-1b259131-d446-4089-af79-33b6cfccda42.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b259131-d446-4089-af79-33b6cfccda42-btn-wrapper {
    text-align: center;
  }


#s-1b259131-d446-4089-af79-33b6cfccda42.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b259131-d446-4089-af79-33b6cfccda42-btn-wrapper {
    text-align: center;
  }


#s-1b259131-d446-4089-af79-33b6cfccda42.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-00391e4b-e786-466e-9ec0-4a3f945378fc {
  display: none;
}
#s-de796c86-c5c3-415e-b055-f7134c9649f1 {
  padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
text-align: center;
}

#s-de796c86-c5c3-415e-b055-f7134c9649f1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}



.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b6829f5-9ce6-4225-a848-eee2c584f3b6 img.shogun-image {
  width: 100%;
}



}
#s-7da27308-b834-43c2-8e0c-e884fb202e32 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-7da27308-b834-43c2-8e0c-e884fb202e32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7da27308-b834-43c2-8e0c-e884fb202e32 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7da27308-b834-43c2-8e0c-e884fb202e32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea235288-e18e-4752-a96f-37e338090fda {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-ea235288-e18e-4752-a96f-37e338090fda:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ea235288-e18e-4752-a96f-37e338090fda:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ea235288-e18e-4752-a96f-37e338090fda {
  display: none;
}
#s-ea235288-e18e-4752-a96f-37e338090fda, #wrap-s-ea235288-e18e-4752-a96f-37e338090fda { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea235288-e18e-4752-a96f-37e338090fda {
  display: none;
}
#s-ea235288-e18e-4752-a96f-37e338090fda, #wrap-s-ea235288-e18e-4752-a96f-37e338090fda { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea235288-e18e-4752-a96f-37e338090fda {
  display: none;
}
#s-ea235288-e18e-4752-a96f-37e338090fda, #wrap-s-ea235288-e18e-4752-a96f-37e338090fda { display:none !important; }}

  #s-ea235288-e18e-4752-a96f-37e338090fda-btn-wrapper {
    text-align: center;
  }


#s-ea235288-e18e-4752-a96f-37e338090fda.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea235288-e18e-4752-a96f-37e338090fda-btn-wrapper {
    text-align: center;
  }


#s-ea235288-e18e-4752-a96f-37e338090fda.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea235288-e18e-4752-a96f-37e338090fda-btn-wrapper {
    text-align: center;
  }


#s-ea235288-e18e-4752-a96f-37e338090fda.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea235288-e18e-4752-a96f-37e338090fda-btn-wrapper {
    text-align: center;
  }


#s-ea235288-e18e-4752-a96f-37e338090fda.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea235288-e18e-4752-a96f-37e338090fda-btn-wrapper {
    text-align: center;
  }


#s-ea235288-e18e-4752-a96f-37e338090fda.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-f2f3968d-e11f-43e6-af21-5ef4170f2026 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f2f3968d-e11f-43e6-af21-5ef4170f2026 {
  display: none;
}
#s-f2f3968d-e11f-43e6-af21-5ef4170f2026, #wrap-s-f2f3968d-e11f-43e6-af21-5ef4170f2026 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2f3968d-e11f-43e6-af21-5ef4170f2026 {
  display: none;
}
#s-f2f3968d-e11f-43e6-af21-5ef4170f2026, #wrap-s-f2f3968d-e11f-43e6-af21-5ef4170f2026 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2f3968d-e11f-43e6-af21-5ef4170f2026 {
  display: none;
}
#s-f2f3968d-e11f-43e6-af21-5ef4170f2026, #wrap-s-f2f3968d-e11f-43e6-af21-5ef4170f2026 { display:none !important; }}@media (max-width: 767px){#s-f2f3968d-e11f-43e6-af21-5ef4170f2026 {
  
}
}







#s-f2f3968d-e11f-43e6-af21-5ef4170f2026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2f3968d-e11f-43e6-af21-5ef4170f2026.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1030d39a-34bb-45b5-abcf-81ffee58f981 {
  min-height: 50px;
}








#s-1030d39a-34bb-45b5-abcf-81ffee58f981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1030d39a-34bb-45b5-abcf-81ffee58f981.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdd06e96-4cce-4457-91b2-a34e8227bed2 {
  display: none;
}
#s-11325861-e67e-4467-b15d-1c9cc2519023 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11325861-e67e-4467-b15d-1c9cc2519023 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b {
  padding-left: 25%;
padding-right: 25%;
text-align: left;
}



.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742c4ace-ac51-49b1-a898-d8dbc606fa3b img.shogun-image {
  width: 100%;
}



}
#s-f19c8682-c4fc-4c47-a550-27d9c763ac59 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-458998ef-0846-468b-ad68-39b3c9b60eb5 {
  border-style: solid;
margin-top: -8px;
margin-bottom: -8px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-458998ef-0846-468b-ad68-39b3c9b60eb5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-458998ef-0846-468b-ad68-39b3c9b60eb5:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-458998ef-0846-468b-ad68-39b3c9b60eb5 {
  display: none;
}
#s-458998ef-0846-468b-ad68-39b3c9b60eb5, #wrap-s-458998ef-0846-468b-ad68-39b3c9b60eb5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-458998ef-0846-468b-ad68-39b3c9b60eb5 {
  display: none;
}
#s-458998ef-0846-468b-ad68-39b3c9b60eb5, #wrap-s-458998ef-0846-468b-ad68-39b3c9b60eb5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-458998ef-0846-468b-ad68-39b3c9b60eb5 {
  display: none;
}
#s-458998ef-0846-468b-ad68-39b3c9b60eb5, #wrap-s-458998ef-0846-468b-ad68-39b3c9b60eb5 { display:none !important; }}

  #s-458998ef-0846-468b-ad68-39b3c9b60eb5-btn-wrapper {
    text-align: center;
  }


#s-458998ef-0846-468b-ad68-39b3c9b60eb5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-458998ef-0846-468b-ad68-39b3c9b60eb5-btn-wrapper {
    text-align: center;
  }


#s-458998ef-0846-468b-ad68-39b3c9b60eb5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-458998ef-0846-468b-ad68-39b3c9b60eb5-btn-wrapper {
    text-align: center;
  }


#s-458998ef-0846-468b-ad68-39b3c9b60eb5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-458998ef-0846-468b-ad68-39b3c9b60eb5-btn-wrapper {
    text-align: center;
  }


#s-458998ef-0846-468b-ad68-39b3c9b60eb5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-458998ef-0846-468b-ad68-39b3c9b60eb5-btn-wrapper {
    text-align: center;
  }


#s-458998ef-0846-468b-ad68-39b3c9b60eb5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-ff428a60-936f-43d4-86ad-2c4504e51774 {
  min-height: 50px;
}








#s-ff428a60-936f-43d4-86ad-2c4504e51774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff428a60-936f-43d4-86ad-2c4504e51774.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9778e9d-d59e-45c4-aec6-e03723565df5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e9778e9d-d59e-45c4-aec6-e03723565df5 {
  display: none;
}
#s-e9778e9d-d59e-45c4-aec6-e03723565df5, #wrap-s-e9778e9d-d59e-45c4-aec6-e03723565df5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9778e9d-d59e-45c4-aec6-e03723565df5 {
  display: none;
}
#s-e9778e9d-d59e-45c4-aec6-e03723565df5, #wrap-s-e9778e9d-d59e-45c4-aec6-e03723565df5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9778e9d-d59e-45c4-aec6-e03723565df5 {
  display: none;
}
#s-e9778e9d-d59e-45c4-aec6-e03723565df5, #wrap-s-e9778e9d-d59e-45c4-aec6-e03723565df5 { display:none !important; }}







#s-e9778e9d-d59e-45c4-aec6-e03723565df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9778e9d-d59e-45c4-aec6-e03723565df5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-053e0ca9-95f8-423b-9ed6-bc681c9ec754 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-053e0ca9-95f8-423b-9ed6-bc681c9ec754 {
  display: none;
}
#s-053e0ca9-95f8-423b-9ed6-bc681c9ec754, #wrap-s-053e0ca9-95f8-423b-9ed6-bc681c9ec754 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-053e0ca9-95f8-423b-9ed6-bc681c9ec754 {
  display: none;
}
#s-053e0ca9-95f8-423b-9ed6-bc681c9ec754, #wrap-s-053e0ca9-95f8-423b-9ed6-bc681c9ec754 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-053e0ca9-95f8-423b-9ed6-bc681c9ec754 {
  display: none;
}
#s-053e0ca9-95f8-423b-9ed6-bc681c9ec754, #wrap-s-053e0ca9-95f8-423b-9ed6-bc681c9ec754 { display:none !important; }}
#s-053e0ca9-95f8-423b-9ed6-bc681c9ec754 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Libre Baskerville";
  font-style:   ;
  font-size: 20px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}


#s-053e0ca9-95f8-423b-9ed6-bc681c9ec754 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-1ce04465-633e-4df0-a1d4-e99eb0d092a0 {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-1ce04465-633e-4df0-a1d4-e99eb0d092a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ce04465-633e-4df0-a1d4-e99eb0d092a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8 {
  display: none;
}
#s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8, #wrap-s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8 {
  display: none;
}
#s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8, #wrap-s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8 {
  display: none;
}
#s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8, #wrap-s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5d796bf-bc45-4cc4-aa14-4a64cc35cca8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-59238e55-0602-45c6-a878-ac2ebdd7d63e {
  display: none;
}
#s-c4bb0f5f-4093-419f-a382-47845e51e912 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4bb0f5f-4093-419f-a382-47845e51e912 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-90657d8c-dfe2-446a-8f6d-e572859b2e30 {
  text-align: center;
}







  img.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
    
    
  }


.s-90657d8c-dfe2-446a-8f6d-e572859b2e30 .shogun-image-content {
  
    align-items: center;
  
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shg-align-container {
  text-align: center
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
    
    
  }


.s-90657d8c-dfe2-446a-8f6d-e572859b2e30 .shogun-image-content {
  
    align-items: center;
  
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shg-align-container {
  text-align: center
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
    
    
  }


.s-90657d8c-dfe2-446a-8f6d-e572859b2e30 .shogun-image-content {
  
    align-items: center;
  
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shg-align-container {
  text-align: center
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
    
    
  }


.s-90657d8c-dfe2-446a-8f6d-e572859b2e30 .shogun-image-content {
  
    align-items: center;
  
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shg-align-container {
  text-align: center
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
    
    
  }


.s-90657d8c-dfe2-446a-8f6d-e572859b2e30 .shogun-image-content {
  
    align-items: center;
  
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shg-align-container {
  text-align: center
}

.s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90657d8c-dfe2-446a-8f6d-e572859b2e30.shogun-image {
  box-sizing: border-box;
}


}
#s-e753719d-6820-4df0-96a7-b5f15a07677c {
  text-align: center;
}

#s-e753719d-6820-4df0-96a7-b5f15a07677c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e753719d-6820-4df0-96a7-b5f15a07677c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e753719d-6820-4df0-96a7-b5f15a07677c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b {
  display: none;
}
#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b, #wrap-s-165a4cbe-a6f2-49a5-843e-b7241e90d14b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b {
  display: none;
}
#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b, #wrap-s-165a4cbe-a6f2-49a5-843e-b7241e90d14b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b {
  display: none;
}
#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b, #wrap-s-165a4cbe-a6f2-49a5-843e-b7241e90d14b { display:none !important; }}

  #s-165a4cbe-a6f2-49a5-843e-b7241e90d14b-btn-wrapper {
    text-align: center;
  }


#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-165a4cbe-a6f2-49a5-843e-b7241e90d14b-btn-wrapper {
    text-align: center;
  }


#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-165a4cbe-a6f2-49a5-843e-b7241e90d14b-btn-wrapper {
    text-align: center;
  }


#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-165a4cbe-a6f2-49a5-843e-b7241e90d14b-btn-wrapper {
    text-align: center;
  }


#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-165a4cbe-a6f2-49a5-843e-b7241e90d14b-btn-wrapper {
    text-align: center;
  }


#s-165a4cbe-a6f2-49a5-843e-b7241e90d14b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-3640c117-594a-4b04-9066-e4cd607051cd {
  display: none;
}
#s-38600601-4baa-4f3f-a7a4-b9e0fe88ce44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38600601-4baa-4f3f-a7a4-b9e0fe88ce44 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 {
  text-align: left;
}



.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a0d52e-e98e-4b18-9333-8b0b482b1538 img.shogun-image {
  width: 100%;
}



}
#s-73a27209-7570-4a97-ab34-3bb1ef3c5213 {
  text-align: center;
}

#s-73a27209-7570-4a97-ab34-3bb1ef3c5213 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-73a27209-7570-4a97-ab34-3bb1ef3c5213 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-73a27209-7570-4a97-ab34-3bb1ef3c5213 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4 {
  display: none;
}
#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4, #wrap-s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4 {
  display: none;
}
#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4, #wrap-s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4 {
  display: none;
}
#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4, #wrap-s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4 { display:none !important; }}

  #s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4-btn-wrapper {
    text-align: center;
  }


#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4-btn-wrapper {
    text-align: center;
  }


#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4-btn-wrapper {
    text-align: center;
  }


#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4-btn-wrapper {
    text-align: center;
  }


#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4-btn-wrapper {
    text-align: center;
  }


#s-26a3116e-9af3-4ad2-8bac-6bd39728ecb4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1 {
  display: none;
}
#s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1, #wrap-s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1 {
  display: none;
}
#s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1, #wrap-s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1 {
  display: none;
}
#s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1, #wrap-s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1 { display:none !important; }}







#s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e8db7d1-c22a-483b-bfd2-1a874e3be3e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dab4c2ee-5028-448f-bb83-3093c139c428 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dab4c2ee-5028-448f-bb83-3093c139c428 {
  display: none;
}
#s-dab4c2ee-5028-448f-bb83-3093c139c428, #wrap-s-dab4c2ee-5028-448f-bb83-3093c139c428 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dab4c2ee-5028-448f-bb83-3093c139c428 {
  display: none;
}
#s-dab4c2ee-5028-448f-bb83-3093c139c428, #wrap-s-dab4c2ee-5028-448f-bb83-3093c139c428 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dab4c2ee-5028-448f-bb83-3093c139c428 {
  display: none;
}
#s-dab4c2ee-5028-448f-bb83-3093c139c428, #wrap-s-dab4c2ee-5028-448f-bb83-3093c139c428 { display:none !important; }}







#s-dab4c2ee-5028-448f-bb83-3093c139c428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dab4c2ee-5028-448f-bb83-3093c139c428.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dabadc87-0a84-4bdd-a31b-19b2c847d875 {
  min-height: 50px;
}
@media (max-width: 767px){#s-dabadc87-0a84-4bdd-a31b-19b2c847d875 {
  display: none;
}
#s-dabadc87-0a84-4bdd-a31b-19b2c847d875, #wrap-s-dabadc87-0a84-4bdd-a31b-19b2c847d875 { display:none !important; }}







#s-dabadc87-0a84-4bdd-a31b-19b2c847d875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dabadc87-0a84-4bdd-a31b-19b2c847d875.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-c96b42b8-36aa-42b6-a690-8ed7176a74ad hr {
  border-top: 2px solid #ddd;
}

#s-21eb7d54-b972-4f12-b293-a7abb0917f1f {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-21eb7d54-b972-4f12-b293-a7abb0917f1f {
  display: none;
}
#s-21eb7d54-b972-4f12-b293-a7abb0917f1f, #wrap-s-21eb7d54-b972-4f12-b293-a7abb0917f1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21eb7d54-b972-4f12-b293-a7abb0917f1f {
  display: none;
}
#s-21eb7d54-b972-4f12-b293-a7abb0917f1f, #wrap-s-21eb7d54-b972-4f12-b293-a7abb0917f1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21eb7d54-b972-4f12-b293-a7abb0917f1f {
  display: none;
}
#s-21eb7d54-b972-4f12-b293-a7abb0917f1f, #wrap-s-21eb7d54-b972-4f12-b293-a7abb0917f1f { display:none !important; }}
#s-21eb7d54-b972-4f12-b293-a7abb0917f1f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Libre Baskerville";
  font-style:   ;
  font-size: 20px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}


#s-21eb7d54-b972-4f12-b293-a7abb0917f1f .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe {
  margin-top: -6px;
margin-left: 4%;
margin-bottom: -6px;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe {
  display: none;
}
#s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe, #wrap-s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe {
  display: none;
}
#s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe, #wrap-s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe {
  display: none;
}
#s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe, #wrap-s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe { display:none !important; }}
#s-086f5f80-93c4-4a64-95cc-eea7ad4d6cbe .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 {
  display: none;
}
#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2, #wrap-s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 {
  display: none;
}
#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2, #wrap-s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 {
  display: none;
}
#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2, #wrap-s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 { display:none !important; }}@media (max-width: 767px){#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 {
  display: none;
}
#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2, #wrap-s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 { display:none !important; }}
#s-5a102f0e-74ee-48c5-a7cf-0d52fa0c1bf2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Raleway";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9de68946-b2a1-4c31-81c6-00fdae2596e9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9de68946-b2a1-4c31-81c6-00fdae2596e9 {
  display: none;
}
#s-9de68946-b2a1-4c31-81c6-00fdae2596e9, #wrap-s-9de68946-b2a1-4c31-81c6-00fdae2596e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9de68946-b2a1-4c31-81c6-00fdae2596e9 {
  display: none;
}
#s-9de68946-b2a1-4c31-81c6-00fdae2596e9, #wrap-s-9de68946-b2a1-4c31-81c6-00fdae2596e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9de68946-b2a1-4c31-81c6-00fdae2596e9 {
  display: none;
}
#s-9de68946-b2a1-4c31-81c6-00fdae2596e9, #wrap-s-9de68946-b2a1-4c31-81c6-00fdae2596e9 { display:none !important; }}







#s-9de68946-b2a1-4c31-81c6-00fdae2596e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9de68946-b2a1-4c31-81c6-00fdae2596e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-092204a5-66ad-43fb-8846-05b73e5fcbb4 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-092204a5-66ad-43fb-8846-05b73e5fcbb4 {
  display: none;
}
#s-092204a5-66ad-43fb-8846-05b73e5fcbb4, #wrap-s-092204a5-66ad-43fb-8846-05b73e5fcbb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-092204a5-66ad-43fb-8846-05b73e5fcbb4 {
  display: none;
}
#s-092204a5-66ad-43fb-8846-05b73e5fcbb4, #wrap-s-092204a5-66ad-43fb-8846-05b73e5fcbb4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-092204a5-66ad-43fb-8846-05b73e5fcbb4 {
  display: none;
}
#s-092204a5-66ad-43fb-8846-05b73e5fcbb4, #wrap-s-092204a5-66ad-43fb-8846-05b73e5fcbb4 { display:none !important; }}







#s-092204a5-66ad-43fb-8846-05b73e5fcbb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-092204a5-66ad-43fb-8846-05b73e5fcbb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e {
  display: none;
}
#s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e, #wrap-s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e {
  display: none;
}
#s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e, #wrap-s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e {
  display: none;
}
#s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e, #wrap-s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e { display:none !important; }}







#s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b8fc40c-4907-4b8b-b436-0bdc1c700f9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5de4ff77-25b8-401a-a305-202cd3192d05 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-5de4ff77-25b8-401a-a305-202cd3192d05 {
  display: none;
}
#s-5de4ff77-25b8-401a-a305-202cd3192d05, #wrap-s-5de4ff77-25b8-401a-a305-202cd3192d05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5de4ff77-25b8-401a-a305-202cd3192d05 {
  display: none;
}
#s-5de4ff77-25b8-401a-a305-202cd3192d05, #wrap-s-5de4ff77-25b8-401a-a305-202cd3192d05 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5de4ff77-25b8-401a-a305-202cd3192d05 {
  display: none;
}
#s-5de4ff77-25b8-401a-a305-202cd3192d05, #wrap-s-5de4ff77-25b8-401a-a305-202cd3192d05 { display:none !important; }}
@media (min-width: 1200px){#s-1c44e63e-420b-4c24-b640-d86d93ccb5a4 {
  display: none;
}
#s-1c44e63e-420b-4c24-b640-d86d93ccb5a4, #wrap-s-1c44e63e-420b-4c24-b640-d86d93ccb5a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c44e63e-420b-4c24-b640-d86d93ccb5a4 {
  display: none;
}
#s-1c44e63e-420b-4c24-b640-d86d93ccb5a4, #wrap-s-1c44e63e-420b-4c24-b640-d86d93ccb5a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c44e63e-420b-4c24-b640-d86d93ccb5a4 {
  display: none;
}
#s-1c44e63e-420b-4c24-b640-d86d93ccb5a4, #wrap-s-1c44e63e-420b-4c24-b640-d86d93ccb5a4 { display:none !important; }}
#s-1c44e63e-420b-4c24-b640-d86d93ccb5a4 {
  display: none;
}
#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 {
  padding-left: 15%;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 {
  display: none;
}
#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96, #wrap-s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 {
  display: none;
}
#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96, #wrap-s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 {
  display: none;
}
#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96, #wrap-s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 { display:none !important; }}


.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ad1dc14-04fe-48a3-8599-3c7cb14efa96 img.shogun-image {
  width: 100%;
}



}
#s-eccb20be-0f9e-4c45-892a-41b49ee6c586 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-eccb20be-0f9e-4c45-892a-41b49ee6c586 {
  display: none;
}
#s-eccb20be-0f9e-4c45-892a-41b49ee6c586, #wrap-s-eccb20be-0f9e-4c45-892a-41b49ee6c586 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eccb20be-0f9e-4c45-892a-41b49ee6c586 {
  display: none;
}
#s-eccb20be-0f9e-4c45-892a-41b49ee6c586, #wrap-s-eccb20be-0f9e-4c45-892a-41b49ee6c586 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eccb20be-0f9e-4c45-892a-41b49ee6c586 {
  display: none;
}
#s-eccb20be-0f9e-4c45-892a-41b49ee6c586, #wrap-s-eccb20be-0f9e-4c45-892a-41b49ee6c586 { display:none !important; }}







#s-eccb20be-0f9e-4c45-892a-41b49ee6c586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eccb20be-0f9e-4c45-892a-41b49ee6c586.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0797935a-791b-4486-9ff0-27765e92cb7c {
  border-style: solid;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-0797935a-791b-4486-9ff0-27765e92cb7c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0797935a-791b-4486-9ff0-27765e92cb7c:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0797935a-791b-4486-9ff0-27765e92cb7c {
  display: none;
}
#s-0797935a-791b-4486-9ff0-27765e92cb7c, #wrap-s-0797935a-791b-4486-9ff0-27765e92cb7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0797935a-791b-4486-9ff0-27765e92cb7c {
  display: none;
}
#s-0797935a-791b-4486-9ff0-27765e92cb7c, #wrap-s-0797935a-791b-4486-9ff0-27765e92cb7c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0797935a-791b-4486-9ff0-27765e92cb7c {
  display: none;
}
#s-0797935a-791b-4486-9ff0-27765e92cb7c, #wrap-s-0797935a-791b-4486-9ff0-27765e92cb7c { display:none !important; }}

  #s-0797935a-791b-4486-9ff0-27765e92cb7c-btn-wrapper {
    text-align: center;
  }


#s-0797935a-791b-4486-9ff0-27765e92cb7c.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0797935a-791b-4486-9ff0-27765e92cb7c-btn-wrapper {
    text-align: center;
  }


#s-0797935a-791b-4486-9ff0-27765e92cb7c.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0797935a-791b-4486-9ff0-27765e92cb7c-btn-wrapper {
    text-align: center;
  }


#s-0797935a-791b-4486-9ff0-27765e92cb7c.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0797935a-791b-4486-9ff0-27765e92cb7c-btn-wrapper {
    text-align: center;
  }


#s-0797935a-791b-4486-9ff0-27765e92cb7c.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0797935a-791b-4486-9ff0-27765e92cb7c-btn-wrapper {
    text-align: center;
  }


#s-0797935a-791b-4486-9ff0-27765e92cb7c.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-de16b829-0481-4835-ba17-ac3b19fcf960 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-de16b829-0481-4835-ba17-ac3b19fcf960 {
  display: none;
}
#s-de16b829-0481-4835-ba17-ac3b19fcf960, #wrap-s-de16b829-0481-4835-ba17-ac3b19fcf960 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de16b829-0481-4835-ba17-ac3b19fcf960 {
  display: none;
}
#s-de16b829-0481-4835-ba17-ac3b19fcf960, #wrap-s-de16b829-0481-4835-ba17-ac3b19fcf960 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de16b829-0481-4835-ba17-ac3b19fcf960 {
  display: none;
}
#s-de16b829-0481-4835-ba17-ac3b19fcf960, #wrap-s-de16b829-0481-4835-ba17-ac3b19fcf960 { display:none !important; }}







#s-de16b829-0481-4835-ba17-ac3b19fcf960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de16b829-0481-4835-ba17-ac3b19fcf960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ca5377c-4a81-48ab-8bce-ad178118ab8a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1300px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-8ca5377c-4a81-48ab-8bce-ad178118ab8a {
  display: none;
}
#s-8ca5377c-4a81-48ab-8bce-ad178118ab8a, #wrap-s-8ca5377c-4a81-48ab-8bce-ad178118ab8a { display:none !important; }}
@media (min-width: 0px) {
[id="s-8ca5377c-4a81-48ab-8bce-ad178118ab8a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-8ca5377c-4a81-48ab-8bce-ad178118ab8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-8ca5377c-4a81-48ab-8bce-ad178118ab8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ca5377c-4a81-48ab-8bce-ad178118ab8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-c08d7d2f-e793-4f25-a067-032421cbf580 {
  margin-bottom: 16px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-c08d7d2f-e793-4f25-a067-032421cbf580 {
  display: none;
}
#s-ef05b44d-59e6-4b7c-bd0e-f80c5eb51f19 {
  text-align: center;
}







  #s-ef05b44d-59e6-4b7c-bd0e-f80c5eb51f19 img.shogun-image {
    

    
    
    
  }


#s-ef05b44d-59e6-4b7c-bd0e-f80c5eb51f19 .shogun-image-content {
  
    align-items: center;
  
}

#s-da6773fb-61e5-4597-9948-5ef764933f45 {
  min-height: 50px;
}








#s-da6773fb-61e5-4597-9948-5ef764933f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da6773fb-61e5-4597-9948-5ef764933f45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 22px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666-btn-wrapper {
    text-align: center;
  }


#s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666-btn-wrapper {
    text-align: center;
  }


#s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666-btn-wrapper {
    text-align: center;
  }


#s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666-btn-wrapper {
    text-align: center;
  }


#s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666-btn-wrapper {
    text-align: center;
  }


#s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
  #s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666-btn-wrapper {
    text-align: center;
  }


#s-ef9c1d13-baf3-44f5-b4f5-f6ef2a6f7666.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-85c32b27-7d30-4672-bd3d-64fce06741d3 {
  margin-bottom: 16px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-85c32b27-7d30-4672-bd3d-64fce06741d3 {
  display: none;
}
#s-142ea395-3b86-43fe-bdf4-3487d4121ad7 {
  text-align: center;
}







  #s-142ea395-3b86-43fe-bdf4-3487d4121ad7 img.shogun-image {
    

    
    
    
  }


#s-142ea395-3b86-43fe-bdf4-3487d4121ad7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c4d0a0a-867d-4c0f-927a-51f68b0a1d0b {
  text-align: left;
}

#s-ffac9f39-c678-41d0-9461-938506682970 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 22px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ffac9f39-c678-41d0-9461-938506682970:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ffac9f39-c678-41d0-9461-938506682970:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffac9f39-c678-41d0-9461-938506682970-btn-wrapper {
    text-align: center;
  }


#s-ffac9f39-c678-41d0-9461-938506682970.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffac9f39-c678-41d0-9461-938506682970-btn-wrapper {
    text-align: center;
  }


#s-ffac9f39-c678-41d0-9461-938506682970.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffac9f39-c678-41d0-9461-938506682970-btn-wrapper {
    text-align: center;
  }


#s-ffac9f39-c678-41d0-9461-938506682970.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffac9f39-c678-41d0-9461-938506682970-btn-wrapper {
    text-align: center;
  }


#s-ffac9f39-c678-41d0-9461-938506682970.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffac9f39-c678-41d0-9461-938506682970-btn-wrapper {
    text-align: center;
  }


#s-ffac9f39-c678-41d0-9461-938506682970.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
  #s-ffac9f39-c678-41d0-9461-938506682970-btn-wrapper {
    text-align: center;
  }


#s-ffac9f39-c678-41d0-9461-938506682970.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-c1962551-1875-4677-8b39-2b9b40a0570c {
  margin-bottom: 16px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-c1962551-1875-4677-8b39-2b9b40a0570c {
  display: none;
}
#s-430659d4-f959-42cb-b423-963e6cee8270 {
  min-height: 50px;
}








#s-430659d4-f959-42cb-b423-963e6cee8270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-430659d4-f959-42cb-b423-963e6cee8270.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b733d7f1-9f5d-4a1c-98f0-0f702238715a {
  text-align: center;
}







  #s-b733d7f1-9f5d-4a1c-98f0-0f702238715a img.shogun-image {
    

    
    
    
  }


#s-b733d7f1-9f5d-4a1c-98f0-0f702238715a .shogun-image-content {
  
    align-items: center;
  
}

#s-e46a8ebd-f945-4d83-84b0-e368004286fb {
  text-align: left;
}

#s-9b20737f-e173-48a3-884c-52da0345425c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 22px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9b20737f-e173-48a3-884c-52da0345425c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9b20737f-e173-48a3-884c-52da0345425c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b20737f-e173-48a3-884c-52da0345425c-btn-wrapper {
    text-align: center;
  }


#s-9b20737f-e173-48a3-884c-52da0345425c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b20737f-e173-48a3-884c-52da0345425c-btn-wrapper {
    text-align: center;
  }


#s-9b20737f-e173-48a3-884c-52da0345425c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b20737f-e173-48a3-884c-52da0345425c-btn-wrapper {
    text-align: center;
  }


#s-9b20737f-e173-48a3-884c-52da0345425c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b20737f-e173-48a3-884c-52da0345425c-btn-wrapper {
    text-align: center;
  }


#s-9b20737f-e173-48a3-884c-52da0345425c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b20737f-e173-48a3-884c-52da0345425c-btn-wrapper {
    text-align: center;
  }


#s-9b20737f-e173-48a3-884c-52da0345425c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
  #s-9b20737f-e173-48a3-884c-52da0345425c-btn-wrapper {
    text-align: center;
  }


#s-9b20737f-e173-48a3-884c-52da0345425c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

@media (max-width: 767px){#s-74fe79ef-465e-4e2c-8a32-fbe74510d276 {
  display: none;
}
#s-74fe79ef-465e-4e2c-8a32-fbe74510d276, #wrap-s-74fe79ef-465e-4e2c-8a32-fbe74510d276 { display:none !important; }}
#s-74fe79ef-465e-4e2c-8a32-fbe74510d276 hr {
  border-top: 2px solid #ddd;
}

#s-d02a5f71-9301-4d34-a4c2-58203d0852ac {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d02a5f71-9301-4d34-a4c2-58203d0852ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d02a5f71-9301-4d34-a4c2-58203d0852ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d02a5f71-9301-4d34-a4c2-58203d0852ac {
  
}
}







#s-d02a5f71-9301-4d34-a4c2-58203d0852ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d02a5f71-9301-4d34-a4c2-58203d0852ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d746818-7d97-468e-81ac-1b5fd089d02c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8d746818-7d97-468e-81ac-1b5fd089d02c {
  display: none;
}
#s-8d746818-7d97-468e-81ac-1b5fd089d02c, #wrap-s-8d746818-7d97-468e-81ac-1b5fd089d02c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d746818-7d97-468e-81ac-1b5fd089d02c {
  display: none;
}
#s-8d746818-7d97-468e-81ac-1b5fd089d02c, #wrap-s-8d746818-7d97-468e-81ac-1b5fd089d02c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d746818-7d97-468e-81ac-1b5fd089d02c {
  display: none;
}
#s-8d746818-7d97-468e-81ac-1b5fd089d02c, #wrap-s-8d746818-7d97-468e-81ac-1b5fd089d02c { display:none !important; }}
#s-8d746818-7d97-468e-81ac-1b5fd089d02c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Libre Baskerville";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}



#s-84784419-426c-46ec-a840-8d1693fb2170 {
  border-style: solid;
margin-top: -20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-84784419-426c-46ec-a840-8d1693fb2170 {
  display: none;
}
#s-84784419-426c-46ec-a840-8d1693fb2170, #wrap-s-84784419-426c-46ec-a840-8d1693fb2170 { display:none !important; }}
#s-1af13b6d-ca62-4771-b420-fd3fb15f928a {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1af13b6d-ca62-4771-b420-fd3fb15f928a {
  display: none;
}
#s-1af13b6d-ca62-4771-b420-fd3fb15f928a, #wrap-s-1af13b6d-ca62-4771-b420-fd3fb15f928a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1af13b6d-ca62-4771-b420-fd3fb15f928a {
  display: none;
}
#s-1af13b6d-ca62-4771-b420-fd3fb15f928a, #wrap-s-1af13b6d-ca62-4771-b420-fd3fb15f928a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1af13b6d-ca62-4771-b420-fd3fb15f928a {
  display: none;
}
#s-1af13b6d-ca62-4771-b420-fd3fb15f928a, #wrap-s-1af13b6d-ca62-4771-b420-fd3fb15f928a { display:none !important; }}







#s-1af13b6d-ca62-4771-b420-fd3fb15f928a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1af13b6d-ca62-4771-b420-fd3fb15f928a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5 {
  display: none;
}
#s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5, #wrap-s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5 {
  display: none;
}
#s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5, #wrap-s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5 {
  display: none;
}
#s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5, #wrap-s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbeb3758-2a31-45ce-a104-4c1e1f28caf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-68bfd5cd-4001-488d-9993-8ca61b3faf5a {
  display: none;
}
#s-ea76b427-1e4b-41f9-8f8e-63b89c018e97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea76b427-1e4b-41f9-8f8e-63b89c018e97 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 {
  text-align: left;
}



.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b970a644-9be4-4e84-b6e2-b9e2a788e409 img.shogun-image {
  width: 100%;
}



}
#s-89bfa7f6-19b7-44db-848d-c1f967f12a5c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-89bfa7f6-19b7-44db-848d-c1f967f12a5c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89bfa7f6-19b7-44db-848d-c1f967f12a5c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-89bfa7f6-19b7-44db-848d-c1f967f12a5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75 {
  display: none;
}
#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75, #wrap-s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75 {
  display: none;
}
#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75, #wrap-s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75 {
  display: none;
}
#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75, #wrap-s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75 { display:none !important; }}

  #s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75-btn-wrapper {
    text-align: center;
  }


#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75-btn-wrapper {
    text-align: center;
  }


#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75-btn-wrapper {
    text-align: center;
  }


#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75-btn-wrapper {
    text-align: center;
  }


#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75-btn-wrapper {
    text-align: center;
  }


#s-0d0be18a-4a4e-4ef4-81da-30c9c9f2fa75.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-0320ecfe-496f-4d3c-b5bf-de7291d9c956 {
  display: none;
}
#s-7adf7f46-cb77-4664-bfba-bc4953b68553 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7adf7f46-cb77-4664-bfba-bc4953b68553 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}



.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0decdaff-1c91-469e-92f2-7ac95f6cc9b0 img.shogun-image {
  width: 100%;
}



}
#s-dc7df30c-d421-4712-9262-2dbede9bb050 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-dc7df30c-d421-4712-9262-2dbede9bb050 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc7df30c-d421-4712-9262-2dbede9bb050 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc7df30c-d421-4712-9262-2dbede9bb050 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7 {
  display: none;
}
#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7, #wrap-s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7 {
  display: none;
}
#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7, #wrap-s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7 {
  display: none;
}
#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7, #wrap-s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7 { display:none !important; }}

  #s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7-btn-wrapper {
    text-align: center;
  }


#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7-btn-wrapper {
    text-align: center;
  }


#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7-btn-wrapper {
    text-align: center;
  }


#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7-btn-wrapper {
    text-align: center;
  }


#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7-btn-wrapper {
    text-align: center;
  }


#s-02d8db4d-9b9c-4e48-a1d9-8ca4577f2bd7.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-64d306b3-016a-4229-9279-5ba2e6e75c69 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}
@media (max-width: 767px){#s-64d306b3-016a-4229-9279-5ba2e6e75c69 {
  display: none;
}
#s-64d306b3-016a-4229-9279-5ba2e6e75c69, #wrap-s-64d306b3-016a-4229-9279-5ba2e6e75c69 { display:none !important; }}







#s-64d306b3-016a-4229-9279-5ba2e6e75c69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64d306b3-016a-4229-9279-5ba2e6e75c69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-dbd75056-5949-4335-b540-eff8b77082f9 {
  display: none;
}
#s-dbd75056-5949-4335-b540-eff8b77082f9, #wrap-s-dbd75056-5949-4335-b540-eff8b77082f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dbd75056-5949-4335-b540-eff8b77082f9 {
  display: none;
}
#s-dbd75056-5949-4335-b540-eff8b77082f9, #wrap-s-dbd75056-5949-4335-b540-eff8b77082f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dbd75056-5949-4335-b540-eff8b77082f9 {
  display: none;
}
#s-dbd75056-5949-4335-b540-eff8b77082f9, #wrap-s-dbd75056-5949-4335-b540-eff8b77082f9 { display:none !important; }}@media (max-width: 767px){#s-dbd75056-5949-4335-b540-eff8b77082f9 {
  display: none;
}
#s-dbd75056-5949-4335-b540-eff8b77082f9, #wrap-s-dbd75056-5949-4335-b540-eff8b77082f9 { display:none !important; }}
#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b {
  display: none;
}
#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b, #wrap-s-fb447c66-ba85-4e43-802f-3e75a7d2e21b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b {
  display: none;
}
#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b, #wrap-s-fb447c66-ba85-4e43-802f-3e75a7d2e21b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b {
  display: none;
}
#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b, #wrap-s-fb447c66-ba85-4e43-802f-3e75a7d2e21b { display:none !important; }}@media (max-width: 767px){#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b {
  display: none;
}
#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b, #wrap-s-fb447c66-ba85-4e43-802f-3e75a7d2e21b { display:none !important; }}

  #s-fb447c66-ba85-4e43-802f-3e75a7d2e21b-btn-wrapper {
    text-align: center;
  }


#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb447c66-ba85-4e43-802f-3e75a7d2e21b-btn-wrapper {
    text-align: center;
  }


#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb447c66-ba85-4e43-802f-3e75a7d2e21b-btn-wrapper {
    text-align: center;
  }


#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb447c66-ba85-4e43-802f-3e75a7d2e21b-btn-wrapper {
    text-align: center;
  }


#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb447c66-ba85-4e43-802f-3e75a7d2e21b-btn-wrapper {
    text-align: center;
  }


#s-fb447c66-ba85-4e43-802f-3e75a7d2e21b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-fe070230-6059-4f1b-b258-b0fc99f08104"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fe070230-6059-4f1b-b258-b0fc99f08104"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-fe070230-6059-4f1b-b258-b0fc99f08104"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe070230-6059-4f1b-b258-b0fc99f08104"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-504997a1-049d-4db0-8114-9ac500c44f63 {
  display: none;
}
#s-a640ea30-4157-4350-9e99-a80f334846e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a640ea30-4157-4350-9e99-a80f334846e9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ce33cd59-e7d7-498d-9f84-c8ae32806534 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-ce33cd59-e7d7-498d-9f84-c8ae32806534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce33cd59-e7d7-498d-9f84-c8ae32806534.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-658c0c5f-b13c-4998-b6cd-a51fb7ca9b5c {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-72a692a1-4b7d-4918-a76f-2f3bc718751e {
  min-height: 50px;
}








#s-72a692a1-4b7d-4918-a76f-2f3bc718751e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72a692a1-4b7d-4918-a76f-2f3bc718751e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d5e3a89-c0f1-4a59-9755-bd091949f372 {
  text-align: center;
}







  #s-5d5e3a89-c0f1-4a59-9755-bd091949f372 img.shogun-image {
    

    
    
    
  }


#s-5d5e3a89-c0f1-4a59-9755-bd091949f372 .shogun-image-content {
  
    align-items: center;
  
}

#s-e70f7eef-8448-4193-9751-aa21b1b297e6 {
  margin-top: -11px;
margin-bottom: -11px;
min-height: 50px;
}








#s-e70f7eef-8448-4193-9751-aa21b1b297e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e70f7eef-8448-4193-9751-aa21b1b297e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fe8d4af-08d9-4416-b9ce-2537f8f59d1d {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}








#s-4fe8d4af-08d9-4416-b9ce-2537f8f59d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fe8d4af-08d9-4416-b9ce-2537f8f59d1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd-btn-wrapper {
    text-align: center;
  }


#s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd-btn-wrapper {
    text-align: center;
  }


#s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd-btn-wrapper {
    text-align: center;
  }


#s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd-btn-wrapper {
    text-align: center;
  }


#s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd-btn-wrapper {
    text-align: center;
  }


#s-de1a7e4d-3140-4ae8-8fc2-ee7970ed23cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-167b5d6a-e66e-4227-947b-17bfcaacd88b {
  display: none;
}
#s-e411ddd8-a5f1-4b4d-9b59-9adf0ddd5684 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e411ddd8-a5f1-4b4d-9b59-9adf0ddd5684 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e22d8b7b-f85b-49a0-a037-16cdaafa2eec {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-e22d8b7b-f85b-49a0-a037-16cdaafa2eec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e22d8b7b-f85b-49a0-a037-16cdaafa2eec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70f4761d-0574-43d0-bb11-35b9732441eb {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3786ab4b-1c42-475a-8ddd-646be7c5e27d {
  text-align: center;
}







  #s-3786ab4b-1c42-475a-8ddd-646be7c5e27d img.shogun-image {
    

    
    
    
  }


#s-3786ab4b-1c42-475a-8ddd-646be7c5e27d .shogun-image-content {
  
    align-items: center;
  
}

#s-f51463b8-a085-43e5-9379-9324eae8c98d {
  margin-top: -11px;
margin-bottom: -11px;
min-height: 50px;
}








#s-f51463b8-a085-43e5-9379-9324eae8c98d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f51463b8-a085-43e5-9379-9324eae8c98d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0842672-e921-4cfb-b577-12497fdc61ea {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}








#s-f0842672-e921-4cfb-b577-12497fdc61ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0842672-e921-4cfb-b577-12497fdc61ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ed34886-e580-4694-8640-dae7f83ef407 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7ed34886-e580-4694-8640-dae7f83ef407:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ed34886-e580-4694-8640-dae7f83ef407:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ed34886-e580-4694-8640-dae7f83ef407-btn-wrapper {
    text-align: center;
  }


#s-7ed34886-e580-4694-8640-dae7f83ef407.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ed34886-e580-4694-8640-dae7f83ef407-btn-wrapper {
    text-align: center;
  }


#s-7ed34886-e580-4694-8640-dae7f83ef407.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ed34886-e580-4694-8640-dae7f83ef407-btn-wrapper {
    text-align: center;
  }


#s-7ed34886-e580-4694-8640-dae7f83ef407.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ed34886-e580-4694-8640-dae7f83ef407-btn-wrapper {
    text-align: center;
  }


#s-7ed34886-e580-4694-8640-dae7f83ef407.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ed34886-e580-4694-8640-dae7f83ef407-btn-wrapper {
    text-align: center;
  }


#s-7ed34886-e580-4694-8640-dae7f83ef407.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-008274bf-00f9-4d8e-bd26-f73876ce37d8 {
  display: none;
}
#s-7d447b50-c357-4253-8999-4ffdcf686968 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d447b50-c357-4253-8999-4ffdcf686968 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7d4d3e2f-80f9-431b-a5d8-4869bf989881 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-7d4d3e2f-80f9-431b-a5d8-4869bf989881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d4d3e2f-80f9-431b-a5d8-4869bf989881.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77d7c506-82d9-465a-a261-efe066fc5521 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e279114e-85ed-444b-9c98-5cb7a1c47474 {
  text-align: left;
}



.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e279114e-85ed-444b-9c98-5cb7a1c47474 img.shogun-image {
  width: 100%;
}



}
#s-0be15cf2-7793-4be7-b969-65cd9b75294e {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-0be15cf2-7793-4be7-b969-65cd9b75294e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0be15cf2-7793-4be7-b969-65cd9b75294e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da29aa27-928c-4510-b50d-6bb40eea2350 {
  text-align: center;
}

#s-da29aa27-928c-4510-b50d-6bb40eea2350 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-da29aa27-928c-4510-b50d-6bb40eea2350 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-da29aa27-928c-4510-b50d-6bb40eea2350 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-583452af-624d-4992-91ff-19d19d831d54 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}








#s-583452af-624d-4992-91ff-19d19d831d54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-583452af-624d-4992-91ff-19d19d831d54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa-btn-wrapper {
    text-align: center;
  }


#s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa-btn-wrapper {
    text-align: center;
  }


#s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa-btn-wrapper {
    text-align: center;
  }


#s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa-btn-wrapper {
    text-align: center;
  }


#s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa-btn-wrapper {
    text-align: center;
  }


#s-b4fa5143-67ea-4ca9-97c7-e48a77f39eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-37a50a22-275a-4713-b6d4-988e03cf9543 {
  display: none;
}
#s-45c69667-d5b0-4a8f-b49a-37af01161950 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45c69667-d5b0-4a8f-b49a-37af01161950 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d10fbf8d-943a-44be-8e34-4c5ee2f3d639 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-d10fbf8d-943a-44be-8e34-4c5ee2f3d639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d10fbf8d-943a-44be-8e34-4c5ee2f3d639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99629859-d60e-4b60-8a19-8e288ae4314a {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff {
  text-align: left;
}



.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e0d7175-c57a-4ac3-b002-071fbc26aaff img.shogun-image {
  width: 100%;
}



}
#s-f74a4416-5709-4894-9578-8d7578f867d9 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-f74a4416-5709-4894-9578-8d7578f867d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f74a4416-5709-4894-9578-8d7578f867d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f443db45-6059-45bd-87aa-2edc9006a415 {
  text-align: center;
}

#s-f443db45-6059-45bd-87aa-2edc9006a415 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f443db45-6059-45bd-87aa-2edc9006a415 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f443db45-6059-45bd-87aa-2edc9006a415 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d001a412-4de2-43a2-bbb1-e20e882211c1 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}








#s-d001a412-4de2-43a2-bbb1-e20e882211c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d001a412-4de2-43a2-bbb1-e20e882211c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55-btn-wrapper {
    text-align: center;
  }


#s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55-btn-wrapper {
    text-align: center;
  }


#s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55-btn-wrapper {
    text-align: center;
  }


#s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55-btn-wrapper {
    text-align: center;
  }


#s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55-btn-wrapper {
    text-align: center;
  }


#s-786546f9-05f7-4374-9fa4-2bc9c0f9ab55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-13f61ae4-25fb-4ca1-a685-c1007b8443f1 {
  display: none;
}
#s-df5b50da-295e-4d63-89a9-50bda9874364 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df5b50da-295e-4d63-89a9-50bda9874364 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ee8cff42-f5c9-49e3-a73c-2ecbfbedb47b {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-ee8cff42-f5c9-49e3-a73c-2ecbfbedb47b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee8cff42-f5c9-49e3-a73c-2ecbfbedb47b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29f80c05-8aad-4027-96da-c8b976100598 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 {
  text-align: left;
}



.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6996b197-4f9a-4ed0-a5b0-dd4d05f58887 img.shogun-image {
  width: 100%;
}



}
#s-201f305a-0035-4c57-88fd-414784f3ff9e {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-201f305a-0035-4c57-88fd-414784f3ff9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-201f305a-0035-4c57-88fd-414784f3ff9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce923426-1ec9-4405-b1cd-79b0e11d004f {
  text-align: center;
}

#s-ce923426-1ec9-4405-b1cd-79b0e11d004f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ce923426-1ec9-4405-b1cd-79b0e11d004f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce923426-1ec9-4405-b1cd-79b0e11d004f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-becc358c-600a-4ebf-a1c8-180cb0ee12f6 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}








#s-becc358c-600a-4ebf-a1c8-180cb0ee12f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-becc358c-600a-4ebf-a1c8-180cb0ee12f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10f14a83-359b-45cc-90e4-6ecd04a8c252 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-10f14a83-359b-45cc-90e4-6ecd04a8c252:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10f14a83-359b-45cc-90e4-6ecd04a8c252:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10f14a83-359b-45cc-90e4-6ecd04a8c252-btn-wrapper {
    text-align: center;
  }


#s-10f14a83-359b-45cc-90e4-6ecd04a8c252.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10f14a83-359b-45cc-90e4-6ecd04a8c252-btn-wrapper {
    text-align: center;
  }


#s-10f14a83-359b-45cc-90e4-6ecd04a8c252.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10f14a83-359b-45cc-90e4-6ecd04a8c252-btn-wrapper {
    text-align: center;
  }


#s-10f14a83-359b-45cc-90e4-6ecd04a8c252.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10f14a83-359b-45cc-90e4-6ecd04a8c252-btn-wrapper {
    text-align: center;
  }


#s-10f14a83-359b-45cc-90e4-6ecd04a8c252.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10f14a83-359b-45cc-90e4-6ecd04a8c252-btn-wrapper {
    text-align: center;
  }


#s-10f14a83-359b-45cc-90e4-6ecd04a8c252.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5f1a6fe4-904d-4532-a8c2-df10b5118087 {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
max-width: 1300px;
}
@media (min-width: 1200px){#s-5f1a6fe4-904d-4532-a8c2-df10b5118087 {
  display: none;
}
#s-5f1a6fe4-904d-4532-a8c2-df10b5118087, #wrap-s-5f1a6fe4-904d-4532-a8c2-df10b5118087 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f1a6fe4-904d-4532-a8c2-df10b5118087 {
  display: none;
}
#s-5f1a6fe4-904d-4532-a8c2-df10b5118087, #wrap-s-5f1a6fe4-904d-4532-a8c2-df10b5118087 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f1a6fe4-904d-4532-a8c2-df10b5118087 {
  display: none;
}
#s-5f1a6fe4-904d-4532-a8c2-df10b5118087, #wrap-s-5f1a6fe4-904d-4532-a8c2-df10b5118087 { display:none !important; }}@media (max-width: 767px){#s-5f1a6fe4-904d-4532-a8c2-df10b5118087 {
  display: none;
}
#s-5f1a6fe4-904d-4532-a8c2-df10b5118087, #wrap-s-5f1a6fe4-904d-4532-a8c2-df10b5118087 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5f1a6fe4-904d-4532-a8c2-df10b5118087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f1a6fe4-904d-4532-a8c2-df10b5118087"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-5f1a6fe4-904d-4532-a8c2-df10b5118087"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f1a6fe4-904d-4532-a8c2-df10b5118087"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-1f7f9736-be0c-463c-87cc-d7ce1f4c2144 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f7f9736-be0c-463c-87cc-d7ce1f4c2144 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "Raleway";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c2bd89e2-a47a-42c6-ace9-309505195225 {
  margin-left: 3%;
margin-right: 3%;
text-align: center;
}







  #s-c2bd89e2-a47a-42c6-ace9-309505195225 img.shogun-image {
    

    
    
    
  }


#s-c2bd89e2-a47a-42c6-ace9-309505195225 .shogun-image-content {
  
    align-items: center;
  
}

#s-f615ecf7-60f2-4c76-8a62-4057d7e10438 {
  margin-top: -33%;
margin-left: 1em;
}

#s-1a876247-7eaf-45cf-8c9f-48fd210c84c4 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-1a876247-7eaf-45cf-8c9f-48fd210c84c4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1a876247-7eaf-45cf-8c9f-48fd210c84c4:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1a876247-7eaf-45cf-8c9f-48fd210c84c4-btn-wrapper {
    text-align: center;
  }


#s-1a876247-7eaf-45cf-8c9f-48fd210c84c4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a876247-7eaf-45cf-8c9f-48fd210c84c4-btn-wrapper {
    text-align: center;
  }


#s-1a876247-7eaf-45cf-8c9f-48fd210c84c4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a876247-7eaf-45cf-8c9f-48fd210c84c4-btn-wrapper {
    text-align: center;
  }


#s-1a876247-7eaf-45cf-8c9f-48fd210c84c4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a876247-7eaf-45cf-8c9f-48fd210c84c4-btn-wrapper {
    text-align: center;
  }


#s-1a876247-7eaf-45cf-8c9f-48fd210c84c4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a876247-7eaf-45cf-8c9f-48fd210c84c4-btn-wrapper {
    text-align: center;
  }


#s-1a876247-7eaf-45cf-8c9f-48fd210c84c4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-b496958e-8b09-4ce0-ab6d-d045d34b32a3 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-b496958e-8b09-4ce0-ab6d-d045d34b32a3 {
  display: none;
}
#s-2396b3fe-7931-4839-9f95-722d4bc5c7b9 {
  min-height: 50px;
}








#s-2396b3fe-7931-4839-9f95-722d4bc5c7b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2396b3fe-7931-4839-9f95-722d4bc5c7b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bbed82f-ee57-4ba4-a328-83e1cc4903d9 {
  text-align: center;
}







  #s-9bbed82f-ee57-4ba4-a328-83e1cc4903d9 img.shogun-image {
    

    
    
    
  }


#s-9bbed82f-ee57-4ba4-a328-83e1cc4903d9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c012c6b4-16c0-47ef-8920-62d79e1f4f77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c012c6b4-16c0-47ef-8920-62d79e1f4f77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c012c6b4-16c0-47ef-8920-62d79e1f4f77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c012c6b4-16c0-47ef-8920-62d79e1f4f77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c012c6b4-16c0-47ef-8920-62d79e1f4f77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c012c6b4-16c0-47ef-8920-62d79e1f4f77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c012c6b4-16c0-47ef-8920-62d79e1f4f77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-3ba0eb5c-eee2-4cf5-a446-9ac28136ffd3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
text-align: center;
}

#s-3ba0eb5c-eee2-4cf5-a446-9ac28136ffd3 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: ;
}

#s-2dd9ca60-1d78-4d0b-80c4-e4d89e0e53be {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 12px;
padding-bottom: 16px;
text-align: center;
}

#s-2dd9ca60-1d78-4d0b-80c4-e4d89e0e53be .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-2dd9ca60-1d78-4d0b-80c4-e4d89e0e53be .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 16px;
}

#s-2dd9ca60-1d78-4d0b-80c4-e4d89e0e53be .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c8d40599-0c73-4265-8a11-70959c481376 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-c8d40599-0c73-4265-8a11-70959c481376:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c8d40599-0c73-4265-8a11-70959c481376:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c8d40599-0c73-4265-8a11-70959c481376-btn-wrapper {
    text-align: center;
  }


#s-c8d40599-0c73-4265-8a11-70959c481376.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8d40599-0c73-4265-8a11-70959c481376-btn-wrapper {
    text-align: center;
  }


#s-c8d40599-0c73-4265-8a11-70959c481376.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8d40599-0c73-4265-8a11-70959c481376-btn-wrapper {
    text-align: center;
  }


#s-c8d40599-0c73-4265-8a11-70959c481376.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8d40599-0c73-4265-8a11-70959c481376-btn-wrapper {
    text-align: center;
  }


#s-c8d40599-0c73-4265-8a11-70959c481376.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8d40599-0c73-4265-8a11-70959c481376-btn-wrapper {
    text-align: center;
  }


#s-c8d40599-0c73-4265-8a11-70959c481376.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-7ec54376-3395-474f-b14f-4ef446e8ae82 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-7ec54376-3395-474f-b14f-4ef446e8ae82 {
  display: none;
}
#s-ad5bceb7-b52f-40b8-92c9-477a2fb1fcaf {
  text-align: center;
}







  #s-ad5bceb7-b52f-40b8-92c9-477a2fb1fcaf img.shogun-image {
    

    
    
    
  }


#s-ad5bceb7-b52f-40b8-92c9-477a2fb1fcaf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b73d889d-ca36-4949-84a4-d5d5e04d7127"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b73d889d-ca36-4949-84a4-d5d5e04d7127"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b73d889d-ca36-4949-84a4-d5d5e04d7127"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b73d889d-ca36-4949-84a4-d5d5e04d7127"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b73d889d-ca36-4949-84a4-d5d5e04d7127"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b73d889d-ca36-4949-84a4-d5d5e04d7127"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b73d889d-ca36-4949-84a4-d5d5e04d7127"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e02f1299-820f-4804-a25a-176a98757319 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
text-align: center;
}

#s-e02f1299-820f-4804-a25a-176a98757319 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: ;
}

#s-6e6cca28-4035-4bca-83e1-cbe95db0e52b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 12px;
padding-bottom: 16px;
text-align: center;
}

#s-6e6cca28-4035-4bca-83e1-cbe95db0e52b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-6e6cca28-4035-4bca-83e1-cbe95db0e52b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 16px;
}

#s-6e6cca28-4035-4bca-83e1-cbe95db0e52b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5-btn-wrapper {
    text-align: center;
  }


#s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5-btn-wrapper {
    text-align: center;
  }


#s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5-btn-wrapper {
    text-align: center;
  }


#s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5-btn-wrapper {
    text-align: center;
  }


#s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5-btn-wrapper {
    text-align: center;
  }


#s-a5fea3ca-67bb-4424-ad43-691b8a8c41b5.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-a2cf6217-ef49-4cc2-814d-269919a86084 {
  text-align: center;
}







  #s-a2cf6217-ef49-4cc2-814d-269919a86084 img.shogun-image {
    

    
    
    
  }


#s-a2cf6217-ef49-4cc2-814d-269919a86084 .shogun-image-content {
  
    align-items: center;
  
}

#s-911f24ec-cb39-4e40-a907-8a4c8e9c252c {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-911f24ec-cb39-4e40-a907-8a4c8e9c252c {
  display: none;
}
@media (min-width: 0px) {
[id="s-f3001e16-3f8a-449f-a5b6-656af02e1b1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3001e16-3f8a-449f-a5b6-656af02e1b1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3001e16-3f8a-449f-a5b6-656af02e1b1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3001e16-3f8a-449f-a5b6-656af02e1b1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7dac2bb7-efb9-428b-922b-eed310359e40 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
text-align: center;
}

#s-7dac2bb7-efb9-428b-922b-eed310359e40 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: ;
}

#s-33e4ffc8-c7dc-47ba-834f-f1dcbd936b0f {
  margin-top: 15px;
}

#s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
background-image: none;
hover-type: color;
}
#s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b-btn-wrapper {
    text-align: center;
  }


#s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b-btn-wrapper {
    text-align: center;
  }


#s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b-btn-wrapper {
    text-align: center;
  }


#s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b-btn-wrapper {
    text-align: center;
  }


#s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b-btn-wrapper {
    text-align: center;
  }


#s-c5e76bbb-2f4e-49f3-a22b-caa3390b0a1b.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-eee904b1-6c80-4821-bf57-0aa867bc8c59 {
  min-height: 50px;
}








#s-eee904b1-6c80-4821-bf57-0aa867bc8c59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eee904b1-6c80-4821-bf57-0aa867bc8c59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5145781b-5632-4df7-b4fe-ac13bce7eca3 {
  min-height: 50px;
}








#s-5145781b-5632-4df7-b4fe-ac13bce7eca3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5145781b-5632-4df7-b4fe-ac13bce7eca3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc50adfd-aabf-46a4-b939-d65f9804f15b {
  min-height: 50px;
}








#s-cc50adfd-aabf-46a4-b939-d65f9804f15b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc50adfd-aabf-46a4-b939-d65f9804f15b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31a12e2b-b1ee-457b-b22b-296ddcaeff4b hr {
  border-top: 2px solid #ddd;
}

#s-483006a6-a3d9-4b5a-92f0-360dfe50205a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-483006a6-a3d9-4b5a-92f0-360dfe50205a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-62057bd5-cf50-4a7e-94fe-5fbc2c2c4fd7 {
  margin-left: auto;
margin-right: auto;
max-width: 1130px;
background-color: rgba(239, 254, 252, 1);
}


  #s-62057bd5-cf50-4a7e-94fe-5fbc2c2c4fd7 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(239, 254, 252, 1);
    border: 1px solid rgba(239, 254, 252, 1);
  }
  #s-62057bd5-cf50-4a7e-94fe-5fbc2c2c4fd7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(239, 254, 252, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-62057bd5-cf50-4a7e-94fe-5fbc2c2c4fd7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-62057bd5-cf50-4a7e-94fe-5fbc2c2c4fd7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-62057bd5-cf50-4a7e-94fe-5fbc2c2c4fd7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(239, 254, 252, 1);
}

#s-62057bd5-cf50-4a7e-94fe-5fbc2c2c4fd7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b05000fc-4804-4351-940e-1a32a2958585 {
  margin-bottom: 24px;
padding-top: 16px;
background-color: rgba(160, 212, 205, 1);
}

#s-4a853db6-f630-4429-8816-d61f078bad44 {
  padding-top: 16px;
background-color: rgba(160, 212, 205, 1);
}

#s-82695f4d-45b2-4d0b-9022-c1189a46b398 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-82695f4d-45b2-4d0b-9022-c1189a46b398"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82695f4d-45b2-4d0b-9022-c1189a46b398"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-82695f4d-45b2-4d0b-9022-c1189a46b398"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-82695f4d-45b2-4d0b-9022-c1189a46b398"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-700a9ceb-d51a-44ea-81f5-f595b869913e {
  margin-top: 20px;
text-align: center;
}







  #s-700a9ceb-d51a-44ea-81f5-f595b869913e img.shogun-image {
    

    
    
    
  }


#s-700a9ceb-d51a-44ea-81f5-f595b869913e .shogun-image-content {
  
    align-items: center;
  
}

#s-eebc0fb2-d0ab-4b5b-b195-5d49f9cbd2a3 {
  border-style: solid;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e38955fb-b568-4cbc-9481-3f8f13d6e6a2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(127, 119, 119, 1);
}

#s-e38955fb-b568-4cbc-9481-3f8f13d6e6a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-e38955fb-b568-4cbc-9481-3f8f13d6e6a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e38955fb-b568-4cbc-9481-3f8f13d6e6a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(127, 119, 119, 1);
}

#s-e38955fb-b568-4cbc-9481-3f8f13d6e6a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e38955fb-b568-4cbc-9481-3f8f13d6e6a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a0b944d9-39dc-4399-bb4b-e92a8b345ccf {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-988b2cc4-daaa-4aed-bf71-a9ebe550fb9f {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-44ed2c39-f74e-490f-99f2-0ee99f119fe9 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-dccd1aac-d404-48d4-bfe8-0d4e192509ea {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-f08bbdfb-130c-49da-ab65-727e9055c67b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f08bbdfb-130c-49da-ab65-727e9055c67b {
  display: none;
}
#s-f08bbdfb-130c-49da-ab65-727e9055c67b, #wrap-s-f08bbdfb-130c-49da-ab65-727e9055c67b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f08bbdfb-130c-49da-ab65-727e9055c67b {
  display: none;
}
#s-f08bbdfb-130c-49da-ab65-727e9055c67b, #wrap-s-f08bbdfb-130c-49da-ab65-727e9055c67b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f08bbdfb-130c-49da-ab65-727e9055c67b {
  
}
}@media (max-width: 767px){#s-f08bbdfb-130c-49da-ab65-727e9055c67b {
  
}
}







#s-f08bbdfb-130c-49da-ab65-727e9055c67b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f08bbdfb-130c-49da-ab65-727e9055c67b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4bbe510-85b0-4633-b8d6-8f2f6da7a2b1 {
  border-style: solid;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-c4bbe510-85b0-4633-b8d6-8f2f6da7a2b1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: center;
}



@media (min-width: 1200px){#s-f85da9ce-a219-4677-ad33-af80288c8e7d {
  display: none;
}
#s-f85da9ce-a219-4677-ad33-af80288c8e7d, #wrap-s-f85da9ce-a219-4677-ad33-af80288c8e7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f85da9ce-a219-4677-ad33-af80288c8e7d {
  display: none;
}
#s-f85da9ce-a219-4677-ad33-af80288c8e7d, #wrap-s-f85da9ce-a219-4677-ad33-af80288c8e7d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f85da9ce-a219-4677-ad33-af80288c8e7d {
  
}
}

  #s-f85da9ce-a219-4677-ad33-af80288c8e7d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(137, 212, 203, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-f85da9ce-a219-4677-ad33-af80288c8e7d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(137, 212, 203, 0.45);
    border: 1px solid rgba(107, 181, 171, 0.45);
  }
#s-f85da9ce-a219-4677-ad33-af80288c8e7d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f85da9ce-a219-4677-ad33-af80288c8e7d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-f85da9ce-a219-4677-ad33-af80288c8e7d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(137, 212, 203, 0.45);
}

#s-f85da9ce-a219-4677-ad33-af80288c8e7d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(107, 181, 171, 0.45);
}

@media (min-width: 1200px){#s-781954a0-4df8-4acf-8323-45e8d8f24da9 {
  display: none;
}
#s-781954a0-4df8-4acf-8323-45e8d8f24da9, #wrap-s-781954a0-4df8-4acf-8323-45e8d8f24da9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-781954a0-4df8-4acf-8323-45e8d8f24da9 {
  display: none;
}
#s-781954a0-4df8-4acf-8323-45e8d8f24da9, #wrap-s-781954a0-4df8-4acf-8323-45e8d8f24da9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-781954a0-4df8-4acf-8323-45e8d8f24da9 {
  
}
}

  #s-781954a0-4df8-4acf-8323-45e8d8f24da9 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(137, 212, 203, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-781954a0-4df8-4acf-8323-45e8d8f24da9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(137, 212, 203, 0.45);
    border: 1px solid rgba(107, 181, 171, 0.45);
  }
#s-781954a0-4df8-4acf-8323-45e8d8f24da9 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-781954a0-4df8-4acf-8323-45e8d8f24da9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-781954a0-4df8-4acf-8323-45e8d8f24da9 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(137, 212, 203, 0.45);
}

#s-781954a0-4df8-4acf-8323-45e8d8f24da9 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(107, 181, 171, 0.45);
}

#s-cde2187e-cc03-4ac5-a6ce-22601aef4253 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-ca09f9dd-9b23-4eb5-a9fb-ede4d71ab1a0 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ca09f9dd-9b23-4eb5-a9fb-ede4d71ab1a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca09f9dd-9b23-4eb5-a9fb-ede4d71ab1a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca09f9dd-9b23-4eb5-a9fb-ede4d71ab1a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca09f9dd-9b23-4eb5-a9fb-ede4d71ab1a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca09f9dd-9b23-4eb5-a9fb-ede4d71ab1a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca09f9dd-9b23-4eb5-a9fb-ede4d71ab1a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca09f9dd-9b23-4eb5-a9fb-ede4d71ab1a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-222a9edc-76fd-4957-afd4-b5b11a2eb50f {
  margin-top: 20px;
text-align: left;
}







  #s-222a9edc-76fd-4957-afd4-b5b11a2eb50f img.shogun-image {
    

    
    
    
  }


#s-222a9edc-76fd-4957-afd4-b5b11a2eb50f .shogun-image-content {
  
    align-items: center;
  
}

#s-e4d8c5e7-14ce-4542-9099-c32508409624 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
border-radius: 30px;
max-width: 380px;
opacity: 1;
text-align: center;
background-color: rgba(37, 37, 37, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-e4d8c5e7-14ce-4542-9099-c32508409624:hover {opacity: 1 !important;
background-color: rgba(66, 66, 66, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e4d8c5e7-14ce-4542-9099-c32508409624:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e4d8c5e7-14ce-4542-9099-c32508409624-btn-wrapper {
    text-align: center;
  }


#s-e4d8c5e7-14ce-4542-9099-c32508409624.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e4d8c5e7-14ce-4542-9099-c32508409624-btn-wrapper {
    text-align: center;
  }


#s-e4d8c5e7-14ce-4542-9099-c32508409624.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4d8c5e7-14ce-4542-9099-c32508409624-btn-wrapper {
    text-align: center;
  }


#s-e4d8c5e7-14ce-4542-9099-c32508409624.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4d8c5e7-14ce-4542-9099-c32508409624-btn-wrapper {
    text-align: center;
  }


#s-e4d8c5e7-14ce-4542-9099-c32508409624.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e4d8c5e7-14ce-4542-9099-c32508409624-btn-wrapper {
    text-align: center;
  }


#s-e4d8c5e7-14ce-4542-9099-c32508409624.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-c8c1e5a2-1203-43d6-8b36-8b5a98553459 {
  margin-top: 20px;
}

#s-c8c1e5a2-1203-43d6-8b36-8b5a98553459 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(127, 119, 119, 1);
}

#s-c8c1e5a2-1203-43d6-8b36-8b5a98553459 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c8c1e5a2-1203-43d6-8b36-8b5a98553459 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c8c1e5a2-1203-43d6-8b36-8b5a98553459 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(127, 119, 119, 1);
}

#s-c8c1e5a2-1203-43d6-8b36-8b5a98553459 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c8c1e5a2-1203-43d6-8b36-8b5a98553459 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f0e20a0f-81e5-4b27-9264-dc069478cbfc {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-570736a1-40e5-4876-bb53-061201d5724b {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-1c587a7c-0238-4594-862c-5b122e1ea3e0 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-763dd2b1-b8b1-4212-91a0-f10038772c85 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-271cfdca-30bd-4143-92db-247ecb27ba1c {
  border-style: solid;
margin-top: 24px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-7cc0c4e8-2351-428f-be15-d75ebe6f1663 {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
padding-top: 16px;
max-width: 1130px;
background-color: rgba(160, 212, 205, 1);
}

#s-6246d0d1-dc60-4d90-b059-78bb8d692609 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1130px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6246d0d1-dc60-4d90-b059-78bb8d692609 {
  display: none;
}
#s-6246d0d1-dc60-4d90-b059-78bb8d692609, #wrap-s-6246d0d1-dc60-4d90-b059-78bb8d692609 { display:none !important; }}@media (max-width: 767px){#s-6246d0d1-dc60-4d90-b059-78bb8d692609 {
  display: none;
}
#s-6246d0d1-dc60-4d90-b059-78bb8d692609, #wrap-s-6246d0d1-dc60-4d90-b059-78bb8d692609 { display:none !important; }}







#s-6246d0d1-dc60-4d90-b059-78bb8d692609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6246d0d1-dc60-4d90-b059-78bb8d692609.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a570290d-e3fd-4453-a2ad-2ebb5a5a947c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a570290d-e3fd-4453-a2ad-2ebb5a5a947c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-a570290d-e3fd-4453-a2ad-2ebb5a5a947c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-a570290d-e3fd-4453-a2ad-2ebb5a5a947c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

#s-5e4b1416-b1f4-49c1-b578-e220aeba07cc {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-5e4b1416-b1f4-49c1-b578-e220aeba07cc img.shogun-image {
    

    
    
    
  }


#s-5e4b1416-b1f4-49c1-b578-e220aeba07cc .shogun-image-content {
  
    align-items: center;
  
}

#s-8b4f78e8-d1d6-49ef-bd17-35aadaec23f6 {
  margin-top: 16px;
}

#s-770b546d-7814-4e11-a3a5-8b2eaa2815a8 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-770b546d-7814-4e11-a3a5-8b2eaa2815a8 img.shogun-image {
    

    
    
    
  }


#s-770b546d-7814-4e11-a3a5-8b2eaa2815a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e2ea27-9033-43f3-b173-c6f4da729510 {
  margin-top: 16px;
}

#s-0c074ec7-7b01-458a-82d4-f13a12e24b11 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-0c074ec7-7b01-458a-82d4-f13a12e24b11 img.shogun-image {
    

    
    
    
  }


#s-0c074ec7-7b01-458a-82d4-f13a12e24b11 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fef9b62-6f3a-4be5-a731-2194501ccc26 {
  margin-top: 16px;
}

@media (min-width: 0px) {
[id="s-410c6ff9-eb98-41a3-b7d8-9171cb4c5a06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-410c6ff9-eb98-41a3-b7d8-9171cb4c5a06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-410c6ff9-eb98-41a3-b7d8-9171cb4c5a06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-410c6ff9-eb98-41a3-b7d8-9171cb4c5a06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

#s-a6fdc125-18cb-423e-b5eb-10ecd84bc303 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-a6fdc125-18cb-423e-b5eb-10ecd84bc303 img.shogun-image {
    

    
    
    
  }


#s-a6fdc125-18cb-423e-b5eb-10ecd84bc303 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1d341f5-b085-47bc-a961-f8bd7596bb54 {
  margin-top: 16px;
}

#s-e455f8e0-ee2d-4703-a39c-af117d40c989 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-e455f8e0-ee2d-4703-a39c-af117d40c989 img.shogun-image {
    

    
    
    
  }


#s-e455f8e0-ee2d-4703-a39c-af117d40c989 .shogun-image-content {
  
    align-items: center;
  
}

#s-18d8b866-ee02-4bb7-92e4-74398e6bf27d {
  margin-top: 16px;
}

#s-a8439879-934f-4a32-a015-b64c7181c25f {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-a8439879-934f-4a32-a015-b64c7181c25f img.shogun-image {
    

    
    
    
  }


#s-a8439879-934f-4a32-a015-b64c7181c25f .shogun-image-content {
  
    align-items: center;
  
}

#s-54dae025-7e08-442e-9518-d07571bcb723 {
  margin-top: 16px;
}

/*
  $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}
