.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-94fd41d2-3458-492b-94f6-313a5d15934e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-94fd41d2-3458-492b-94f6-313a5d15934e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94fd41d2-3458-492b-94f6-313a5d15934e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94fd41d2-3458-492b-94f6-313a5d15934e {
  
}
}@media (max-width: 767px){#s-94fd41d2-3458-492b-94f6-313a5d15934e {
  
}
}







#s-94fd41d2-3458-492b-94f6-313a5d15934e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94fd41d2-3458-492b-94f6-313a5d15934e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-772e1ec6-33bb-4795-b009-52dc397dd1e2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(234, 249, 254, 1);
}
@media (min-width: 1200px){#s-772e1ec6-33bb-4795-b009-52dc397dd1e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-772e1ec6-33bb-4795-b009-52dc397dd1e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-772e1ec6-33bb-4795-b009-52dc397dd1e2 {
  
}
}@media (max-width: 767px){#s-772e1ec6-33bb-4795-b009-52dc397dd1e2 {
  
}
}







#s-772e1ec6-33bb-4795-b009-52dc397dd1e2 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-772e1ec6-33bb-4795-b009-52dc397dd1e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-78ce24e1-5062-4d2f-ba21-157f86ef2763 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(240, 244, 240, 1);
}

@media (min-width: 0px) {
[id="s-78ce24e1-5062-4d2f-ba21-157f86ef2763"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78ce24e1-5062-4d2f-ba21-157f86ef2763"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78ce24e1-5062-4d2f-ba21-157f86ef2763"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78ce24e1-5062-4d2f-ba21-157f86ef2763"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-78ce24e1-5062-4d2f-ba21-157f86ef2763"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6d50a60d-c932-4224-a550-3ece206fd8ad {
  min-height: 80px;
}
@media (max-width: 767px){#s-6d50a60d-c932-4224-a550-3ece206fd8ad {
  display: none;
}
#s-6d50a60d-c932-4224-a550-3ece206fd8ad, #wrap-s-6d50a60d-c932-4224-a550-3ece206fd8ad { display:none !important; }}







#s-6d50a60d-c932-4224-a550-3ece206fd8ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d50a60d-c932-4224-a550-3ece206fd8ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d1601fd-242e-40c8-8475-2307980b54fa {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d1601fd-242e-40c8-8475-2307980b54fa {
  
}
}@media (max-width: 767px){#s-0d1601fd-242e-40c8-8475-2307980b54fa {
  
}
}







#s-0d1601fd-242e-40c8-8475-2307980b54fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d1601fd-242e-40c8-8475-2307980b54fa.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-ea3548b0-6c1b-49c9-b057-d073e82a115e {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ea3548b0-6c1b-49c9-b057-d073e82a115e {
  margin-top: 12px;
margin-bottom: 12px;
}
}
#s-ea3548b0-6c1b-49c9-b057-d073e82a115e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: 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-aa54b5ec-1fd1-4a6e-a277-d1e890251bc5 {
  margin-left: 45px;
margin-right: 45px;
}

.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-798f94e8-ee87-48c0-9c1c-29fa9477b5d6 {
  text-align: center;
opacity: 1;
}
#s-798f94e8-ee87-48c0-9c1c-29fa9477b5d6:hover {opacity: 1 !important;}






  #s-798f94e8-ee87-48c0-9c1c-29fa9477b5d6 img.shogun-image {
    

    
    
    
  }


#s-798f94e8-ee87-48c0-9c1c-29fa9477b5d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-be27b187-df1c-4877-850a-b7272222354c {
  min-height: 50px;
}








#s-be27b187-df1c-4877-850a-b7272222354c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be27b187-df1c-4877-850a-b7272222354c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@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 > .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;
}

#s-38546e96-ce56-40a5-917c-7d7de8a572fa {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-38546e96-ce56-40a5-917c-7d7de8a572fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38546e96-ce56-40a5-917c-7d7de8a572fa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-12adf7aa-3e5e-4e75-bce2-f1b6aeaa7280 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-12adf7aa-3e5e-4e75-bce2-f1b6aeaa7280"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-12adf7aa-3e5e-4e75-bce2-f1b6aeaa7280"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12adf7aa-3e5e-4e75-bce2-f1b6aeaa7280"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12adf7aa-3e5e-4e75-bce2-f1b6aeaa7280"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-32b087bf-2b94-4aff-bc42-6ba0a05cd65e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-9688548c-bc42-4ae3-9c3b-c23937594fa6 {
  text-align: center;
}







  #s-9688548c-bc42-4ae3-9c3b-c23937594fa6 img.shogun-image {
    

    
    
    
  }


#s-9688548c-bc42-4ae3-9c3b-c23937594fa6 .shogun-image-content {
  
    align-items: center;
  
}

.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-59e49c51-fcf8-4474-9fed-01602acdc1c6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-59e49c51-fcf8-4474-9fed-01602acdc1c6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

#s-5f58b00d-ae38-4e75-bc1e-0a57a33207ef {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f58b00d-ae38-4e75-bc1e-0a57a33207ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5f58b00d-ae38-4e75-bc1e-0a57a33207ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-5f58b00d-ae38-4e75-bc1e-0a57a33207ef .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;
}

.lp-button {
  background-color: #EFC2B4;
  font-size: 20px;
  font-weight: 300;
  font-family: "Calibre-Light";
}

#s-833656fc-257f-4161-ab0d-3d3a51f5ddf3 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-1ce5af47-300f-4f3b-a085-a1f69184a35d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-19af34d0-8a3e-43b0-817a-f4efe0cff458 {
  text-align: center;
}







  #s-19af34d0-8a3e-43b0-817a-f4efe0cff458 img.shogun-image {
    

    
    
    
  }


#s-19af34d0-8a3e-43b0-817a-f4efe0cff458 .shogun-image-content {
  
    align-items: center;
  
}

#s-672849cf-86ed-4640-8b07-ac31caf7356e {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 1px;
text-align: center;
}

#s-672849cf-86ed-4640-8b07-ac31caf7356e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

#s-7fc0c21a-6640-43b7-bfe2-06e5ea8504b1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7fc0c21a-6640-43b7-bfe2-06e5ea8504b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7fc0c21a-6640-43b7-bfe2-06e5ea8504b1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-7fc0c21a-6640-43b7-bfe2-06e5ea8504b1 .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-fffe70d3-8981-4e95-a673-9556717790ef {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-102780e5-098d-4184-8f1f-7185757f14ed {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-fa9c650c-ff27-4eb9-924a-7387b17c3e5e {
  text-align: center;
}







  #s-fa9c650c-ff27-4eb9-924a-7387b17c3e5e img.shogun-image {
    

    
    
    
  }


#s-fa9c650c-ff27-4eb9-924a-7387b17c3e5e .shogun-image-content {
  
    align-items: center;
  
}

#s-401cffa1-6ea7-4d7d-8dab-c67a7f41bcc2 {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-401cffa1-6ea7-4d7d-8dab-c67a7f41bcc2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

#s-239a55ce-4249-4ef4-8238-d4e3e0cb7050 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-239a55ce-4249-4ef4-8238-d4e3e0cb7050 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-239a55ce-4249-4ef4-8238-d4e3e0cb7050 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-239a55ce-4249-4ef4-8238-d4e3e0cb7050 .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-56e5573d-42ec-4945-b180-1ced7b3dd690 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-7a1fecfc-b875-4d28-bc5f-a0156b88e2b4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-0fe6545b-66a2-4eac-b44d-793e9d8730be {
  text-align: center;
}







  #s-0fe6545b-66a2-4eac-b44d-793e9d8730be img.shogun-image {
    

    
    
    
  }


#s-0fe6545b-66a2-4eac-b44d-793e9d8730be .shogun-image-content {
  
    align-items: center;
  
}

#s-5f35724e-bf7b-4f85-bf87-9c66ef5f22e9 {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-5f35724e-bf7b-4f85-bf87-9c66ef5f22e9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

#s-34f08f50-f459-4609-be01-347f8135ffa2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-34f08f50-f459-4609-be01-347f8135ffa2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-34f08f50-f459-4609-be01-347f8135ffa2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-34f08f50-f459-4609-be01-347f8135ffa2 .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-8d2cc76e-da3e-43fa-8775-c8a2b4572178 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-cce37eea-ef2c-4684-9c5d-f6475dc43431 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-cce37eea-ef2c-4684-9c5d-f6475dc43431 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cce37eea-ef2c-4684-9c5d-f6475dc43431 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cce37eea-ef2c-4684-9c5d-f6475dc43431 {
  
}
}@media (max-width: 767px){#s-cce37eea-ef2c-4684-9c5d-f6475dc43431 {
  
}
}







#s-cce37eea-ef2c-4684-9c5d-f6475dc43431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cce37eea-ef2c-4684-9c5d-f6475dc43431.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-89555043-8c6a-415d-88d5-a62f68d9f2a5 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-89555043-8c6a-415d-88d5-a62f68d9f2a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89555043-8c6a-415d-88d5-a62f68d9f2a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89555043-8c6a-415d-88d5-a62f68d9f2a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89555043-8c6a-415d-88d5-a62f68d9f2a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e826a060-ed84-4424-8ab7-53c6e1af7a62 {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: right;
}







  #s-e826a060-ed84-4424-8ab7-53c6e1af7a62 img.shogun-image {
    

    
    
    
  }


#s-e826a060-ed84-4424-8ab7-53c6e1af7a62 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d535b64-160a-47a6-941e-4313c4dfa2d8 {
  margin-top: 36px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 500px;
background-color: rgba(240, 244, 240, 1);
}
@media (max-width: 767px){#s-1d535b64-160a-47a6-941e-4313c4dfa2d8 {
  margin-top: 0px;
}
}







#s-1d535b64-160a-47a6-941e-4313c4dfa2d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d535b64-160a-47a6-941e-4313c4dfa2d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae4a269d-2d98-46e7-87a8-2ea327d77252 {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ae4a269d-2d98-46e7-87a8-2ea327d77252 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-24d57b4e-4c52-476d-aa38-ee5a63bb263f {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-24d57b4e-4c52-476d-aa38-ee5a63bb263f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24d57b4e-4c52-476d-aa38-ee5a63bb263f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24d57b4e-4c52-476d-aa38-ee5a63bb263f {
  
}
}@media (max-width: 767px){#s-24d57b4e-4c52-476d-aa38-ee5a63bb263f {
  
}
}
#s-8584f469-16d6-45a6-8fa9-74d3f5c5dcb4 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-8584f469-16d6-45a6-8fa9-74d3f5c5dcb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8584f469-16d6-45a6-8fa9-74d3f5c5dcb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8584f469-16d6-45a6-8fa9-74d3f5c5dcb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8584f469-16d6-45a6-8fa9-74d3f5c5dcb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8584f469-16d6-45a6-8fa9-74d3f5c5dcb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8584f469-16d6-45a6-8fa9-74d3f5c5dcb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8584f469-16d6-45a6-8fa9-74d3f5c5dcb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

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

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

#s-a54cc6f8-cb48-4631-b327-1122f94b761f {
  margin-left: 0px;
margin-right: 0px;
}

#s-a54cc6f8-cb48-4631-b327-1122f94b761f hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-5e55119c-97a3-4b67-909f-660377d84b34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e55119c-97a3-4b67-909f-660377d84b34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e55119c-97a3-4b67-909f-660377d84b34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e55119c-97a3-4b67-909f-660377d84b34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e55119c-97a3-4b67-909f-660377d84b34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e55119c-97a3-4b67-909f-660377d84b34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e55119c-97a3-4b67-909f-660377d84b34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-5777bddf-3014-42b8-94c4-98fdd5a34c64 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5777bddf-3014-42b8-94c4-98fdd5a34c64 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5777bddf-3014-42b8-94c4-98fdd5a34c64 .shg-sld-nav-button.shg-sld-left,
#s-5777bddf-3014-42b8-94c4-98fdd5a34c64 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-45939604-053b-4982-834f-e35193fa01b7 {
  text-align: center;
}







  #s-45939604-053b-4982-834f-e35193fa01b7 img.shogun-image {
    

    
    
    
  }


#s-45939604-053b-4982-834f-e35193fa01b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0 {
  
}
}@media (max-width: 767px){#s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0 {
  
}
}
@media (min-width: 0px) {
[id="s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d99b70cb-ea90-4d45-bcc4-3fa4d22bacc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5-root {
    text-align: center;
  }


#s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5-root {
    text-align: center;
  }


#s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5-root {
    text-align: center;
  }


#s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5-root {
    text-align: center;
  }


#s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5-root {
    text-align: center;
  }


#s-e6c91b98-ae0b-4ba3-9a4d-f7a176742de5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-4753af6b-128e-44de-8f27-de78e9497117 {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-4753af6b-128e-44de-8f27-de78e9497117"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4753af6b-128e-44de-8f27-de78e9497117"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4753af6b-128e-44de-8f27-de78e9497117"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4753af6b-128e-44de-8f27-de78e9497117"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4753af6b-128e-44de-8f27-de78e9497117"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d4720e44-aa3e-4fbc-8dcc-5bb8243059e9 {
  margin-top: 36px;
min-height: 500px;
background-color: rgba(240, 244, 240, 1);
}
@media (max-width: 767px){#s-d4720e44-aa3e-4fbc-8dcc-5bb8243059e9 {
  margin-top: 0px;
}
}







#s-d4720e44-aa3e-4fbc-8dcc-5bb8243059e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4720e44-aa3e-4fbc-8dcc-5bb8243059e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0814cabf-b031-4b45-8d38-ccb567c8a085 {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0814cabf-b031-4b45-8d38-ccb567c8a085 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-54ce5dfd-3d55-4bb3-a665-9a23df9d5157 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-54ce5dfd-3d55-4bb3-a665-9a23df9d5157"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54ce5dfd-3d55-4bb3-a665-9a23df9d5157"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-54ce5dfd-3d55-4bb3-a665-9a23df9d5157"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54ce5dfd-3d55-4bb3-a665-9a23df9d5157"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-54ce5dfd-3d55-4bb3-a665-9a23df9d5157"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54ce5dfd-3d55-4bb3-a665-9a23df9d5157"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-54ce5dfd-3d55-4bb3-a665-9a23df9d5157"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-d9306d92-29c7-4542-a68a-76082b3fe400 {
  margin-left: 0px;
margin-right: 0px;
}

#s-d9306d92-29c7-4542-a68a-76082b3fe400 hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-62d6552e-8a08-4437-9ab1-295afd90484d {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-62d6552e-8a08-4437-9ab1-295afd90484d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62d6552e-8a08-4437-9ab1-295afd90484d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62d6552e-8a08-4437-9ab1-295afd90484d {
  
}
}@media (max-width: 767px){#s-62d6552e-8a08-4437-9ab1-295afd90484d {
  
}
}
@media (min-width: 0px) {
[id="s-21a6c9ac-1234-4d36-9cb3-e07b3e5d0087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21a6c9ac-1234-4d36-9cb3-e07b3e5d0087"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21a6c9ac-1234-4d36-9cb3-e07b3e5d0087"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-21a6c9ac-1234-4d36-9cb3-e07b3e5d0087"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21a6c9ac-1234-4d36-9cb3-e07b3e5d0087"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-21a6c9ac-1234-4d36-9cb3-e07b3e5d0087"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21a6c9ac-1234-4d36-9cb3-e07b3e5d0087"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-aac8ad33-5daa-402c-9cbd-f65f044caf69 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-aac8ad33-5daa-402c-9cbd-f65f044caf69 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-aac8ad33-5daa-402c-9cbd-f65f044caf69 .shg-sld-nav-button.shg-sld-left,
#s-aac8ad33-5daa-402c-9cbd-f65f044caf69 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e64de95e-1ed3-4ad6-a8e7-89141d00f90b {
  text-align: center;
}







  #s-e64de95e-1ed3-4ad6-a8e7-89141d00f90b img.shogun-image {
    

    
    
    
  }


#s-e64de95e-1ed3-4ad6-a8e7-89141d00f90b .shogun-image-content {
  
    align-items: center;
  
}

#s-077c3422-5006-4639-b2fc-0f72f31a97e9 {
  text-align: center;
}







  #s-077c3422-5006-4639-b2fc-0f72f31a97e9 img.shogun-image {
    

    
    
    
  }


#s-077c3422-5006-4639-b2fc-0f72f31a97e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d {
  border-style: solid;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d {
  
}
}@media (max-width: 767px){#s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d {
  
}
}
@media (min-width: 0px) {
[id="s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-36ba7fd1-8a53-4ceb-aa92-5aefbc0f1e8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ec31e215-4e51-42b7-90f8-dd89c154b5c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-ec31e215-4e51-42b7-90f8-dd89c154b5c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec31e215-4e51-42b7-90f8-dd89c154b5c4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ec31e215-4e51-42b7-90f8-dd89c154b5c4-root {
    text-align: center;
  }


#s-ec31e215-4e51-42b7-90f8-dd89c154b5c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec31e215-4e51-42b7-90f8-dd89c154b5c4-root {
    text-align: center;
  }


#s-ec31e215-4e51-42b7-90f8-dd89c154b5c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec31e215-4e51-42b7-90f8-dd89c154b5c4-root {
    text-align: center;
  }


#s-ec31e215-4e51-42b7-90f8-dd89c154b5c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec31e215-4e51-42b7-90f8-dd89c154b5c4-root {
    text-align: center;
  }


#s-ec31e215-4e51-42b7-90f8-dd89c154b5c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec31e215-4e51-42b7-90f8-dd89c154b5c4-root {
    text-align: center;
  }


#s-ec31e215-4e51-42b7-90f8-dd89c154b5c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-5a54cc8f-e46e-4bfb-9a9b-95f21c04f764 {
  text-align: left;
}







  #s-5a54cc8f-e46e-4bfb-9a9b-95f21c04f764 img.shogun-image {
    

    
    
    
  }


#s-5a54cc8f-e46e-4bfb-9a9b-95f21c04f764 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd img.shogun-image {
    

    
    
    
  }


#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd .shogun-image-content {
  
    align-items: center;
  
}

#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  margin-top: 0px;
padding-top: 19px;
padding-bottom: 19px;
min-height: 500px;
background-color: rgba(240, 244, 240, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  margin-top: 36px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  margin-top: 36px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  margin-top: 36px;
}
}@media (max-width: 767px){#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7268c680-f076-4b0b-abd8-2f0c23198441 {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7268c680-f076-4b0b-abd8-2f0c23198441 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-d847a847-54d0-4056-b051-2811daca3cff {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-d847a847-54d0-4056-b051-2811daca3cff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d847a847-54d0-4056-b051-2811daca3cff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d847a847-54d0-4056-b051-2811daca3cff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d847a847-54d0-4056-b051-2811daca3cff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d847a847-54d0-4056-b051-2811daca3cff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d847a847-54d0-4056-b051-2811daca3cff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d847a847-54d0-4056-b051-2811daca3cff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-651cd155-68e9-4c57-93e5-523b5299cafa {
  margin-left: 0px;
margin-right: 0px;
}

#s-651cd155-68e9-4c57-93e5-523b5299cafa hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-54db845f-c614-4918-84bf-63b35c2d0695 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-54db845f-c614-4918-84bf-63b35c2d0695 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54db845f-c614-4918-84bf-63b35c2d0695 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54db845f-c614-4918-84bf-63b35c2d0695 {
  
}
}@media (max-width: 767px){#s-54db845f-c614-4918-84bf-63b35c2d0695 {
  
}
}
@media (min-width: 0px) {
[id="s-f96520cd-91d2-42e5-b587-2d282ea06b8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f96520cd-91d2-42e5-b587-2d282ea06b8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f96520cd-91d2-42e5-b587-2d282ea06b8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f96520cd-91d2-42e5-b587-2d282ea06b8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f96520cd-91d2-42e5-b587-2d282ea06b8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f96520cd-91d2-42e5-b587-2d282ea06b8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f96520cd-91d2-42e5-b587-2d282ea06b8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a9956ce7-5d56-45ea-a57b-1ccb839ba00d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a9956ce7-5d56-45ea-a57b-1ccb839ba00d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a9956ce7-5d56-45ea-a57b-1ccb839ba00d .shg-sld-nav-button.shg-sld-left,
#s-a9956ce7-5d56-45ea-a57b-1ccb839ba00d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-23107442-6dff-4aa4-80ec-3dac8d04215d {
  text-align: center;
}







  #s-23107442-6dff-4aa4-80ec-3dac8d04215d img.shogun-image {
    

    
    
    
  }


#s-23107442-6dff-4aa4-80ec-3dac8d04215d .shogun-image-content {
  
    align-items: center;
  
}

#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (max-width: 767px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}
@media (min-width: 0px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5a87d790-ae63-451b-a1ee-d41cad5620f4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-5a87d790-ae63-451b-a1ee-d41cad5620f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a87d790-ae63-451b-a1ee-d41cad5620f4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5a87d790-ae63-451b-a1ee-d41cad5620f4-root {
    text-align: center;
  }


#s-5a87d790-ae63-451b-a1ee-d41cad5620f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a87d790-ae63-451b-a1ee-d41cad5620f4-root {
    text-align: center;
  }


#s-5a87d790-ae63-451b-a1ee-d41cad5620f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a87d790-ae63-451b-a1ee-d41cad5620f4-root {
    text-align: center;
  }


#s-5a87d790-ae63-451b-a1ee-d41cad5620f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a87d790-ae63-451b-a1ee-d41cad5620f4-root {
    text-align: center;
  }


#s-5a87d790-ae63-451b-a1ee-d41cad5620f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a87d790-ae63-451b-a1ee-d41cad5620f4-root {
    text-align: center;
  }


#s-5a87d790-ae63-451b-a1ee-d41cad5620f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-06184e96-1c54-4b80-b529-1cf24d828732 {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d {
  margin-top: 36px;
min-height: 500px;
background-color: rgba(240, 244, 240, 1);
}
@media (max-width: 767px){#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d {
  margin-top: 0px;
}
}







#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8afaddf-796a-404c-84d5-f09c94d0c57c {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d8afaddf-796a-404c-84d5-f09c94d0c57c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-c2d0ceb4-34e7-49eb-bd26-0027bfd2eece {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-c2d0ceb4-34e7-49eb-bd26-0027bfd2eece"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2d0ceb4-34e7-49eb-bd26-0027bfd2eece"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c2d0ceb4-34e7-49eb-bd26-0027bfd2eece"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2d0ceb4-34e7-49eb-bd26-0027bfd2eece"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c2d0ceb4-34e7-49eb-bd26-0027bfd2eece"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2d0ceb4-34e7-49eb-bd26-0027bfd2eece"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c2d0ceb4-34e7-49eb-bd26-0027bfd2eece"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-df932b1a-6a84-49cf-9e61-58e2ff2a2390 {
  margin-left: 0px;
margin-right: 0px;
}

#s-df932b1a-6a84-49cf-9e61-58e2ff2a2390 hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-7bc58977-bc64-4440-a995-71b096496e34 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-7bc58977-bc64-4440-a995-71b096496e34 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bc58977-bc64-4440-a995-71b096496e34 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bc58977-bc64-4440-a995-71b096496e34 {
  
}
}@media (max-width: 767px){#s-7bc58977-bc64-4440-a995-71b096496e34 {
  
}
}
@media (min-width: 0px) {
[id="s-2502bd77-cfbf-4692-85c5-84221582f61e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2502bd77-cfbf-4692-85c5-84221582f61e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2502bd77-cfbf-4692-85c5-84221582f61e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2502bd77-cfbf-4692-85c5-84221582f61e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2502bd77-cfbf-4692-85c5-84221582f61e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2502bd77-cfbf-4692-85c5-84221582f61e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2502bd77-cfbf-4692-85c5-84221582f61e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-fc159606-84c3-4850-bdd2-989bb301cd0e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-fc159606-84c3-4850-bdd2-989bb301cd0e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fc159606-84c3-4850-bdd2-989bb301cd0e .shg-sld-nav-button.shg-sld-left,
#s-fc159606-84c3-4850-bdd2-989bb301cd0e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1f267a60-7cce-40bf-8448-91c5bc8e0b37 {
  text-align: center;
}







  #s-1f267a60-7cce-40bf-8448-91c5bc8e0b37 img.shogun-image {
    

    
    
    
  }


#s-1f267a60-7cce-40bf-8448-91c5bc8e0b37 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2a321c3-2803-4658-9976-fa1403fcfe43 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-a2a321c3-2803-4658-9976-fa1403fcfe43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2a321c3-2803-4658-9976-fa1403fcfe43:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a2a321c3-2803-4658-9976-fa1403fcfe43-root {
    text-align: center;
  }


#s-a2a321c3-2803-4658-9976-fa1403fcfe43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2a321c3-2803-4658-9976-fa1403fcfe43-root {
    text-align: center;
  }


#s-a2a321c3-2803-4658-9976-fa1403fcfe43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2a321c3-2803-4658-9976-fa1403fcfe43-root {
    text-align: center;
  }


#s-a2a321c3-2803-4658-9976-fa1403fcfe43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2a321c3-2803-4658-9976-fa1403fcfe43-root {
    text-align: center;
  }


#s-a2a321c3-2803-4658-9976-fa1403fcfe43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2a321c3-2803-4658-9976-fa1403fcfe43-root {
    text-align: center;
  }


#s-a2a321c3-2803-4658-9976-fa1403fcfe43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-df7af212-76e2-41c8-bdd5-e5b092c56972 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-df7af212-76e2-41c8-bdd5-e5b092c56972 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df7af212-76e2-41c8-bdd5-e5b092c56972 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df7af212-76e2-41c8-bdd5-e5b092c56972 {
  
}
}@media (max-width: 767px){#s-df7af212-76e2-41c8-bdd5-e5b092c56972 {
  
}
}
@media (min-width: 0px) {
[id="s-df7af212-76e2-41c8-bdd5-e5b092c56972"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df7af212-76e2-41c8-bdd5-e5b092c56972"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df7af212-76e2-41c8-bdd5-e5b092c56972"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df7af212-76e2-41c8-bdd5-e5b092c56972"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df7af212-76e2-41c8-bdd5-e5b092c56972"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df7af212-76e2-41c8-bdd5-e5b092c56972"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df7af212-76e2-41c8-bdd5-e5b092c56972"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2b72851a-8c98-4ccc-8cfd-f1064dcde86d {
  text-align: left;
}







  #s-2b72851a-8c98-4ccc-8cfd-f1064dcde86d img.shogun-image {
    

    
    
    
  }


#s-2b72851a-8c98-4ccc-8cfd-f1064dcde86d .shogun-image-content {
  
    align-items: center;
  
}

#s-fed79e77-d96a-41eb-b4e4-589fce8a0b07 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-fed79e77-d96a-41eb-b4e4-589fce8a0b07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fed79e77-d96a-41eb-b4e4-589fce8a0b07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fed79e77-d96a-41eb-b4e4-589fce8a0b07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fed79e77-d96a-41eb-b4e4-589fce8a0b07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-12108e28-81b8-4a87-838b-93f0cd1419e8 {
  text-align: center;
}







  #s-12108e28-81b8-4a87-838b-93f0cd1419e8 img.shogun-image {
    

    
    
    
  }


#s-12108e28-81b8-4a87-838b-93f0cd1419e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec4429cf-c656-4a55-8b6e-28f0f0451ef6 {
  margin-top: 36px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 500px;
background-color: rgba(240, 244, 240, 1);
}
@media (max-width: 767px){#s-ec4429cf-c656-4a55-8b6e-28f0f0451ef6 {
  margin-top: 0px;
}
}







#s-ec4429cf-c656-4a55-8b6e-28f0f0451ef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec4429cf-c656-4a55-8b6e-28f0f0451ef6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32caa91e-88bf-494c-8e25-46a2fdd78eee {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-32caa91e-88bf-494c-8e25-46a2fdd78eee .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-0a5f79b4-0076-4d35-b433-e6c8c50ae584 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-0a5f79b4-0076-4d35-b433-e6c8c50ae584"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a5f79b4-0076-4d35-b433-e6c8c50ae584"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a5f79b4-0076-4d35-b433-e6c8c50ae584"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a5f79b4-0076-4d35-b433-e6c8c50ae584"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a5f79b4-0076-4d35-b433-e6c8c50ae584"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a5f79b4-0076-4d35-b433-e6c8c50ae584"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a5f79b4-0076-4d35-b433-e6c8c50ae584"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-6ca5c3ff-929d-4435-a389-f8f3623a3deb {
  margin-left: 0px;
margin-right: 0px;
}

#s-6ca5c3ff-929d-4435-a389-f8f3623a3deb hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-24a1808e-4750-49b4-a8b1-293a8d076809 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-24a1808e-4750-49b4-a8b1-293a8d076809 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24a1808e-4750-49b4-a8b1-293a8d076809 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24a1808e-4750-49b4-a8b1-293a8d076809 {
  
}
}@media (max-width: 767px){#s-24a1808e-4750-49b4-a8b1-293a8d076809 {
  
}
}
@media (min-width: 0px) {
[id="s-2a21ed18-e29d-4628-9cea-47d4dab31bf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a21ed18-e29d-4628-9cea-47d4dab31bf3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a21ed18-e29d-4628-9cea-47d4dab31bf3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2a21ed18-e29d-4628-9cea-47d4dab31bf3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a21ed18-e29d-4628-9cea-47d4dab31bf3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a21ed18-e29d-4628-9cea-47d4dab31bf3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a21ed18-e29d-4628-9cea-47d4dab31bf3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.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-da12a4c4-32ed-4012-9dae-49212510b4b4 {
  min-height: 50px;
}








#s-da12a4c4-32ed-4012-9dae-49212510b4b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da12a4c4-32ed-4012-9dae-49212510b4b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ef8affd-5017-4442-adab-c0f37cfd4449 {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-5ef8affd-5017-4442-adab-c0f37cfd4449"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ef8affd-5017-4442-adab-c0f37cfd4449"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ef8affd-5017-4442-adab-c0f37cfd4449"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ef8affd-5017-4442-adab-c0f37cfd4449"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5ef8affd-5017-4442-adab-c0f37cfd4449"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6e09eb66-429a-4bc1-bb4f-3475bebddd8d {
  margin-top: 36px;
min-height: 500px;
background-color: rgba(240, 244, 240, 1);
}
@media (max-width: 767px){#s-6e09eb66-429a-4bc1-bb4f-3475bebddd8d {
  margin-top: 0px;
}
}







#s-6e09eb66-429a-4bc1-bb4f-3475bebddd8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e09eb66-429a-4bc1-bb4f-3475bebddd8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aa39ee8-0e53-4896-bfe5-7ef168aeea27 {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6aa39ee8-0e53-4896-bfe5-7ef168aeea27 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-aff7163c-0d22-4ee5-bb38-8bd1def1c12b {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-aff7163c-0d22-4ee5-bb38-8bd1def1c12b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aff7163c-0d22-4ee5-bb38-8bd1def1c12b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aff7163c-0d22-4ee5-bb38-8bd1def1c12b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aff7163c-0d22-4ee5-bb38-8bd1def1c12b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aff7163c-0d22-4ee5-bb38-8bd1def1c12b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aff7163c-0d22-4ee5-bb38-8bd1def1c12b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aff7163c-0d22-4ee5-bb38-8bd1def1c12b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-fe891182-795a-4647-89d5-300582401e45 {
  margin-left: 0px;
margin-right: 0px;
}

#s-fe891182-795a-4647-89d5-300582401e45 hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-3379991f-ef17-4ac3-8de5-980a931a9263 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-3379991f-ef17-4ac3-8de5-980a931a9263 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3379991f-ef17-4ac3-8de5-980a931a9263 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3379991f-ef17-4ac3-8de5-980a931a9263 {
  
}
}@media (max-width: 767px){#s-3379991f-ef17-4ac3-8de5-980a931a9263 {
  
}
}
#s-0bf622b1-92c9-45f7-b1f4-c082b9e58ffe {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0bf622b1-92c9-45f7-b1f4-c082b9e58ffe {
  display: none;
}
#s-0bf622b1-92c9-45f7-b1f4-c082b9e58ffe, #wrap-s-0bf622b1-92c9-45f7-b1f4-c082b9e58ffe { display:none !important; }}@media (max-width: 767px){#s-0bf622b1-92c9-45f7-b1f4-c082b9e58ffe {
  display: none;
}
#s-0bf622b1-92c9-45f7-b1f4-c082b9e58ffe, #wrap-s-0bf622b1-92c9-45f7-b1f4-c082b9e58ffe { display:none !important; }}
#s-106cc7e4-36f1-4de6-bcc0-d363dbf8956f {
  padding-top: 16px;
padding-bottom: 16px;
}
@media (min-width: 1200px){#s-106cc7e4-36f1-4de6-bcc0-d363dbf8956f {
  display: none;
}
#s-106cc7e4-36f1-4de6-bcc0-d363dbf8956f, #wrap-s-106cc7e4-36f1-4de6-bcc0-d363dbf8956f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-106cc7e4-36f1-4de6-bcc0-d363dbf8956f {
  display: none;
}
#s-106cc7e4-36f1-4de6-bcc0-d363dbf8956f, #wrap-s-106cc7e4-36f1-4de6-bcc0-d363dbf8956f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-106cc7e4-36f1-4de6-bcc0-d363dbf8956f {
  
}
}@media (max-width: 767px){#s-106cc7e4-36f1-4de6-bcc0-d363dbf8956f {
  
}
}
#s-7eecf0a2-5e34-4201-a418-148e311fb3d6 {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: left;
}







  #s-7eecf0a2-5e34-4201-a418-148e311fb3d6 img.shogun-image {
    

    
    
    
  }


#s-7eecf0a2-5e34-4201-a418-148e311fb3d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c19aa6dc-9910-41b7-a1d9-734109a85ead {
  min-height: 50px;
}








#s-c19aa6dc-9910-41b7-a1d9-734109a85ead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c19aa6dc-9910-41b7-a1d9-734109a85ead.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (max-width: 767px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}







#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53c5bb17-c9dc-46d1-8340-b0c8a36ee4eb {
  min-height: 50px;
}








#s-53c5bb17-c9dc-46d1-8340-b0c8a36ee4eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53c5bb17-c9dc-46d1-8340-b0c8a36ee4eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e9e064f-8979-40ef-bd68-3b5661266b9e {
  min-height: 50px;
}








#s-9e9e064f-8979-40ef-bd68-3b5661266b9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e9e064f-8979-40ef-bd68-3b5661266b9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87e992bf-5dd8-4eed-b3b5-3c0d9a9e2c36 {
  min-height: 50px;
}








#s-87e992bf-5dd8-4eed-b3b5-3c0d9a9e2c36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87e992bf-5dd8-4eed-b3b5-3c0d9a9e2c36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc58f133-6f5a-4ea0-b2a1-c1b10931974d {
  min-height: 50px;
}








#s-bc58f133-6f5a-4ea0-b2a1-c1b10931974d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc58f133-6f5a-4ea0-b2a1-c1b10931974d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ee8e4fbc-7ffe-457d-b8df-20dad478d414 {
  min-height: 50px;
}








#s-ee8e4fbc-7ffe-457d-b8df-20dad478d414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee8e4fbc-7ffe-457d-b8df-20dad478d414.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b73b675-57da-4544-90b3-f75b032488fb {
  min-height: 50px;
}








#s-6b73b675-57da-4544-90b3-f75b032488fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b73b675-57da-4544-90b3-f75b032488fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}