.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-334cdbd7-de07-4880-9710-b5a74b2534c2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-334cdbd7-de07-4880-9710-b5a74b2534c2 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-334cdbd7-de07-4880-9710-b5a74b2534c2 {
  background-image: url(https://i.shgcdn.com/e93daba6-4380-4477-8cf9-7402a2817466/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-334cdbd7-de07-4880-9710-b5a74b2534c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-334cdbd7-de07-4880-9710-b5a74b2534c2.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-c1351918-ef51-4d3f-a478-c8227f44ea47 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-c1351918-ef51-4d3f-a478-c8227f44ea47 {
  display: none;
}
#s-c1351918-ef51-4d3f-a478-c8227f44ea47, #wrap-s-c1351918-ef51-4d3f-a478-c8227f44ea47 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1351918-ef51-4d3f-a478-c8227f44ea47 {
  display: none;
}
#s-c1351918-ef51-4d3f-a478-c8227f44ea47, #wrap-s-c1351918-ef51-4d3f-a478-c8227f44ea47 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1351918-ef51-4d3f-a478-c8227f44ea47 {
  display: none;
}
#s-c1351918-ef51-4d3f-a478-c8227f44ea47, #wrap-s-c1351918-ef51-4d3f-a478-c8227f44ea47 { display: none !important; }}@media (max-width: 767px){#s-c1351918-ef51-4d3f-a478-c8227f44ea47 {
  display: none;
}
#s-c1351918-ef51-4d3f-a478-c8227f44ea47, #wrap-s-c1351918-ef51-4d3f-a478-c8227f44ea47 { display: none !important; }}
#s-c1351918-ef51-4d3f-a478-c8227f44ea47 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



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

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

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

#s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36 {
  display: none;
}
#s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36, #wrap-s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36 {
  display: none;
}
#s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36, #wrap-s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36 {
  display: none;
}
#s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36, #wrap-s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36 { display: none !important; }}@media (max-width: 767px){#s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36 {
  display: none;
}
#s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36, #wrap-s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9aeccc53-7deb-4ff9-a5f3-7d9f4beb9e36"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6c584001-57a0-4be6-b64d-d0e92dd30c8c {
  text-align: center;
}







  #s-6c584001-57a0-4be6-b64d-d0e92dd30c8c img.shogun-image {
    

    
    
    
  }


#s-6c584001-57a0-4be6-b64d-d0e92dd30c8c .shogun-image-content {
  
    align-items: 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: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3738004d-e4f5-4ecc-aeb0-e86764647384 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-48368603-93e4-416d-bb5b-ef660a0cc4a6 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-48368603-93e4-416d-bb5b-ef660a0cc4a6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-90a9c20b-dd1d-4832-849f-969fd4ca5912 {
  margin-top: 20px;
margin-bottom: 20px;
}

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

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

#s-563c5bdc-cf84-4005-bce9-592b2760dfb6 hr {
  border-top: 1px solid #ddd;
}

#s-c9d4ae6f-3a99-4b3f-8f63-c2fe9d6d76d1 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-c9d4ae6f-3a99-4b3f-8f63-c2fe9d6d76d1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-7cbbdf11-b041-49d5-88bb-817cd93682db {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-7cbbdf11-b041-49d5-88bb-817cd93682db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cbbdf11-b041-49d5-88bb-817cd93682db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cbbdf11-b041-49d5-88bb-817cd93682db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cbbdf11-b041-49d5-88bb-817cd93682db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0df3d55b-0b86-483a-a859-725288e1cc6b {
  text-align: center;
}







  #s-0df3d55b-0b86-483a-a859-725288e1cc6b img.shogun-image {
    

    
    
    
  }


#s-0df3d55b-0b86-483a-a859-725288e1cc6b .shogun-image-content {
  
    align-items: center;
  
}

#s-7dce1ee3-3a7b-4e58-83ca-6883eb3dcaf0 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-c9d2e5f8-8923-4332-bd23-6b98a2cf10a6 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c9d2e5f8-8923-4332-bd23-6b98a2cf10a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9d2e5f8-8923-4332-bd23-6b98a2cf10a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9d2e5f8-8923-4332-bd23-6b98a2cf10a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9d2e5f8-8923-4332-bd23-6b98a2cf10a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c9d2e5f8-8923-4332-bd23-6b98a2cf10a6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-930afca3-792b-4300-a500-304a6e72737e {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-fc735160-d7d4-4cd9-a817-8662afe2e14b {
  text-align: center;
}







  #s-fc735160-d7d4-4cd9-a817-8662afe2e14b img.shogun-image {
    

    
    
    
  }


#s-fc735160-d7d4-4cd9-a817-8662afe2e14b .shogun-image-content {
  
    align-items: center;
  
}

#s-639444ce-efe7-4936-8490-be9e8ba6411b hr {
  border-top: 1px solid #ddd;
}

#s-23ed134c-ea0a-4030-8da6-c6ecff166905 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-23ed134c-ea0a-4030-8da6-c6ecff166905 .shogun-heading-component h2 {
  color: rgba(0, 36, 91, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-08a5f84f-67a8-4964-8755-eccd37042f14 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-b03f2063-5d94-4d4d-9c98-836315793960 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-b03f2063-5d94-4d4d-9c98-836315793960"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b03f2063-5d94-4d4d-9c98-836315793960"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b03f2063-5d94-4d4d-9c98-836315793960"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b03f2063-5d94-4d4d-9c98-836315793960"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d0e3fd3e-c237-4887-927f-ccfcd35ecede {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
text-align: center;
}







  #s-d0e3fd3e-c237-4887-927f-ccfcd35ecede img.shogun-image {
    

    
    
    
  }


#s-d0e3fd3e-c237-4887-927f-ccfcd35ecede .shogun-image-content {
  
    align-items: center;
  
}

#s-3a8d9781-8ebf-4cb1-b446-fee31ac2fa4a {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-d4e78718-fa02-480b-9d49-b9738acdeeb6 {
  margin-bottom: 1px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-d4e78718-fa02-480b-9d49-b9738acdeeb6 img.shogun-image {
    

    
    
    
  }


#s-d4e78718-fa02-480b-9d49-b9738acdeeb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea1f70b2-1452-49c1-8fe0-341c6d582e5d {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-95e1f873-e614-4744-be49-9f2ce1afb9a7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-95e1f873-e614-4744-be49-9f2ce1afb9a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95e1f873-e614-4744-be49-9f2ce1afb9a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95e1f873-e614-4744-be49-9f2ce1afb9a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95e1f873-e614-4744-be49-9f2ce1afb9a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1d8273cd-d329-4c88-9982-bb23b1a9bf5f {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
text-align: center;
}







  #s-1d8273cd-d329-4c88-9982-bb23b1a9bf5f img.shogun-image {
    

    
    
    
  }


#s-1d8273cd-d329-4c88-9982-bb23b1a9bf5f .shogun-image-content {
  
    align-items: center;
  
}

#s-350074c0-fb9c-4ee7-980d-958a6a088bc1 {
  margin-bottom: 15px;
}

#s-5e5ab96a-b68d-4608-83f2-b4a6c4265ef4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-5e5ab96a-b68d-4608-83f2-b4a6c4265ef4 img.shogun-image {
    

    
    
    
  }


#s-5e5ab96a-b68d-4608-83f2-b4a6c4265ef4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1e28e59-bfb7-4caa-b1a5-6da5ce103a77 {
  margin-bottom: 15px;
}

#s-18624550-6ec2-4058-a640-ffde93275c87 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-18624550-6ec2-4058-a640-ffde93275c87 hr {
  border-top: 2px solid #ddd;
}

#s-aadee81f-4548-4794-92eb-aa4698fbb0e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aadee81f-4548-4794-92eb-aa4698fbb0e1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4ff89f0d-55be-4b07-9bc3-94a4c9a5afc8 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-4ff89f0d-55be-4b07-9bc3-94a4c9a5afc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4ff89f0d-55be-4b07-9bc3-94a4c9a5afc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4ff89f0d-55be-4b07-9bc3-94a4c9a5afc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ff89f0d-55be-4b07-9bc3-94a4c9a5afc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.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-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f324517a-1cb1-4a0c-bc8a-9ec8bb32f2ab img.shogun-image {
  width: 100%;
}




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

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

#s-c6669fdc-3a08-4b39-ab71-13cad7d7a40b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6669fdc-3a08-4b39-ab71-13cad7d7a40b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7ae32e8c-1a76-46fc-a815-9bca1400443b {
  text-align: center;
}

#s-7ae32e8c-1a76-46fc-a815-9bca1400443b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7ae32e8c-1a76-46fc-a815-9bca1400443b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7ae32e8c-1a76-46fc-a815-9bca1400443b .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-182a646c-340c-48b9-888f-705096b69221 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-182a646c-340c-48b9-888f-705096b69221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-182a646c-340c-48b9-888f-705096b69221 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-182a646c-340c-48b9-888f-705096b69221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-182a646c-340c-48b9-888f-705096b69221 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-182a646c-340c-48b9-888f-705096b69221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-182a646c-340c-48b9-888f-705096b69221 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-182a646c-340c-48b9-888f-705096b69221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-182a646c-340c-48b9-888f-705096b69221 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-182a646c-340c-48b9-888f-705096b69221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-182a646c-340c-48b9-888f-705096b69221 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-182a646c-340c-48b9-888f-705096b69221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-182a646c-340c-48b9-888f-705096b69221 img.shogun-image {
  width: 100%;
}




#s-7a7879f7-6a17-4f91-8a1a-9594635a94fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a7879f7-6a17-4f91-8a1a-9594635a94fd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2586da3a-bf51-4ff5-ada5-0c97d2cfe2d3 {
  text-align: center;
}

#s-2586da3a-bf51-4ff5-ada5-0c97d2cfe2d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2586da3a-bf51-4ff5-ada5-0c97d2cfe2d3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2586da3a-bf51-4ff5-ada5-0c97d2cfe2d3 .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-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dba09c1f-31c2-4cd2-8fd5-c2ec9f351ed2 img.shogun-image {
  width: 100%;
}




#s-a2720517-5c3d-4228-884d-31d95ad075fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2720517-5c3d-4228-884d-31d95ad075fb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2e3d930e-64a1-4e5b-a326-3edf731e217f {
  text-align: center;
}

#s-2e3d930e-64a1-4e5b-a326-3edf731e217f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2e3d930e-64a1-4e5b-a326-3edf731e217f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2e3d930e-64a1-4e5b-a326-3edf731e217f .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-efc06700-66a1-403d-a576-5a4ed579e61e {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efc06700-66a1-403d-a576-5a4ed579e61e img.shogun-image {
  width: 100%;
}




#s-52213d41-9794-42f7-ae3c-bd2bb6496dcd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52213d41-9794-42f7-ae3c-bd2bb6496dcd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4d802d38-4971-46f2-971b-c47b25da2ad2 {
  text-align: center;
}

#s-4d802d38-4971-46f2-971b-c47b25da2ad2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d802d38-4971-46f2-971b-c47b25da2ad2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4d802d38-4971-46f2-971b-c47b25da2ad2 .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-5519daf9-4d27-4620-896c-df14dd25e049 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5519daf9-4d27-4620-896c-df14dd25e049 img.shogun-image {
  width: 100%;
}




#s-7ddccc93-9fb5-4d1d-9c22-e22ed9289df1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ddccc93-9fb5-4d1d-9c22-e22ed9289df1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fddbe244-1bc7-4ad0-b0f0-5baa7b2773fa {
  text-align: center;
}

#s-fddbe244-1bc7-4ad0-b0f0-5baa7b2773fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fddbe244-1bc7-4ad0-b0f0-5baa7b2773fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fddbe244-1bc7-4ad0-b0f0-5baa7b2773fa .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-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ae6d5e-8fc4-41f9-a14a-ba6af528056c img.shogun-image {
  width: 100%;
}




#s-aede3780-5ca8-4f1d-af37-f0d6bf942077 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aede3780-5ca8-4f1d-af37-f0d6bf942077 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-073370ea-d9f6-4eb4-bbe3-3d840afbbfc7 {
  text-align: center;
}

#s-073370ea-d9f6-4eb4-bbe3-3d840afbbfc7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-073370ea-d9f6-4eb4-bbe3-3d840afbbfc7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-073370ea-d9f6-4eb4-bbe3-3d840afbbfc7 .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-b6fc165c-4ebc-4ec9-be9f-bebd5c873e82 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-b6fc165c-4ebc-4ec9-be9f-bebd5c873e82 hr {
  border-top: 2px solid #ddd;
}

#s-e81825e2-927e-4b0b-a420-8cfcd902f37b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e81825e2-927e-4b0b-a420-8cfcd902f37b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-974387f5-4c25-4590-a704-c6a662658975 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-974387f5-4c25-4590-a704-c6a662658975"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-974387f5-4c25-4590-a704-c6a662658975"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-974387f5-4c25-4590-a704-c6a662658975"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-974387f5-4c25-4590-a704-c6a662658975"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094bc319-a7ee-4299-a746-bab3ad2cb4b2 img.shogun-image {
  width: 100%;
}




#s-c5a4ab4d-727d-413d-be9c-9b507cbd56f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5a4ab4d-727d-413d-be9c-9b507cbd56f6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1a6fb1ca-2a53-4048-a870-d9df07b866e9 {
  text-align: center;
}

#s-1a6fb1ca-2a53-4048-a870-d9df07b866e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1a6fb1ca-2a53-4048-a870-d9df07b866e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1a6fb1ca-2a53-4048-a870-d9df07b866e9 .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-7534a717-3d75-42df-b2f0-b388ff0a4f8f {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7534a717-3d75-42df-b2f0-b388ff0a4f8f img.shogun-image {
  width: 100%;
}




#s-f2f736ff-5120-48c7-a9ed-27304a65ef0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2f736ff-5120-48c7-a9ed-27304a65ef0c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-07731b05-3361-4e90-8ebd-ecb0031e7174 {
  text-align: center;
}

#s-07731b05-3361-4e90-8ebd-ecb0031e7174 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07731b05-3361-4e90-8ebd-ecb0031e7174 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-07731b05-3361-4e90-8ebd-ecb0031e7174 .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-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb4b729e-87de-4cc5-9f73-bb4a3a971c80 img.shogun-image {
  width: 100%;
}




#s-03f8d085-5239-469e-ace2-7a08453fb6d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03f8d085-5239-469e-ace2-7a08453fb6d9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9914e4f5-77be-450a-b157-07f03fae1c71 {
  text-align: center;
}

#s-9914e4f5-77be-450a-b157-07f03fae1c71 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9914e4f5-77be-450a-b157-07f03fae1c71 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9914e4f5-77be-450a-b157-07f03fae1c71 .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-06efb096-7381-4d16-81a8-246b15a319a1 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06efb096-7381-4d16-81a8-246b15a319a1 img.shogun-image {
  width: 100%;
}




#s-03864cff-dc8f-4aeb-988e-fde5fa659f46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03864cff-dc8f-4aeb-988e-fde5fa659f46 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6c9d9996-735b-409d-bbcb-579a510f4a4e {
  text-align: center;
}

#s-6c9d9996-735b-409d-bbcb-579a510f4a4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6c9d9996-735b-409d-bbcb-579a510f4a4e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6c9d9996-735b-409d-bbcb-579a510f4a4e .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-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef614f1f-2c6c-418e-8ed8-52c7ac11e5c3 img.shogun-image {
  width: 100%;
}




#s-d1668a83-2724-4a8f-920c-a0e9f5834ef0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1668a83-2724-4a8f-920c-a0e9f5834ef0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6b92d34b-76d4-4b11-92f2-13e5eabc14ea {
  text-align: center;
}

#s-6b92d34b-76d4-4b11-92f2-13e5eabc14ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6b92d34b-76d4-4b11-92f2-13e5eabc14ea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6b92d34b-76d4-4b11-92f2-13e5eabc14ea .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-263994c4-3039-4781-8c58-9d55e96f1a60 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}



.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263994c4-3039-4781-8c58-9d55e96f1a60 img.shogun-image {
  width: 100%;
}




#s-c79bcba7-7082-490e-9894-1b8a2178e4ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c79bcba7-7082-490e-9894-1b8a2178e4ae .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-70b19b58-e372-407f-90c3-bdcf2eefc66d {
  text-align: center;
}

#s-70b19b58-e372-407f-90c3-bdcf2eefc66d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-70b19b58-e372-407f-90c3-bdcf2eefc66d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-70b19b58-e372-407f-90c3-bdcf2eefc66d .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-73449984-e6e1-465e-a295-6f235525a92b {
  min-height: 50px;
}
@media (max-width: 767px){#s-73449984-e6e1-465e-a295-6f235525a92b {
  
}
}







#s-73449984-e6e1-465e-a295-6f235525a92b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73449984-e6e1-465e-a295-6f235525a92b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ec3d902-a870-47bc-837c-24343e2394ee {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-0ec3d902-a870-47bc-837c-24343e2394ee hr {
  border-top: 2px solid #ddd;
}

#s-dfaecda0-7829-45f1-8b70-5f6e779b44a9 {
  padding-top: 70px;
text-align: center;
}
@media (max-width: 767px){#s-dfaecda0-7829-45f1-8b70-5f6e779b44a9 {
  
}
}
#s-dfaecda0-7829-45f1-8b70-5f6e779b44a9 .shogun-heading-component h2 {
  color: rgba(6, 41, 88, 1);
  font-weight:  normal ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-806738d7-3f40-4866-9c2b-b69348a961f3 {
  
}
}
#s-19ef4408-9f24-4ff5-80f4-4312bcaa63fa {
  margin-top: 40px;
margin-bottom: 20px;
padding-left: 18%;
padding-right: 18%;
}
@media (max-width: 767px){#s-19ef4408-9f24-4ff5-80f4-4312bcaa63fa {
  
}
}
@media (min-width: 0px) {
[id="s-19ef4408-9f24-4ff5-80f4-4312bcaa63fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-19ef4408-9f24-4ff5-80f4-4312bcaa63fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-19ef4408-9f24-4ff5-80f4-4312bcaa63fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-19ef4408-9f24-4ff5-80f4-4312bcaa63fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-ef7d0715-7457-45c3-b47c-dd0f69cb23a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-ef7d0715-7457-45c3-b47c-dd0f69cb23a2 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(145, 152, 123, 1);
}

#s-ace8be38-fc68-4a76-a389-22df1a587526 .shogun-icon-wrapper {
  text-align: center;
}


#s-ace8be38-fc68-4a76-a389-22df1a587526 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(194, 211, 194, 1);
}

#s-dd5cae7b-9c66-4181-a425-8d0f69a6d210 .shogun-icon-wrapper {
  text-align: center;
}


#s-dd5cae7b-9c66-4181-a425-8d0f69a6d210 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(188, 167, 192, 1);
}

#s-0f93ad7e-e2b2-4c1d-b2d4-3cd824804634 .shogun-icon-wrapper {
  text-align: center;
}


#s-0f93ad7e-e2b2-4c1d-b2d4-3cd824804634 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(128, 151, 171, 1);
}

#s-8620b25d-f07c-4f51-a487-a066c348116c .shogun-icon-wrapper {
  text-align: center;
}


#s-8620b25d-f07c-4f51-a487-a066c348116c .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(139, 170, 212, 1);
}

#s-eadeceff-8cdf-43a7-acca-5ce9460b39e4 .shogun-icon-wrapper {
  text-align: center;
}


#s-eadeceff-8cdf-43a7-acca-5ce9460b39e4 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(187, 87, 107, 1);
}

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

.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-7b684bc8-c4e2-4217-b6d2-ae3d4da90813 {
  margin-top: 20px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 1px;
background-color: rgba(253, 118, 142, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813:hover {background-color: rgba(253, 118, 142, 0.89) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813:active {background-color: rgba(253, 118, 142, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813-root {
    text-align: center;
  }


#s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813-root {
    text-align: center;
  }


#s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813-root {
    text-align: center;
  }


#s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813-root {
    text-align: center;
  }


#s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813-root {
    text-align: center;
  }


#s-7b684bc8-c4e2-4217-b6d2-ae3d4da90813.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-b0c57935-7b8d-4986-955f-b540cf47cb47 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-b0c57935-7b8d-4986-955f-b540cf47cb47 hr {
  border-top: 2px solid #ddd;
}

#s-fa767250-17ab-4879-86f3-3bc93bf3d005 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa767250-17ab-4879-86f3-3bc93bf3d005 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-289b2ea6-51c7-4c0b-b53c-93453925758f {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-289b2ea6-51c7-4c0b-b53c-93453925758f {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-289b2ea6-51c7-4c0b-b53c-93453925758f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-289b2ea6-51c7-4c0b-b53c-93453925758f.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-74a3c69d-c1ec-499b-aa1b-7bfcd8ccd23e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74a3c69d-c1ec-499b-aa1b-7bfcd8ccd23e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-74a3c69d-c1ec-499b-aa1b-7bfcd8ccd23e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-74a3c69d-c1ec-499b-aa1b-7bfcd8ccd23e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-52b949b4-47c9-42f7-96d0-458ffb43ad26 {
  text-align: center;
}
#s-52b949b4-47c9-42f7-96d0-458ffb43ad26:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-52b949b4-47c9-42f7-96d0-458ffb43ad26 {
  margin-top: 1%;
margin-bottom: 1%;
}
}






  #s-52b949b4-47c9-42f7-96d0-458ffb43ad26 img.shogun-image {
    

    
    
    
  }


#s-52b949b4-47c9-42f7-96d0-458ffb43ad26 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd250c87-3b7d-432e-909b-052257d995c8 {
  text-align: center;
}
#s-cd250c87-3b7d-432e-909b-052257d995c8:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-cd250c87-3b7d-432e-909b-052257d995c8 {
  margin-top: 1%;
margin-bottom: 1%;
}
}






  #s-cd250c87-3b7d-432e-909b-052257d995c8 img.shogun-image {
    

    
    
    
  }


#s-cd250c87-3b7d-432e-909b-052257d995c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e79e4a50-62e9-40fa-ab0b-94affc8ee99b {
  text-align: center;
}
#s-e79e4a50-62e9-40fa-ab0b-94affc8ee99b:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-e79e4a50-62e9-40fa-ab0b-94affc8ee99b {
  margin-top: 1%;
}
}






  #s-e79e4a50-62e9-40fa-ab0b-94affc8ee99b img.shogun-image {
    

    
    
    
  }


#s-e79e4a50-62e9-40fa-ab0b-94affc8ee99b .shogun-image-content {
  
    align-items: center;
  
}

#s-a3536c0a-2229-4859-9927-3db622afc371 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3536c0a-2229-4859-9927-3db622afc371 {
  display: none;
}
#s-a3536c0a-2229-4859-9927-3db622afc371, #wrap-s-a3536c0a-2229-4859-9927-3db622afc371 { display: none !important; }}@media (max-width: 767px){#s-a3536c0a-2229-4859-9927-3db622afc371 {
  display: none;
}
#s-a3536c0a-2229-4859-9927-3db622afc371, #wrap-s-a3536c0a-2229-4859-9927-3db622afc371 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a3536c0a-2229-4859-9927-3db622afc371"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a3536c0a-2229-4859-9927-3db622afc371"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a3536c0a-2229-4859-9927-3db622afc371"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a3536c0a-2229-4859-9927-3db622afc371"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-36c3e0d7-5327-4d15-ba81-672f9dbf6862 {
  text-align: center;
}







  #s-36c3e0d7-5327-4d15-ba81-672f9dbf6862 img.shogun-image {
    

    
    
    
  }


#s-36c3e0d7-5327-4d15-ba81-672f9dbf6862 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d96f2f3-644c-4d91-b29f-f60ffe1d565a {
  text-align: center;
}







  #s-0d96f2f3-644c-4d91-b29f-f60ffe1d565a img.shogun-image {
    

    
    
    
  }


#s-0d96f2f3-644c-4d91-b29f-f60ffe1d565a .shogun-image-content {
  
    align-items: center;
  
}

#s-b0bf4e1c-df93-41a5-8650-dc9c4559fa39 {
  text-align: center;
}







  #s-b0bf4e1c-df93-41a5-8650-dc9c4559fa39 img.shogun-image {
    

    
    
    
  }


#s-b0bf4e1c-df93-41a5-8650-dc9c4559fa39 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4199158-0aa5-4f75-b85a-deb8165a3cb5 {
  text-align: center;
}
#s-f4199158-0aa5-4f75-b85a-deb8165a3cb5:hover {opacity: 0.8 !important;}






  #s-f4199158-0aa5-4f75-b85a-deb8165a3cb5 img.shogun-image {
    

    
    
    
  }


#s-f4199158-0aa5-4f75-b85a-deb8165a3cb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-41f6b8a0-0862-4956-8b54-5fc9d67483cd {
  margin-top: 20px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-41f6b8a0-0862-4956-8b54-5fc9d67483cd {
  display: none;
}
#s-41f6b8a0-0862-4956-8b54-5fc9d67483cd, #wrap-s-41f6b8a0-0862-4956-8b54-5fc9d67483cd { display: none !important; }}@media (max-width: 767px){#s-41f6b8a0-0862-4956-8b54-5fc9d67483cd {
  display: none;
}
#s-41f6b8a0-0862-4956-8b54-5fc9d67483cd, #wrap-s-41f6b8a0-0862-4956-8b54-5fc9d67483cd { display: none !important; }}
#s-41f6b8a0-0862-4956-8b54-5fc9d67483cd .shogun-heading-component h2 {
  color: rgba(16, 43, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5bdb8aab-7266-48f3-bef0-e513605a5bdd {
  padding-top: 15%;
padding-bottom: 15%;
}
@media (min-width: 1200px){#s-5bdb8aab-7266-48f3-bef0-e513605a5bdd {
  padding-top: 3%;
padding-bottom: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bdb8aab-7266-48f3-bef0-e513605a5bdd {
  padding-top: 0%;
padding-left: 5em;
padding-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5bdb8aab-7266-48f3-bef0-e513605a5bdd {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-5bdb8aab-7266-48f3-bef0-e513605a5bdd {
  padding-left: 15%;
padding-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-5bdb8aab-7266-48f3-bef0-e513605a5bdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bdb8aab-7266-48f3-bef0-e513605a5bdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bdb8aab-7266-48f3-bef0-e513605a5bdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bdb8aab-7266-48f3-bef0-e513605a5bdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5bdb8aab-7266-48f3-bef0-e513605a5bdd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2d8bbc1f-3afc-4a70-8c18-e6b3be97b8fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2d8bbc1f-3afc-4a70-8c18-e6b3be97b8fb {
  padding-left: 15%;
padding-right: 15%;
}
}
#s-2d8bbc1f-3afc-4a70-8c18-e6b3be97b8fb .shogun-heading-component h2 {
  color: rgba(16, 43, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-f2bcd58a-530f-4a5d-9fa4-b347bb5c7df6 {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-782ceb66-28f7-4e38-8e58-1ad5627c40dc {
  margin-left: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-782ceb66-28f7-4e38-8e58-1ad5627c40dc {
  padding-right: 70%;
}
}@media (max-width: 767px){#s-782ceb66-28f7-4e38-8e58-1ad5627c40dc {
  margin-left: 0%;
}
}






  #s-782ceb66-28f7-4e38-8e58-1ad5627c40dc img.shogun-image {
    

    
    
    
  }


#s-782ceb66-28f7-4e38-8e58-1ad5627c40dc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-077c54ac-9803-4127-91cc-4eb63a74d77a {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 1200px){#s-e57b4941-f153-403f-9c33-b78f599864d4 {
  margin-top: 10%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-e57b4941-f153-403f-9c33-b78f599864d4 {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-2372aac0-e55c-470e-a9c0-13a75fb9224b {
  text-align: center;
}
@media (max-width: 767px){#s-2372aac0-e55c-470e-a9c0-13a75fb9224b {
  margin-top: 15px;
margin-bottom: 15px;
}
}






  #s-2372aac0-e55c-470e-a9c0-13a75fb9224b img.shogun-image {
    

    
    
    
  }


#s-2372aac0-e55c-470e-a9c0-13a75fb9224b .shogun-image-content {
  
    align-items: center;
  
}

#s-1926e874-264d-40b8-9ebd-efed5c221026 {
  text-align: center;
}
@media (min-width: 1200px){#s-1926e874-264d-40b8-9ebd-efed5c221026 {
  padding-right: 15%;
}
}






  #s-1926e874-264d-40b8-9ebd-efed5c221026 img.shogun-image {
    

    
    
    
  }


#s-1926e874-264d-40b8-9ebd-efed5c221026 .shogun-image-content {
  
    align-items: center;
  
}

#s-56556a49-c48b-4915-97aa-69c3405c73a8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(16, 43, 92, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(16, 43, 92, 1);
}
@media (min-width: 1200px){#s-56556a49-c48b-4915-97aa-69c3405c73a8 {
  border-style: solid;
margin-top: 50px;
margin-bottom: 0px;
padding-top: 5%;
padding-left: 5px;
padding-bottom: 5%;
padding-right: 5px;
border-color: rgba(16, 43, 92, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-56556a49-c48b-4915-97aa-69c3405c73a8 {
  display: none;
}
#s-56556a49-c48b-4915-97aa-69c3405c73a8, #wrap-s-56556a49-c48b-4915-97aa-69c3405c73a8 { display: none !important; }}@media (max-width: 767px){#s-56556a49-c48b-4915-97aa-69c3405c73a8 {
  display: none;
}
#s-56556a49-c48b-4915-97aa-69c3405c73a8, #wrap-s-56556a49-c48b-4915-97aa-69c3405c73a8 { display: none !important; }}







#s-56556a49-c48b-4915-97aa-69c3405c73a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56556a49-c48b-4915-97aa-69c3405c73a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a780e6f3-3a4b-4b2c-a5ed-917f4998c054 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(16, 43, 92, 1);
border-style: solid;
background-color: rgba(16, 43, 92, 1);
}
@media (min-width: 1200px){#s-a780e6f3-3a4b-4b2c-a5ed-917f4998c054 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-left: 5%;
padding-right: 5%;
border-color: rgba(16, 43, 92, 0);
}
}
@media (min-width: 0px) {
[id="s-a780e6f3-3a4b-4b2c-a5ed-917f4998c054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a780e6f3-3a4b-4b2c-a5ed-917f4998c054"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a780e6f3-3a4b-4b2c-a5ed-917f4998c054"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a780e6f3-3a4b-4b2c-a5ed-917f4998c054"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-a780e6f3-3a4b-4b2c-a5ed-917f4998c054"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-370dea21-7935-4f63-83d1-a8af7cdb4f7f {
  padding-top: 15%;
padding-left: 15%;
padding-bottom: 15%;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-370dea21-7935-4f63-83d1-a8af7cdb4f7f {
  margin-top: 30px;
margin-bottom: 15px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
max-width: 125px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-370dea21-7935-4f63-83d1-a8af7cdb4f7f {
  display: none;
}
#s-370dea21-7935-4f63-83d1-a8af7cdb4f7f, #wrap-s-370dea21-7935-4f63-83d1-a8af7cdb4f7f { display: none !important; }}@media (max-width: 767px){#s-370dea21-7935-4f63-83d1-a8af7cdb4f7f {
  display: none;
}
#s-370dea21-7935-4f63-83d1-a8af7cdb4f7f, #wrap-s-370dea21-7935-4f63-83d1-a8af7cdb4f7f { display: none !important; }}






  #s-370dea21-7935-4f63-83d1-a8af7cdb4f7f img.shogun-image {
    

    
    
    
  }


#s-370dea21-7935-4f63-83d1-a8af7cdb4f7f .shogun-image-content {
  
    align-items: center;
  
}

#s-6b0a5b0e-e3e7-4e93-8a54-857816d44963 {
  padding-left: 15%;
padding-right: 15%;
}
@media (min-width: 1200px){#s-6b0a5b0e-e3e7-4e93-8a54-857816d44963 {
  margin-bottom: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (max-width: 767px){#s-a7e62fa2-891f-406f-9504-e65f0cf285f5 {
  padding-left: 15%;
padding-right: 15%;
}
}
#s-5335082c-ab0c-403a-8c4f-df446e3fdace {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(253, 117, 143, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(253, 117, 143, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5335082c-ab0c-403a-8c4f-df446e3fdace:hover {border-style: solid !important;
border-top-width: 6px !important;
border-left-width: 6px !important;
border-bottom-width: 6px !important;
border-right-width: 6px !important;
border-color: rgba(102, 152, 200, 1) !important;
background-color: rgba(102, 152, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5335082c-ab0c-403a-8c4f-df446e3fdace:active {background-color: rgba(102, 152, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5335082c-ab0c-403a-8c4f-df446e3fdace {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-5335082c-ab0c-403a-8c4f-df446e3fdace {
  margin-top: 1px;
margin-left: 15%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
}
}

  #s-5335082c-ab0c-403a-8c4f-df446e3fdace-root {
    text-align: left;
  }


#s-5335082c-ab0c-403a-8c4f-df446e3fdace.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5335082c-ab0c-403a-8c4f-df446e3fdace-root {
    text-align: left;
  }


#s-5335082c-ab0c-403a-8c4f-df446e3fdace.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5335082c-ab0c-403a-8c4f-df446e3fdace-root {
    text-align: left;
  }


#s-5335082c-ab0c-403a-8c4f-df446e3fdace.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5335082c-ab0c-403a-8c4f-df446e3fdace-root {
    text-align: left;
  }


#s-5335082c-ab0c-403a-8c4f-df446e3fdace.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5335082c-ab0c-403a-8c4f-df446e3fdace-root {
    text-align: left;
  }


#s-5335082c-ab0c-403a-8c4f-df446e3fdace.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
}
#s-b4e8c3ba-5c6b-4c31-9414-0d73b2dc758b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 750px;
background-position: center center;
}
@media (min-width: 1200px){#s-b4e8c3ba-5c6b-4c31-9414-0d73b2dc758b {
  display: none;
}
#s-b4e8c3ba-5c6b-4c31-9414-0d73b2dc758b, #wrap-s-b4e8c3ba-5c6b-4c31-9414-0d73b2dc758b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4e8c3ba-5c6b-4c31-9414-0d73b2dc758b {
  display: none;
}
#s-b4e8c3ba-5c6b-4c31-9414-0d73b2dc758b, #wrap-s-b4e8c3ba-5c6b-4c31-9414-0d73b2dc758b { display: none !important; }}







#s-b4e8c3ba-5c6b-4c31-9414-0d73b2dc758b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4e8c3ba-5c6b-4c31-9414-0d73b2dc758b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46994e1a-17fe-4471-b84a-e26530e1bfec {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(217, 228, 241, 0.87);
}
@media (min-width: 1200px){#s-46994e1a-17fe-4471-b84a-e26530e1bfec {
  margin-left: 20%;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-46994e1a-17fe-4471-b84a-e26530e1bfec {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
}
#s-46994e1a-17fe-4471-b84a-e26530e1bfec .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "ABeeZee";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(253, 117, 143, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(253, 117, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf:hover {border-style: solid !important;
border-top-width: 6px !important;
border-left-width: 6px !important;
border-bottom-width: 6px !important;
border-right-width: 6px !important;
border-color: rgba(102, 152, 200, 1) !important;
background-color: rgba(102, 152, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf:active {background-color: rgba(102, 152, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf {
  margin-top: 25px;
margin-bottom: 25px;
}
}

  #s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf-root {
    text-align: center;
  }


#s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf-root {
    text-align: center;
  }


#s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf-root {
    text-align: center;
  }


#s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf-root {
    text-align: center;
  }


#s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf-root {
    text-align: center;
  }


#s-2dcb26b3-47d9-4d1b-b55b-24740b16cabf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: ABeeZee;
  display:  inline-block ;
}
}
/*
  $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}
