.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/7c165ba9-3386-4544-b88d-7d9795cfa250/-/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;
}

.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-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

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



#s-b5c4dbbe-6384-4c64-a90c-e358c60d0c44 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 4%;
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;
}

.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-a0b5a538-7467-4c2d-bdd6-5ae7fd08ec93 {
  padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-6cc6e802-be9d-4322-b3ab-e9b09a1fd62f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}








#s-6cc6e802-be9d-4322-b3ab-e9b09a1fd62f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cc6e802-be9d-4322-b3ab-e9b09a1fd62f.shg-box.shg-c {
  justify-content: center;
}

#s-e070bdee-e562-411f-8206-416b8489618f {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

.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-58bd8d67-5daa-4ffe-abc1-1a79cc4988dd {
  margin-left: 3%;
margin-right: 3%;
}

#s-58bd8d67-5daa-4ffe-abc1-1a79cc4988dd .shg-proportional-font-size,
#s-58bd8d67-5daa-4ffe-abc1-1a79cc4988dd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d548c906-558d-4647-9ce6-69c6bfcd6e31 {
  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-4512829d-9832-47a1-b8c2-fa18092a8a71 {
  padding-left: 3%;
padding-right: 3%;
}

#s-4512829d-9832-47a1-b8c2-fa18092a8a71 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-4512829d-9832-47a1-b8c2-fa18092a8a71 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4512829d-9832-47a1-b8c2-fa18092a8a71 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-4512829d-9832-47a1-b8c2-fa18092a8a71 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4512829d-9832-47a1-b8c2-fa18092a8a71 td.shogun-table-column, #s-4512829d-9832-47a1-b8c2-fa18092a8a71 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-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5 {
  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-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5-root {
    text-align: center;
  }


#s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5-root {
    text-align: center;
  }


#s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5-root {
    text-align: center;
  }


#s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5-root {
    text-align: center;
  }


#s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5-root {
    text-align: center;
  }


#s-eddd0768-c08d-44a9-91f2-bb8f8c42f6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ee348191-9989-4997-845f-60442b1d66dd {
  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-ee348191-9989-4997-845f-60442b1d66dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee348191-9989-4997-845f-60442b1d66dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee348191-9989-4997-845f-60442b1d66dd-root {
    text-align: center;
  }


#s-ee348191-9989-4997-845f-60442b1d66dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee348191-9989-4997-845f-60442b1d66dd-root {
    text-align: center;
  }


#s-ee348191-9989-4997-845f-60442b1d66dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee348191-9989-4997-845f-60442b1d66dd-root {
    text-align: center;
  }


#s-ee348191-9989-4997-845f-60442b1d66dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee348191-9989-4997-845f-60442b1d66dd-root {
    text-align: center;
  }


#s-ee348191-9989-4997-845f-60442b1d66dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee348191-9989-4997-845f-60442b1d66dd-root {
    text-align: center;
  }


#s-ee348191-9989-4997-845f-60442b1d66dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-06fb1a2a-de15-4744-9d39-2301e64b18f7 {
  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-06fb1a2a-de15-4744-9d39-2301e64b18f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06fb1a2a-de15-4744-9d39-2301e64b18f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06fb1a2a-de15-4744-9d39-2301e64b18f7-root {
    text-align: center;
  }


#s-06fb1a2a-de15-4744-9d39-2301e64b18f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06fb1a2a-de15-4744-9d39-2301e64b18f7-root {
    text-align: center;
  }


#s-06fb1a2a-de15-4744-9d39-2301e64b18f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06fb1a2a-de15-4744-9d39-2301e64b18f7-root {
    text-align: center;
  }


#s-06fb1a2a-de15-4744-9d39-2301e64b18f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06fb1a2a-de15-4744-9d39-2301e64b18f7-root {
    text-align: center;
  }


#s-06fb1a2a-de15-4744-9d39-2301e64b18f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06fb1a2a-de15-4744-9d39-2301e64b18f7-root {
    text-align: center;
  }


#s-06fb1a2a-de15-4744-9d39-2301e64b18f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0036d8da-125a-44e1-a6fa-434377168b73 {
  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-0036d8da-125a-44e1-a6fa-434377168b73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0036d8da-125a-44e1-a6fa-434377168b73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0036d8da-125a-44e1-a6fa-434377168b73-root {
    text-align: center;
  }


#s-0036d8da-125a-44e1-a6fa-434377168b73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0036d8da-125a-44e1-a6fa-434377168b73-root {
    text-align: center;
  }


#s-0036d8da-125a-44e1-a6fa-434377168b73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0036d8da-125a-44e1-a6fa-434377168b73-root {
    text-align: center;
  }


#s-0036d8da-125a-44e1-a6fa-434377168b73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0036d8da-125a-44e1-a6fa-434377168b73-root {
    text-align: center;
  }


#s-0036d8da-125a-44e1-a6fa-434377168b73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0036d8da-125a-44e1-a6fa-434377168b73-root {
    text-align: center;
  }


#s-0036d8da-125a-44e1-a6fa-434377168b73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-ed9498ba-4e82-4f59-bda5-75684ab83252 {
  margin-left: auto;
margin-right: auto;
}

#s-ed9498ba-4e82-4f59-bda5-75684ab83252 hr {
  border-top: 2px solid #ddd;
}

#s-b225724e-a971-4696-9e08-05f82689d47c {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-ab534e14-0e61-4fe2-8c0d-11431084a928 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

#s-ab534e14-0e61-4fe2-8c0d-11431084a928 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-ab534e14-0e61-4fe2-8c0d-11431084a928 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ab534e14-0e61-4fe2-8c0d-11431084a928 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-ab534e14-0e61-4fe2-8c0d-11431084a928 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-ab534e14-0e61-4fe2-8c0d-11431084a928 td.shogun-table-column, #s-ab534e14-0e61-4fe2-8c0d-11431084a928 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6 {
  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-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6-root {
    text-align: center;
  }


#s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6-root {
    text-align: center;
  }


#s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6-root {
    text-align: center;
  }


#s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6-root {
    text-align: center;
  }


#s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6-root {
    text-align: center;
  }


#s-b788d9e7-aa5c-434d-ad2b-cfb35ca4eca6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-33ffc532-1276-4f8e-a8b0-d7016d751a60 {
  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-33ffc532-1276-4f8e-a8b0-d7016d751a60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33ffc532-1276-4f8e-a8b0-d7016d751a60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33ffc532-1276-4f8e-a8b0-d7016d751a60-root {
    text-align: center;
  }


#s-33ffc532-1276-4f8e-a8b0-d7016d751a60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-33ffc532-1276-4f8e-a8b0-d7016d751a60-root {
    text-align: center;
  }


#s-33ffc532-1276-4f8e-a8b0-d7016d751a60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33ffc532-1276-4f8e-a8b0-d7016d751a60-root {
    text-align: center;
  }


#s-33ffc532-1276-4f8e-a8b0-d7016d751a60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33ffc532-1276-4f8e-a8b0-d7016d751a60-root {
    text-align: center;
  }


#s-33ffc532-1276-4f8e-a8b0-d7016d751a60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-33ffc532-1276-4f8e-a8b0-d7016d751a60-root {
    text-align: center;
  }


#s-33ffc532-1276-4f8e-a8b0-d7016d751a60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-317a3597-a41a-49dd-b028-1b501b6dbdb6 {
  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-317a3597-a41a-49dd-b028-1b501b6dbdb6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-317a3597-a41a-49dd-b028-1b501b6dbdb6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-317a3597-a41a-49dd-b028-1b501b6dbdb6-root {
    text-align: center;
  }


#s-317a3597-a41a-49dd-b028-1b501b6dbdb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-317a3597-a41a-49dd-b028-1b501b6dbdb6-root {
    text-align: center;
  }


#s-317a3597-a41a-49dd-b028-1b501b6dbdb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-317a3597-a41a-49dd-b028-1b501b6dbdb6-root {
    text-align: center;
  }


#s-317a3597-a41a-49dd-b028-1b501b6dbdb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-317a3597-a41a-49dd-b028-1b501b6dbdb6-root {
    text-align: center;
  }


#s-317a3597-a41a-49dd-b028-1b501b6dbdb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-317a3597-a41a-49dd-b028-1b501b6dbdb6-root {
    text-align: center;
  }


#s-317a3597-a41a-49dd-b028-1b501b6dbdb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-59029863-a45c-4974-9914-e94cf589a8af {
  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-59029863-a45c-4974-9914-e94cf589a8af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59029863-a45c-4974-9914-e94cf589a8af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59029863-a45c-4974-9914-e94cf589a8af-root {
    text-align: center;
  }


#s-59029863-a45c-4974-9914-e94cf589a8af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-59029863-a45c-4974-9914-e94cf589a8af-root {
    text-align: center;
  }


#s-59029863-a45c-4974-9914-e94cf589a8af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59029863-a45c-4974-9914-e94cf589a8af-root {
    text-align: center;
  }


#s-59029863-a45c-4974-9914-e94cf589a8af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59029863-a45c-4974-9914-e94cf589a8af-root {
    text-align: center;
  }


#s-59029863-a45c-4974-9914-e94cf589a8af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-59029863-a45c-4974-9914-e94cf589a8af-root {
    text-align: center;
  }


#s-59029863-a45c-4974-9914-e94cf589a8af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2 {
  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-7a3f3410-876c-4768-b4ee-afc0b3cc07a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2-root {
    text-align: center;
  }


#s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2-root {
    text-align: center;
  }


#s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2-root {
    text-align: center;
  }


#s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2-root {
    text-align: center;
  }


#s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2-root {
    text-align: center;
  }


#s-7a3f3410-876c-4768-b4ee-afc0b3cc07a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-4ed8c59c-75fa-4fc0-bb4b-f236656a0fa1 hr {
  border-top: 2px solid #ddd;
}

#s-2b8d144c-b2ca-4b10-9956-7f6e882dfe26 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-c3f97bb5-0752-467f-ad71-fd6855547299 {
  padding-left: 3%;
padding-right: 3%;
}

#s-c3f97bb5-0752-467f-ad71-fd6855547299 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-c3f97bb5-0752-467f-ad71-fd6855547299 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c3f97bb5-0752-467f-ad71-fd6855547299 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-c3f97bb5-0752-467f-ad71-fd6855547299 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c3f97bb5-0752-467f-ad71-fd6855547299 td.shogun-table-column, #s-c3f97bb5-0752-467f-ad71-fd6855547299 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-9eee9701-a879-434e-a827-99f6b596a348 {
  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-9eee9701-a879-434e-a827-99f6b596a348:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9eee9701-a879-434e-a827-99f6b596a348:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9eee9701-a879-434e-a827-99f6b596a348-root {
    text-align: center;
  }


#s-9eee9701-a879-434e-a827-99f6b596a348.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9eee9701-a879-434e-a827-99f6b596a348-root {
    text-align: center;
  }


#s-9eee9701-a879-434e-a827-99f6b596a348.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9eee9701-a879-434e-a827-99f6b596a348-root {
    text-align: center;
  }


#s-9eee9701-a879-434e-a827-99f6b596a348.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9eee9701-a879-434e-a827-99f6b596a348-root {
    text-align: center;
  }


#s-9eee9701-a879-434e-a827-99f6b596a348.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9eee9701-a879-434e-a827-99f6b596a348-root {
    text-align: center;
  }


#s-9eee9701-a879-434e-a827-99f6b596a348.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0a1f3e5a-058b-4bfb-a672-2879d76da44d {
  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-0a1f3e5a-058b-4bfb-a672-2879d76da44d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a1f3e5a-058b-4bfb-a672-2879d76da44d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a1f3e5a-058b-4bfb-a672-2879d76da44d-root {
    text-align: center;
  }


#s-0a1f3e5a-058b-4bfb-a672-2879d76da44d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a1f3e5a-058b-4bfb-a672-2879d76da44d-root {
    text-align: center;
  }


#s-0a1f3e5a-058b-4bfb-a672-2879d76da44d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a1f3e5a-058b-4bfb-a672-2879d76da44d-root {
    text-align: center;
  }


#s-0a1f3e5a-058b-4bfb-a672-2879d76da44d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a1f3e5a-058b-4bfb-a672-2879d76da44d-root {
    text-align: center;
  }


#s-0a1f3e5a-058b-4bfb-a672-2879d76da44d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a1f3e5a-058b-4bfb-a672-2879d76da44d-root {
    text-align: center;
  }


#s-0a1f3e5a-058b-4bfb-a672-2879d76da44d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-584fa14e-dfea-43f9-a965-205162d71b63 {
  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-584fa14e-dfea-43f9-a965-205162d71b63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-584fa14e-dfea-43f9-a965-205162d71b63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-584fa14e-dfea-43f9-a965-205162d71b63-root {
    text-align: center;
  }


#s-584fa14e-dfea-43f9-a965-205162d71b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-584fa14e-dfea-43f9-a965-205162d71b63-root {
    text-align: center;
  }


#s-584fa14e-dfea-43f9-a965-205162d71b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-584fa14e-dfea-43f9-a965-205162d71b63-root {
    text-align: center;
  }


#s-584fa14e-dfea-43f9-a965-205162d71b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-584fa14e-dfea-43f9-a965-205162d71b63-root {
    text-align: center;
  }


#s-584fa14e-dfea-43f9-a965-205162d71b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-584fa14e-dfea-43f9-a965-205162d71b63-root {
    text-align: center;
  }


#s-584fa14e-dfea-43f9-a965-205162d71b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-7ff112af-a7dc-4f00-8a86-df40f202785b {
  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-7ff112af-a7dc-4f00-8a86-df40f202785b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ff112af-a7dc-4f00-8a86-df40f202785b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ff112af-a7dc-4f00-8a86-df40f202785b-root {
    text-align: center;
  }


#s-7ff112af-a7dc-4f00-8a86-df40f202785b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ff112af-a7dc-4f00-8a86-df40f202785b-root {
    text-align: center;
  }


#s-7ff112af-a7dc-4f00-8a86-df40f202785b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ff112af-a7dc-4f00-8a86-df40f202785b-root {
    text-align: center;
  }


#s-7ff112af-a7dc-4f00-8a86-df40f202785b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ff112af-a7dc-4f00-8a86-df40f202785b-root {
    text-align: center;
  }


#s-7ff112af-a7dc-4f00-8a86-df40f202785b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ff112af-a7dc-4f00-8a86-df40f202785b-root {
    text-align: center;
  }


#s-7ff112af-a7dc-4f00-8a86-df40f202785b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-01ff0f01-1598-401a-a286-b61e796962f9 hr {
  border-top: 2px solid #ddd;
}

#s-2b7f5ff4-4dc6-4d80-bda8-1b8d5bd5c205 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-7e20710c-3145-45e0-b8dd-970824ed01bc {
  padding-left: 3%;
padding-right: 3%;
}

#s-7e20710c-3145-45e0-b8dd-970824ed01bc .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-7e20710c-3145-45e0-b8dd-970824ed01bc table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7e20710c-3145-45e0-b8dd-970824ed01bc td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-7e20710c-3145-45e0-b8dd-970824ed01bc td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7e20710c-3145-45e0-b8dd-970824ed01bc td.shogun-table-column, #s-7e20710c-3145-45e0-b8dd-970824ed01bc td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-53157cc8-4d5b-48ad-9563-f7a0cc246a92 {
  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-53157cc8-4d5b-48ad-9563-f7a0cc246a92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53157cc8-4d5b-48ad-9563-f7a0cc246a92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-53157cc8-4d5b-48ad-9563-f7a0cc246a92-root {
    text-align: center;
  }


#s-53157cc8-4d5b-48ad-9563-f7a0cc246a92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-53157cc8-4d5b-48ad-9563-f7a0cc246a92-root {
    text-align: center;
  }


#s-53157cc8-4d5b-48ad-9563-f7a0cc246a92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53157cc8-4d5b-48ad-9563-f7a0cc246a92-root {
    text-align: center;
  }


#s-53157cc8-4d5b-48ad-9563-f7a0cc246a92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53157cc8-4d5b-48ad-9563-f7a0cc246a92-root {
    text-align: center;
  }


#s-53157cc8-4d5b-48ad-9563-f7a0cc246a92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-53157cc8-4d5b-48ad-9563-f7a0cc246a92-root {
    text-align: center;
  }


#s-53157cc8-4d5b-48ad-9563-f7a0cc246a92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d4d5aca6-5574-4ec1-b508-01dc79190fdc {
  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-d4d5aca6-5574-4ec1-b508-01dc79190fdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4d5aca6-5574-4ec1-b508-01dc79190fdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4d5aca6-5574-4ec1-b508-01dc79190fdc-root {
    text-align: center;
  }


#s-d4d5aca6-5574-4ec1-b508-01dc79190fdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d4d5aca6-5574-4ec1-b508-01dc79190fdc-root {
    text-align: center;
  }


#s-d4d5aca6-5574-4ec1-b508-01dc79190fdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4d5aca6-5574-4ec1-b508-01dc79190fdc-root {
    text-align: center;
  }


#s-d4d5aca6-5574-4ec1-b508-01dc79190fdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4d5aca6-5574-4ec1-b508-01dc79190fdc-root {
    text-align: center;
  }


#s-d4d5aca6-5574-4ec1-b508-01dc79190fdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d4d5aca6-5574-4ec1-b508-01dc79190fdc-root {
    text-align: center;
  }


#s-d4d5aca6-5574-4ec1-b508-01dc79190fdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-07245374-5793-42d9-97e2-cc865eea372d {
  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-07245374-5793-42d9-97e2-cc865eea372d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07245374-5793-42d9-97e2-cc865eea372d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07245374-5793-42d9-97e2-cc865eea372d-root {
    text-align: center;
  }


#s-07245374-5793-42d9-97e2-cc865eea372d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-07245374-5793-42d9-97e2-cc865eea372d-root {
    text-align: center;
  }


#s-07245374-5793-42d9-97e2-cc865eea372d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07245374-5793-42d9-97e2-cc865eea372d-root {
    text-align: center;
  }


#s-07245374-5793-42d9-97e2-cc865eea372d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07245374-5793-42d9-97e2-cc865eea372d-root {
    text-align: center;
  }


#s-07245374-5793-42d9-97e2-cc865eea372d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-07245374-5793-42d9-97e2-cc865eea372d-root {
    text-align: center;
  }


#s-07245374-5793-42d9-97e2-cc865eea372d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3 {
  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-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3-root {
    text-align: center;
  }


#s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3-root {
    text-align: center;
  }


#s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3-root {
    text-align: center;
  }


#s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3-root {
    text-align: center;
  }


#s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3-root {
    text-align: center;
  }


#s-d2ab825c-a2ad-45d9-babf-7bfac9ba31e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1cd92a6b-c399-4e1e-8652-d3390bdd817a {
  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-1cd92a6b-c399-4e1e-8652-d3390bdd817a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cd92a6b-c399-4e1e-8652-d3390bdd817a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cd92a6b-c399-4e1e-8652-d3390bdd817a-root {
    text-align: center;
  }


#s-1cd92a6b-c399-4e1e-8652-d3390bdd817a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1cd92a6b-c399-4e1e-8652-d3390bdd817a-root {
    text-align: center;
  }


#s-1cd92a6b-c399-4e1e-8652-d3390bdd817a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cd92a6b-c399-4e1e-8652-d3390bdd817a-root {
    text-align: center;
  }


#s-1cd92a6b-c399-4e1e-8652-d3390bdd817a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cd92a6b-c399-4e1e-8652-d3390bdd817a-root {
    text-align: center;
  }


#s-1cd92a6b-c399-4e1e-8652-d3390bdd817a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1cd92a6b-c399-4e1e-8652-d3390bdd817a-root {
    text-align: center;
  }


#s-1cd92a6b-c399-4e1e-8652-d3390bdd817a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e97083b2-5cf5-4436-bdc1-7bb5028d3766 hr {
  border-top: 2px solid #ddd;
}

#s-a5415e62-2841-4cfd-9371-39997e0650c1 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-41c3fee6-f4cc-476d-9be4-469165282baf {
  padding-left: 3%;
padding-right: 3%;
}

#s-41c3fee6-f4cc-476d-9be4-469165282baf .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-41c3fee6-f4cc-476d-9be4-469165282baf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-41c3fee6-f4cc-476d-9be4-469165282baf td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-41c3fee6-f4cc-476d-9be4-469165282baf td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-41c3fee6-f4cc-476d-9be4-469165282baf td.shogun-table-column, #s-41c3fee6-f4cc-476d-9be4-469165282baf td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-b58420aa-fdbb-40b8-8a97-3fd503a2277e {
  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-b58420aa-fdbb-40b8-8a97-3fd503a2277e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b58420aa-fdbb-40b8-8a97-3fd503a2277e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b58420aa-fdbb-40b8-8a97-3fd503a2277e-root {
    text-align: center;
  }


#s-b58420aa-fdbb-40b8-8a97-3fd503a2277e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b58420aa-fdbb-40b8-8a97-3fd503a2277e-root {
    text-align: center;
  }


#s-b58420aa-fdbb-40b8-8a97-3fd503a2277e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b58420aa-fdbb-40b8-8a97-3fd503a2277e-root {
    text-align: center;
  }


#s-b58420aa-fdbb-40b8-8a97-3fd503a2277e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b58420aa-fdbb-40b8-8a97-3fd503a2277e-root {
    text-align: center;
  }


#s-b58420aa-fdbb-40b8-8a97-3fd503a2277e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b58420aa-fdbb-40b8-8a97-3fd503a2277e-root {
    text-align: center;
  }


#s-b58420aa-fdbb-40b8-8a97-3fd503a2277e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-48094aab-8913-4e76-bf9e-58eb113cbdea {
  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-48094aab-8913-4e76-bf9e-58eb113cbdea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48094aab-8913-4e76-bf9e-58eb113cbdea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48094aab-8913-4e76-bf9e-58eb113cbdea-root {
    text-align: center;
  }


#s-48094aab-8913-4e76-bf9e-58eb113cbdea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-48094aab-8913-4e76-bf9e-58eb113cbdea-root {
    text-align: center;
  }


#s-48094aab-8913-4e76-bf9e-58eb113cbdea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48094aab-8913-4e76-bf9e-58eb113cbdea-root {
    text-align: center;
  }


#s-48094aab-8913-4e76-bf9e-58eb113cbdea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48094aab-8913-4e76-bf9e-58eb113cbdea-root {
    text-align: center;
  }


#s-48094aab-8913-4e76-bf9e-58eb113cbdea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-48094aab-8913-4e76-bf9e-58eb113cbdea-root {
    text-align: center;
  }


#s-48094aab-8913-4e76-bf9e-58eb113cbdea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-08d4750b-eb64-4996-bff5-3c4494146a28 {
  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-08d4750b-eb64-4996-bff5-3c4494146a28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08d4750b-eb64-4996-bff5-3c4494146a28:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08d4750b-eb64-4996-bff5-3c4494146a28-root {
    text-align: center;
  }


#s-08d4750b-eb64-4996-bff5-3c4494146a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-08d4750b-eb64-4996-bff5-3c4494146a28-root {
    text-align: center;
  }


#s-08d4750b-eb64-4996-bff5-3c4494146a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08d4750b-eb64-4996-bff5-3c4494146a28-root {
    text-align: center;
  }


#s-08d4750b-eb64-4996-bff5-3c4494146a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08d4750b-eb64-4996-bff5-3c4494146a28-root {
    text-align: center;
  }


#s-08d4750b-eb64-4996-bff5-3c4494146a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-08d4750b-eb64-4996-bff5-3c4494146a28-root {
    text-align: center;
  }


#s-08d4750b-eb64-4996-bff5-3c4494146a28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-44648c96-8fa9-43f3-8cd8-3153c25a5632 {
  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-44648c96-8fa9-43f3-8cd8-3153c25a5632:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44648c96-8fa9-43f3-8cd8-3153c25a5632:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-44648c96-8fa9-43f3-8cd8-3153c25a5632-root {
    text-align: center;
  }


#s-44648c96-8fa9-43f3-8cd8-3153c25a5632.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-44648c96-8fa9-43f3-8cd8-3153c25a5632-root {
    text-align: center;
  }


#s-44648c96-8fa9-43f3-8cd8-3153c25a5632.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44648c96-8fa9-43f3-8cd8-3153c25a5632-root {
    text-align: center;
  }


#s-44648c96-8fa9-43f3-8cd8-3153c25a5632.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44648c96-8fa9-43f3-8cd8-3153c25a5632-root {
    text-align: center;
  }


#s-44648c96-8fa9-43f3-8cd8-3153c25a5632.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-44648c96-8fa9-43f3-8cd8-3153c25a5632-root {
    text-align: center;
  }


#s-44648c96-8fa9-43f3-8cd8-3153c25a5632.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d2f7d28f-f0fe-4d94-825a-43c77b3e8a72 {
  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-a7733b01-899e-4833-83ed-39f9b74d182f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-a7733b01-899e-4833-83ed-39f9b74d182f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a7733b01-899e-4833-83ed-39f9b74d182f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a7733b01-899e-4833-83ed-39f9b74d182f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7733b01-899e-4833-83ed-39f9b74d182f"] > .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-5bdea1b4-b48c-4e9c-ae73-7033c77074bf {
  text-align: center;
}







  #s-5bdea1b4-b48c-4e9c-ae73-7033c77074bf img.shogun-image {
    

    
    
    
  }


#s-5bdea1b4-b48c-4e9c-ae73-7033c77074bf .shogun-image-content {
  
    align-items: center;
  
}

#s-e225082f-93a3-4732-9bfb-8eb543e1ee11 {
  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-e225082f-93a3-4732-9bfb-8eb543e1ee11 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-f64171f9-493c-421a-b939-41243e11decc {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f64171f9-493c-421a-b939-41243e11decc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f64171f9-493c-421a-b939-41243e11decc .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f12095c0-c016-4a2b-b1ed-73c1042099c5 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f12095c0-c016-4a2b-b1ed-73c1042099c5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f12095c0-c016-4a2b-b1ed-73c1042099c5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-3abf8dd2-7fc2-4c3f-9162-99906de1c920 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-3abf8dd2-7fc2-4c3f-9162-99906de1c920 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-3abf8dd2-7fc2-4c3f-9162-99906de1c920 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ab7b2e32-d391-42e6-bae7-240eab0415fb {
  text-align: center;
}







  #s-ab7b2e32-d391-42e6-bae7-240eab0415fb img.shogun-image {
    

    
    
    
  }


#s-ab7b2e32-d391-42e6-bae7-240eab0415fb .shogun-image-content {
  
    align-items: center;
  
}

#s-cee52a71-050c-44e2-a71f-8825ba010bfb {
  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-cee52a71-050c-44e2-a71f-8825ba010bfb .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-684c02d5-e66b-4278-9b3d-4f883ec07453 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-684c02d5-e66b-4278-9b3d-4f883ec07453 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-684c02d5-e66b-4278-9b3d-4f883ec07453 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-2bd2183e-e1ef-4eaf-8f68-3f0a69f8b5a9 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2bd2183e-e1ef-4eaf-8f68-3f0a69f8b5a9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2bd2183e-e1ef-4eaf-8f68-3f0a69f8b5a9 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-2f19a2ce-ff15-432e-9f2c-0e67d27335fe {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2f19a2ce-ff15-432e-9f2c-0e67d27335fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2f19a2ce-ff15-432e-9f2c-0e67d27335fe .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f6972e29-3aca-4a20-a14c-595855db1ffc {
  text-align: center;
}







  #s-f6972e29-3aca-4a20-a14c-595855db1ffc img.shogun-image {
    

    
    
    
  }


#s-f6972e29-3aca-4a20-a14c-595855db1ffc .shogun-image-content {
  
    align-items: center;
  
}

#s-2ed31853-c7c6-478e-b532-fdbfb8e5aff0 {
  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-2ed31853-c7c6-478e-b532-fdbfb8e5aff0 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-8fab71fb-51aa-4a8c-8dc1-647bcc5acf10 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8fab71fb-51aa-4a8c-8dc1-647bcc5acf10 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8fab71fb-51aa-4a8c-8dc1-647bcc5acf10 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d6f05fbb-dc7a-4b5a-99f9-60b90079f464 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d6f05fbb-dc7a-4b5a-99f9-60b90079f464 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d6f05fbb-dc7a-4b5a-99f9-60b90079f464 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b8002ca7-f96f-4f8d-bcbe-cd65a41c9928 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b8002ca7-f96f-4f8d-bcbe-cd65a41c9928 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b8002ca7-f96f-4f8d-bcbe-cd65a41c9928 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-3f0fc1f3-a4be-4aef-9d16-3b8efd3ec2ee {
  text-align: center;
}







  #s-3f0fc1f3-a4be-4aef-9d16-3b8efd3ec2ee img.shogun-image {
    

    
    
    
  }


#s-3f0fc1f3-a4be-4aef-9d16-3b8efd3ec2ee .shogun-image-content {
  
    align-items: center;
  
}

#s-60fd5026-49bd-44ad-84ac-cfa41661ad3d {
  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-60fd5026-49bd-44ad-84ac-cfa41661ad3d .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-699a5710-71cd-44ba-a060-abd18d617ab5 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-699a5710-71cd-44ba-a060-abd18d617ab5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-699a5710-71cd-44ba-a060-abd18d617ab5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-178a0eb9-6ef1-4d40-8b52-6e2ed6173621 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-178a0eb9-6ef1-4d40-8b52-6e2ed6173621 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-178a0eb9-6ef1-4d40-8b52-6e2ed6173621 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5841d549-e691-40aa-9587-1e037e8adb02 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5841d549-e691-40aa-9587-1e037e8adb02 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5841d549-e691-40aa-9587-1e037e8adb02 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f579385a-ebca-443a-a3ad-3353a938ace3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-f579385a-ebca-443a-a3ad-3353a938ace3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f579385a-ebca-443a-a3ad-3353a938ace3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f579385a-ebca-443a-a3ad-3353a938ace3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f579385a-ebca-443a-a3ad-3353a938ace3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-5d638016-45ce-40da-a738-adf2d59699f2 {
  text-align: center;
}







  #s-5d638016-45ce-40da-a738-adf2d59699f2 img.shogun-image {
    

    
    
    
  }


#s-5d638016-45ce-40da-a738-adf2d59699f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-971ae8a1-c867-4b10-8f9a-ebd4d8631023 {
  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-971ae8a1-c867-4b10-8f9a-ebd4d8631023 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-6ff535ac-89ab-4c47-9d16-2172dfc7a785 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-6ff535ac-89ab-4c47-9d16-2172dfc7a785 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-6ff535ac-89ab-4c47-9d16-2172dfc7a785 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-2de9142e-602d-4e18-9414-c7cf136a9e19 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2de9142e-602d-4e18-9414-c7cf136a9e19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2de9142e-602d-4e18-9414-c7cf136a9e19 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-673bad94-2e11-4376-9dfe-48ad7f51daa5 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-673bad94-2e11-4376-9dfe-48ad7f51daa5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-673bad94-2e11-4376-9dfe-48ad7f51daa5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a166f2f2-2f0c-46ba-b177-f2783f0358f6 {
  text-align: center;
}







  #s-a166f2f2-2f0c-46ba-b177-f2783f0358f6 img.shogun-image {
    

    
    
    
  }


#s-a166f2f2-2f0c-46ba-b177-f2783f0358f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e944ab9-9d72-4649-b138-b80d4cd78bf3 {
  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-5e944ab9-9d72-4649-b138-b80d4cd78bf3 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-741e742c-80c4-4aab-80d6-cddf1c4bff69 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-741e742c-80c4-4aab-80d6-cddf1c4bff69 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-741e742c-80c4-4aab-80d6-cddf1c4bff69 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-79bae657-d3b6-46d0-bbba-cbb1c7b84778 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-79bae657-d3b6-46d0-bbba-cbb1c7b84778 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-79bae657-d3b6-46d0-bbba-cbb1c7b84778 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-7bd4b1ca-37de-479d-82a8-4ad40206c89f {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-7bd4b1ca-37de-479d-82a8-4ad40206c89f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7bd4b1ca-37de-479d-82a8-4ad40206c89f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-540305bd-0030-4d43-a0f6-d3691b7a91dc {
  text-align: center;
}







  #s-540305bd-0030-4d43-a0f6-d3691b7a91dc img.shogun-image {
    

    
    
    
  }


#s-540305bd-0030-4d43-a0f6-d3691b7a91dc .shogun-image-content {
  
    align-items: center;
  
}

#s-c41cbbc0-abb4-435a-a035-6f69fd1ba51f {
  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-c41cbbc0-abb4-435a-a035-6f69fd1ba51f .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-757533d7-0015-4f58-8896-0730c8837309 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-757533d7-0015-4f58-8896-0730c8837309 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-757533d7-0015-4f58-8896-0730c8837309 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-fbff4d64-717e-46f0-b88f-75a10a6a512b {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-fbff4d64-717e-46f0-b88f-75a10a6a512b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-fbff4d64-717e-46f0-b88f-75a10a6a512b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-59bf4b1d-5f79-4089-9701-f62ca61a2ecd {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-59bf4b1d-5f79-4089-9701-f62ca61a2ecd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-59bf4b1d-5f79-4089-9701-f62ca61a2ecd .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a04d09e2-6868-441f-b796-9e036dcfa4b5 {
  text-align: center;
}







  #s-a04d09e2-6868-441f-b796-9e036dcfa4b5 img.shogun-image {
    

    
    
    
  }


#s-a04d09e2-6868-441f-b796-9e036dcfa4b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-725e1abf-9736-4ad4-89c7-8bc7de51f1ca {
  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-725e1abf-9736-4ad4-89c7-8bc7de51f1ca .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-84b8c9a4-de6f-47b2-976c-754f4ab86340 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-84b8c9a4-de6f-47b2-976c-754f4ab86340 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-84b8c9a4-de6f-47b2-976c-754f4ab86340 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d3163e9f-4e18-40ec-b898-658133621d81 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d3163e9f-4e18-40ec-b898-658133621d81 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d3163e9f-4e18-40ec-b898-658133621d81 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4ee546d1-7e20-4091-b21d-43cc1e48102e {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4ee546d1-7e20-4091-b21d-43cc1e48102e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4ee546d1-7e20-4091-b21d-43cc1e48102e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-81cbe7b5-8d00-4c05-96ca-85a2a0d2a7ba {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-81cbe7b5-8d00-4c05-96ca-85a2a0d2a7ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-81cbe7b5-8d00-4c05-96ca-85a2a0d2a7ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-81cbe7b5-8d00-4c05-96ca-85a2a0d2a7ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-81cbe7b5-8d00-4c05-96ca-85a2a0d2a7ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-94426e0e-f55a-4998-a388-d8be87f5ab68 {
  text-align: center;
}







  #s-94426e0e-f55a-4998-a388-d8be87f5ab68 img.shogun-image {
    

    
    
    
  }


#s-94426e0e-f55a-4998-a388-d8be87f5ab68 .shogun-image-content {
  
    align-items: center;
  
}

#s-09a874e8-9f66-457a-994d-6ae7bb5950e7 {
  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-09a874e8-9f66-457a-994d-6ae7bb5950e7 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-17a63bd5-ff50-4b60-b828-a6d13f2f3b46 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-17a63bd5-ff50-4b60-b828-a6d13f2f3b46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-17a63bd5-ff50-4b60-b828-a6d13f2f3b46 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-6f8f5757-7a38-4934-bdf3-2c89723a9a0a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-6f8f5757-7a38-4934-bdf3-2c89723a9a0a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-6f8f5757-7a38-4934-bdf3-2c89723a9a0a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9f55f2bd-c4f1-497d-94de-4a088e2f1772 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9f55f2bd-c4f1-497d-94de-4a088e2f1772 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9f55f2bd-c4f1-497d-94de-4a088e2f1772 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d4772da7-9a2e-4bed-b82f-d43257d78316 {
  text-align: center;
}







  #s-d4772da7-9a2e-4bed-b82f-d43257d78316 img.shogun-image {
    

    
    
    
  }


#s-d4772da7-9a2e-4bed-b82f-d43257d78316 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3f3d4fe-5ab9-425e-a3dc-1113ca25f108 {
  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-c3f3d4fe-5ab9-425e-a3dc-1113ca25f108 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-077f82d4-0014-4667-bd58-feb1d36449de {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-077f82d4-0014-4667-bd58-feb1d36449de .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-077f82d4-0014-4667-bd58-feb1d36449de .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ed6dfc56-188f-484e-86db-9a07c0a82383 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ed6dfc56-188f-484e-86db-9a07c0a82383 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ed6dfc56-188f-484e-86db-9a07c0a82383 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-09cf73a6-27c5-493e-844a-956849629886 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-09cf73a6-27c5-493e-844a-956849629886 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-09cf73a6-27c5-493e-844a-956849629886 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-6f9fffa3-2421-43bf-98a1-ce90177d932e {
  text-align: center;
}







  #s-6f9fffa3-2421-43bf-98a1-ce90177d932e img.shogun-image {
    

    
    
    
  }


#s-6f9fffa3-2421-43bf-98a1-ce90177d932e .shogun-image-content {
  
    align-items: center;
  
}

#s-d010dc02-d956-47ad-8950-25542a8e8e5e {
  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-d010dc02-d956-47ad-8950-25542a8e8e5e .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-b8e36e60-7cc7-44ee-808d-e687106e044e {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b8e36e60-7cc7-44ee-808d-e687106e044e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b8e36e60-7cc7-44ee-808d-e687106e044e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-1d23b050-12d9-4a43-a9d8-fe6aedfdd403 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-1d23b050-12d9-4a43-a9d8-fe6aedfdd403 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1d23b050-12d9-4a43-a9d8-fe6aedfdd403 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-7bd0925a-f694-45cb-b3c5-09dc730b4fc6 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-7bd0925a-f694-45cb-b3c5-09dc730b4fc6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7bd0925a-f694-45cb-b3c5-09dc730b4fc6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b62c71ec-64bf-4996-86a0-9884f49dc901 {
  text-align: center;
}







  #s-b62c71ec-64bf-4996-86a0-9884f49dc901 img.shogun-image {
    

    
    
    
  }


#s-b62c71ec-64bf-4996-86a0-9884f49dc901 .shogun-image-content {
  
    align-items: center;
  
}

#s-69b3f10f-4d21-4aa7-abf2-1d396bf90aae {
  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-69b3f10f-4d21-4aa7-abf2-1d396bf90aae .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-cd097215-5c8f-4447-840b-d07e76d75c63 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-cd097215-5c8f-4447-840b-d07e76d75c63 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-cd097215-5c8f-4447-840b-d07e76d75c63 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-10045657-ba5e-4bc0-bc64-abb10c0a08a7 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-10045657-ba5e-4bc0-bc64-abb10c0a08a7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-10045657-ba5e-4bc0-bc64-abb10c0a08a7 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9a2ef444-5b3f-444b-8f3b-5b21b7d43c19 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9a2ef444-5b3f-444b-8f3b-5b21b7d43c19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9a2ef444-5b3f-444b-8f3b-5b21b7d43c19 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-1ccee638-6221-4823-9b68-328d15e894e4 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-1ccee638-6221-4823-9b68-328d15e894e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1ccee638-6221-4823-9b68-328d15e894e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1ccee638-6221-4823-9b68-328d15e894e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ccee638-6221-4823-9b68-328d15e894e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-cf5b3a00-8ace-482d-8e86-f99adf3b293a {
  text-align: center;
}







  #s-cf5b3a00-8ace-482d-8e86-f99adf3b293a img.shogun-image {
    

    
    
    
  }


#s-cf5b3a00-8ace-482d-8e86-f99adf3b293a .shogun-image-content {
  
    align-items: center;
  
}

#s-8805a158-e6d2-4e6f-a73f-56c2111091cf {
  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-8805a158-e6d2-4e6f-a73f-56c2111091cf .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-7ba88211-814f-4787-93b0-4527b191975f {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-7ba88211-814f-4787-93b0-4527b191975f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7ba88211-814f-4787-93b0-4527b191975f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ea680363-c8c1-4f1b-9cda-29099c1d7dac {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ea680363-c8c1-4f1b-9cda-29099c1d7dac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ea680363-c8c1-4f1b-9cda-29099c1d7dac .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-69e51444-a50b-468b-85ae-f4675154fbd6 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-69e51444-a50b-468b-85ae-f4675154fbd6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-69e51444-a50b-468b-85ae-f4675154fbd6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-3392eaa3-2bef-483e-bd18-9014cf23435f {
  text-align: center;
}







  #s-3392eaa3-2bef-483e-bd18-9014cf23435f img.shogun-image {
    

    
    
    
  }


#s-3392eaa3-2bef-483e-bd18-9014cf23435f .shogun-image-content {
  
    align-items: center;
  
}

#s-bac1311b-eb96-410c-a09b-f6b95616635b {
  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-bac1311b-eb96-410c-a09b-f6b95616635b .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-4bb4b00c-6890-41fd-8d3d-fe7f6344911d {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4bb4b00c-6890-41fd-8d3d-fe7f6344911d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4bb4b00c-6890-41fd-8d3d-fe7f6344911d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9feac9ff-81e7-44a1-a53a-2a300d2330c4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9feac9ff-81e7-44a1-a53a-2a300d2330c4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9feac9ff-81e7-44a1-a53a-2a300d2330c4 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f84c23eb-8024-4146-b3b8-87198dbd08bd {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f84c23eb-8024-4146-b3b8-87198dbd08bd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f84c23eb-8024-4146-b3b8-87198dbd08bd .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-762b239f-beee-4d8c-89b5-2b1696296da2 {
  text-align: center;
}







  #s-762b239f-beee-4d8c-89b5-2b1696296da2 img.shogun-image {
    

    
    
    
  }


#s-762b239f-beee-4d8c-89b5-2b1696296da2 .shogun-image-content {
  
    align-items: center;
  
}

#s-287311c9-818e-4d8f-b2e5-7e62e9fcfdb3 {
  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-287311c9-818e-4d8f-b2e5-7e62e9fcfdb3 .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-4c9ad15b-e527-489d-acbe-fcb2e6e40ee7 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4c9ad15b-e527-489d-acbe-fcb2e6e40ee7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4c9ad15b-e527-489d-acbe-fcb2e6e40ee7 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-3e26e97d-6c95-41c8-8c9f-3e29e67ed3df {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-3e26e97d-6c95-41c8-8c9f-3e29e67ed3df .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-3e26e97d-6c95-41c8-8c9f-3e29e67ed3df .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a8b27de6-a47f-43a5-b84f-1205cd02314a {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a8b27de6-a47f-43a5-b84f-1205cd02314a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a8b27de6-a47f-43a5-b84f-1205cd02314a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b88fc666-fc4e-4edc-b741-17394048dd0c {
  text-align: center;
}







  #s-b88fc666-fc4e-4edc-b741-17394048dd0c img.shogun-image {
    

    
    
    
  }


#s-b88fc666-fc4e-4edc-b741-17394048dd0c .shogun-image-content {
  
    align-items: center;
  
}

#s-46e9e626-5830-4ad1-bd05-1fea0963fadf {
  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-46e9e626-5830-4ad1-bd05-1fea0963fadf .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-da6bb630-c230-4cef-8331-0141b149a21b {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-da6bb630-c230-4cef-8331-0141b149a21b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-da6bb630-c230-4cef-8331-0141b149a21b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-2cda397e-c558-4ae9-bc09-476cce8243b9 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2cda397e-c558-4ae9-bc09-476cce8243b9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2cda397e-c558-4ae9-bc09-476cce8243b9 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-94f448ee-7879-4870-b8b3-e2f4a32e1f42 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-94f448ee-7879-4870-b8b3-e2f4a32e1f42 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-94f448ee-7879-4870-b8b3-e2f4a32e1f42 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-bd130619-a3cf-42e4-bdfe-d947fbb2417c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-bd130619-a3cf-42e4-bdfe-d947fbb2417c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bd130619-a3cf-42e4-bdfe-d947fbb2417c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bd130619-a3cf-42e4-bdfe-d947fbb2417c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd130619-a3cf-42e4-bdfe-d947fbb2417c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-285b1ca8-afc0-495d-9b0b-749b53d209a1 {
  text-align: center;
}







  #s-285b1ca8-afc0-495d-9b0b-749b53d209a1 img.shogun-image {
    

    
    
    
  }


#s-285b1ca8-afc0-495d-9b0b-749b53d209a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bff3b82-4b36-43d0-9674-ca29cb6a3636 {
  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-9bff3b82-4b36-43d0-9674-ca29cb6a3636 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-18a24f71-3b71-4e39-bcbe-9919c5db0fd4 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-18a24f71-3b71-4e39-bcbe-9919c5db0fd4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-18a24f71-3b71-4e39-bcbe-9919c5db0fd4 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-cbe30612-3c3c-40ec-8511-493ee947afa2 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-cbe30612-3c3c-40ec-8511-493ee947afa2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-cbe30612-3c3c-40ec-8511-493ee947afa2 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f604035e-2419-4ff4-88f5-c67486024484 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f604035e-2419-4ff4-88f5-c67486024484 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f604035e-2419-4ff4-88f5-c67486024484 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b938392a-bd81-49f5-bb98-edfa22f3569c {
  text-align: center;
}







  #s-b938392a-bd81-49f5-bb98-edfa22f3569c img.shogun-image {
    

    
    
    
  }


#s-b938392a-bd81-49f5-bb98-edfa22f3569c .shogun-image-content {
  
    align-items: center;
  
}

#s-7240ecbc-9bdf-4e90-ac7e-9de916aa0ed8 {
  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-7240ecbc-9bdf-4e90-ac7e-9de916aa0ed8 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-c4e1d519-54f8-48e6-90b5-32f5eed28af0 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c4e1d519-54f8-48e6-90b5-32f5eed28af0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c4e1d519-54f8-48e6-90b5-32f5eed28af0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-362e7e49-7f20-4e7a-9005-fd342d838290 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-362e7e49-7f20-4e7a-9005-fd342d838290 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-362e7e49-7f20-4e7a-9005-fd342d838290 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b387c91f-7d53-4185-b9ad-326bb9914fc6 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b387c91f-7d53-4185-b9ad-326bb9914fc6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b387c91f-7d53-4185-b9ad-326bb9914fc6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-3ecafd63-af5f-40df-bb03-9221ac339c80 {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-a3ca068c-8963-4bbd-b13f-f3e428377a74 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-a3ca068c-8963-4bbd-b13f-f3e428377a74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3ca068c-8963-4bbd-b13f-f3e428377a74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ca068c-8963-4bbd-b13f-f3e428377a74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ca068c-8963-4bbd-b13f-f3e428377a74"] > .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;
}

.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;
  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-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
      position: relative;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
      position: relative;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
      position: relative;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
      position: relative;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-da2f06d6-dbb1-474d-a6e9-ce7865695402 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container {
      position: relative;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2f06d6-dbb1-474d-a6e9-ce7865695402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-f359222c-d1d1-43c7-9a12-dd2268d11f10 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjZhYzQ5MTAtMmEzZC00NzZlLWE4MmItNTU2N2QxZjMxNGQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNmFjNDkxMC0yYTNkLTQ3NmUtYTgyYi01NTY3ZDFmMzE0ZDMpIi8+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-f359222c-d1d1-43c7-9a12-dd2268d11f10:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f359222c-d1d1-43c7-9a12-dd2268d11f10:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f359222c-d1d1-43c7-9a12-dd2268d11f10-root {
    text-align: center;
  }


#s-f359222c-d1d1-43c7-9a12-dd2268d11f10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f359222c-d1d1-43c7-9a12-dd2268d11f10-root {
    text-align: center;
  }


#s-f359222c-d1d1-43c7-9a12-dd2268d11f10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f359222c-d1d1-43c7-9a12-dd2268d11f10-root {
    text-align: center;
  }


#s-f359222c-d1d1-43c7-9a12-dd2268d11f10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f359222c-d1d1-43c7-9a12-dd2268d11f10-root {
    text-align: center;
  }


#s-f359222c-d1d1-43c7-9a12-dd2268d11f10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f359222c-d1d1-43c7-9a12-dd2268d11f10-root {
    text-align: center;
  }


#s-f359222c-d1d1-43c7-9a12-dd2268d11f10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-791ff496-b9b8-48bd-8cb6-025127106fdc {
  margin-left: auto;
margin-right: auto;
}

#s-791ff496-b9b8-48bd-8cb6-025127106fdc hr {
  border-top: 2px solid #ddd;
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}



.shg-image-margin-container-s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  margin: 0 !important;
  overflow: hidden;
}






.s-8418fd72-1f26-4174-bddc-4dc94766bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  margin: 0 !important;
  overflow: hidden;
}






.s-8418fd72-1f26-4174-bddc-4dc94766bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  margin: 0 !important;
  overflow: hidden;
}






.s-8418fd72-1f26-4174-bddc-4dc94766bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  margin: 0 !important;
  overflow: hidden;
}






.s-8418fd72-1f26-4174-bddc-4dc94766bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73 {
  margin: 0 !important;
  overflow: hidden;
}






.s-8418fd72-1f26-4174-bddc-4dc94766bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8418fd72-1f26-4174-bddc-4dc94766bb73.shogun-image {
  box-sizing: border-box;
}




}
#s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7 {
  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-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7-root {
    text-align: center;
  }


#s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7-root {
    text-align: center;
  }


#s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7-root {
    text-align: center;
  }


#s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7-root {
    text-align: center;
  }


#s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7-root {
    text-align: center;
  }


#s-f60ca2fa-e4c0-4139-aa80-3d32a3d51bc7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a7e0ee8d-0f5b-4bc8-8667-0a8c94e68faf {
  margin-left: auto;
margin-right: auto;
}

#s-a7e0ee8d-0f5b-4bc8-8667-0a8c94e68faf hr {
  border-top: 2px solid #ddd;
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
      position: relative;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
      position: relative;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
      position: relative;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
      position: relative;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container {
      position: relative;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee3e8a69-27b4-46f1-9df8-a139e5972fd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc {
  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-7cdee944-6a4b-4536-ad74-600a1f2cf7bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc-root {
    text-align: center;
  }


#s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc-root {
    text-align: center;
  }


#s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc-root {
    text-align: center;
  }


#s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc-root {
    text-align: center;
  }


#s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc-root {
    text-align: center;
  }


#s-7cdee944-6a4b-4536-ad74-600a1f2cf7bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-35f3ce7c-6df3-44fb-b5f7-c9a5a9105838 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;
}
