.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-16b434d9-20d2-44a0-a9d8-c6a60a7cde6b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-16b434d9-20d2-44a0-a9d8-c6a60a7cde6b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-16b434d9-20d2-44a0-a9d8-c6a60a7cde6b .shg-sld-nav-button.shg-sld-left,
#s-16b434d9-20d2-44a0-a9d8-c6a60a7cde6b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be {
  text-align: center;
}







  img.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
    
    
  }


.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be .shogun-image-content {
  
    align-items: center;
  
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shg-align-container {
  text-align: center
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
    
    
  }


.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be .shogun-image-content {
  
    align-items: center;
  
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shg-align-container {
  text-align: center
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
    
    
  }


.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be .shogun-image-content {
  
    align-items: center;
  
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shg-align-container {
  text-align: center
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
    
    
  }


.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be .shogun-image-content {
  
    align-items: center;
  
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shg-align-container {
  text-align: center
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
    
    
  }


.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be .shogun-image-content {
  
    align-items: center;
  
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shg-align-container {
  text-align: center
}

.s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1afdb20-11d7-4ce7-a2aa-4a00cfa7d0be.shogun-image {
  box-sizing: border-box;
}


}
.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-bda8f5d3-8803-4c08-8dba-4e1da3f56537 {
  text-align: center;
}







  #s-bda8f5d3-8803-4c08-8dba-4e1da3f56537 img.shogun-image {
    

    
    
    
  }


#s-bda8f5d3-8803-4c08-8dba-4e1da3f56537 .shogun-image-content {
  
    align-items: center;
  
}

#s-88c9436b-68c0-473a-a167-b3b5861408c3 {
  text-align: center;
}







  #s-88c9436b-68c0-473a-a167-b3b5861408c3 img.shogun-image {
    

    
    
    
  }


#s-88c9436b-68c0-473a-a167-b3b5861408c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a1c9cb4-f463-48d6-a180-2d79b94579a9 {
  text-align: center;
}







  #s-9a1c9cb4-f463-48d6-a180-2d79b94579a9 img.shogun-image {
    

    
    
    
  }


#s-9a1c9cb4-f463-48d6-a180-2d79b94579a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ad8fe79-2e0d-482b-b0e4-7a70456fb334 {
  text-align: center;
}







  #s-8ad8fe79-2e0d-482b-b0e4-7a70456fb334 img.shogun-image {
    

    
    
    
  }


#s-8ad8fe79-2e0d-482b-b0e4-7a70456fb334 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c3062c1-584f-48b5-a398-5ded6d5f97f6 {
  text-align: center;
}







  #s-5c3062c1-584f-48b5-a398-5ded6d5f97f6 img.shogun-image {
    

    
    
    
  }


#s-5c3062c1-584f-48b5-a398-5ded6d5f97f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-133bc41c-3b1a-4307-9010-9022be7ad69f {
  text-align: center;
}







  #s-133bc41c-3b1a-4307-9010-9022be7ad69f img.shogun-image {
    

    
    
    
  }


#s-133bc41c-3b1a-4307-9010-9022be7ad69f .shogun-image-content {
  
    align-items: center;
  
}

.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-7bd13e53-2c45-4c35-9463-f3bdb9964529 {
  min-height: 50px;
}








#s-7bd13e53-2c45-4c35-9463-f3bdb9964529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bd13e53-2c45-4c35-9463-f3bdb9964529.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;
}

@media (min-width: 0px) {
[id="s-6616d227-cda0-4e6c-8132-26165a1484a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6616d227-cda0-4e6c-8132-26165a1484a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6616d227-cda0-4e6c-8132-26165a1484a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6616d227-cda0-4e6c-8132-26165a1484a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6616d227-cda0-4e6c-8132-26165a1484a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6616d227-cda0-4e6c-8132-26165a1484a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6616d227-cda0-4e6c-8132-26165a1484a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ce1ad168-8c74-497f-982b-ec17077001cf {
  min-height: 50px;
}








#s-ce1ad168-8c74-497f-982b-ec17077001cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce1ad168-8c74-497f-982b-ec17077001cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e3dedaf-b5f1-467a-b2ba-2d6cfa58b462 {
  text-align: center;
}







  #s-0e3dedaf-b5f1-467a-b2ba-2d6cfa58b462 img.shogun-image {
    

    
    
    
  }


#s-0e3dedaf-b5f1-467a-b2ba-2d6cfa58b462 .shogun-image-content {
  
    align-items: center;
  
}

#s-db02c00c-8776-4e41-a9fd-fb846d26abdb {
  min-height: 50px;
}








#s-db02c00c-8776-4e41-a9fd-fb846d26abdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db02c00c-8776-4e41-a9fd-fb846d26abdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84a31632-de3c-44aa-93d7-05a558a60711 {
  min-height: 50px;
}








#s-84a31632-de3c-44aa-93d7-05a558a60711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84a31632-de3c-44aa-93d7-05a558a60711.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-c6e4650e-4859-4b4e-9f2f-058976ec77d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(25, 71, 26, 1);
}

#s-c6e4650e-4859-4b4e-9f2f-058976ec77d7 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-69250de4-4b3d-403b-a966-0ac973fa4cae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69250de4-4b3d-403b-a966-0ac973fa4cae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69250de4-4b3d-403b-a966-0ac973fa4cae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69250de4-4b3d-403b-a966-0ac973fa4cae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-edb01bf3-ddfa-4fef-a526-8182994d0908 {
  text-align: center;
}







  #s-edb01bf3-ddfa-4fef-a526-8182994d0908 img.shogun-image {
    

    
    
    
  }


#s-edb01bf3-ddfa-4fef-a526-8182994d0908 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d669093-bfb6-4834-aba6-1bfa12c848b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d669093-bfb6-4834-aba6-1bfa12c848b0 .shogun-heading-component h2 {
  color: rgba(33, 87, 0, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-e6c5b292-6788-4006-9d62-92cd1bb1238e {
  text-align: center;
}







  #s-e6c5b292-6788-4006-9d62-92cd1bb1238e img.shogun-image {
    

    
    
    
  }


#s-e6c5b292-6788-4006-9d62-92cd1bb1238e .shogun-image-content {
  
    align-items: center;
  
}

#s-6c4b047a-5e06-4576-ad95-b34f605496b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c4b047a-5e06-4576-ad95-b34f605496b2 .shogun-heading-component h2 {
  color: rgba(33, 87, 0, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-2afc1049-8892-4c82-ae93-181f8a2353d6 {
  text-align: center;
}







  #s-2afc1049-8892-4c82-ae93-181f8a2353d6 img.shogun-image {
    

    
    
    
  }


#s-2afc1049-8892-4c82-ae93-181f8a2353d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d9f8851-f1ca-4848-ab08-f10d6707d8c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d9f8851-f1ca-4848-ab08-f10d6707d8c6 .shogun-heading-component h2 {
  color: rgba(33, 87, 0, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-929b3ebd-5df8-4e00-ba1a-16dea48e93eb {
  min-height: 50px;
}








#s-929b3ebd-5df8-4e00-ba1a-16dea48e93eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-929b3ebd-5df8-4e00-ba1a-16dea48e93eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02466a5a-e3fc-4827-b24f-8cccdd4e89f1 {
  min-height: 50px;
}








#s-02466a5a-e3fc-4827-b24f-8cccdd4e89f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02466a5a-e3fc-4827-b24f-8cccdd4e89f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f604e4b-d6e3-4c07-a79e-42054d472069 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-9f604e4b-d6e3-4c07-a79e-42054d472069 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-66033e86-04b9-4b04-bb13-e369aecb36d6 {
  text-align: center;
}







  #s-66033e86-04b9-4b04-bb13-e369aecb36d6 img.shogun-image {
    

    
    
    
  }


#s-66033e86-04b9-4b04-bb13-e369aecb36d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd1e6bb2-65f6-42c1-88f0-696e30a43f1b {
  min-height: 50px;
}








#s-dd1e6bb2-65f6-42c1-88f0-696e30a43f1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd1e6bb2-65f6-42c1-88f0-696e30a43f1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d16f4303-c25d-47ff-a854-4a846b8909d5 {
  min-height: 50px;
}








#s-d16f4303-c25d-47ff-a854-4a846b8909d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d16f4303-c25d-47ff-a854-4a846b8909d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  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-267f287f-6f4b-49a2-8ed4-4ef75a7a97c8 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -75px;
margin-left: 60px;
margin-right: 60px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 251, 248, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

#s-d4bf8cb5-52e6-487f-bfab-2e268245a307 {
  opacity: 0.88;
}

@media (min-width: 0px) {
[id="s-d4bf8cb5-52e6-487f-bfab-2e268245a307"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4bf8cb5-52e6-487f-bfab-2e268245a307"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-d4bf8cb5-52e6-487f-bfab-2e268245a307"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-d4bf8cb5-52e6-487f-bfab-2e268245a307"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-873a7bc1-30ed-4957-a0de-8cca139c798a {
  text-align: center;
}







  #s-873a7bc1-30ed-4957-a0de-8cca139c798a img.shogun-image {
    

    
    
    
  }


#s-873a7bc1-30ed-4957-a0de-8cca139c798a .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-d8b64a42-2d5c-46f5-859e-48d82b5ae200 {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-d8b64a42-2d5c-46f5-859e-48d82b5ae200 hr {
  border-top: 2px solid rgba(255, 253, 253, 1);
}

#s-3e94fb36-f645-45cc-a62b-70a2c3e42fd1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3e94fb36-f645-45cc-a62b-70a2c3e42fd1 .shogun-heading-component h2 {
  color: rgba(0, 86, 42, 1);
  font-weight:  700 ;
  font-family: "Tangerine";
  font-style:  normal ;
  font-size: 46px;
  line-height: 2em;
  
  
}



#s-dfe3ba7c-6838-4555-b602-58271306b24c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-dfe3ba7c-6838-4555-b602-58271306b24c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfe3ba7c-6838-4555-b602-58271306b24c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-dfe3ba7c-6838-4555-b602-58271306b24c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-dfe3ba7c-6838-4555-b602-58271306b24c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-d8fd6f88-6c5b-42b3-b7cb-bbb463687a00 {
  margin-left: -4%;
margin-right: -4%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d8fd6f88-6c5b-42b3-b7cb-bbb463687a00 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d8fd6f88-6c5b-42b3-b7cb-bbb463687a00 .shg-sld-nav-button.shg-sld-left,
#s-d8fd6f88-6c5b-42b3-b7cb-bbb463687a00 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-93a0ceef-937c-424c-a0e1-68ba189743f8 {
  text-align: center;
}







  #s-93a0ceef-937c-424c-a0e1-68ba189743f8 img.shogun-image {
    

    
    
    
  }


#s-93a0ceef-937c-424c-a0e1-68ba189743f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-be460b66-f798-436d-8394-844a2d232612 {
  box-shadow:0px 0px 0px 3px ;
margin-left: 0%;
margin-right: 0%;
padding-left: 1%;
padding-right: 1%;
text-align: center;
}








#s-be460b66-f798-436d-8394-844a2d232612 .shogun-image-content {
  
    align-items: center;
  
}

#s-decae740-86d7-4fd7-b704-13d9ca31ace6 {
  text-align: center;
}







  #s-decae740-86d7-4fd7-b704-13d9ca31ace6 img.shogun-image {
    

    
    
    
  }


#s-decae740-86d7-4fd7-b704-13d9ca31ace6 .shogun-image-content {
  
    align-items: center;
  
}

#s-259c1fc1-5a09-4369-9178-25a0ad66544b {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}







  #s-259c1fc1-5a09-4369-9178-25a0ad66544b img.shogun-image {
    

    
    
    
  }


#s-259c1fc1-5a09-4369-9178-25a0ad66544b .shogun-image-content {
  
    align-items: center;
  
}

#s-b5c857ae-4c9e-4042-aac4-6283310a520b {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}

#s-caa09abb-eaf0-4aa1-82a5-3af45f011cde {
  min-height: 50px;
}








#s-caa09abb-eaf0-4aa1-82a5-3af45f011cde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caa09abb-eaf0-4aa1-82a5-3af45f011cde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd04d14f-1583-46a2-bd5b-bc4767dfb2dc {
  margin-top: -12px;
margin-bottom: -12px;
}

#s-bd04d14f-1583-46a2-bd5b-bc4767dfb2dc hr {
  border-top: 2px solid rgba(176, 202, 162, 1);
}

#s-91b82424-7565-4654-a865-0e3490d35b8d {
  min-height: 50px;
}








#s-91b82424-7565-4654-a865-0e3490d35b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b82424-7565-4654-a865-0e3490d35b8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2811eae-4311-4244-85f3-97a50d3b7c94 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-d2811eae-4311-4244-85f3-97a50d3b7c94 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a5107871-0dd1-4bdd-a8df-b87ceb202df9 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
background-color: rgba(219, 234, 206, 1);
}

@media (min-width: 0px) {
[id="s-a5107871-0dd1-4bdd-a8df-b87ceb202df9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5107871-0dd1-4bdd-a8df-b87ceb202df9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5107871-0dd1-4bdd-a8df-b87ceb202df9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5107871-0dd1-4bdd-a8df-b87ceb202df9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 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-1528e986-db5e-4a66-a528-37bc2a19be44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-1528e986-db5e-4a66-a528-37bc2a19be44 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-739ebb77-f49a-4ee6-b927-78e4015c0a6f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
}

#s-2ed4f868-09f7-4d56-8e79-7ca8cbd776e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-2ed4f868-09f7-4d56-8e79-7ca8cbd776e9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5504c826-f38b-47ef-a48b-76b906933129 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-5504c826-f38b-47ef-a48b-76b906933129 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a3dba919-22c2-4826-aeaf-194a9ca06030 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(219, 234, 206, 1);
}








#s-a3dba919-22c2-4826-aeaf-194a9ca06030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3dba919-22c2-4826-aeaf-194a9ca06030.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b24e7f24-4647-4f6e-92c6-3e27ea6a0bef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-b24e7f24-4647-4f6e-92c6-3e27ea6a0bef .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7de285be-8147-4b9f-897c-c2003569fd44 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
background-color: rgba(219, 234, 206, 1);
}

@media (min-width: 0px) {
[id="s-7de285be-8147-4b9f-897c-c2003569fd44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7de285be-8147-4b9f-897c-c2003569fd44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7de285be-8147-4b9f-897c-c2003569fd44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7de285be-8147-4b9f-897c-c2003569fd44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2dac0834-a6f5-4571-b2fc-82b2133af40e {
  padding-top: 21px;
padding-bottom: 21px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-2dac0834-a6f5-4571-b2fc-82b2133af40e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6ad66916-82ae-4a09-a22a-513ee5864295 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-7f71361e-94e4-4632-89c4-5af6d396a449 {
  padding-top: 21px;
padding-bottom: 21px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-7f71361e-94e4-4632-89c4-5af6d396a449 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-256b6885-1c63-4143-897d-b154eba273e4 {
  padding-top: 21px;
padding-bottom: 21px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-256b6885-1c63-4143-897d-b154eba273e4 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e72c127f-a01e-4c0c-ae33-ffc2c6cabc40 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(219, 234, 206, 1);
}








#s-e72c127f-a01e-4c0c-ae33-ffc2c6cabc40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e72c127f-a01e-4c0c-ae33-ffc2c6cabc40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca296653-5076-4119-bd7b-146b3e41b76d {
  margin-top: 1px;
margin-bottom: 1px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
background-color: rgba(219, 234, 206, 1);
}

@media (min-width: 0px) {
[id="s-ca296653-5076-4119-bd7b-146b3e41b76d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca296653-5076-4119-bd7b-146b3e41b76d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ca296653-5076-4119-bd7b-146b3e41b76d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca296653-5076-4119-bd7b-146b3e41b76d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9045c561-b6fb-4206-a86f-9b2eca0d4625 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
min-height: 15px;
}

#s-57d9d989-8659-401e-9727-1576c61bf796 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-57d9d989-8659-401e-9727-1576c61bf796 .shogun-heading-component h5 {
  color: rgba(254, 254, 254, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.35em;
  
  
}



#s-a45c91a8-1a6b-4225-b637-f1126b57c0d5 {
  padding-top: 26px;
padding-bottom: 26px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-a45c91a8-1a6b-4225-b637-f1126b57c0d5 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  
}



#s-6ebc11e1-deed-44fb-8e35-048f43e6464f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-6ebc11e1-deed-44fb-8e35-048f43e6464f .shogun-heading-component h5 {
  color: rgba(249, 252, 249, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-1a6f6f69-9375-4956-af03-4e4ec6a0a0fe {
  text-align: center;
}








#s-1a6f6f69-9375-4956-af03-4e4ec6a0a0fe .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-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-1e84931b-12c8-4c87-b233-262ec6a57bf4 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 86, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1e84931b-12c8-4c87-b233-262ec6a57bf4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e84931b-12c8-4c87-b233-262ec6a57bf4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e84931b-12c8-4c87-b233-262ec6a57bf4-root {
    text-align: center;
  }


#s-1e84931b-12c8-4c87-b233-262ec6a57bf4.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Cantata One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e84931b-12c8-4c87-b233-262ec6a57bf4-root {
    text-align: center;
  }


#s-1e84931b-12c8-4c87-b233-262ec6a57bf4.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Cantata One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e84931b-12c8-4c87-b233-262ec6a57bf4-root {
    text-align: center;
  }


#s-1e84931b-12c8-4c87-b233-262ec6a57bf4.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Cantata One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e84931b-12c8-4c87-b233-262ec6a57bf4-root {
    text-align: center;
  }


#s-1e84931b-12c8-4c87-b233-262ec6a57bf4.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Cantata One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e84931b-12c8-4c87-b233-262ec6a57bf4-root {
    text-align: center;
  }


#s-1e84931b-12c8-4c87-b233-262ec6a57bf4.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Cantata One;
  display:  inline-block ;
}
}
#s-48fbeabf-cb20-4902-9a2d-f4bf20ead660 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(25, 71, 26, 1);
}

#s-48fbeabf-cb20-4902-9a2d-f4bf20ead660 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ffcb37c6-cf79-4921-bee7-70293425c8f9 {
  text-align: center;
}







  #s-ffcb37c6-cf79-4921-bee7-70293425c8f9 img.shogun-image {
    

    
    
    
  }


#s-ffcb37c6-cf79-4921-bee7-70293425c8f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d159798-3e80-4342-8e64-2be759e88675 {
  text-align: center;
}







  #s-3d159798-3e80-4342-8e64-2be759e88675 img.shogun-image {
    

    
    
    
  }


#s-3d159798-3e80-4342-8e64-2be759e88675 .shogun-image-content {
  
    align-items: center;
  
}

#s-463063e6-3b91-434f-9873-454340b1cdfb {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-68a6e4f1-d4dd-41ec-9baa-1d180e8903b9 {
  margin-top: -12px;
margin-bottom: -12px;
}

#s-68a6e4f1-d4dd-41ec-9baa-1d180e8903b9 hr {
  border-top: 2px solid rgba(176, 202, 162, 1);
}

#s-082adef9-7b2f-47d6-967f-7e8d25c46b4e {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(25, 71, 26, 1);
}

#s-082adef9-7b2f-47d6-967f-7e8d25c46b4e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Alata";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-e90b5f9b-488f-4ab2-b6f2-c9ea40e3f2db {
  text-align: center;
}







  #s-e90b5f9b-488f-4ab2-b6f2-c9ea40e3f2db img.shogun-image {
    

    
    
    
  }


#s-e90b5f9b-488f-4ab2-b6f2-c9ea40e3f2db .shogun-image-content {
  
    align-items: center;
  
}

#s-fac03c8e-2605-4826-b9fc-a237acb19bc3 {
  margin-top: -2px;
margin-bottom: -2px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-fac03c8e-2605-4826-b9fc-a237acb19bc3 hr {
  border-top: 1px solid rgba(176, 202, 162, 1);
}

#s-24829bd9-a501-4e0b-956e-7fef89d6d599 {
  text-align: center;
}







  #s-24829bd9-a501-4e0b-956e-7fef89d6d599 img.shogun-image {
    

    
    
    
  }


#s-24829bd9-a501-4e0b-956e-7fef89d6d599 .shogun-image-content {
  
    align-items: center;
  
}

#s-d843027d-0e68-49d4-a548-ba3fe2c178a6 {
  padding-top: 6px;
padding-bottom: 6px;
}

#s-d843027d-0e68-49d4-a548-ba3fe2c178a6 hr {
  border-top: 2px solid rgba(176, 202, 162, 1);
}

#s-d11b3614-5891-456a-80c2-1006a9cc1f50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d11b3614-5891-456a-80c2-1006a9cc1f50 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0c1361d2-679d-4e95-a337-36a4a4f93516 {
  text-align: center;
}







  #s-0c1361d2-679d-4e95-a337-36a4a4f93516 img.shogun-image {
    

    
    
    
  }


#s-0c1361d2-679d-4e95-a337-36a4a4f93516 .shogun-image-content {
  
    align-items: center;
  
}

#s-a85b076a-1f29-4cec-a0a4-8f89c63c2030 {
  min-height: 50px;
}








#s-a85b076a-1f29-4cec-a0a4-8f89c63c2030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a85b076a-1f29-4cec-a0a4-8f89c63c2030.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cc15593-4c2c-4298-bd41-9e7747c85f1a {
  padding-top: 7px;
padding-bottom: 7px;
}

#s-7cc15593-4c2c-4298-bd41-9e7747c85f1a hr {
  border-top: 2px solid rgba(176, 202, 162, 1);
}

#s-a47511f8-c511-4ea9-a500-9697b552e103 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(25, 71, 26, 1);
}

#s-a47511f8-c511-4ea9-a500-9697b552e103 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-a47511f8-c511-4ea9-a500-9697b552e103 .shogun-heading-component h5 a {
  color: rgba(255, 255, 255, 1);
}


.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-6fb903bf-a6d1-4cfb-8144-dee7af899593 {
  text-align: center;
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 {
  max-width:  100%;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom,
.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  max-width: 200px !important;
  min-height: 0px !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 {
  max-width:  100%;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom,
.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  max-width: 200px !important;
  min-height: 0px !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 {
  max-width:  100%;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom,
.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  max-width: 200px !important;
  min-height: 0px !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 {
  max-width:  100%;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom,
.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  max-width: 200px !important;
  min-height: 0px !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 {
  max-width:  100%;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom,
.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  max-width: 200px !important;
  min-height: 0px !important;
}

.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb903bf-a6d1-4cfb-8144-dee7af899593 img.shogun-image {
  width: 100%;
}



}
#s-04f4189d-6d29-49ee-8a61-5390284427e3 {
  min-height: 50px;
}








#s-04f4189d-6d29-49ee-8a61-5390284427e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04f4189d-6d29-49ee-8a61-5390284427e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-215fe8b6-2fa5-4cc5-a575-7ccdf1ad1e6b {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-215fe8b6-2fa5-4cc5-a575-7ccdf1ad1e6b img.shogun-image {
    

    
    
    
  }


#s-215fe8b6-2fa5-4cc5-a575-7ccdf1ad1e6b .shogun-image-content {
  
    align-items: center;
  
}

#s-77d46a40-4b6f-4009-899a-5555fa90aefd {
  min-height: 3px;
}








#s-77d46a40-4b6f-4009-899a-5555fa90aefd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77d46a40-4b6f-4009-899a-5555fa90aefd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13c18e06-e218-45ed-a4c2-6e8a21aeb5e2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px;
padding-bottom: 8px;
}

#s-13c18e06-e218-45ed-a4c2-6e8a21aeb5e2 hr {
  border-top: 2px solid rgba(176, 202, 162, 1);
}

#s-6438d582-00a8-4cc0-b2ca-597f74123847 {
  padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
max-width: 1275px;
aspect-ratio: 1275/1650;
text-align: center;
}





  #s-6438d582-00a8-4cc0-b2ca-597f74123847 img.shogun-image,
  #s-6438d582-00a8-4cc0-b2ca-597f74123847 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6438d582-00a8-4cc0-b2ca-597f74123847 {
    width: 100%;
    height: auto;
  }



  #s-6438d582-00a8-4cc0-b2ca-597f74123847 img.shogun-image {
    

    
    
    
  }


#s-6438d582-00a8-4cc0-b2ca-597f74123847 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9bfe46c-073b-45f3-8b28-7a94725d1523 {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 6px;
padding-bottom: 6px;
}

#s-e9bfe46c-073b-45f3-8b28-7a94725d1523 hr {
  border-top: 2px solid rgba(176, 202, 162, 1);
}

#s-7ec4645a-1ee2-4bdf-a660-05fffa5941a7 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-7ec4645a-1ee2-4bdf-a660-05fffa5941a7 .shogun-heading-component h5 {
  color: rgba(255, 253, 253, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7ec4645a-1ee2-4bdf-a660-05fffa5941a7 .shogun-heading-component h5 a {
  color: rgba(255, 253, 253, 1);
}


#s-53909aa0-c2e1-4719-ae52-f117b0734da0 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
text-align: center;
}







  img.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
    
    
  }


.s-53909aa0-c2e1-4719-ae52-f117b0734da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shg-align-container {
  text-align: center
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
    
    
  }


.s-53909aa0-c2e1-4719-ae52-f117b0734da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shg-align-container {
  text-align: center
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
    
    
  }


.s-53909aa0-c2e1-4719-ae52-f117b0734da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shg-align-container {
  text-align: center
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
    
    
  }


.s-53909aa0-c2e1-4719-ae52-f117b0734da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shg-align-container {
  text-align: center
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
    
    
  }


.s-53909aa0-c2e1-4719-ae52-f117b0734da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shg-align-container {
  text-align: center
}

.s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53909aa0-c2e1-4719-ae52-f117b0734da0.shogun-image {
  box-sizing: border-box;
}


}
#s-de43f024-f02e-4edc-bf03-5611dfc4905c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(219, 234, 206, 1);
}








#s-de43f024-f02e-4edc-bf03-5611dfc4905c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de43f024-f02e-4edc-bf03-5611dfc4905c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02bc02d4-15fe-447f-b0cd-b8b65c3af683 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 86, 42, 1);
border-style: solid;
background-color: rgba(219, 234, 206, 1);
}

@media (min-width: 0px) {
[id="s-02bc02d4-15fe-447f-b0cd-b8b65c3af683"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02bc02d4-15fe-447f-b0cd-b8b65c3af683"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-02bc02d4-15fe-447f-b0cd-b8b65c3af683"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-02bc02d4-15fe-447f-b0cd-b8b65c3af683"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-64923ec2-711b-4d4a-b6d6-7568b46d4e0e {
  padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(176, 202, 162, 1);
border-style: solid;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-64923ec2-711b-4d4a-b6d6-7568b46d4e0e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  
}



#s-ddd074c2-860d-4863-8edf-189c647e4404 {
  text-align: center;
}







  #s-ddd074c2-860d-4863-8edf-189c647e4404 img.shogun-image {
    

    
    
    
  }


#s-ddd074c2-860d-4863-8edf-189c647e4404 .shogun-image-content {
  
    align-items: center;
  
}

#s-b48d1b91-3054-4c5f-8251-307cf7ad0cf2 {
  padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(176, 202, 162, 1);
border-style: solid;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-b48d1b91-3054-4c5f-8251-307cf7ad0cf2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  
}



#s-9dd4b512-a180-49ba-a6ec-d223145c6868 {
  text-align: center;
}







  #s-9dd4b512-a180-49ba-a6ec-d223145c6868 img.shogun-image {
    

    
    
    
  }


#s-9dd4b512-a180-49ba-a6ec-d223145c6868 .shogun-image-content {
  
    align-items: center;
  
}

#s-114f300b-1d9b-4b2b-a980-84d8f845474f {
  padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(176, 202, 162, 1);
border-style: solid;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-114f300b-1d9b-4b2b-a980-84d8f845474f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  
}



#s-131eb80e-bd5a-4539-af2f-a82f23b37a2d {
  text-align: center;
}







  #s-131eb80e-bd5a-4539-af2f-a82f23b37a2d img.shogun-image {
    

    
    
    
  }


#s-131eb80e-bd5a-4539-af2f-a82f23b37a2d .shogun-image-content {
  
    align-items: center;
  
}

#s-342f4a35-fd51-4a71-aefa-460d398698ab {
  padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(176, 202, 162, 1);
border-style: solid;
text-align: center;
background-color: rgba(0, 86, 42, 1);
}

#s-342f4a35-fd51-4a71-aefa-460d398698ab .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cantata One";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  
}



#s-512d6c27-c68a-4b9a-a16e-666441366af6 {
  text-align: center;
}







  #s-512d6c27-c68a-4b9a-a16e-666441366af6 img.shogun-image {
    

    
    
    
  }


#s-512d6c27-c68a-4b9a-a16e-666441366af6 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@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}