.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/947999a4-f4f0-486e-8ff6-2cc6d0f405cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








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

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

#s-89bdeec3-1d3d-49c3-a80c-d9b16dd2ade1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 960px;
}








#s-89bdeec3-1d3d-49c3-a80c-d9b16dd2ade1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89bdeec3-1d3d-49c3-a80c-d9b16dd2ade1.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-bottom: 2%;
margin-right: 13%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

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



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

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

#s-c7648559-e231-408b-ac17-d47cf213a0fb {
  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-8de5e3d1-03c7-452e-8c49-bc1644e41ed6 {
  margin-left: 3%;
margin-right: 3%;
}

#s-8de5e3d1-03c7-452e-8c49-bc1644e41ed6 .shg-proportional-font-size,
#s-8de5e3d1-03c7-452e-8c49-bc1644e41ed6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e7b63ab2-fc0a-41ff-9a06-8d7c2fc53a55 {
  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-3e53c067-396d-4943-8d03-fae158f9c1ac {
  padding-left: 3%;
padding-right: 3%;
}

#s-3e53c067-396d-4943-8d03-fae158f9c1ac .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-3e53c067-396d-4943-8d03-fae158f9c1ac table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3e53c067-396d-4943-8d03-fae158f9c1ac td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-3e53c067-396d-4943-8d03-fae158f9c1ac td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-3e53c067-396d-4943-8d03-fae158f9c1ac td.shogun-table-column, #s-3e53c067-396d-4943-8d03-fae158f9c1ac 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-c691a657-07f9-4800-a893-60b402c42387 {
  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-c691a657-07f9-4800-a893-60b402c42387:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c691a657-07f9-4800-a893-60b402c42387:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c691a657-07f9-4800-a893-60b402c42387-root {
    text-align: center;
  }


#s-c691a657-07f9-4800-a893-60b402c42387.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c691a657-07f9-4800-a893-60b402c42387-root {
    text-align: center;
  }


#s-c691a657-07f9-4800-a893-60b402c42387.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c691a657-07f9-4800-a893-60b402c42387-root {
    text-align: center;
  }


#s-c691a657-07f9-4800-a893-60b402c42387.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c691a657-07f9-4800-a893-60b402c42387-root {
    text-align: center;
  }


#s-c691a657-07f9-4800-a893-60b402c42387.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c691a657-07f9-4800-a893-60b402c42387-root {
    text-align: center;
  }


#s-c691a657-07f9-4800-a893-60b402c42387.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-9a1bc438-b97c-4f7f-98be-a3d498304fc1 {
  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-9a1bc438-b97c-4f7f-98be-a3d498304fc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a1bc438-b97c-4f7f-98be-a3d498304fc1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a1bc438-b97c-4f7f-98be-a3d498304fc1-root {
    text-align: center;
  }


#s-9a1bc438-b97c-4f7f-98be-a3d498304fc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a1bc438-b97c-4f7f-98be-a3d498304fc1-root {
    text-align: center;
  }


#s-9a1bc438-b97c-4f7f-98be-a3d498304fc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a1bc438-b97c-4f7f-98be-a3d498304fc1-root {
    text-align: center;
  }


#s-9a1bc438-b97c-4f7f-98be-a3d498304fc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a1bc438-b97c-4f7f-98be-a3d498304fc1-root {
    text-align: center;
  }


#s-9a1bc438-b97c-4f7f-98be-a3d498304fc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a1bc438-b97c-4f7f-98be-a3d498304fc1-root {
    text-align: center;
  }


#s-9a1bc438-b97c-4f7f-98be-a3d498304fc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4 {
  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-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4-root {
    text-align: center;
  }


#s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4-root {
    text-align: center;
  }


#s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4-root {
    text-align: center;
  }


#s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4-root {
    text-align: center;
  }


#s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4-root {
    text-align: center;
  }


#s-c1b788d3-d37e-4ea3-bc1b-ca312ce108a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-231743ac-07ca-4bdd-9f03-0fefed6ef351 {
  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-231743ac-07ca-4bdd-9f03-0fefed6ef351:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-231743ac-07ca-4bdd-9f03-0fefed6ef351:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-231743ac-07ca-4bdd-9f03-0fefed6ef351-root {
    text-align: center;
  }


#s-231743ac-07ca-4bdd-9f03-0fefed6ef351.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-231743ac-07ca-4bdd-9f03-0fefed6ef351-root {
    text-align: center;
  }


#s-231743ac-07ca-4bdd-9f03-0fefed6ef351.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-231743ac-07ca-4bdd-9f03-0fefed6ef351-root {
    text-align: center;
  }


#s-231743ac-07ca-4bdd-9f03-0fefed6ef351.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-231743ac-07ca-4bdd-9f03-0fefed6ef351-root {
    text-align: center;
  }


#s-231743ac-07ca-4bdd-9f03-0fefed6ef351.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-231743ac-07ca-4bdd-9f03-0fefed6ef351-root {
    text-align: center;
  }


#s-231743ac-07ca-4bdd-9f03-0fefed6ef351.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0 {
  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-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0-root {
    text-align: center;
  }


#s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0-root {
    text-align: center;
  }


#s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0-root {
    text-align: center;
  }


#s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0-root {
    text-align: center;
  }


#s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0-root {
    text-align: center;
  }


#s-a0a1ac8b-183c-4106-8f88-8623a6c3b8f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-15a27c49-a1f7-4312-9443-e6610338eb90 {
  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-15a27c49-a1f7-4312-9443-e6610338eb90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15a27c49-a1f7-4312-9443-e6610338eb90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15a27c49-a1f7-4312-9443-e6610338eb90-root {
    text-align: center;
  }


#s-15a27c49-a1f7-4312-9443-e6610338eb90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-15a27c49-a1f7-4312-9443-e6610338eb90-root {
    text-align: center;
  }


#s-15a27c49-a1f7-4312-9443-e6610338eb90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15a27c49-a1f7-4312-9443-e6610338eb90-root {
    text-align: center;
  }


#s-15a27c49-a1f7-4312-9443-e6610338eb90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15a27c49-a1f7-4312-9443-e6610338eb90-root {
    text-align: center;
  }


#s-15a27c49-a1f7-4312-9443-e6610338eb90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-15a27c49-a1f7-4312-9443-e6610338eb90-root {
    text-align: center;
  }


#s-15a27c49-a1f7-4312-9443-e6610338eb90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-67cbf92d-4706-4b75-9582-f3f11f66170a {
  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-67cbf92d-4706-4b75-9582-f3f11f66170a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67cbf92d-4706-4b75-9582-f3f11f66170a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67cbf92d-4706-4b75-9582-f3f11f66170a-root {
    text-align: center;
  }


#s-67cbf92d-4706-4b75-9582-f3f11f66170a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67cbf92d-4706-4b75-9582-f3f11f66170a-root {
    text-align: center;
  }


#s-67cbf92d-4706-4b75-9582-f3f11f66170a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67cbf92d-4706-4b75-9582-f3f11f66170a-root {
    text-align: center;
  }


#s-67cbf92d-4706-4b75-9582-f3f11f66170a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67cbf92d-4706-4b75-9582-f3f11f66170a-root {
    text-align: center;
  }


#s-67cbf92d-4706-4b75-9582-f3f11f66170a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67cbf92d-4706-4b75-9582-f3f11f66170a-root {
    text-align: center;
  }


#s-67cbf92d-4706-4b75-9582-f3f11f66170a.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-c60e0356-7df6-468e-a7d8-fbc8635b21e7 hr {
  border-top: 2px solid #ddd;
}

#s-6e27125a-cff5-4e90-ac9a-09c32f0f181c {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-0f9ee6aa-4dda-44f8-866d-4efdc7d42600 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

#s-0f9ee6aa-4dda-44f8-866d-4efdc7d42600 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-0f9ee6aa-4dda-44f8-866d-4efdc7d42600 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0f9ee6aa-4dda-44f8-866d-4efdc7d42600 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-0f9ee6aa-4dda-44f8-866d-4efdc7d42600 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0f9ee6aa-4dda-44f8-866d-4efdc7d42600 td.shogun-table-column, #s-0f9ee6aa-4dda-44f8-866d-4efdc7d42600 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1 {
  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-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1-root {
    text-align: center;
  }


#s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1-root {
    text-align: center;
  }


#s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1-root {
    text-align: center;
  }


#s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1-root {
    text-align: center;
  }


#s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1-root {
    text-align: center;
  }


#s-7f70ab23-a5d5-46af-a1fb-95572ecfd7b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b8f411c4-63bb-4383-ac6a-16dd14f148ab {
  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-b8f411c4-63bb-4383-ac6a-16dd14f148ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8f411c4-63bb-4383-ac6a-16dd14f148ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8f411c4-63bb-4383-ac6a-16dd14f148ab-root {
    text-align: center;
  }


#s-b8f411c4-63bb-4383-ac6a-16dd14f148ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8f411c4-63bb-4383-ac6a-16dd14f148ab-root {
    text-align: center;
  }


#s-b8f411c4-63bb-4383-ac6a-16dd14f148ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8f411c4-63bb-4383-ac6a-16dd14f148ab-root {
    text-align: center;
  }


#s-b8f411c4-63bb-4383-ac6a-16dd14f148ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8f411c4-63bb-4383-ac6a-16dd14f148ab-root {
    text-align: center;
  }


#s-b8f411c4-63bb-4383-ac6a-16dd14f148ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8f411c4-63bb-4383-ac6a-16dd14f148ab-root {
    text-align: center;
  }


#s-b8f411c4-63bb-4383-ac6a-16dd14f148ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998 {
  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-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998-root {
    text-align: center;
  }


#s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998-root {
    text-align: center;
  }


#s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998-root {
    text-align: center;
  }


#s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998-root {
    text-align: center;
  }


#s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998-root {
    text-align: center;
  }


#s-a6bb506e-a1a0-4a34-9994-2f8d0c8c2998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-7cad6e66-bae7-4438-a307-2ff888bb927a {
  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-7cad6e66-bae7-4438-a307-2ff888bb927a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7cad6e66-bae7-4438-a307-2ff888bb927a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7cad6e66-bae7-4438-a307-2ff888bb927a-root {
    text-align: center;
  }


#s-7cad6e66-bae7-4438-a307-2ff888bb927a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7cad6e66-bae7-4438-a307-2ff888bb927a-root {
    text-align: center;
  }


#s-7cad6e66-bae7-4438-a307-2ff888bb927a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7cad6e66-bae7-4438-a307-2ff888bb927a-root {
    text-align: center;
  }


#s-7cad6e66-bae7-4438-a307-2ff888bb927a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7cad6e66-bae7-4438-a307-2ff888bb927a-root {
    text-align: center;
  }


#s-7cad6e66-bae7-4438-a307-2ff888bb927a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7cad6e66-bae7-4438-a307-2ff888bb927a-root {
    text-align: center;
  }


#s-7cad6e66-bae7-4438-a307-2ff888bb927a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-93067275-1e21-4e14-a2e7-f348806d0524 {
  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-93067275-1e21-4e14-a2e7-f348806d0524:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93067275-1e21-4e14-a2e7-f348806d0524:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93067275-1e21-4e14-a2e7-f348806d0524-root {
    text-align: center;
  }


#s-93067275-1e21-4e14-a2e7-f348806d0524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-93067275-1e21-4e14-a2e7-f348806d0524-root {
    text-align: center;
  }


#s-93067275-1e21-4e14-a2e7-f348806d0524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93067275-1e21-4e14-a2e7-f348806d0524-root {
    text-align: center;
  }


#s-93067275-1e21-4e14-a2e7-f348806d0524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93067275-1e21-4e14-a2e7-f348806d0524-root {
    text-align: center;
  }


#s-93067275-1e21-4e14-a2e7-f348806d0524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-93067275-1e21-4e14-a2e7-f348806d0524-root {
    text-align: center;
  }


#s-93067275-1e21-4e14-a2e7-f348806d0524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-bed7ccbe-9451-4198-9fcf-cb96c67b5644 hr {
  border-top: 2px solid #ddd;
}

#s-3846fd17-292d-4917-8971-ebd5b239d838 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-9c52b0d1-d23a-4eac-af13-84a49018ef4e {
  padding-left: 3%;
padding-right: 3%;
}

#s-9c52b0d1-d23a-4eac-af13-84a49018ef4e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-9c52b0d1-d23a-4eac-af13-84a49018ef4e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9c52b0d1-d23a-4eac-af13-84a49018ef4e td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-9c52b0d1-d23a-4eac-af13-84a49018ef4e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-9c52b0d1-d23a-4eac-af13-84a49018ef4e td.shogun-table-column, #s-9c52b0d1-d23a-4eac-af13-84a49018ef4e td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-042edc6a-ff9c-4508-a2db-b03f9bed00ba {
  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-042edc6a-ff9c-4508-a2db-b03f9bed00ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-042edc6a-ff9c-4508-a2db-b03f9bed00ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-042edc6a-ff9c-4508-a2db-b03f9bed00ba-root {
    text-align: center;
  }


#s-042edc6a-ff9c-4508-a2db-b03f9bed00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-042edc6a-ff9c-4508-a2db-b03f9bed00ba-root {
    text-align: center;
  }


#s-042edc6a-ff9c-4508-a2db-b03f9bed00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-042edc6a-ff9c-4508-a2db-b03f9bed00ba-root {
    text-align: center;
  }


#s-042edc6a-ff9c-4508-a2db-b03f9bed00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-042edc6a-ff9c-4508-a2db-b03f9bed00ba-root {
    text-align: center;
  }


#s-042edc6a-ff9c-4508-a2db-b03f9bed00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-042edc6a-ff9c-4508-a2db-b03f9bed00ba-root {
    text-align: center;
  }


#s-042edc6a-ff9c-4508-a2db-b03f9bed00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f72a5b86-c230-4fea-9f56-b9b8c4438c48 {
  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-f72a5b86-c230-4fea-9f56-b9b8c4438c48:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f72a5b86-c230-4fea-9f56-b9b8c4438c48:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f72a5b86-c230-4fea-9f56-b9b8c4438c48-root {
    text-align: center;
  }


#s-f72a5b86-c230-4fea-9f56-b9b8c4438c48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f72a5b86-c230-4fea-9f56-b9b8c4438c48-root {
    text-align: center;
  }


#s-f72a5b86-c230-4fea-9f56-b9b8c4438c48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f72a5b86-c230-4fea-9f56-b9b8c4438c48-root {
    text-align: center;
  }


#s-f72a5b86-c230-4fea-9f56-b9b8c4438c48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f72a5b86-c230-4fea-9f56-b9b8c4438c48-root {
    text-align: center;
  }


#s-f72a5b86-c230-4fea-9f56-b9b8c4438c48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f72a5b86-c230-4fea-9f56-b9b8c4438c48-root {
    text-align: center;
  }


#s-f72a5b86-c230-4fea-9f56-b9b8c4438c48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-9b8c43e3-6a30-429a-b01c-8ed3370e3124 {
  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-9b8c43e3-6a30-429a-b01c-8ed3370e3124:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b8c43e3-6a30-429a-b01c-8ed3370e3124:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b8c43e3-6a30-429a-b01c-8ed3370e3124-root {
    text-align: center;
  }


#s-9b8c43e3-6a30-429a-b01c-8ed3370e3124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b8c43e3-6a30-429a-b01c-8ed3370e3124-root {
    text-align: center;
  }


#s-9b8c43e3-6a30-429a-b01c-8ed3370e3124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b8c43e3-6a30-429a-b01c-8ed3370e3124-root {
    text-align: center;
  }


#s-9b8c43e3-6a30-429a-b01c-8ed3370e3124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b8c43e3-6a30-429a-b01c-8ed3370e3124-root {
    text-align: center;
  }


#s-9b8c43e3-6a30-429a-b01c-8ed3370e3124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b8c43e3-6a30-429a-b01c-8ed3370e3124-root {
    text-align: center;
  }


#s-9b8c43e3-6a30-429a-b01c-8ed3370e3124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ac7f8149-4b90-4727-96a9-73ba5498775f {
  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-ac7f8149-4b90-4727-96a9-73ba5498775f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac7f8149-4b90-4727-96a9-73ba5498775f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac7f8149-4b90-4727-96a9-73ba5498775f-root {
    text-align: center;
  }


#s-ac7f8149-4b90-4727-96a9-73ba5498775f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ac7f8149-4b90-4727-96a9-73ba5498775f-root {
    text-align: center;
  }


#s-ac7f8149-4b90-4727-96a9-73ba5498775f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac7f8149-4b90-4727-96a9-73ba5498775f-root {
    text-align: center;
  }


#s-ac7f8149-4b90-4727-96a9-73ba5498775f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac7f8149-4b90-4727-96a9-73ba5498775f-root {
    text-align: center;
  }


#s-ac7f8149-4b90-4727-96a9-73ba5498775f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ac7f8149-4b90-4727-96a9-73ba5498775f-root {
    text-align: center;
  }


#s-ac7f8149-4b90-4727-96a9-73ba5498775f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88 {
  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-cb8aa04c-a3c9-47fc-9be8-93392f45ba88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88-root {
    text-align: center;
  }


#s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88-root {
    text-align: center;
  }


#s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88-root {
    text-align: center;
  }


#s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88-root {
    text-align: center;
  }


#s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88-root {
    text-align: center;
  }


#s-cb8aa04c-a3c9-47fc-9be8-93392f45ba88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2d3903cc-d069-4b2a-81aa-97bd45e814dc {
  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-2d3903cc-d069-4b2a-81aa-97bd45e814dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d3903cc-d069-4b2a-81aa-97bd45e814dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d3903cc-d069-4b2a-81aa-97bd45e814dc-root {
    text-align: center;
  }


#s-2d3903cc-d069-4b2a-81aa-97bd45e814dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d3903cc-d069-4b2a-81aa-97bd45e814dc-root {
    text-align: center;
  }


#s-2d3903cc-d069-4b2a-81aa-97bd45e814dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d3903cc-d069-4b2a-81aa-97bd45e814dc-root {
    text-align: center;
  }


#s-2d3903cc-d069-4b2a-81aa-97bd45e814dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d3903cc-d069-4b2a-81aa-97bd45e814dc-root {
    text-align: center;
  }


#s-2d3903cc-d069-4b2a-81aa-97bd45e814dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d3903cc-d069-4b2a-81aa-97bd45e814dc-root {
    text-align: center;
  }


#s-2d3903cc-d069-4b2a-81aa-97bd45e814dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-94488d14-deb7-4507-ac49-2b9537187a7b hr {
  border-top: 2px solid #ddd;
}

#s-5353fa2d-46f1-4a8b-9d35-11961f7972f3 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-67e511c1-bd52-456a-b131-e7a864875815 {
  padding-left: 3%;
padding-right: 3%;
}

#s-67e511c1-bd52-456a-b131-e7a864875815 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-67e511c1-bd52-456a-b131-e7a864875815 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-67e511c1-bd52-456a-b131-e7a864875815 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-67e511c1-bd52-456a-b131-e7a864875815 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-67e511c1-bd52-456a-b131-e7a864875815 td.shogun-table-column, #s-67e511c1-bd52-456a-b131-e7a864875815 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-c90f8af6-e239-4ea4-9ac9-02ee507d805a {
  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-c90f8af6-e239-4ea4-9ac9-02ee507d805a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c90f8af6-e239-4ea4-9ac9-02ee507d805a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c90f8af6-e239-4ea4-9ac9-02ee507d805a-root {
    text-align: center;
  }


#s-c90f8af6-e239-4ea4-9ac9-02ee507d805a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c90f8af6-e239-4ea4-9ac9-02ee507d805a-root {
    text-align: center;
  }


#s-c90f8af6-e239-4ea4-9ac9-02ee507d805a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c90f8af6-e239-4ea4-9ac9-02ee507d805a-root {
    text-align: center;
  }


#s-c90f8af6-e239-4ea4-9ac9-02ee507d805a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c90f8af6-e239-4ea4-9ac9-02ee507d805a-root {
    text-align: center;
  }


#s-c90f8af6-e239-4ea4-9ac9-02ee507d805a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c90f8af6-e239-4ea4-9ac9-02ee507d805a-root {
    text-align: center;
  }


#s-c90f8af6-e239-4ea4-9ac9-02ee507d805a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9 {
  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-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9-root {
    text-align: center;
  }


#s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9-root {
    text-align: center;
  }


#s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9-root {
    text-align: center;
  }


#s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9-root {
    text-align: center;
  }


#s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9-root {
    text-align: center;
  }


#s-1bb19025-f5d5-45b8-89b7-7219e1c5e1f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67 {
  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-dcda1e3e-a108-4456-bc86-ba1d9e7dba67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67-root {
    text-align: center;
  }


#s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67-root {
    text-align: center;
  }


#s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67-root {
    text-align: center;
  }


#s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67-root {
    text-align: center;
  }


#s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67-root {
    text-align: center;
  }


#s-dcda1e3e-a108-4456-bc86-ba1d9e7dba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13 {
  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-60b0870d-1df4-41fa-a6fb-0e6f296a4a13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13-root {
    text-align: center;
  }


#s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13-root {
    text-align: center;
  }


#s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13-root {
    text-align: center;
  }


#s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13-root {
    text-align: center;
  }


#s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13-root {
    text-align: center;
  }


#s-60b0870d-1df4-41fa-a6fb-0e6f296a4a13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-00742775-36c6-4049-8d5c-d0504523c89c hr {
  border-top: 2px solid #ddd;
}

#s-f277d985-b262-4231-aeb4-a079ee11e311 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-b7a576de-257a-4f14-92a4-ca96934fde6a {
  padding-left: 3%;
padding-right: 3%;
}

#s-b7a576de-257a-4f14-92a4-ca96934fde6a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-b7a576de-257a-4f14-92a4-ca96934fde6a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b7a576de-257a-4f14-92a4-ca96934fde6a td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-b7a576de-257a-4f14-92a4-ca96934fde6a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b7a576de-257a-4f14-92a4-ca96934fde6a td.shogun-table-column, #s-b7a576de-257a-4f14-92a4-ca96934fde6a td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-21499153-c2bb-443c-9a74-da7fc2e349bb {
  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-21499153-c2bb-443c-9a74-da7fc2e349bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21499153-c2bb-443c-9a74-da7fc2e349bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21499153-c2bb-443c-9a74-da7fc2e349bb-root {
    text-align: center;
  }


#s-21499153-c2bb-443c-9a74-da7fc2e349bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-21499153-c2bb-443c-9a74-da7fc2e349bb-root {
    text-align: center;
  }


#s-21499153-c2bb-443c-9a74-da7fc2e349bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21499153-c2bb-443c-9a74-da7fc2e349bb-root {
    text-align: center;
  }


#s-21499153-c2bb-443c-9a74-da7fc2e349bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21499153-c2bb-443c-9a74-da7fc2e349bb-root {
    text-align: center;
  }


#s-21499153-c2bb-443c-9a74-da7fc2e349bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-21499153-c2bb-443c-9a74-da7fc2e349bb-root {
    text-align: center;
  }


#s-21499153-c2bb-443c-9a74-da7fc2e349bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ee660c76-1c93-465d-a131-5969e46c8a4a {
  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-ee660c76-1c93-465d-a131-5969e46c8a4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee660c76-1c93-465d-a131-5969e46c8a4a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee660c76-1c93-465d-a131-5969e46c8a4a-root {
    text-align: center;
  }


#s-ee660c76-1c93-465d-a131-5969e46c8a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee660c76-1c93-465d-a131-5969e46c8a4a-root {
    text-align: center;
  }


#s-ee660c76-1c93-465d-a131-5969e46c8a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee660c76-1c93-465d-a131-5969e46c8a4a-root {
    text-align: center;
  }


#s-ee660c76-1c93-465d-a131-5969e46c8a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee660c76-1c93-465d-a131-5969e46c8a4a-root {
    text-align: center;
  }


#s-ee660c76-1c93-465d-a131-5969e46c8a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee660c76-1c93-465d-a131-5969e46c8a4a-root {
    text-align: center;
  }


#s-ee660c76-1c93-465d-a131-5969e46c8a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-4573f400-0d44-4888-bdee-157c0c763233 {
  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-4573f400-0d44-4888-bdee-157c0c763233:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4573f400-0d44-4888-bdee-157c0c763233:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4573f400-0d44-4888-bdee-157c0c763233-root {
    text-align: center;
  }


#s-4573f400-0d44-4888-bdee-157c0c763233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4573f400-0d44-4888-bdee-157c0c763233-root {
    text-align: center;
  }


#s-4573f400-0d44-4888-bdee-157c0c763233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4573f400-0d44-4888-bdee-157c0c763233-root {
    text-align: center;
  }


#s-4573f400-0d44-4888-bdee-157c0c763233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4573f400-0d44-4888-bdee-157c0c763233-root {
    text-align: center;
  }


#s-4573f400-0d44-4888-bdee-157c0c763233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4573f400-0d44-4888-bdee-157c0c763233-root {
    text-align: center;
  }


#s-4573f400-0d44-4888-bdee-157c0c763233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-fad52411-ca7c-49c4-bcd0-b176da95f3d1 {
  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-fad52411-ca7c-49c4-bcd0-b176da95f3d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fad52411-ca7c-49c4-bcd0-b176da95f3d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fad52411-ca7c-49c4-bcd0-b176da95f3d1-root {
    text-align: center;
  }


#s-fad52411-ca7c-49c4-bcd0-b176da95f3d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fad52411-ca7c-49c4-bcd0-b176da95f3d1-root {
    text-align: center;
  }


#s-fad52411-ca7c-49c4-bcd0-b176da95f3d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fad52411-ca7c-49c4-bcd0-b176da95f3d1-root {
    text-align: center;
  }


#s-fad52411-ca7c-49c4-bcd0-b176da95f3d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fad52411-ca7c-49c4-bcd0-b176da95f3d1-root {
    text-align: center;
  }


#s-fad52411-ca7c-49c4-bcd0-b176da95f3d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fad52411-ca7c-49c4-bcd0-b176da95f3d1-root {
    text-align: center;
  }


#s-fad52411-ca7c-49c4-bcd0-b176da95f3d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f4856dbb-6c82-47bd-b53d-ae527913acfa hr {
  border-top: 2px solid #ddd;
}

#s-0fbb9b94-1cb9-43c4-a747-58fdac203a27 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-fb9c7ab1-fe0d-4fdf-a528-8be988511778 {
  padding-left: 3%;
padding-right: 3%;
}

#s-fb9c7ab1-fe0d-4fdf-a528-8be988511778 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-fb9c7ab1-fe0d-4fdf-a528-8be988511778 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fb9c7ab1-fe0d-4fdf-a528-8be988511778 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-fb9c7ab1-fe0d-4fdf-a528-8be988511778 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fb9c7ab1-fe0d-4fdf-a528-8be988511778 td.shogun-table-column, #s-fb9c7ab1-fe0d-4fdf-a528-8be988511778 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-7c92ccc3-3899-49d5-981c-f2d7dcca723a {
  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-7c92ccc3-3899-49d5-981c-f2d7dcca723a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c92ccc3-3899-49d5-981c-f2d7dcca723a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c92ccc3-3899-49d5-981c-f2d7dcca723a-root {
    text-align: center;
  }


#s-7c92ccc3-3899-49d5-981c-f2d7dcca723a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c92ccc3-3899-49d5-981c-f2d7dcca723a-root {
    text-align: center;
  }


#s-7c92ccc3-3899-49d5-981c-f2d7dcca723a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c92ccc3-3899-49d5-981c-f2d7dcca723a-root {
    text-align: center;
  }


#s-7c92ccc3-3899-49d5-981c-f2d7dcca723a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c92ccc3-3899-49d5-981c-f2d7dcca723a-root {
    text-align: center;
  }


#s-7c92ccc3-3899-49d5-981c-f2d7dcca723a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c92ccc3-3899-49d5-981c-f2d7dcca723a-root {
    text-align: center;
  }


#s-7c92ccc3-3899-49d5-981c-f2d7dcca723a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-077cb4fb-38e3-4ced-b21d-c956a2f5474d {
  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;
  line-height: 1.25em;
  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;
  line-height: 1.25em;
  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-97911285-43b1-4733-8e05-c719b6bea730 {
  text-align: center;
}







  #s-97911285-43b1-4733-8e05-c719b6bea730 img.shogun-image {
    

    
    
    
  }


#s-97911285-43b1-4733-8e05-c719b6bea730 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dde2acb-716f-4418-88b8-6b5ce05cc760 {
  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-3dde2acb-716f-4418-88b8-6b5ce05cc760 .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-a4a0cbd4-6ea5-47b2-9888-d514e9de358a {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a4a0cbd4-6ea5-47b2-9888-d514e9de358a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a4a0cbd4-6ea5-47b2-9888-d514e9de358a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-52c1266d-3af8-48e1-939f-eb4a1afe135b {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-52c1266d-3af8-48e1-939f-eb4a1afe135b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-52c1266d-3af8-48e1-939f-eb4a1afe135b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-8bff0136-8f81-4c42-ae93-f06822c0e146 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8bff0136-8f81-4c42-ae93-f06822c0e146 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8bff0136-8f81-4c42-ae93-f06822c0e146 .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-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-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-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-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-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-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-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-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-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-3f5318ab-ee27-4798-898c-23220ec4d4b9 {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-3aa69478-1228-4cb0-943b-64bec520203e {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-3aa69478-1228-4cb0-943b-64bec520203e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aa69478-1228-4cb0-943b-64bec520203e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3aa69478-1228-4cb0-943b-64bec520203e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aa69478-1228-4cb0-943b-64bec520203e"] > .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-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
      position: relative;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 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-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
      position: relative;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 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-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
      position: relative;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 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-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
      position: relative;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 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-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container {
      position: relative;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b882f9b-c39b-4dbd-b60d-83a579626fa5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-191b757e-5c6a-4e94-adcf-af06c6e31250 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGViY2QyNzctYWM0My00MzliLWE4ZjEtNzU0YTgxZjQ5Mjg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZWJjZDI3Ny1hYzQzLTQzOWItYThmMS03NTRhODFmNDkyODYpIi8+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-191b757e-5c6a-4e94-adcf-af06c6e31250:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-191b757e-5c6a-4e94-adcf-af06c6e31250:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-191b757e-5c6a-4e94-adcf-af06c6e31250-root {
    text-align: center;
  }


#s-191b757e-5c6a-4e94-adcf-af06c6e31250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-191b757e-5c6a-4e94-adcf-af06c6e31250-root {
    text-align: center;
  }


#s-191b757e-5c6a-4e94-adcf-af06c6e31250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-191b757e-5c6a-4e94-adcf-af06c6e31250-root {
    text-align: center;
  }


#s-191b757e-5c6a-4e94-adcf-af06c6e31250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-191b757e-5c6a-4e94-adcf-af06c6e31250-root {
    text-align: center;
  }


#s-191b757e-5c6a-4e94-adcf-af06c6e31250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-191b757e-5c6a-4e94-adcf-af06c6e31250-root {
    text-align: center;
  }


#s-191b757e-5c6a-4e94-adcf-af06c6e31250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-146a6937-25eb-433a-bf10-69d1a07babfd {
  margin-left: auto;
margin-right: auto;
}

#s-146a6937-25eb-433a-bf10-69d1a07babfd hr {
  border-top: 2px solid #ddd;
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}



.shg-image-margin-container-s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  margin: 0 !important;
}

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






.s-d5889444-d67e-4819-8249-fe52bcebbfc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  margin: 0 !important;
}

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






.s-d5889444-d67e-4819-8249-fe52bcebbfc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  margin: 0 !important;
}

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






.s-d5889444-d67e-4819-8249-fe52bcebbfc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  margin: 0 !important;
}

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






.s-d5889444-d67e-4819-8249-fe52bcebbfc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7 {
  margin: 0 !important;
}

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






.s-d5889444-d67e-4819-8249-fe52bcebbfc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5889444-d67e-4819-8249-fe52bcebbfc7.shogun-image {
  box-sizing: border-box;
}




}
#s-f602fab2-256c-42ae-bc68-543ad14c8c3f {
  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-f602fab2-256c-42ae-bc68-543ad14c8c3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f602fab2-256c-42ae-bc68-543ad14c8c3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f602fab2-256c-42ae-bc68-543ad14c8c3f-root {
    text-align: center;
  }


#s-f602fab2-256c-42ae-bc68-543ad14c8c3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f602fab2-256c-42ae-bc68-543ad14c8c3f-root {
    text-align: center;
  }


#s-f602fab2-256c-42ae-bc68-543ad14c8c3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f602fab2-256c-42ae-bc68-543ad14c8c3f-root {
    text-align: center;
  }


#s-f602fab2-256c-42ae-bc68-543ad14c8c3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f602fab2-256c-42ae-bc68-543ad14c8c3f-root {
    text-align: center;
  }


#s-f602fab2-256c-42ae-bc68-543ad14c8c3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f602fab2-256c-42ae-bc68-543ad14c8c3f-root {
    text-align: center;
  }


#s-f602fab2-256c-42ae-bc68-543ad14c8c3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-788dae68-f3c8-4785-996e-384395010b11 {
  margin-left: auto;
margin-right: auto;
}

#s-788dae68-f3c8-4785-996e-384395010b11 hr {
  border-top: 2px solid #ddd;
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-content {
  
    align-items: center;
  
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
      position: relative;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd 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-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-content {
  
    align-items: center;
  
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
      position: relative;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd 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-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-content {
  
    align-items: center;
  
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
      position: relative;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd 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-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-content {
  
    align-items: center;
  
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
      position: relative;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd 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-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd .shogun-image-content {
  
    align-items: center;
  
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container {
      position: relative;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bb29cf-f3d0-4bd7-a70c-d61a76179afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-a2e27838-bc16-4c0e-be92-174774a8fdf6 {
  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-a2e27838-bc16-4c0e-be92-174774a8fdf6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2e27838-bc16-4c0e-be92-174774a8fdf6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2e27838-bc16-4c0e-be92-174774a8fdf6-root {
    text-align: center;
  }


#s-a2e27838-bc16-4c0e-be92-174774a8fdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2e27838-bc16-4c0e-be92-174774a8fdf6-root {
    text-align: center;
  }


#s-a2e27838-bc16-4c0e-be92-174774a8fdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2e27838-bc16-4c0e-be92-174774a8fdf6-root {
    text-align: center;
  }


#s-a2e27838-bc16-4c0e-be92-174774a8fdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2e27838-bc16-4c0e-be92-174774a8fdf6-root {
    text-align: center;
  }


#s-a2e27838-bc16-4c0e-be92-174774a8fdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2e27838-bc16-4c0e-be92-174774a8fdf6-root {
    text-align: center;
  }


#s-a2e27838-bc16-4c0e-be92-174774a8fdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-be89e2ab-7af1-45ff-87e6-83caadf83507 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;
}
