.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-caf4d8c9-ac30-4a3b-b6fc-d0cd62072612 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}

#s-caf4d8c9-ac30-4a3b-b6fc-d0cd62072612 {
  background-image: url(https://i.shgcdn.com/4d64325e-64b2-4ae0-bfd2-43e15b3ecf05/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-caf4d8c9-ac30-4a3b-b6fc-d0cd62072612 > .shg-box-overlay {
  background-color: rgba(0, 150, 57, 1);
  opacity: 0;
  display: block;
}#s-caf4d8c9-ac30-4a3b-b6fc-d0cd62072612.shg-box.shg-c {
  justify-content: center;
}

#s-b5c4dbbe-6384-4c64-a90c-e358c60d0c44 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}








#s-b5c4dbbe-6384-4c64-a90c-e358c60d0c44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5c4dbbe-6384-4c64-a90c-e358c60d0c44.shg-box.shg-c {
  justify-content: center;
}

#s-96089f32-c450-4741-be1e-cb8a728e2625 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 960px;
}








#s-96089f32-c450-4741-be1e-cb8a728e2625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96089f32-c450-4741-be1e-cb8a728e2625.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-e0f77a2d-c183-4410-9732-89dfee913a5c {
  margin-bottom: 2%;
padding-top: 10px;
padding-left: 13%;
padding-bottom: 10px;
padding-right: 13%;
text-align: center;
}

#s-e0f77a2d-c183-4410-9732-89dfee913a5c .shogun-heading-component h1 {
  color: rgba(0, 72, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-b28b8567-7166-48c8-853e-ffa5aae0abf5 {
  padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-d59c0c68-6b9b-4893-bcac-d8fcc40cdeed {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-a0b5a538-7467-4c2d-bdd6-5ae7fd08ec93 {
  padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling matching image-margin-container */
  padding-left: 3%;
  padding-right: 3%;
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2b7a23-0f59-4828-aa8c-7123c3a312c2.shogun-image {
  box-sizing: border-box;
}




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

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

#s-67850f68-e47a-40c8-a5fc-b48a2608a0d5 hr {
  border-top: 2px solid #ddd;
}

#s-f52fc7bd-db59-44e2-8352-6aa2c0150f95 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-ec245e87-009a-4e45-9624-497a3798b445 {
  padding-left: 3%;
padding-right: 3%;
}

#s-ec245e87-009a-4e45-9624-497a3798b445 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-ec245e87-009a-4e45-9624-497a3798b445 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ec245e87-009a-4e45-9624-497a3798b445 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-ec245e87-009a-4e45-9624-497a3798b445 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-ec245e87-009a-4e45-9624-497a3798b445 td.shogun-table-column, #s-ec245e87-009a-4e45-9624-497a3798b445 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

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

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

.shg-btn-text {
  
  
}

.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-ad85d9a1-1028-4645-be53-4b4602d6c98a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ad85d9a1-1028-4645-be53-4b4602d6c98a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad85d9a1-1028-4645-be53-4b4602d6c98a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad85d9a1-1028-4645-be53-4b4602d6c98a-root {
    text-align: center;
  }


#s-ad85d9a1-1028-4645-be53-4b4602d6c98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad85d9a1-1028-4645-be53-4b4602d6c98a-root {
    text-align: center;
  }


#s-ad85d9a1-1028-4645-be53-4b4602d6c98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad85d9a1-1028-4645-be53-4b4602d6c98a-root {
    text-align: center;
  }


#s-ad85d9a1-1028-4645-be53-4b4602d6c98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad85d9a1-1028-4645-be53-4b4602d6c98a-root {
    text-align: center;
  }


#s-ad85d9a1-1028-4645-be53-4b4602d6c98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad85d9a1-1028-4645-be53-4b4602d6c98a-root {
    text-align: center;
  }


#s-ad85d9a1-1028-4645-be53-4b4602d6c98a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-58902653-619e-42a1-a129-7547412cc083 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-58902653-619e-42a1-a129-7547412cc083:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58902653-619e-42a1-a129-7547412cc083:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58902653-619e-42a1-a129-7547412cc083-root {
    text-align: center;
  }


#s-58902653-619e-42a1-a129-7547412cc083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58902653-619e-42a1-a129-7547412cc083-root {
    text-align: center;
  }


#s-58902653-619e-42a1-a129-7547412cc083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58902653-619e-42a1-a129-7547412cc083-root {
    text-align: center;
  }


#s-58902653-619e-42a1-a129-7547412cc083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58902653-619e-42a1-a129-7547412cc083-root {
    text-align: center;
  }


#s-58902653-619e-42a1-a129-7547412cc083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58902653-619e-42a1-a129-7547412cc083-root {
    text-align: center;
  }


#s-58902653-619e-42a1-a129-7547412cc083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8fe9874b-dbe6-451a-bf71-4b274cb90f20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8fe9874b-dbe6-451a-bf71-4b274cb90f20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fe9874b-dbe6-451a-bf71-4b274cb90f20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8fe9874b-dbe6-451a-bf71-4b274cb90f20-root {
    text-align: center;
  }


#s-8fe9874b-dbe6-451a-bf71-4b274cb90f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8fe9874b-dbe6-451a-bf71-4b274cb90f20-root {
    text-align: center;
  }


#s-8fe9874b-dbe6-451a-bf71-4b274cb90f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8fe9874b-dbe6-451a-bf71-4b274cb90f20-root {
    text-align: center;
  }


#s-8fe9874b-dbe6-451a-bf71-4b274cb90f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8fe9874b-dbe6-451a-bf71-4b274cb90f20-root {
    text-align: center;
  }


#s-8fe9874b-dbe6-451a-bf71-4b274cb90f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8fe9874b-dbe6-451a-bf71-4b274cb90f20-root {
    text-align: center;
  }


#s-8fe9874b-dbe6-451a-bf71-4b274cb90f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6eb5938a-79c7-4c6e-999f-32dbabf9adde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6eb5938a-79c7-4c6e-999f-32dbabf9adde:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6eb5938a-79c7-4c6e-999f-32dbabf9adde:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6eb5938a-79c7-4c6e-999f-32dbabf9adde-root {
    text-align: center;
  }


#s-6eb5938a-79c7-4c6e-999f-32dbabf9adde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6eb5938a-79c7-4c6e-999f-32dbabf9adde-root {
    text-align: center;
  }


#s-6eb5938a-79c7-4c6e-999f-32dbabf9adde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6eb5938a-79c7-4c6e-999f-32dbabf9adde-root {
    text-align: center;
  }


#s-6eb5938a-79c7-4c6e-999f-32dbabf9adde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6eb5938a-79c7-4c6e-999f-32dbabf9adde-root {
    text-align: center;
  }


#s-6eb5938a-79c7-4c6e-999f-32dbabf9adde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6eb5938a-79c7-4c6e-999f-32dbabf9adde-root {
    text-align: center;
  }


#s-6eb5938a-79c7-4c6e-999f-32dbabf9adde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1480d6bc-d747-4b3d-aae7-6c410f4737ef hr {
  border-top: 2px solid #ddd;
}

#s-dc8a3290-fb2f-4dbc-a1fb-5d25e394a1ea {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-900937aa-08c5-4455-a728-8d2a9abcde3b {
  padding-left: 3%;
padding-right: 3%;
}

#s-900937aa-08c5-4455-a728-8d2a9abcde3b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-900937aa-08c5-4455-a728-8d2a9abcde3b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-900937aa-08c5-4455-a728-8d2a9abcde3b td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-900937aa-08c5-4455-a728-8d2a9abcde3b td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-900937aa-08c5-4455-a728-8d2a9abcde3b td.shogun-table-column, #s-900937aa-08c5-4455-a728-8d2a9abcde3b td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-84acca51-5e41-4bbf-bd29-01b13f6f4f27 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-84acca51-5e41-4bbf-bd29-01b13f6f4f27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84acca51-5e41-4bbf-bd29-01b13f6f4f27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-84acca51-5e41-4bbf-bd29-01b13f6f4f27-root {
    text-align: center;
  }


#s-84acca51-5e41-4bbf-bd29-01b13f6f4f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-84acca51-5e41-4bbf-bd29-01b13f6f4f27-root {
    text-align: center;
  }


#s-84acca51-5e41-4bbf-bd29-01b13f6f4f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84acca51-5e41-4bbf-bd29-01b13f6f4f27-root {
    text-align: center;
  }


#s-84acca51-5e41-4bbf-bd29-01b13f6f4f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84acca51-5e41-4bbf-bd29-01b13f6f4f27-root {
    text-align: center;
  }


#s-84acca51-5e41-4bbf-bd29-01b13f6f4f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-84acca51-5e41-4bbf-bd29-01b13f6f4f27-root {
    text-align: center;
  }


#s-84acca51-5e41-4bbf-bd29-01b13f6f4f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a99aadda-34ad-4c65-8cff-fa126743e033 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a99aadda-34ad-4c65-8cff-fa126743e033:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a99aadda-34ad-4c65-8cff-fa126743e033:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a99aadda-34ad-4c65-8cff-fa126743e033-root {
    text-align: center;
  }


#s-a99aadda-34ad-4c65-8cff-fa126743e033.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a99aadda-34ad-4c65-8cff-fa126743e033-root {
    text-align: center;
  }


#s-a99aadda-34ad-4c65-8cff-fa126743e033.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a99aadda-34ad-4c65-8cff-fa126743e033-root {
    text-align: center;
  }


#s-a99aadda-34ad-4c65-8cff-fa126743e033.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a99aadda-34ad-4c65-8cff-fa126743e033-root {
    text-align: center;
  }


#s-a99aadda-34ad-4c65-8cff-fa126743e033.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a99aadda-34ad-4c65-8cff-fa126743e033-root {
    text-align: center;
  }


#s-a99aadda-34ad-4c65-8cff-fa126743e033.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b8b52af3-aec3-432f-8019-6cf090b56872 hr {
  border-top: 2px solid #ddd;
}

#s-5d42165c-aa71-42ca-bd04-aab45d4c308a {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-b09e6da0-590a-4fb0-a642-7a7b52bc2839 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

#s-b09e6da0-590a-4fb0-a642-7a7b52bc2839 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-b09e6da0-590a-4fb0-a642-7a7b52bc2839 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b09e6da0-590a-4fb0-a642-7a7b52bc2839 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-b09e6da0-590a-4fb0-a642-7a7b52bc2839 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b09e6da0-590a-4fb0-a642-7a7b52bc2839 td.shogun-table-column, #s-b09e6da0-590a-4fb0-a642-7a7b52bc2839 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093-root {
    text-align: center;
  }


#s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093-root {
    text-align: center;
  }


#s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093-root {
    text-align: center;
  }


#s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093-root {
    text-align: center;
  }


#s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093-root {
    text-align: center;
  }


#s-2ae47a17-4bbd-420e-a0f6-fe8d58bfd093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e1479305-b9a7-403f-9676-6f62b53aefc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e1479305-b9a7-403f-9676-6f62b53aefc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1479305-b9a7-403f-9676-6f62b53aefc1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1479305-b9a7-403f-9676-6f62b53aefc1-root {
    text-align: center;
  }


#s-e1479305-b9a7-403f-9676-6f62b53aefc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1479305-b9a7-403f-9676-6f62b53aefc1-root {
    text-align: center;
  }


#s-e1479305-b9a7-403f-9676-6f62b53aefc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1479305-b9a7-403f-9676-6f62b53aefc1-root {
    text-align: center;
  }


#s-e1479305-b9a7-403f-9676-6f62b53aefc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1479305-b9a7-403f-9676-6f62b53aefc1-root {
    text-align: center;
  }


#s-e1479305-b9a7-403f-9676-6f62b53aefc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1479305-b9a7-403f-9676-6f62b53aefc1-root {
    text-align: center;
  }


#s-e1479305-b9a7-403f-9676-6f62b53aefc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-71b03407-46d8-4def-9b56-18de068c9d6b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-71b03407-46d8-4def-9b56-18de068c9d6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71b03407-46d8-4def-9b56-18de068c9d6b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71b03407-46d8-4def-9b56-18de068c9d6b-root {
    text-align: center;
  }


#s-71b03407-46d8-4def-9b56-18de068c9d6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-71b03407-46d8-4def-9b56-18de068c9d6b-root {
    text-align: center;
  }


#s-71b03407-46d8-4def-9b56-18de068c9d6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71b03407-46d8-4def-9b56-18de068c9d6b-root {
    text-align: center;
  }


#s-71b03407-46d8-4def-9b56-18de068c9d6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71b03407-46d8-4def-9b56-18de068c9d6b-root {
    text-align: center;
  }


#s-71b03407-46d8-4def-9b56-18de068c9d6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-71b03407-46d8-4def-9b56-18de068c9d6b-root {
    text-align: center;
  }


#s-71b03407-46d8-4def-9b56-18de068c9d6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6e851d2a-20c6-476a-abb1-fb28d17fddb8 hr {
  border-top: 2px solid #ddd;
}

#s-5e2c941b-24a0-437d-a1f7-6a071b20c2c5 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-b29c83ad-fda3-4905-8000-998e5162caec {
  padding-left: 3%;
padding-right: 3%;
}

#s-b29c83ad-fda3-4905-8000-998e5162caec .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-b29c83ad-fda3-4905-8000-998e5162caec table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b29c83ad-fda3-4905-8000-998e5162caec td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-b29c83ad-fda3-4905-8000-998e5162caec td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b29c83ad-fda3-4905-8000-998e5162caec td.shogun-table-column, #s-b29c83ad-fda3-4905-8000-998e5162caec td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-d53a5687-0757-4393-ac07-321e89345a83 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d53a5687-0757-4393-ac07-321e89345a83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d53a5687-0757-4393-ac07-321e89345a83:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d53a5687-0757-4393-ac07-321e89345a83-root {
    text-align: center;
  }


#s-d53a5687-0757-4393-ac07-321e89345a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d53a5687-0757-4393-ac07-321e89345a83-root {
    text-align: center;
  }


#s-d53a5687-0757-4393-ac07-321e89345a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d53a5687-0757-4393-ac07-321e89345a83-root {
    text-align: center;
  }


#s-d53a5687-0757-4393-ac07-321e89345a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d53a5687-0757-4393-ac07-321e89345a83-root {
    text-align: center;
  }


#s-d53a5687-0757-4393-ac07-321e89345a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d53a5687-0757-4393-ac07-321e89345a83-root {
    text-align: center;
  }


#s-d53a5687-0757-4393-ac07-321e89345a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b6e15628-1868-4b94-b81f-0575de1ccb5c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b6e15628-1868-4b94-b81f-0575de1ccb5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6e15628-1868-4b94-b81f-0575de1ccb5c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6e15628-1868-4b94-b81f-0575de1ccb5c-root {
    text-align: center;
  }


#s-b6e15628-1868-4b94-b81f-0575de1ccb5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b6e15628-1868-4b94-b81f-0575de1ccb5c-root {
    text-align: center;
  }


#s-b6e15628-1868-4b94-b81f-0575de1ccb5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6e15628-1868-4b94-b81f-0575de1ccb5c-root {
    text-align: center;
  }


#s-b6e15628-1868-4b94-b81f-0575de1ccb5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6e15628-1868-4b94-b81f-0575de1ccb5c-root {
    text-align: center;
  }


#s-b6e15628-1868-4b94-b81f-0575de1ccb5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b6e15628-1868-4b94-b81f-0575de1ccb5c-root {
    text-align: center;
  }


#s-b6e15628-1868-4b94-b81f-0575de1ccb5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-caa35073-a2f5-46d5-8389-0fabe72414db hr {
  border-top: 2px solid #ddd;
}

#s-77a0bdad-6d32-4f21-bfcd-1c3e0b372540 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-01d695bf-021c-4a12-a063-53cc4683f128 {
  padding-left: 3%;
padding-right: 3%;
}

#s-01d695bf-021c-4a12-a063-53cc4683f128 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-01d695bf-021c-4a12-a063-53cc4683f128 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-01d695bf-021c-4a12-a063-53cc4683f128 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-01d695bf-021c-4a12-a063-53cc4683f128 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-01d695bf-021c-4a12-a063-53cc4683f128 td.shogun-table-column, #s-01d695bf-021c-4a12-a063-53cc4683f128 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-2467ff19-4f6e-4ccb-88af-050c83851480 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2467ff19-4f6e-4ccb-88af-050c83851480:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2467ff19-4f6e-4ccb-88af-050c83851480:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2467ff19-4f6e-4ccb-88af-050c83851480-root {
    text-align: center;
  }


#s-2467ff19-4f6e-4ccb-88af-050c83851480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2467ff19-4f6e-4ccb-88af-050c83851480-root {
    text-align: center;
  }


#s-2467ff19-4f6e-4ccb-88af-050c83851480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2467ff19-4f6e-4ccb-88af-050c83851480-root {
    text-align: center;
  }


#s-2467ff19-4f6e-4ccb-88af-050c83851480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2467ff19-4f6e-4ccb-88af-050c83851480-root {
    text-align: center;
  }


#s-2467ff19-4f6e-4ccb-88af-050c83851480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2467ff19-4f6e-4ccb-88af-050c83851480-root {
    text-align: center;
  }


#s-2467ff19-4f6e-4ccb-88af-050c83851480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-fe31caa6-4b2b-4041-a584-d160a8ad16d8 hr {
  border-top: 2px solid #ddd;
}

#s-da4acbd5-fe7b-41df-b04a-5faa941537b4 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-000a80e6-9792-443d-be79-57f386c216fb {
  padding-left: 3%;
padding-right: 3%;
}

#s-000a80e6-9792-443d-be79-57f386c216fb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-000a80e6-9792-443d-be79-57f386c216fb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-000a80e6-9792-443d-be79-57f386c216fb td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-000a80e6-9792-443d-be79-57f386c216fb td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-000a80e6-9792-443d-be79-57f386c216fb td.shogun-table-column, #s-000a80e6-9792-443d-be79-57f386c216fb td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-dcaabfe0-af3b-49c6-8a13-1591bda5daa0 {
  margin-left: auto;
margin-right: auto;
}

#s-77f8520d-53a4-4751-bc97-fde1e759beb1 {
  margin-left: auto;
margin-right: auto;
}

#s-b332d108-c102-48cb-89c2-0573b1a8a4ce {
  margin-left: auto;
margin-right: auto;
}

#s-189bd162-caa5-40bb-93b7-b99e3eb71a6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-189bd162-caa5-40bb-93b7-b99e3eb71a6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-189bd162-caa5-40bb-93b7-b99e3eb71a6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-189bd162-caa5-40bb-93b7-b99e3eb71a6d-root {
    text-align: center;
  }


#s-189bd162-caa5-40bb-93b7-b99e3eb71a6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-189bd162-caa5-40bb-93b7-b99e3eb71a6d-root {
    text-align: center;
  }


#s-189bd162-caa5-40bb-93b7-b99e3eb71a6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-189bd162-caa5-40bb-93b7-b99e3eb71a6d-root {
    text-align: center;
  }


#s-189bd162-caa5-40bb-93b7-b99e3eb71a6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-189bd162-caa5-40bb-93b7-b99e3eb71a6d-root {
    text-align: center;
  }


#s-189bd162-caa5-40bb-93b7-b99e3eb71a6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-189bd162-caa5-40bb-93b7-b99e3eb71a6d-root {
    text-align: center;
  }


#s-189bd162-caa5-40bb-93b7-b99e3eb71a6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f1f5e637-f0df-4dcf-a676-62f14519069e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f1f5e637-f0df-4dcf-a676-62f14519069e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1f5e637-f0df-4dcf-a676-62f14519069e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1f5e637-f0df-4dcf-a676-62f14519069e-root {
    text-align: center;
  }


#s-f1f5e637-f0df-4dcf-a676-62f14519069e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f1f5e637-f0df-4dcf-a676-62f14519069e-root {
    text-align: center;
  }


#s-f1f5e637-f0df-4dcf-a676-62f14519069e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1f5e637-f0df-4dcf-a676-62f14519069e-root {
    text-align: center;
  }


#s-f1f5e637-f0df-4dcf-a676-62f14519069e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1f5e637-f0df-4dcf-a676-62f14519069e-root {
    text-align: center;
  }


#s-f1f5e637-f0df-4dcf-a676-62f14519069e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f1f5e637-f0df-4dcf-a676-62f14519069e-root {
    text-align: center;
  }


#s-f1f5e637-f0df-4dcf-a676-62f14519069e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e5973ff2-861c-4c6a-b307-702194511550 {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-c437c0c8-f6e1-45a0-ad9b-f3236fdd0f82 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-c437c0c8-f6e1-45a0-ad9b-f3236fdd0f82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c437c0c8-f6e1-45a0-ad9b-f3236fdd0f82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c437c0c8-f6e1-45a0-ad9b-f3236fdd0f82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c437c0c8-f6e1-45a0-ad9b-f3236fdd0f82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-1904e53e-6705-4993-836c-1078476b4343 {
  text-align: center;
}

#s-1904e53e-6705-4993-836c-1078476b4343 {
  overflow: hidden;
}







  #s-1904e53e-6705-4993-836c-1078476b4343 img.shogun-image {
    

    
    
    
  }


#s-1904e53e-6705-4993-836c-1078476b4343 .shogun-image-content {
  
    justify-content: center;
  
}

#s-26415df3-9d86-4d87-b9e7-ad308e95d709 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-26415df3-9d86-4d87-b9e7-ad308e95d709 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-30f68ff2-2ad4-42d4-b71f-b5c1d71bb60f {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-30f68ff2-2ad4-42d4-b71f-b5c1d71bb60f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-30f68ff2-2ad4-42d4-b71f-b5c1d71bb60f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f1b88ac2-2584-4315-aa1e-b21bfa97f7a0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f1b88ac2-2584-4315-aa1e-b21bfa97f7a0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


#s-f1b88ac2-2584-4315-aa1e-b21bfa97f7a0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-494bbc79-eea2-4ffc-8f82-36acfb7d887a {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-494bbc79-eea2-4ffc-8f82-36acfb7d887a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-494bbc79-eea2-4ffc-8f82-36acfb7d887a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-8f05c08a-a64e-4b85-aa9b-f5b8d0d1dfba {
  text-align: center;
}

#s-8f05c08a-a64e-4b85-aa9b-f5b8d0d1dfba {
  overflow: hidden;
}







  #s-8f05c08a-a64e-4b85-aa9b-f5b8d0d1dfba img.shogun-image {
    

    
    
    
  }


#s-8f05c08a-a64e-4b85-aa9b-f5b8d0d1dfba .shogun-image-content {
  
    justify-content: center;
  
}

#s-5a99a618-809b-4559-9b1d-6e602bc95179 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5a99a618-809b-4559-9b1d-6e602bc95179 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-ceae14b4-fc85-4961-abb1-367f2800375f {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ceae14b4-fc85-4961-abb1-367f2800375f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ceae14b4-fc85-4961-abb1-367f2800375f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-dcf0674a-4067-4fae-8190-99518fe26a71 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-dcf0674a-4067-4fae-8190-99518fe26a71 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


#s-dcf0674a-4067-4fae-8190-99518fe26a71 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-bf72b92e-3ecb-48e9-8199-6ee77cb74c0c {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-bf72b92e-3ecb-48e9-8199-6ee77cb74c0c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-bf72b92e-3ecb-48e9-8199-6ee77cb74c0c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-197f2f5d-fcf9-48be-8656-05bf86915399 {
  text-align: center;
}

#s-197f2f5d-fcf9-48be-8656-05bf86915399 {
  overflow: hidden;
}







  #s-197f2f5d-fcf9-48be-8656-05bf86915399 img.shogun-image {
    

    
    
    
  }


#s-197f2f5d-fcf9-48be-8656-05bf86915399 .shogun-image-content {
  
    justify-content: center;
  
}

#s-659e6058-e3d3-4c35-91c2-82d5c5143241 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-659e6058-e3d3-4c35-91c2-82d5c5143241 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-bdb97713-0c56-42fe-bc1b-964687fef3a6 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-bdb97713-0c56-42fe-bc1b-964687fef3a6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-bdb97713-0c56-42fe-bc1b-964687fef3a6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-57b76702-adc3-4649-ab7d-d03ffbc7f851 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-57b76702-adc3-4649-ab7d-d03ffbc7f851 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


#s-57b76702-adc3-4649-ab7d-d03ffbc7f851 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-45bf67bd-e73d-4dc7-94b2-726ccd62c875 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-45bf67bd-e73d-4dc7-94b2-726ccd62c875 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-45bf67bd-e73d-4dc7-94b2-726ccd62c875 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-c4ca435e-695b-4ca4-bf1b-b061258da6f8 {
  text-align: center;
}

#s-c4ca435e-695b-4ca4-bf1b-b061258da6f8 {
  overflow: hidden;
}







  #s-c4ca435e-695b-4ca4-bf1b-b061258da6f8 img.shogun-image {
    

    
    
    
  }


#s-c4ca435e-695b-4ca4-bf1b-b061258da6f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0e3f15a8-3328-49dc-8770-5e816e79b16c {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-0e3f15a8-3328-49dc-8770-5e816e79b16c .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-0139cdee-af29-4b3f-8dc2-7be0d9373974 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-0139cdee-af29-4b3f-8dc2-7be0d9373974 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-0139cdee-af29-4b3f-8dc2-7be0d9373974 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4df2bd1a-d31e-4429-9e9a-acea150d38be {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4df2bd1a-d31e-4429-9e9a-acea150d38be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4df2bd1a-d31e-4429-9e9a-acea150d38be .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-35a631ea-cbea-42db-a8c7-490a9903b9b8 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-35a631ea-cbea-42db-a8c7-490a9903b9b8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-35a631ea-cbea-42db-a8c7-490a9903b9b8 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-acff08c9-5378-4cdf-9d98-b15961135c87 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-acff08c9-5378-4cdf-9d98-b15961135c87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-acff08c9-5378-4cdf-9d98-b15961135c87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-acff08c9-5378-4cdf-9d98-b15961135c87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-acff08c9-5378-4cdf-9d98-b15961135c87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f932fe95-b2a8-4c73-a60c-840f1507886c {
  text-align: center;
}

#s-f932fe95-b2a8-4c73-a60c-840f1507886c {
  overflow: hidden;
}







  #s-f932fe95-b2a8-4c73-a60c-840f1507886c img.shogun-image {
    

    
    
    
  }


#s-f932fe95-b2a8-4c73-a60c-840f1507886c .shogun-image-content {
  
    justify-content: center;
  
}

#s-2857ce39-0f2e-4cfe-869d-154931999938 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2857ce39-0f2e-4cfe-869d-154931999938 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}


#s-2857ce39-0f2e-4cfe-869d-154931999938 .shogun-heading-component h2 a {
  color: rgba(246, 242, 230, 1);
}


#s-6202892b-8ba2-48f6-b70e-18b8c9483151 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-6202892b-8ba2-48f6-b70e-18b8c9483151 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-6202892b-8ba2-48f6-b70e-18b8c9483151 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-74d977cb-8e1f-4aa3-b7fc-de6a40ad8d78 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-74d977cb-8e1f-4aa3-b7fc-de6a40ad8d78 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-74d977cb-8e1f-4aa3-b7fc-de6a40ad8d78 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-99f39935-3100-4951-aa45-c09b8e47ea46 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-99f39935-3100-4951-aa45-c09b8e47ea46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-99f39935-3100-4951-aa45-c09b8e47ea46 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ffcd1f2a-0ae9-4add-a849-5fc23d918885 {
  text-align: center;
}

#s-ffcd1f2a-0ae9-4add-a849-5fc23d918885 {
  overflow: hidden;
}







  #s-ffcd1f2a-0ae9-4add-a849-5fc23d918885 img.shogun-image {
    

    
    
    
  }


#s-ffcd1f2a-0ae9-4add-a849-5fc23d918885 .shogun-image-content {
  
    justify-content: center;
  
}

#s-556ae811-027a-4128-a7a5-4e27510c997e {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-556ae811-027a-4128-a7a5-4e27510c997e .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-8c243650-8d4f-41d3-aa88-d0458a44d967 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8c243650-8d4f-41d3-aa88-d0458a44d967 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8c243650-8d4f-41d3-aa88-d0458a44d967 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-05505a2d-de74-4e57-b1f8-65b3136a3513 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-05505a2d-de74-4e57-b1f8-65b3136a3513 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-05505a2d-de74-4e57-b1f8-65b3136a3513 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e4633fd0-981b-4fd0-bc24-690e5355bb98 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-e4633fd0-981b-4fd0-bc24-690e5355bb98 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-e4633fd0-981b-4fd0-bc24-690e5355bb98 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-dc7fdf43-2faa-4ab9-9ae3-6b54e4fb6bc1 {
  text-align: center;
}

#s-dc7fdf43-2faa-4ab9-9ae3-6b54e4fb6bc1 {
  overflow: hidden;
}







  #s-dc7fdf43-2faa-4ab9-9ae3-6b54e4fb6bc1 img.shogun-image {
    

    
    
    
  }


#s-dc7fdf43-2faa-4ab9-9ae3-6b54e4fb6bc1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5c192fb3-fb5a-4a6b-97ef-a19f79aea022 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5c192fb3-fb5a-4a6b-97ef-a19f79aea022 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-ca479f4d-4aa9-4110-8a88-fe9f92a20832 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ca479f4d-4aa9-4110-8a88-fe9f92a20832 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ca479f4d-4aa9-4110-8a88-fe9f92a20832 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-46e569b8-4356-440a-af47-57058eb7633c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-46e569b8-4356-440a-af47-57058eb7633c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-46e569b8-4356-440a-af47-57058eb7633c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-8009255c-7dcd-4b56-925e-6d3a3a5a2076 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8009255c-7dcd-4b56-925e-6d3a3a5a2076 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8009255c-7dcd-4b56-925e-6d3a3a5a2076 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5a3ce640-a312-4a05-a340-b5ab3fe00ea7 {
  text-align: center;
}

#s-5a3ce640-a312-4a05-a340-b5ab3fe00ea7 {
  overflow: hidden;
}







  #s-5a3ce640-a312-4a05-a340-b5ab3fe00ea7 img.shogun-image {
    

    
    
    
  }


#s-5a3ce640-a312-4a05-a340-b5ab3fe00ea7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ddf751e1-ae5d-414a-9907-f846e91289f7 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ddf751e1-ae5d-414a-9907-f846e91289f7 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-fde57da8-8917-4164-a615-4be4fdc1a6b0 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-fde57da8-8917-4164-a615-4be4fdc1a6b0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-fde57da8-8917-4164-a615-4be4fdc1a6b0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-2fd91893-4edd-44c9-b123-1bbe8dc5fc8b {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2fd91893-4edd-44c9-b123-1bbe8dc5fc8b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2fd91893-4edd-44c9-b123-1bbe8dc5fc8b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a32a04c2-084d-4167-8c05-e47acd1bb4bf {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a32a04c2-084d-4167-8c05-e47acd1bb4bf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a32a04c2-084d-4167-8c05-e47acd1bb4bf .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-fddaf044-5bb5-4bcd-a4f1-8a7f9a9593e2 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-fddaf044-5bb5-4bcd-a4f1-8a7f9a9593e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fddaf044-5bb5-4bcd-a4f1-8a7f9a9593e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fddaf044-5bb5-4bcd-a4f1-8a7f9a9593e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fddaf044-5bb5-4bcd-a4f1-8a7f9a9593e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-caa8da98-9c2d-4a3d-9f36-bc0114015586 {
  text-align: center;
}

#s-caa8da98-9c2d-4a3d-9f36-bc0114015586 {
  overflow: hidden;
}







  #s-caa8da98-9c2d-4a3d-9f36-bc0114015586 img.shogun-image {
    

    
    
    
  }


#s-caa8da98-9c2d-4a3d-9f36-bc0114015586 .shogun-image-content {
  
    justify-content: center;
  
}

#s-821d5c81-5258-41ce-9ffa-95305bfffe2a {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-821d5c81-5258-41ce-9ffa-95305bfffe2a .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-b40d9514-e6e0-421f-8371-4020e05eb774 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b40d9514-e6e0-421f-8371-4020e05eb774 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b40d9514-e6e0-421f-8371-4020e05eb774 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4c9ad09b-5935-4ab6-b917-2baab6d2bb11 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4c9ad09b-5935-4ab6-b917-2baab6d2bb11 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4c9ad09b-5935-4ab6-b917-2baab6d2bb11 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-104b0789-4fa9-49e8-ba55-f956be764e75 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-104b0789-4fa9-49e8-ba55-f956be764e75 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-104b0789-4fa9-49e8-ba55-f956be764e75 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e27b0783-f701-4127-830f-0141c6a5a97e {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-993aefc1-d311-4cf9-b74f-ff7aff49d824 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-993aefc1-d311-4cf9-b74f-ff7aff49d824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-993aefc1-d311-4cf9-b74f-ff7aff49d824.shg-box.shg-c {
  justify-content: center;
}

#s-3d754945-7814-4d3e-859d-7b2046500143 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-3d754945-7814-4d3e-859d-7b2046500143"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d754945-7814-4d3e-859d-7b2046500143"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d754945-7814-4d3e-859d-7b2046500143"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d754945-7814-4d3e-859d-7b2046500143"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  margin: 0 !important;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-d23de501-a30a-4646-ba86-5c305d10ec22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  margin: 0 !important;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-d23de501-a30a-4646-ba86-5c305d10ec22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  margin: 0 !important;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-d23de501-a30a-4646-ba86-5c305d10ec22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  margin: 0 !important;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-d23de501-a30a-4646-ba86-5c305d10ec22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  margin: 0 !important;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d23de501-a30a-4646-ba86-5c305d10ec22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-d23de501-a30a-4646-ba86-5c305d10ec22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d23de501-a30a-4646-ba86-5c305d10ec22.shogun-image {
  box-sizing: border-box;
}




}
#s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjhhMzFjZWYtMDI3OC00ZmUxLWJlNWEtM2RiOGM3ZTVlYzJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOGEzMWNlZi0wMjc4LTRmZTEtYmU1YS0zZGI4YzdlNWVjMmQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3-root {
    text-align: center;
  }


#s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3-root {
    text-align: center;
  }


#s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3-root {
    text-align: center;
  }


#s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3-root {
    text-align: center;
  }


#s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3-root {
    text-align: center;
  }


#s-f1c43d14-1b9b-4c0a-980c-f65d910b84b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-dab4feef-c4c6-4c07-9250-7e525c847817 {
  margin-left: auto;
margin-right: auto;
}

#s-dab4feef-c4c6-4c07-9250-7e525c847817 hr {
  border-top: 2px solid #ddd;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  margin: 0 !important;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-22d28346-8663-40ff-a730-dad2dc74ad52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  margin: 0 !important;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-22d28346-8663-40ff-a730-dad2dc74ad52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  margin: 0 !important;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-22d28346-8663-40ff-a730-dad2dc74ad52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  margin: 0 !important;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-22d28346-8663-40ff-a730-dad2dc74ad52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  margin: 0 !important;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22d28346-8663-40ff-a730-dad2dc74ad52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-22d28346-8663-40ff-a730-dad2dc74ad52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d28346-8663-40ff-a730-dad2dc74ad52.shogun-image {
  box-sizing: border-box;
}




}
#s-0f63bf9c-10bb-4227-940b-7345dee4b8ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0f63bf9c-10bb-4227-940b-7345dee4b8ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f63bf9c-10bb-4227-940b-7345dee4b8ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f63bf9c-10bb-4227-940b-7345dee4b8ad-root {
    text-align: center;
  }


#s-0f63bf9c-10bb-4227-940b-7345dee4b8ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f63bf9c-10bb-4227-940b-7345dee4b8ad-root {
    text-align: center;
  }


#s-0f63bf9c-10bb-4227-940b-7345dee4b8ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f63bf9c-10bb-4227-940b-7345dee4b8ad-root {
    text-align: center;
  }


#s-0f63bf9c-10bb-4227-940b-7345dee4b8ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f63bf9c-10bb-4227-940b-7345dee4b8ad-root {
    text-align: center;
  }


#s-0f63bf9c-10bb-4227-940b-7345dee4b8ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f63bf9c-10bb-4227-940b-7345dee4b8ad-root {
    text-align: center;
  }


#s-0f63bf9c-10bb-4227-940b-7345dee4b8ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-824080db-fc00-45d6-9f80-ac6bdba7090b {
  margin-left: auto;
margin-right: auto;
}

#s-824080db-fc00-45d6-9f80-ac6bdba7090b hr {
  border-top: 2px solid #ddd;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  margin: 0 !important;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  margin: 0 !important;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  margin: 0 !important;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  margin: 0 !important;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  margin: 0 !important;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6b3606-8a3c-4bf7-be74-d73aafe7a1aa.shogun-image {
  box-sizing: border-box;
}




}
#s-c83011cb-5aa8-4d82-843c-c6872f97132f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c83011cb-5aa8-4d82-843c-c6872f97132f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c83011cb-5aa8-4d82-843c-c6872f97132f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c83011cb-5aa8-4d82-843c-c6872f97132f-root {
    text-align: center;
  }


#s-c83011cb-5aa8-4d82-843c-c6872f97132f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c83011cb-5aa8-4d82-843c-c6872f97132f-root {
    text-align: center;
  }


#s-c83011cb-5aa8-4d82-843c-c6872f97132f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c83011cb-5aa8-4d82-843c-c6872f97132f-root {
    text-align: center;
  }


#s-c83011cb-5aa8-4d82-843c-c6872f97132f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c83011cb-5aa8-4d82-843c-c6872f97132f-root {
    text-align: center;
  }


#s-c83011cb-5aa8-4d82-843c-c6872f97132f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c83011cb-5aa8-4d82-843c-c6872f97132f-root {
    text-align: center;
  }


#s-c83011cb-5aa8-4d82-843c-c6872f97132f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-221adb81-29e3-4ce2-a56d-6c9836ba0fdc hr {
  border-top: 2px solid #ddd;
}

/*
  $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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
