.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/96735198-cb9d-4145-b2a8-458f6f400abe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








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

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e0f77a2d-c183-4410-9732-89dfee913a5c {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

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



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








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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

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

#s-dbe34c97-f13c-476a-b795-b98f35c6f569 {
  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-f1840b69-7d1c-481f-b1cc-b36402c3cd2e {
  margin-left: 3%;
margin-right: 3%;
}

#s-f1840b69-7d1c-481f-b1cc-b36402c3cd2e .shg-proportional-font-size,
#s-f1840b69-7d1c-481f-b1cc-b36402c3cd2e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-607d6d48-3fee-42c7-bc4d-9dd9e6096210 {
  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-d7f18534-3f3b-45ba-bcac-ebff5e269a4a {
  padding-left: 3%;
padding-right: 3%;
}

#s-d7f18534-3f3b-45ba-bcac-ebff5e269a4a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-d7f18534-3f3b-45ba-bcac-ebff5e269a4a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d7f18534-3f3b-45ba-bcac-ebff5e269a4a td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-d7f18534-3f3b-45ba-bcac-ebff5e269a4a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d7f18534-3f3b-45ba-bcac-ebff5e269a4a td.shogun-table-column, #s-d7f18534-3f3b-45ba-bcac-ebff5e269a4a 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-7a4acec4-9ebf-4386-bae9-828920241f47 {
  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-7a4acec4-9ebf-4386-bae9-828920241f47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a4acec4-9ebf-4386-bae9-828920241f47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a4acec4-9ebf-4386-bae9-828920241f47-root {
    text-align: center;
  }


#s-7a4acec4-9ebf-4386-bae9-828920241f47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a4acec4-9ebf-4386-bae9-828920241f47-root {
    text-align: center;
  }


#s-7a4acec4-9ebf-4386-bae9-828920241f47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a4acec4-9ebf-4386-bae9-828920241f47-root {
    text-align: center;
  }


#s-7a4acec4-9ebf-4386-bae9-828920241f47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a4acec4-9ebf-4386-bae9-828920241f47-root {
    text-align: center;
  }


#s-7a4acec4-9ebf-4386-bae9-828920241f47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a4acec4-9ebf-4386-bae9-828920241f47-root {
    text-align: center;
  }


#s-7a4acec4-9ebf-4386-bae9-828920241f47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-cee43257-8b56-432f-8f90-6174441e87ad {
  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-cee43257-8b56-432f-8f90-6174441e87ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cee43257-8b56-432f-8f90-6174441e87ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cee43257-8b56-432f-8f90-6174441e87ad-root {
    text-align: center;
  }


#s-cee43257-8b56-432f-8f90-6174441e87ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cee43257-8b56-432f-8f90-6174441e87ad-root {
    text-align: center;
  }


#s-cee43257-8b56-432f-8f90-6174441e87ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cee43257-8b56-432f-8f90-6174441e87ad-root {
    text-align: center;
  }


#s-cee43257-8b56-432f-8f90-6174441e87ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cee43257-8b56-432f-8f90-6174441e87ad-root {
    text-align: center;
  }


#s-cee43257-8b56-432f-8f90-6174441e87ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cee43257-8b56-432f-8f90-6174441e87ad-root {
    text-align: center;
  }


#s-cee43257-8b56-432f-8f90-6174441e87ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e51958e6-bbce-4034-92d2-3c90f6c916bc {
  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-e51958e6-bbce-4034-92d2-3c90f6c916bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e51958e6-bbce-4034-92d2-3c90f6c916bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e51958e6-bbce-4034-92d2-3c90f6c916bc-root {
    text-align: center;
  }


#s-e51958e6-bbce-4034-92d2-3c90f6c916bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e51958e6-bbce-4034-92d2-3c90f6c916bc-root {
    text-align: center;
  }


#s-e51958e6-bbce-4034-92d2-3c90f6c916bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e51958e6-bbce-4034-92d2-3c90f6c916bc-root {
    text-align: center;
  }


#s-e51958e6-bbce-4034-92d2-3c90f6c916bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e51958e6-bbce-4034-92d2-3c90f6c916bc-root {
    text-align: center;
  }


#s-e51958e6-bbce-4034-92d2-3c90f6c916bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e51958e6-bbce-4034-92d2-3c90f6c916bc-root {
    text-align: center;
  }


#s-e51958e6-bbce-4034-92d2-3c90f6c916bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-82332703-4ee8-44e0-b835-e8f7abc42985 {
  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-82332703-4ee8-44e0-b835-e8f7abc42985:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82332703-4ee8-44e0-b835-e8f7abc42985:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-82332703-4ee8-44e0-b835-e8f7abc42985-root {
    text-align: center;
  }


#s-82332703-4ee8-44e0-b835-e8f7abc42985.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82332703-4ee8-44e0-b835-e8f7abc42985-root {
    text-align: center;
  }


#s-82332703-4ee8-44e0-b835-e8f7abc42985.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82332703-4ee8-44e0-b835-e8f7abc42985-root {
    text-align: center;
  }


#s-82332703-4ee8-44e0-b835-e8f7abc42985.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82332703-4ee8-44e0-b835-e8f7abc42985-root {
    text-align: center;
  }


#s-82332703-4ee8-44e0-b835-e8f7abc42985.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82332703-4ee8-44e0-b835-e8f7abc42985-root {
    text-align: center;
  }


#s-82332703-4ee8-44e0-b835-e8f7abc42985.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-e20240a1-4cc1-42c2-bea0-a05a28879a2e hr {
  border-top: 2px solid #ddd;
}

#s-07850f93-879c-4e55-9096-553e79f93033 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-2712bd41-8bc0-49f2-a88d-a6cb644f7e7b {
  padding-left: 3%;
padding-right: 3%;
}

#s-2712bd41-8bc0-49f2-a88d-a6cb644f7e7b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-2712bd41-8bc0-49f2-a88d-a6cb644f7e7b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2712bd41-8bc0-49f2-a88d-a6cb644f7e7b td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-2712bd41-8bc0-49f2-a88d-a6cb644f7e7b td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2712bd41-8bc0-49f2-a88d-a6cb644f7e7b td.shogun-table-column, #s-2712bd41-8bc0-49f2-a88d-a6cb644f7e7b td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-9b7cfcdc-817b-447e-8cf7-6dea48af8142 {
  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-9b7cfcdc-817b-447e-8cf7-6dea48af8142:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b7cfcdc-817b-447e-8cf7-6dea48af8142:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b7cfcdc-817b-447e-8cf7-6dea48af8142-root {
    text-align: center;
  }


#s-9b7cfcdc-817b-447e-8cf7-6dea48af8142.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b7cfcdc-817b-447e-8cf7-6dea48af8142-root {
    text-align: center;
  }


#s-9b7cfcdc-817b-447e-8cf7-6dea48af8142.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b7cfcdc-817b-447e-8cf7-6dea48af8142-root {
    text-align: center;
  }


#s-9b7cfcdc-817b-447e-8cf7-6dea48af8142.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b7cfcdc-817b-447e-8cf7-6dea48af8142-root {
    text-align: center;
  }


#s-9b7cfcdc-817b-447e-8cf7-6dea48af8142.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b7cfcdc-817b-447e-8cf7-6dea48af8142-root {
    text-align: center;
  }


#s-9b7cfcdc-817b-447e-8cf7-6dea48af8142.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a9115201-d7dc-49ea-8a98-5076cba61fe3 {
  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-a9115201-d7dc-49ea-8a98-5076cba61fe3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9115201-d7dc-49ea-8a98-5076cba61fe3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9115201-d7dc-49ea-8a98-5076cba61fe3-root {
    text-align: center;
  }


#s-a9115201-d7dc-49ea-8a98-5076cba61fe3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a9115201-d7dc-49ea-8a98-5076cba61fe3-root {
    text-align: center;
  }


#s-a9115201-d7dc-49ea-8a98-5076cba61fe3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9115201-d7dc-49ea-8a98-5076cba61fe3-root {
    text-align: center;
  }


#s-a9115201-d7dc-49ea-8a98-5076cba61fe3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9115201-d7dc-49ea-8a98-5076cba61fe3-root {
    text-align: center;
  }


#s-a9115201-d7dc-49ea-8a98-5076cba61fe3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a9115201-d7dc-49ea-8a98-5076cba61fe3-root {
    text-align: center;
  }


#s-a9115201-d7dc-49ea-8a98-5076cba61fe3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6278efc6-1735-48f4-84e6-d83b726c05a4 {
  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-6278efc6-1735-48f4-84e6-d83b726c05a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6278efc6-1735-48f4-84e6-d83b726c05a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6278efc6-1735-48f4-84e6-d83b726c05a4-root {
    text-align: center;
  }


#s-6278efc6-1735-48f4-84e6-d83b726c05a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6278efc6-1735-48f4-84e6-d83b726c05a4-root {
    text-align: center;
  }


#s-6278efc6-1735-48f4-84e6-d83b726c05a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6278efc6-1735-48f4-84e6-d83b726c05a4-root {
    text-align: center;
  }


#s-6278efc6-1735-48f4-84e6-d83b726c05a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6278efc6-1735-48f4-84e6-d83b726c05a4-root {
    text-align: center;
  }


#s-6278efc6-1735-48f4-84e6-d83b726c05a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6278efc6-1735-48f4-84e6-d83b726c05a4-root {
    text-align: center;
  }


#s-6278efc6-1735-48f4-84e6-d83b726c05a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2 {
  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-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2-root {
    text-align: center;
  }


#s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2-root {
    text-align: center;
  }


#s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2-root {
    text-align: center;
  }


#s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2-root {
    text-align: center;
  }


#s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2-root {
    text-align: center;
  }


#s-0ca1c832-0350-4c47-9d79-5bd7c25d1eb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a7de4270-e1eb-49e0-8108-3409e8813e88 {
  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-a7de4270-e1eb-49e0-8108-3409e8813e88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7de4270-e1eb-49e0-8108-3409e8813e88:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7de4270-e1eb-49e0-8108-3409e8813e88-root {
    text-align: center;
  }


#s-a7de4270-e1eb-49e0-8108-3409e8813e88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a7de4270-e1eb-49e0-8108-3409e8813e88-root {
    text-align: center;
  }


#s-a7de4270-e1eb-49e0-8108-3409e8813e88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7de4270-e1eb-49e0-8108-3409e8813e88-root {
    text-align: center;
  }


#s-a7de4270-e1eb-49e0-8108-3409e8813e88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7de4270-e1eb-49e0-8108-3409e8813e88-root {
    text-align: center;
  }


#s-a7de4270-e1eb-49e0-8108-3409e8813e88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a7de4270-e1eb-49e0-8108-3409e8813e88-root {
    text-align: center;
  }


#s-a7de4270-e1eb-49e0-8108-3409e8813e88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-df431592-7a9b-4328-834b-348a18e2d0d3 hr {
  border-top: 2px solid #ddd;
}

#s-d654509b-9fdb-4988-a61b-3f3a3b78df2c {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-8947ffd5-970f-4055-aa4a-244842ca098e {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

#s-8947ffd5-970f-4055-aa4a-244842ca098e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-8947ffd5-970f-4055-aa4a-244842ca098e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8947ffd5-970f-4055-aa4a-244842ca098e td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-8947ffd5-970f-4055-aa4a-244842ca098e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-8947ffd5-970f-4055-aa4a-244842ca098e td.shogun-table-column, #s-8947ffd5-970f-4055-aa4a-244842ca098e td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-2aaf36c2-c427-4e63-8e06-4d17140c42c3 {
  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-2aaf36c2-c427-4e63-8e06-4d17140c42c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2aaf36c2-c427-4e63-8e06-4d17140c42c3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2aaf36c2-c427-4e63-8e06-4d17140c42c3-root {
    text-align: center;
  }


#s-2aaf36c2-c427-4e63-8e06-4d17140c42c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2aaf36c2-c427-4e63-8e06-4d17140c42c3-root {
    text-align: center;
  }


#s-2aaf36c2-c427-4e63-8e06-4d17140c42c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2aaf36c2-c427-4e63-8e06-4d17140c42c3-root {
    text-align: center;
  }


#s-2aaf36c2-c427-4e63-8e06-4d17140c42c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2aaf36c2-c427-4e63-8e06-4d17140c42c3-root {
    text-align: center;
  }


#s-2aaf36c2-c427-4e63-8e06-4d17140c42c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2aaf36c2-c427-4e63-8e06-4d17140c42c3-root {
    text-align: center;
  }


#s-2aaf36c2-c427-4e63-8e06-4d17140c42c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-98339584-4005-44e5-839d-9bef2bd8a68c {
  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-98339584-4005-44e5-839d-9bef2bd8a68c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98339584-4005-44e5-839d-9bef2bd8a68c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-98339584-4005-44e5-839d-9bef2bd8a68c-root {
    text-align: center;
  }


#s-98339584-4005-44e5-839d-9bef2bd8a68c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-98339584-4005-44e5-839d-9bef2bd8a68c-root {
    text-align: center;
  }


#s-98339584-4005-44e5-839d-9bef2bd8a68c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98339584-4005-44e5-839d-9bef2bd8a68c-root {
    text-align: center;
  }


#s-98339584-4005-44e5-839d-9bef2bd8a68c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98339584-4005-44e5-839d-9bef2bd8a68c-root {
    text-align: center;
  }


#s-98339584-4005-44e5-839d-9bef2bd8a68c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-98339584-4005-44e5-839d-9bef2bd8a68c-root {
    text-align: center;
  }


#s-98339584-4005-44e5-839d-9bef2bd8a68c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6 {
  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-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6-root {
    text-align: center;
  }


#s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6-root {
    text-align: center;
  }


#s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6-root {
    text-align: center;
  }


#s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6-root {
    text-align: center;
  }


#s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6-root {
    text-align: center;
  }


#s-8dbc0d2c-24aa-4c02-af31-f75e09fbcdf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-3b64406e-737c-40bf-b7df-ad749c0dca95 {
  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-3b64406e-737c-40bf-b7df-ad749c0dca95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b64406e-737c-40bf-b7df-ad749c0dca95:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b64406e-737c-40bf-b7df-ad749c0dca95-root {
    text-align: center;
  }


#s-3b64406e-737c-40bf-b7df-ad749c0dca95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3b64406e-737c-40bf-b7df-ad749c0dca95-root {
    text-align: center;
  }


#s-3b64406e-737c-40bf-b7df-ad749c0dca95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b64406e-737c-40bf-b7df-ad749c0dca95-root {
    text-align: center;
  }


#s-3b64406e-737c-40bf-b7df-ad749c0dca95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b64406e-737c-40bf-b7df-ad749c0dca95-root {
    text-align: center;
  }


#s-3b64406e-737c-40bf-b7df-ad749c0dca95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3b64406e-737c-40bf-b7df-ad749c0dca95-root {
    text-align: center;
  }


#s-3b64406e-737c-40bf-b7df-ad749c0dca95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-7fdbff42-d671-4dd6-9493-7ea51868b8e0 {
  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-7fdbff42-d671-4dd6-9493-7ea51868b8e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fdbff42-d671-4dd6-9493-7ea51868b8e0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fdbff42-d671-4dd6-9493-7ea51868b8e0-root {
    text-align: center;
  }


#s-7fdbff42-d671-4dd6-9493-7ea51868b8e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7fdbff42-d671-4dd6-9493-7ea51868b8e0-root {
    text-align: center;
  }


#s-7fdbff42-d671-4dd6-9493-7ea51868b8e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fdbff42-d671-4dd6-9493-7ea51868b8e0-root {
    text-align: center;
  }


#s-7fdbff42-d671-4dd6-9493-7ea51868b8e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fdbff42-d671-4dd6-9493-7ea51868b8e0-root {
    text-align: center;
  }


#s-7fdbff42-d671-4dd6-9493-7ea51868b8e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7fdbff42-d671-4dd6-9493-7ea51868b8e0-root {
    text-align: center;
  }


#s-7fdbff42-d671-4dd6-9493-7ea51868b8e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b6e571fa-a9ff-4ecf-b6fd-e10986ea6dc7 hr {
  border-top: 2px solid #ddd;
}

#s-d3cab076-ca09-4249-86b3-e456b10b135a {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-0fbebdca-c7e6-475b-a22f-d7493327a355 {
  padding-left: 3%;
padding-right: 3%;
}

#s-0fbebdca-c7e6-475b-a22f-d7493327a355 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-0fbebdca-c7e6-475b-a22f-d7493327a355 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0fbebdca-c7e6-475b-a22f-d7493327a355 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-0fbebdca-c7e6-475b-a22f-d7493327a355 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0fbebdca-c7e6-475b-a22f-d7493327a355 td.shogun-table-column, #s-0fbebdca-c7e6-475b-a22f-d7493327a355 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-20401a1d-e075-4f70-9f56-50f3d459c86b {
  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-20401a1d-e075-4f70-9f56-50f3d459c86b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20401a1d-e075-4f70-9f56-50f3d459c86b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20401a1d-e075-4f70-9f56-50f3d459c86b-root {
    text-align: center;
  }


#s-20401a1d-e075-4f70-9f56-50f3d459c86b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-20401a1d-e075-4f70-9f56-50f3d459c86b-root {
    text-align: center;
  }


#s-20401a1d-e075-4f70-9f56-50f3d459c86b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20401a1d-e075-4f70-9f56-50f3d459c86b-root {
    text-align: center;
  }


#s-20401a1d-e075-4f70-9f56-50f3d459c86b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20401a1d-e075-4f70-9f56-50f3d459c86b-root {
    text-align: center;
  }


#s-20401a1d-e075-4f70-9f56-50f3d459c86b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-20401a1d-e075-4f70-9f56-50f3d459c86b-root {
    text-align: center;
  }


#s-20401a1d-e075-4f70-9f56-50f3d459c86b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-091eba92-af27-4516-98fa-8e473296b8c8 {
  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-091eba92-af27-4516-98fa-8e473296b8c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-091eba92-af27-4516-98fa-8e473296b8c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-091eba92-af27-4516-98fa-8e473296b8c8-root {
    text-align: center;
  }


#s-091eba92-af27-4516-98fa-8e473296b8c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-091eba92-af27-4516-98fa-8e473296b8c8-root {
    text-align: center;
  }


#s-091eba92-af27-4516-98fa-8e473296b8c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-091eba92-af27-4516-98fa-8e473296b8c8-root {
    text-align: center;
  }


#s-091eba92-af27-4516-98fa-8e473296b8c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-091eba92-af27-4516-98fa-8e473296b8c8-root {
    text-align: center;
  }


#s-091eba92-af27-4516-98fa-8e473296b8c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-091eba92-af27-4516-98fa-8e473296b8c8-root {
    text-align: center;
  }


#s-091eba92-af27-4516-98fa-8e473296b8c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de {
  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-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de-root {
    text-align: center;
  }


#s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de-root {
    text-align: center;
  }


#s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de-root {
    text-align: center;
  }


#s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de-root {
    text-align: center;
  }


#s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de-root {
    text-align: center;
  }


#s-a5c4b1a0-d665-41e0-acd8-f4dbc9bab6de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-c8098d64-e825-4821-8d15-b2637969f9e0 {
  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-c8098d64-e825-4821-8d15-b2637969f9e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8098d64-e825-4821-8d15-b2637969f9e0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8098d64-e825-4821-8d15-b2637969f9e0-root {
    text-align: center;
  }


#s-c8098d64-e825-4821-8d15-b2637969f9e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8098d64-e825-4821-8d15-b2637969f9e0-root {
    text-align: center;
  }


#s-c8098d64-e825-4821-8d15-b2637969f9e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8098d64-e825-4821-8d15-b2637969f9e0-root {
    text-align: center;
  }


#s-c8098d64-e825-4821-8d15-b2637969f9e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8098d64-e825-4821-8d15-b2637969f9e0-root {
    text-align: center;
  }


#s-c8098d64-e825-4821-8d15-b2637969f9e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8098d64-e825-4821-8d15-b2637969f9e0-root {
    text-align: center;
  }


#s-c8098d64-e825-4821-8d15-b2637969f9e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-4e1f5b68-e078-437e-9fef-f8cc258af1a3 hr {
  border-top: 2px solid #ddd;
}

#s-c4e8ce42-1643-41bf-a4ae-c661cd7cc354 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-b8be3fd7-845d-43a8-a009-ef90b2b3ccb2 {
  padding-left: 3%;
padding-right: 3%;
}

#s-b8be3fd7-845d-43a8-a009-ef90b2b3ccb2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-b8be3fd7-845d-43a8-a009-ef90b2b3ccb2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b8be3fd7-845d-43a8-a009-ef90b2b3ccb2 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-b8be3fd7-845d-43a8-a009-ef90b2b3ccb2 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b8be3fd7-845d-43a8-a009-ef90b2b3ccb2 td.shogun-table-column, #s-b8be3fd7-845d-43a8-a009-ef90b2b3ccb2 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-e1834b82-d0fc-47c0-b125-870ff184f1fd {
  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-e1834b82-d0fc-47c0-b125-870ff184f1fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1834b82-d0fc-47c0-b125-870ff184f1fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1834b82-d0fc-47c0-b125-870ff184f1fd-root {
    text-align: center;
  }


#s-e1834b82-d0fc-47c0-b125-870ff184f1fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1834b82-d0fc-47c0-b125-870ff184f1fd-root {
    text-align: center;
  }


#s-e1834b82-d0fc-47c0-b125-870ff184f1fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1834b82-d0fc-47c0-b125-870ff184f1fd-root {
    text-align: center;
  }


#s-e1834b82-d0fc-47c0-b125-870ff184f1fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1834b82-d0fc-47c0-b125-870ff184f1fd-root {
    text-align: center;
  }


#s-e1834b82-d0fc-47c0-b125-870ff184f1fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1834b82-d0fc-47c0-b125-870ff184f1fd-root {
    text-align: center;
  }


#s-e1834b82-d0fc-47c0-b125-870ff184f1fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b0e91578-aea1-4dd2-9fae-343282bf821e {
  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-b0e91578-aea1-4dd2-9fae-343282bf821e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0e91578-aea1-4dd2-9fae-343282bf821e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0e91578-aea1-4dd2-9fae-343282bf821e-root {
    text-align: center;
  }


#s-b0e91578-aea1-4dd2-9fae-343282bf821e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b0e91578-aea1-4dd2-9fae-343282bf821e-root {
    text-align: center;
  }


#s-b0e91578-aea1-4dd2-9fae-343282bf821e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0e91578-aea1-4dd2-9fae-343282bf821e-root {
    text-align: center;
  }


#s-b0e91578-aea1-4dd2-9fae-343282bf821e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0e91578-aea1-4dd2-9fae-343282bf821e-root {
    text-align: center;
  }


#s-b0e91578-aea1-4dd2-9fae-343282bf821e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b0e91578-aea1-4dd2-9fae-343282bf821e-root {
    text-align: center;
  }


#s-b0e91578-aea1-4dd2-9fae-343282bf821e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-34901198-e9fa-41f3-8999-42e7ee1386ac {
  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-34901198-e9fa-41f3-8999-42e7ee1386ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34901198-e9fa-41f3-8999-42e7ee1386ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34901198-e9fa-41f3-8999-42e7ee1386ac-root {
    text-align: center;
  }


#s-34901198-e9fa-41f3-8999-42e7ee1386ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-34901198-e9fa-41f3-8999-42e7ee1386ac-root {
    text-align: center;
  }


#s-34901198-e9fa-41f3-8999-42e7ee1386ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34901198-e9fa-41f3-8999-42e7ee1386ac-root {
    text-align: center;
  }


#s-34901198-e9fa-41f3-8999-42e7ee1386ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34901198-e9fa-41f3-8999-42e7ee1386ac-root {
    text-align: center;
  }


#s-34901198-e9fa-41f3-8999-42e7ee1386ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-34901198-e9fa-41f3-8999-42e7ee1386ac-root {
    text-align: center;
  }


#s-34901198-e9fa-41f3-8999-42e7ee1386ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1fdcad83-785b-45a3-96e0-a5b5012f7202 {
  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-1fdcad83-785b-45a3-96e0-a5b5012f7202:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fdcad83-785b-45a3-96e0-a5b5012f7202:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1fdcad83-785b-45a3-96e0-a5b5012f7202-root {
    text-align: center;
  }


#s-1fdcad83-785b-45a3-96e0-a5b5012f7202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fdcad83-785b-45a3-96e0-a5b5012f7202-root {
    text-align: center;
  }


#s-1fdcad83-785b-45a3-96e0-a5b5012f7202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fdcad83-785b-45a3-96e0-a5b5012f7202-root {
    text-align: center;
  }


#s-1fdcad83-785b-45a3-96e0-a5b5012f7202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fdcad83-785b-45a3-96e0-a5b5012f7202-root {
    text-align: center;
  }


#s-1fdcad83-785b-45a3-96e0-a5b5012f7202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fdcad83-785b-45a3-96e0-a5b5012f7202-root {
    text-align: center;
  }


#s-1fdcad83-785b-45a3-96e0-a5b5012f7202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a87e3b0a-ace2-415c-ba02-b08c9cac9218 {
  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-1ccee638-6221-4823-9b68-328d15e894e4 {
  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-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);
}

}

.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-a166f2f2-2f0c-46ba-b177-f2783f0358f6 {
  text-align: center;
}







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

    
    
    
  }


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

#s-5e944ab9-9d72-4649-b138-b80d4cd78bf3 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

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



#s-9423d105-2377-4b24-a8d5-632e6c8318ad {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9423d105-2377-4b24-a8d5-632e6c8318ad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9423d105-2377-4b24-a8d5-632e6c8318ad .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e93b5516-a9c6-42e7-880a-7f6269d4721a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-e93b5516-a9c6-42e7-880a-7f6269d4721a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-e93b5516-a9c6-42e7-880a-7f6269d4721a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-be628063-d243-4b5e-bb68-cc61346a28b4 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-be628063-d243-4b5e-bb68-cc61346a28b4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-be628063-d243-4b5e-bb68-cc61346a28b4 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b5ee4bbf-8146-431b-b089-cff4f798075e {
  text-align: center;
}







  #s-b5ee4bbf-8146-431b-b089-cff4f798075e img.shogun-image {
    

    
    
    
  }


#s-b5ee4bbf-8146-431b-b089-cff4f798075e .shogun-image-content {
  
    align-items: center;
  
}

#s-134c98e8-79ba-4983-913e-70cb36d01081 {
  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-134c98e8-79ba-4983-913e-70cb36d01081 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-201f8c3c-08df-4070-95e4-160ce1319b0e {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-201f8c3c-08df-4070-95e4-160ce1319b0e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-201f8c3c-08df-4070-95e4-160ce1319b0e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-dc3ad683-fe91-4735-a4bd-ccc21e097a1f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-dc3ad683-fe91-4735-a4bd-ccc21e097a1f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-dc3ad683-fe91-4735-a4bd-ccc21e097a1f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-aacb63e1-8a92-4017-8028-eafff2bc891e {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-aacb63e1-8a92-4017-8028-eafff2bc891e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-aacb63e1-8a92-4017-8028-eafff2bc891e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9536296c-2540-4e67-9c53-f78111fa7bc7 {
  text-align: center;
}







  #s-9536296c-2540-4e67-9c53-f78111fa7bc7 img.shogun-image {
    

    
    
    
  }


#s-9536296c-2540-4e67-9c53-f78111fa7bc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fed17c85-9e8b-433d-8eda-1dac2c8dc983 {
  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-fed17c85-9e8b-433d-8eda-1dac2c8dc983 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-16b647d2-5ff2-4212-adbe-239ef392b265 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-16b647d2-5ff2-4212-adbe-239ef392b265 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-16b647d2-5ff2-4212-adbe-239ef392b265 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-8e6d7598-173b-4f74-b844-0c9b5b7826a4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8e6d7598-173b-4f74-b844-0c9b5b7826a4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8e6d7598-173b-4f74-b844-0c9b5b7826a4 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-de1e7daa-74d5-4052-8600-9219176b8be6 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-de1e7daa-74d5-4052-8600-9219176b8be6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-de1e7daa-74d5-4052-8600-9219176b8be6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b8f8000b-6909-49e3-83ec-11fa1c76698e {
  text-align: center;
}







  #s-b8f8000b-6909-49e3-83ec-11fa1c76698e img.shogun-image {
    

    
    
    
  }


#s-b8f8000b-6909-49e3-83ec-11fa1c76698e .shogun-image-content {
  
    align-items: center;
  
}

#s-0f5fcd0b-40e2-4def-a9b8-b14db1e6d297 {
  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-0f5fcd0b-40e2-4def-a9b8-b14db1e6d297 .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-34a3f780-292d-4c58-81a6-d5d5b56d074c {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-34a3f780-292d-4c58-81a6-d5d5b56d074c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-34a3f780-292d-4c58-81a6-d5d5b56d074c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-cd95104f-00b6-4573-940b-91fbaa63531e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-cd95104f-00b6-4573-940b-91fbaa63531e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-cd95104f-00b6-4573-940b-91fbaa63531e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-436fb66a-fb5c-4c22-8bb6-b39577e1c043 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-436fb66a-fb5c-4c22-8bb6-b39577e1c043 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-436fb66a-fb5c-4c22-8bb6-b39577e1c043 .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-444526a0-e46e-4b03-b777-1674e60a05dd {
  text-align: center;
}







  #s-444526a0-e46e-4b03-b777-1674e60a05dd img.shogun-image {
    

    
    
    
  }


#s-444526a0-e46e-4b03-b777-1674e60a05dd .shogun-image-content {
  
    align-items: center;
  
}

#s-544d1502-dc71-4ff2-847d-33dad325df6a {
  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-544d1502-dc71-4ff2-847d-33dad325df6a .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-e4ad0956-95f1-47cc-8763-e3731a8b33e1 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-e4ad0956-95f1-47cc-8763-e3731a8b33e1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-e4ad0956-95f1-47cc-8763-e3731a8b33e1 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-c2744cbb-8982-4b1e-b682-eb85668d6ccd {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c2744cbb-8982-4b1e-b682-eb85668d6ccd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c2744cbb-8982-4b1e-b682-eb85668d6ccd .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-51ae5e07-2fce-4d96-b06c-9f7b327587cc {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-51ae5e07-2fce-4d96-b06c-9f7b327587cc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-51ae5e07-2fce-4d96-b06c-9f7b327587cc .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a9eee5bb-dab8-4a2c-b9e4-584da1b5da14 {
  text-align: center;
}







  #s-a9eee5bb-dab8-4a2c-b9e4-584da1b5da14 img.shogun-image {
    

    
    
    
  }


#s-a9eee5bb-dab8-4a2c-b9e4-584da1b5da14 .shogun-image-content {
  
    align-items: center;
  
}

#s-d830365f-b13b-4e3a-9c60-f19d8379b0a8 {
  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-d830365f-b13b-4e3a-9c60-f19d8379b0a8 .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-0f847441-cd53-4850-af8d-222eff256c31 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-0f847441-cd53-4850-af8d-222eff256c31 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-0f847441-cd53-4850-af8d-222eff256c31 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5273d7a2-18a2-457b-b12a-a04801c334e5 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5273d7a2-18a2-457b-b12a-a04801c334e5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5273d7a2-18a2-457b-b12a-a04801c334e5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-0c399303-7e41-4293-b573-04f828db18de {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-0c399303-7e41-4293-b573-04f828db18de .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-0c399303-7e41-4293-b573-04f828db18de .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f1718e02-7edf-41fb-aa60-b0e35fe4b6d4 {
  text-align: center;
}







  #s-f1718e02-7edf-41fb-aa60-b0e35fe4b6d4 img.shogun-image {
    

    
    
    
  }


#s-f1718e02-7edf-41fb-aa60-b0e35fe4b6d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-53fead55-e76b-4f8b-943b-06d4f45fa6de {
  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-53fead55-e76b-4f8b-943b-06d4f45fa6de .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-4f1fd5d8-e6be-4f83-8171-ee28353b08e6 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4f1fd5d8-e6be-4f83-8171-ee28353b08e6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4f1fd5d8-e6be-4f83-8171-ee28353b08e6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-badb8ccb-4567-464e-80f8-8112ecb0c22b {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-badb8ccb-4567-464e-80f8-8112ecb0c22b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-badb8ccb-4567-464e-80f8-8112ecb0c22b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9dfa4abb-3dac-486d-9e4a-e5ee53fff1ac {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9dfa4abb-3dac-486d-9e4a-e5ee53fff1ac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9dfa4abb-3dac-486d-9e4a-e5ee53fff1ac .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-198896c2-8ecf-4097-8c05-d640a4ac7ecb {
  text-align: center;
}







  #s-198896c2-8ecf-4097-8c05-d640a4ac7ecb img.shogun-image {
    

    
    
    
  }


#s-198896c2-8ecf-4097-8c05-d640a4ac7ecb .shogun-image-content {
  
    align-items: center;
  
}

#s-c17030ca-2b4f-4d91-9e71-d508e34e830a {
  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-c17030ca-2b4f-4d91-9e71-d508e34e830a .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-b2a63591-2f9d-43af-8289-4a4d99ba8f00 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b2a63591-2f9d-43af-8289-4a4d99ba8f00 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b2a63591-2f9d-43af-8289-4a4d99ba8f00 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-918adb4f-d073-4463-a1f7-66f17d51bce1 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-918adb4f-d073-4463-a1f7-66f17d51bce1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-918adb4f-d073-4463-a1f7-66f17d51bce1 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-35dc3a78-ad3f-4663-ac58-7457d91790c4 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-35dc3a78-ad3f-4663-ac58-7457d91790c4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-35dc3a78-ad3f-4663-ac58-7457d91790c4 .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-213707b7-5881-4822-88d2-d185f2d7ef69 {
  text-align: center;
}







  #s-213707b7-5881-4822-88d2-d185f2d7ef69 img.shogun-image {
    

    
    
    
  }


#s-213707b7-5881-4822-88d2-d185f2d7ef69 .shogun-image-content {
  
    align-items: center;
  
}

#s-b846697a-cce9-49d4-b76a-06b5c26aac3f {
  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-b846697a-cce9-49d4-b76a-06b5c26aac3f .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-74968e9e-fb04-41c7-b7fd-97f177d54899 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-74968e9e-fb04-41c7-b7fd-97f177d54899 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-74968e9e-fb04-41c7-b7fd-97f177d54899 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-59022ccc-f30b-49a5-a8ee-2efb8211f8d3 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-59022ccc-f30b-49a5-a8ee-2efb8211f8d3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-59022ccc-f30b-49a5-a8ee-2efb8211f8d3 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-8a3e08ce-05f7-4879-b283-c082dd1c40c9 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8a3e08ce-05f7-4879-b283-c082dd1c40c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8a3e08ce-05f7-4879-b283-c082dd1c40c9 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-dd057d0d-64d3-4692-92db-236edf5bebc1 {
  text-align: center;
}







  #s-dd057d0d-64d3-4692-92db-236edf5bebc1 img.shogun-image {
    

    
    
    
  }


#s-dd057d0d-64d3-4692-92db-236edf5bebc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-51137525-4e1a-433e-9703-7b95d2dcc4d9 {
  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-51137525-4e1a-433e-9703-7b95d2dcc4d9 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-4b1012d7-370d-4b2d-bb5a-e03781fa468e {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4b1012d7-370d-4b2d-bb5a-e03781fa468e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4b1012d7-370d-4b2d-bb5a-e03781fa468e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f814bb4a-d396-4653-8694-4d36316b8b55 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f814bb4a-d396-4653-8694-4d36316b8b55 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f814bb4a-d396-4653-8694-4d36316b8b55 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-c865ad5a-13f5-4868-9b13-7efce2871f68 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c865ad5a-13f5-4868-9b13-7efce2871f68 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c865ad5a-13f5-4868-9b13-7efce2871f68 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-dd14fe69-17a9-4df4-991c-96a9b7d410d4 {
  text-align: center;
}







  #s-dd14fe69-17a9-4df4-991c-96a9b7d410d4 img.shogun-image {
    

    
    
    
  }


#s-dd14fe69-17a9-4df4-991c-96a9b7d410d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f83d05fb-b006-4593-872c-be65794376d3 {
  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-f83d05fb-b006-4593-872c-be65794376d3 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-bf1bf7f0-1a6c-41e6-aa4c-df8d32af85ce {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-bf1bf7f0-1a6c-41e6-aa4c-df8d32af85ce .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-bf1bf7f0-1a6c-41e6-aa4c-df8d32af85ce .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5004495b-f8b5-4c9e-b966-956538349a29 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5004495b-f8b5-4c9e-b966-956538349a29 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5004495b-f8b5-4c9e-b966-956538349a29 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-1ce8ce38-e151-42a0-8eb5-0302c0887a76 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-1ce8ce38-e151-42a0-8eb5-0302c0887a76 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1ce8ce38-e151-42a0-8eb5-0302c0887a76 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-cb97b47d-1189-47b5-b20f-b507d440d0d2 {
  text-align: center;
}







  #s-cb97b47d-1189-47b5-b20f-b507d440d0d2 img.shogun-image {
    

    
    
    
  }


#s-cb97b47d-1189-47b5-b20f-b507d440d0d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-699522f9-887b-4046-aaa9-6a97ea34b0b4 {
  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-699522f9-887b-4046-aaa9-6a97ea34b0b4 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-c4a274e9-7083-47fc-a3f0-7d16f09783e2 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c4a274e9-7083-47fc-a3f0-7d16f09783e2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c4a274e9-7083-47fc-a3f0-7d16f09783e2 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a2c168d1-db95-49a2-a88d-ad532f057ec8 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a2c168d1-db95-49a2-a88d-ad532f057ec8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a2c168d1-db95-49a2-a88d-ad532f057ec8 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d70858a7-ea64-4d8b-912c-efcd4b94caf5 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d70858a7-ea64-4d8b-912c-efcd4b94caf5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d70858a7-ea64-4d8b-912c-efcd4b94caf5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-8d5ce316-bdf7-466b-8cbd-88b3b0f5be22 {
  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-8d5ce316-bdf7-466b-8cbd-88b3b0f5be22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8d5ce316-bdf7-466b-8cbd-88b3b0f5be22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8d5ce316-bdf7-466b-8cbd-88b3b0f5be22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8d5ce316-bdf7-466b-8cbd-88b3b0f5be22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d5d4761f-edc1-442b-80d8-cf3f7c025ffe {
  text-align: center;
}







  #s-d5d4761f-edc1-442b-80d8-cf3f7c025ffe img.shogun-image {
    

    
    
    
  }


#s-d5d4761f-edc1-442b-80d8-cf3f7c025ffe .shogun-image-content {
  
    align-items: center;
  
}

#s-18b86fda-2a1f-40f7-9652-f899d0beaa07 {
  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-18b86fda-2a1f-40f7-9652-f899d0beaa07 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-41eca39d-6c84-4336-9b1d-bad94a69beda {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-41eca39d-6c84-4336-9b1d-bad94a69beda .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-41eca39d-6c84-4336-9b1d-bad94a69beda .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ac86186c-33b9-4ff8-9b91-e2cd8a81e01a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ac86186c-33b9-4ff8-9b91-e2cd8a81e01a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ac86186c-33b9-4ff8-9b91-e2cd8a81e01a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9a46346e-84e6-49bf-9d65-d545ae10ff58 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9a46346e-84e6-49bf-9d65-d545ae10ff58 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9a46346e-84e6-49bf-9d65-d545ae10ff58 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-461081e1-21a4-4a25-b4c3-a382eeb48bd1 {
  text-align: center;
}







  #s-461081e1-21a4-4a25-b4c3-a382eeb48bd1 img.shogun-image {
    

    
    
    
  }


#s-461081e1-21a4-4a25-b4c3-a382eeb48bd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-205deb68-2697-4587-b4c9-40d98954748e {
  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-205deb68-2697-4587-b4c9-40d98954748e .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-6cba9f1d-b90d-448d-a543-a663492e216e {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-6cba9f1d-b90d-448d-a543-a663492e216e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-6cba9f1d-b90d-448d-a543-a663492e216e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b4643f10-2621-48d4-91a3-002b76cf93a6 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b4643f10-2621-48d4-91a3-002b76cf93a6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b4643f10-2621-48d4-91a3-002b76cf93a6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-accafe5a-a851-4618-97ac-e5d7d4c19b2f {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-accafe5a-a851-4618-97ac-e5d7d4c19b2f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-accafe5a-a851-4618-97ac-e5d7d4c19b2f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-13313b23-e3c1-4e88-8a2e-9097080649fa {
  text-align: center;
}







  #s-13313b23-e3c1-4e88-8a2e-9097080649fa img.shogun-image {
    

    
    
    
  }


#s-13313b23-e3c1-4e88-8a2e-9097080649fa .shogun-image-content {
  
    align-items: center;
  
}

#s-71ecce28-b4be-4a1b-98c3-75911ef744f3 {
  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-71ecce28-b4be-4a1b-98c3-75911ef744f3 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-aa9580b2-5f98-4f44-9c67-eab4effbc5f9 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-aa9580b2-5f98-4f44-9c67-eab4effbc5f9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-aa9580b2-5f98-4f44-9c67-eab4effbc5f9 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f75546d2-9f0e-4aaa-9d4c-2a12f466bb3c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f75546d2-9f0e-4aaa-9d4c-2a12f466bb3c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f75546d2-9f0e-4aaa-9d4c-2a12f466bb3c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b8eb72c6-662c-4892-bad9-a6115fe8f6c3 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b8eb72c6-662c-4892-bad9-a6115fe8f6c3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b8eb72c6-662c-4892-bad9-a6115fe8f6c3 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b85cf8b4-c9ec-40f4-ae3d-fa2826412851 {
  text-align: center;
}







  #s-b85cf8b4-c9ec-40f4-ae3d-fa2826412851 img.shogun-image {
    

    
    
    
  }


#s-b85cf8b4-c9ec-40f4-ae3d-fa2826412851 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea9e4288-c065-4037-93ab-9a9b509d9d95 {
  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-ea9e4288-c065-4037-93ab-9a9b509d9d95 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-08a22d64-03c0-48bc-a192-db09021fb431 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-08a22d64-03c0-48bc-a192-db09021fb431 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-08a22d64-03c0-48bc-a192-db09021fb431 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-07bb51de-01e1-4c27-aefd-4cee2eaea212 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-07bb51de-01e1-4c27-aefd-4cee2eaea212 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-07bb51de-01e1-4c27-aefd-4cee2eaea212 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f0c18cfb-7545-45c1-8f6b-30a4a8ce208a {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f0c18cfb-7545-45c1-8f6b-30a4a8ce208a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f0c18cfb-7545-45c1-8f6b-30a4a8ce208a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-056fe53b-a249-473d-8d53-bc0ca5374589 {
  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-056fe53b-a249-473d-8d53-bc0ca5374589"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-056fe53b-a249-473d-8d53-bc0ca5374589"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-056fe53b-a249-473d-8d53-bc0ca5374589"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-056fe53b-a249-473d-8d53-bc0ca5374589"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6a0071c5-0c5f-4a02-b62d-c5177cf752b3 {
  text-align: center;
}







  #s-6a0071c5-0c5f-4a02-b62d-c5177cf752b3 img.shogun-image {
    

    
    
    
  }


#s-6a0071c5-0c5f-4a02-b62d-c5177cf752b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6fea91c-18d3-4df4-a0db-50176b1b2b7f {
  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-e6fea91c-18d3-4df4-a0db-50176b1b2b7f .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-8c59a7be-6489-4abf-94fd-8458da8bffe4 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8c59a7be-6489-4abf-94fd-8458da8bffe4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8c59a7be-6489-4abf-94fd-8458da8bffe4 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-19fc749b-2237-4d79-81b6-684b8a48effa {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-19fc749b-2237-4d79-81b6-684b8a48effa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-19fc749b-2237-4d79-81b6-684b8a48effa .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-2d589bc3-d124-4ee1-9f14-7bcca24a9b7e {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2d589bc3-d124-4ee1-9f14-7bcca24a9b7e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2d589bc3-d124-4ee1-9f14-7bcca24a9b7e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f13852a0-b4aa-4c85-9c0c-c0b3284f5b5b {
  text-align: center;
}







  #s-f13852a0-b4aa-4c85-9c0c-c0b3284f5b5b img.shogun-image {
    

    
    
    
  }


#s-f13852a0-b4aa-4c85-9c0c-c0b3284f5b5b .shogun-image-content {
  
    align-items: center;
  
}

#s-d52cd946-9c1d-4539-99e4-ffaa9f3f64af {
  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-d52cd946-9c1d-4539-99e4-ffaa9f3f64af .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-5924e3ad-b9e3-445c-9801-2afb869147b3 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5924e3ad-b9e3-445c-9801-2afb869147b3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5924e3ad-b9e3-445c-9801-2afb869147b3 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d29c8c13-4b00-48cd-98a4-d8d216f06c12 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d29c8c13-4b00-48cd-98a4-d8d216f06c12 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d29c8c13-4b00-48cd-98a4-d8d216f06c12 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-32db0b24-d636-4805-8991-770f72d1e853 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-32db0b24-d636-4805-8991-770f72d1e853 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-32db0b24-d636-4805-8991-770f72d1e853 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ab26d510-8310-476a-83b4-a341b17417b2 {
  text-align: center;
}







  #s-ab26d510-8310-476a-83b4-a341b17417b2 img.shogun-image {
    

    
    
    
  }


#s-ab26d510-8310-476a-83b4-a341b17417b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-df8174b3-6297-4001-8514-aa2b683acce0 {
  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-df8174b3-6297-4001-8514-aa2b683acce0 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-c2fc34ec-8d51-4509-b5aa-ec1242fe4e14 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c2fc34ec-8d51-4509-b5aa-ec1242fe4e14 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c2fc34ec-8d51-4509-b5aa-ec1242fe4e14 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-793da202-e623-4991-b1fc-bd1d9d367169 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-793da202-e623-4991-b1fc-bd1d9d367169 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-793da202-e623-4991-b1fc-bd1d9d367169 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-878e555b-b700-42cc-9f8c-ef59414034e8 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-878e555b-b700-42cc-9f8c-ef59414034e8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-878e555b-b700-42cc-9f8c-ef59414034e8 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d3966c07-0ea8-4a05-93af-1172ea1da754 {
  text-align: center;
}







  #s-d3966c07-0ea8-4a05-93af-1172ea1da754 img.shogun-image {
    

    
    
    
  }


#s-d3966c07-0ea8-4a05-93af-1172ea1da754 .shogun-image-content {
  
    align-items: center;
  
}

#s-154d72c7-91d5-49db-a7db-caa06d7ac5fa {
  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-154d72c7-91d5-49db-a7db-caa06d7ac5fa .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-0bac24de-582d-4eef-88d5-9f909463c948 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-0bac24de-582d-4eef-88d5-9f909463c948 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-0bac24de-582d-4eef-88d5-9f909463c948 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f62a30d1-4f71-474e-a8c3-6cb64bc32642 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f62a30d1-4f71-474e-a8c3-6cb64bc32642 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f62a30d1-4f71-474e-a8c3-6cb64bc32642 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-57588c0d-99b5-4f50-89e5-84e2626f217f {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-57588c0d-99b5-4f50-89e5-84e2626f217f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-57588c0d-99b5-4f50-89e5-84e2626f217f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-cebcd95b-201e-4eae-8eca-7371c507c7c9 {
  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-cebcd95b-201e-4eae-8eca-7371c507c7c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cebcd95b-201e-4eae-8eca-7371c507c7c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cebcd95b-201e-4eae-8eca-7371c507c7c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cebcd95b-201e-4eae-8eca-7371c507c7c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b376fbd0-054d-4b83-8749-8ad8c2df1f47 {
  text-align: center;
}







  #s-b376fbd0-054d-4b83-8749-8ad8c2df1f47 img.shogun-image {
    

    
    
    
  }


#s-b376fbd0-054d-4b83-8749-8ad8c2df1f47 .shogun-image-content {
  
    align-items: center;
  
}

#s-c615bb04-7c2c-4e11-a111-f3f918eac4fa {
  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-c615bb04-7c2c-4e11-a111-f3f918eac4fa .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-0d594368-551a-41ef-84c9-5cfc37487c77 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-0d594368-551a-41ef-84c9-5cfc37487c77 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-0d594368-551a-41ef-84c9-5cfc37487c77 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-69355b8b-6d27-4c51-a29b-6e1ff6c234c9 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-69355b8b-6d27-4c51-a29b-6e1ff6c234c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-69355b8b-6d27-4c51-a29b-6e1ff6c234c9 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4e91c655-298c-4487-b7b5-3ff262d9c47f {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4e91c655-298c-4487-b7b5-3ff262d9c47f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4e91c655-298c-4487-b7b5-3ff262d9c47f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-aeb84d87-435c-4c3d-94f9-6634355dda82 {
  text-align: center;
}







  #s-aeb84d87-435c-4c3d-94f9-6634355dda82 img.shogun-image {
    

    
    
    
  }


#s-aeb84d87-435c-4c3d-94f9-6634355dda82 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fa810f2-13ae-4c4d-b3cb-6cfec4d7a996 {
  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-0fa810f2-13ae-4c4d-b3cb-6cfec4d7a996 .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-66b4ab49-0d86-4cfa-97c2-e0a97275bdc5 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-66b4ab49-0d86-4cfa-97c2-e0a97275bdc5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-66b4ab49-0d86-4cfa-97c2-e0a97275bdc5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-c6018312-9145-45b9-b6aa-78195a2ad911 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c6018312-9145-45b9-b6aa-78195a2ad911 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c6018312-9145-45b9-b6aa-78195a2ad911 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-7a3ab970-2ddf-48e6-8f6b-61285dc68332 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-7a3ab970-2ddf-48e6-8f6b-61285dc68332 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7a3ab970-2ddf-48e6-8f6b-61285dc68332 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-0981dc54-cd95-41d6-b80f-157b937c30bf {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-4637ac8e-e4e2-403c-9839-90253c989087 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-4637ac8e-e4e2-403c-9839-90253c989087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4637ac8e-e4e2-403c-9839-90253c989087"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4637ac8e-e4e2-403c-9839-90253c989087"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4637ac8e-e4e2-403c-9839-90253c989087"] > .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-ed8c6e18-813c-46b8-ad29-3b576829343c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}



.shg-image-margin-container-s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  margin: 0 !important;
  overflow: hidden;
}






.s-ed8c6e18-813c-46b8-ad29-3b576829343c .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  margin: 0 !important;
  overflow: hidden;
}






.s-ed8c6e18-813c-46b8-ad29-3b576829343c .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  margin: 0 !important;
  overflow: hidden;
}






.s-ed8c6e18-813c-46b8-ad29-3b576829343c .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  margin: 0 !important;
  overflow: hidden;
}






.s-ed8c6e18-813c-46b8-ad29-3b576829343c .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c {
  margin: 0 !important;
  overflow: hidden;
}






.s-ed8c6e18-813c-46b8-ad29-3b576829343c .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8c6e18-813c-46b8-ad29-3b576829343c.shogun-image {
  box-sizing: border-box;
}




}
#s-c6cb1484-e8c1-4428-950e-0a44b796ff6c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmUxYjJjZTAtY2NlNi00ODJkLThkZjQtYTRmNzRmNDk5YzE3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZTFiMmNlMC1jY2U2LTQ4MmQtOGRmNC1hNGY3NGY0OTljMTcpIi8+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-c6cb1484-e8c1-4428-950e-0a44b796ff6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6cb1484-e8c1-4428-950e-0a44b796ff6c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6cb1484-e8c1-4428-950e-0a44b796ff6c-root {
    text-align: center;
  }


#s-c6cb1484-e8c1-4428-950e-0a44b796ff6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c6cb1484-e8c1-4428-950e-0a44b796ff6c-root {
    text-align: center;
  }


#s-c6cb1484-e8c1-4428-950e-0a44b796ff6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6cb1484-e8c1-4428-950e-0a44b796ff6c-root {
    text-align: center;
  }


#s-c6cb1484-e8c1-4428-950e-0a44b796ff6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6cb1484-e8c1-4428-950e-0a44b796ff6c-root {
    text-align: center;
  }


#s-c6cb1484-e8c1-4428-950e-0a44b796ff6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c6cb1484-e8c1-4428-950e-0a44b796ff6c-root {
    text-align: center;
  }


#s-c6cb1484-e8c1-4428-950e-0a44b796ff6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-cc2daf87-5355-4a4d-b891-219394bbd879 {
  margin-left: auto;
margin-right: auto;
}

#s-cc2daf87-5355-4a4d-b891-219394bbd879 hr {
  border-top: 2px solid #ddd;
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}



.shg-image-margin-container-s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d37744b9-867b-4df8-9992-3facb8df5a72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d37744b9-867b-4df8-9992-3facb8df5a72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d37744b9-867b-4df8-9992-3facb8df5a72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d37744b9-867b-4df8-9992-3facb8df5a72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d37744b9-867b-4df8-9992-3facb8df5a72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37744b9-867b-4df8-9992-3facb8df5a72.shogun-image {
  box-sizing: border-box;
}




}
#s-d871fe30-01ab-4031-8e63-acd0033af88b {
  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-d871fe30-01ab-4031-8e63-acd0033af88b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d871fe30-01ab-4031-8e63-acd0033af88b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d871fe30-01ab-4031-8e63-acd0033af88b-root {
    text-align: center;
  }


#s-d871fe30-01ab-4031-8e63-acd0033af88b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d871fe30-01ab-4031-8e63-acd0033af88b-root {
    text-align: center;
  }


#s-d871fe30-01ab-4031-8e63-acd0033af88b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d871fe30-01ab-4031-8e63-acd0033af88b-root {
    text-align: center;
  }


#s-d871fe30-01ab-4031-8e63-acd0033af88b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d871fe30-01ab-4031-8e63-acd0033af88b-root {
    text-align: center;
  }


#s-d871fe30-01ab-4031-8e63-acd0033af88b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d871fe30-01ab-4031-8e63-acd0033af88b-root {
    text-align: center;
  }


#s-d871fe30-01ab-4031-8e63-acd0033af88b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b5693ac9-4f77-4de1-8879-d08cb1dfd3c9 {
  margin-left: auto;
margin-right: auto;
}

#s-b5693ac9-4f77-4de1-8879-d08cb1dfd3c9 hr {
  border-top: 2px solid #ddd;
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}



.shg-image-margin-container-s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2aa82d0-3475-4a87-bf1e-79c8f256a0e9.shogun-image {
  box-sizing: border-box;
}




}
#s-8e3323c4-c481-4529-be25-9ce93640dd9b {
  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-8e3323c4-c481-4529-be25-9ce93640dd9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e3323c4-c481-4529-be25-9ce93640dd9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e3323c4-c481-4529-be25-9ce93640dd9b-root {
    text-align: center;
  }


#s-8e3323c4-c481-4529-be25-9ce93640dd9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e3323c4-c481-4529-be25-9ce93640dd9b-root {
    text-align: center;
  }


#s-8e3323c4-c481-4529-be25-9ce93640dd9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e3323c4-c481-4529-be25-9ce93640dd9b-root {
    text-align: center;
  }


#s-8e3323c4-c481-4529-be25-9ce93640dd9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e3323c4-c481-4529-be25-9ce93640dd9b-root {
    text-align: center;
  }


#s-8e3323c4-c481-4529-be25-9ce93640dd9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e3323c4-c481-4529-be25-9ce93640dd9b-root {
    text-align: center;
  }


#s-8e3323c4-c481-4529-be25-9ce93640dd9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8e7a99e8-3685-4556-b2e4-c56c5911d248 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;
}
