.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/5f1b2402-8d5b-4625-b80a-8867094ca78f/-/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 {
  padding-top: 10px;
padding-left: 13%;
padding-bottom: 10px;
padding-right: 13%;
text-align: left;
}

#s-e0f77a2d-c183-4410-9732-89dfee913a5c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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








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

.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-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
max-width: 1170px;
}

#s-9f19693c-b48f-4d0d-a946-09f7ff75fe97 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-e20048c4-5373-4771-b8c5-6fe958d831b5 {
  padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
max-width: 1170px;
}

#s-a49589a6-0c19-4759-85ec-d97195a95fc4 {
  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-bc3fb953-0c4a-4f88-ae71-1c82fae296b0 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

#s-bc3fb953-0c4a-4f88-ae71-1c82fae296b0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-bc3fb953-0c4a-4f88-ae71-1c82fae296b0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bc3fb953-0c4a-4f88-ae71-1c82fae296b0 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-bc3fb953-0c4a-4f88-ae71-1c82fae296b0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-bc3fb953-0c4a-4f88-ae71-1c82fae296b0 td.shogun-table-column, #s-bc3fb953-0c4a-4f88-ae71-1c82fae296b0 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-99269440-ccf6-4dfb-9814-ac198f1f630c {
  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-99269440-ccf6-4dfb-9814-ac198f1f630c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99269440-ccf6-4dfb-9814-ac198f1f630c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99269440-ccf6-4dfb-9814-ac198f1f630c-root {
    text-align: center;
  }


#s-99269440-ccf6-4dfb-9814-ac198f1f630c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-99269440-ccf6-4dfb-9814-ac198f1f630c-root {
    text-align: center;
  }


#s-99269440-ccf6-4dfb-9814-ac198f1f630c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99269440-ccf6-4dfb-9814-ac198f1f630c-root {
    text-align: center;
  }


#s-99269440-ccf6-4dfb-9814-ac198f1f630c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99269440-ccf6-4dfb-9814-ac198f1f630c-root {
    text-align: center;
  }


#s-99269440-ccf6-4dfb-9814-ac198f1f630c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-99269440-ccf6-4dfb-9814-ac198f1f630c-root {
    text-align: center;
  }


#s-99269440-ccf6-4dfb-9814-ac198f1f630c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-029b2380-f9a4-419c-bb2f-a977e822628c {
  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-029b2380-f9a4-419c-bb2f-a977e822628c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-029b2380-f9a4-419c-bb2f-a977e822628c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-029b2380-f9a4-419c-bb2f-a977e822628c-root {
    text-align: center;
  }


#s-029b2380-f9a4-419c-bb2f-a977e822628c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-029b2380-f9a4-419c-bb2f-a977e822628c-root {
    text-align: center;
  }


#s-029b2380-f9a4-419c-bb2f-a977e822628c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-029b2380-f9a4-419c-bb2f-a977e822628c-root {
    text-align: center;
  }


#s-029b2380-f9a4-419c-bb2f-a977e822628c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-029b2380-f9a4-419c-bb2f-a977e822628c-root {
    text-align: center;
  }


#s-029b2380-f9a4-419c-bb2f-a977e822628c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-029b2380-f9a4-419c-bb2f-a977e822628c-root {
    text-align: center;
  }


#s-029b2380-f9a4-419c-bb2f-a977e822628c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872 {
  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-568153fb-fcf0-4a0b-80e6-5f3b77c4d872:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872-root {
    text-align: center;
  }


#s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872-root {
    text-align: center;
  }


#s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872-root {
    text-align: center;
  }


#s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872-root {
    text-align: center;
  }


#s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872-root {
    text-align: center;
  }


#s-568153fb-fcf0-4a0b-80e6-5f3b77c4d872.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-c4064ef2-2add-49d9-b8f6-16321f64bcb0 {
  margin-left: 0%;
margin-right: 0%;
}

#s-c4064ef2-2add-49d9-b8f6-16321f64bcb0 hr {
  border-top: 1px solid #ddd;
}

#s-93bac4ed-a9cd-46a6-8886-801a4e01a6be {
  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-93bac4ed-a9cd-46a6-8886-801a4e01a6be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93bac4ed-a9cd-46a6-8886-801a4e01a6be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93bac4ed-a9cd-46a6-8886-801a4e01a6be-root {
    text-align: center;
  }


#s-93bac4ed-a9cd-46a6-8886-801a4e01a6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-93bac4ed-a9cd-46a6-8886-801a4e01a6be-root {
    text-align: center;
  }


#s-93bac4ed-a9cd-46a6-8886-801a4e01a6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93bac4ed-a9cd-46a6-8886-801a4e01a6be-root {
    text-align: center;
  }


#s-93bac4ed-a9cd-46a6-8886-801a4e01a6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93bac4ed-a9cd-46a6-8886-801a4e01a6be-root {
    text-align: center;
  }


#s-93bac4ed-a9cd-46a6-8886-801a4e01a6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-93bac4ed-a9cd-46a6-8886-801a4e01a6be-root {
    text-align: center;
  }


#s-93bac4ed-a9cd-46a6-8886-801a4e01a6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6f85d37d-3d4b-4c24-bd0b-65565574ce97 {
  margin-left: 0%;
margin-right: 0%;
}

#s-6f85d37d-3d4b-4c24-bd0b-65565574ce97 hr {
  border-top: 1px solid #ddd;
}

#s-e55c9afd-591d-43cf-8a6c-527ae70667cc {
  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-e55c9afd-591d-43cf-8a6c-527ae70667cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e55c9afd-591d-43cf-8a6c-527ae70667cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e55c9afd-591d-43cf-8a6c-527ae70667cc-root {
    text-align: center;
  }


#s-e55c9afd-591d-43cf-8a6c-527ae70667cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e55c9afd-591d-43cf-8a6c-527ae70667cc-root {
    text-align: center;
  }


#s-e55c9afd-591d-43cf-8a6c-527ae70667cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e55c9afd-591d-43cf-8a6c-527ae70667cc-root {
    text-align: center;
  }


#s-e55c9afd-591d-43cf-8a6c-527ae70667cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e55c9afd-591d-43cf-8a6c-527ae70667cc-root {
    text-align: center;
  }


#s-e55c9afd-591d-43cf-8a6c-527ae70667cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e55c9afd-591d-43cf-8a6c-527ae70667cc-root {
    text-align: center;
  }


#s-e55c9afd-591d-43cf-8a6c-527ae70667cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f0b33f8d-db1d-478e-9199-e1f5da4f1781 hr {
  border-top: 2px solid #ddd;
}

#s-a7774297-328c-4cb3-acdd-683c1e7481f7 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-296da11d-63b7-4833-8ff9-45204067ee67 {
  padding-left: 3%;
padding-right: 3%;
}

#s-296da11d-63b7-4833-8ff9-45204067ee67 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-296da11d-63b7-4833-8ff9-45204067ee67 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-296da11d-63b7-4833-8ff9-45204067ee67 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-296da11d-63b7-4833-8ff9-45204067ee67 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-296da11d-63b7-4833-8ff9-45204067ee67 td.shogun-table-column, #s-296da11d-63b7-4833-8ff9-45204067ee67 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-0a00ab55-ac7a-4784-8a12-bc063eed7486 {
  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-0a00ab55-ac7a-4784-8a12-bc063eed7486:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a00ab55-ac7a-4784-8a12-bc063eed7486:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a00ab55-ac7a-4784-8a12-bc063eed7486-root {
    text-align: center;
  }


#s-0a00ab55-ac7a-4784-8a12-bc063eed7486.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a00ab55-ac7a-4784-8a12-bc063eed7486-root {
    text-align: center;
  }


#s-0a00ab55-ac7a-4784-8a12-bc063eed7486.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a00ab55-ac7a-4784-8a12-bc063eed7486-root {
    text-align: center;
  }


#s-0a00ab55-ac7a-4784-8a12-bc063eed7486.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a00ab55-ac7a-4784-8a12-bc063eed7486-root {
    text-align: center;
  }


#s-0a00ab55-ac7a-4784-8a12-bc063eed7486.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a00ab55-ac7a-4784-8a12-bc063eed7486-root {
    text-align: center;
  }


#s-0a00ab55-ac7a-4784-8a12-bc063eed7486.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85 {
  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-4bbce49c-6ae4-462a-88a8-bb456c8a2c85:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85-root {
    text-align: center;
  }


#s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85-root {
    text-align: center;
  }


#s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85-root {
    text-align: center;
  }


#s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85-root {
    text-align: center;
  }


#s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85-root {
    text-align: center;
  }


#s-4bbce49c-6ae4-462a-88a8-bb456c8a2c85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-56f27754-5e47-4fe3-a83e-4916c95a799b {
  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-56f27754-5e47-4fe3-a83e-4916c95a799b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56f27754-5e47-4fe3-a83e-4916c95a799b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56f27754-5e47-4fe3-a83e-4916c95a799b-root {
    text-align: center;
  }


#s-56f27754-5e47-4fe3-a83e-4916c95a799b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-56f27754-5e47-4fe3-a83e-4916c95a799b-root {
    text-align: center;
  }


#s-56f27754-5e47-4fe3-a83e-4916c95a799b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56f27754-5e47-4fe3-a83e-4916c95a799b-root {
    text-align: center;
  }


#s-56f27754-5e47-4fe3-a83e-4916c95a799b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56f27754-5e47-4fe3-a83e-4916c95a799b-root {
    text-align: center;
  }


#s-56f27754-5e47-4fe3-a83e-4916c95a799b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-56f27754-5e47-4fe3-a83e-4916c95a799b-root {
    text-align: center;
  }


#s-56f27754-5e47-4fe3-a83e-4916c95a799b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-39714fc4-597e-4234-891a-35f9164a9d1f {
  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-39714fc4-597e-4234-891a-35f9164a9d1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39714fc4-597e-4234-891a-35f9164a9d1f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39714fc4-597e-4234-891a-35f9164a9d1f-root {
    text-align: center;
  }


#s-39714fc4-597e-4234-891a-35f9164a9d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-39714fc4-597e-4234-891a-35f9164a9d1f-root {
    text-align: center;
  }


#s-39714fc4-597e-4234-891a-35f9164a9d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39714fc4-597e-4234-891a-35f9164a9d1f-root {
    text-align: center;
  }


#s-39714fc4-597e-4234-891a-35f9164a9d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39714fc4-597e-4234-891a-35f9164a9d1f-root {
    text-align: center;
  }


#s-39714fc4-597e-4234-891a-35f9164a9d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-39714fc4-597e-4234-891a-35f9164a9d1f-root {
    text-align: center;
  }


#s-39714fc4-597e-4234-891a-35f9164a9d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8085b9a9-2c2a-42c4-815d-0c3e20f07ac7 {
  margin-left: 0%;
margin-right: 0%;
}

#s-8085b9a9-2c2a-42c4-815d-0c3e20f07ac7 hr {
  border-top: 1px solid #ddd;
}

#s-1058598c-2f5a-4921-8f7f-f45941dc142f {
  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-1058598c-2f5a-4921-8f7f-f45941dc142f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1058598c-2f5a-4921-8f7f-f45941dc142f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1058598c-2f5a-4921-8f7f-f45941dc142f-root {
    text-align: center;
  }


#s-1058598c-2f5a-4921-8f7f-f45941dc142f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1058598c-2f5a-4921-8f7f-f45941dc142f-root {
    text-align: center;
  }


#s-1058598c-2f5a-4921-8f7f-f45941dc142f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1058598c-2f5a-4921-8f7f-f45941dc142f-root {
    text-align: center;
  }


#s-1058598c-2f5a-4921-8f7f-f45941dc142f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1058598c-2f5a-4921-8f7f-f45941dc142f-root {
    text-align: center;
  }


#s-1058598c-2f5a-4921-8f7f-f45941dc142f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1058598c-2f5a-4921-8f7f-f45941dc142f-root {
    text-align: center;
  }


#s-1058598c-2f5a-4921-8f7f-f45941dc142f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-73ca7b82-5dd8-4734-b1a6-0db6b693a795 {
  margin-left: 0%;
margin-right: 0%;
}

#s-73ca7b82-5dd8-4734-b1a6-0db6b693a795 hr {
  border-top: 1px solid #ddd;
}

#s-2f12718f-bcfc-4402-98eb-3a66f06e9f60 {
  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-2f12718f-bcfc-4402-98eb-3a66f06e9f60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f12718f-bcfc-4402-98eb-3a66f06e9f60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f12718f-bcfc-4402-98eb-3a66f06e9f60-root {
    text-align: center;
  }


#s-2f12718f-bcfc-4402-98eb-3a66f06e9f60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2f12718f-bcfc-4402-98eb-3a66f06e9f60-root {
    text-align: center;
  }


#s-2f12718f-bcfc-4402-98eb-3a66f06e9f60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f12718f-bcfc-4402-98eb-3a66f06e9f60-root {
    text-align: center;
  }


#s-2f12718f-bcfc-4402-98eb-3a66f06e9f60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f12718f-bcfc-4402-98eb-3a66f06e9f60-root {
    text-align: center;
  }


#s-2f12718f-bcfc-4402-98eb-3a66f06e9f60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2f12718f-bcfc-4402-98eb-3a66f06e9f60-root {
    text-align: center;
  }


#s-2f12718f-bcfc-4402-98eb-3a66f06e9f60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-75ff64fa-b10e-416d-be30-abb1211ddd12 hr {
  border-top: 2px solid #ddd;
}

#s-a4f75115-a34a-4aea-80ec-34a9ea87e81e {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-fd81ba37-95d2-4879-b9ee-06989dec6f0e {
  padding-left: 3%;
padding-right: 3%;
}

#s-fd81ba37-95d2-4879-b9ee-06989dec6f0e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-fd81ba37-95d2-4879-b9ee-06989dec6f0e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fd81ba37-95d2-4879-b9ee-06989dec6f0e td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-fd81ba37-95d2-4879-b9ee-06989dec6f0e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fd81ba37-95d2-4879-b9ee-06989dec6f0e td.shogun-table-column, #s-fd81ba37-95d2-4879-b9ee-06989dec6f0e td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-80baa2bb-fa27-458c-b385-95708d4e7f79 {
  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-80baa2bb-fa27-458c-b385-95708d4e7f79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80baa2bb-fa27-458c-b385-95708d4e7f79:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-80baa2bb-fa27-458c-b385-95708d4e7f79-root {
    text-align: center;
  }


#s-80baa2bb-fa27-458c-b385-95708d4e7f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-80baa2bb-fa27-458c-b385-95708d4e7f79-root {
    text-align: center;
  }


#s-80baa2bb-fa27-458c-b385-95708d4e7f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80baa2bb-fa27-458c-b385-95708d4e7f79-root {
    text-align: center;
  }


#s-80baa2bb-fa27-458c-b385-95708d4e7f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80baa2bb-fa27-458c-b385-95708d4e7f79-root {
    text-align: center;
  }


#s-80baa2bb-fa27-458c-b385-95708d4e7f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-80baa2bb-fa27-458c-b385-95708d4e7f79-root {
    text-align: center;
  }


#s-80baa2bb-fa27-458c-b385-95708d4e7f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f6bab18a-a151-4ac9-82e8-c05038f8891a {
  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-f6bab18a-a151-4ac9-82e8-c05038f8891a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6bab18a-a151-4ac9-82e8-c05038f8891a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6bab18a-a151-4ac9-82e8-c05038f8891a-root {
    text-align: center;
  }


#s-f6bab18a-a151-4ac9-82e8-c05038f8891a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f6bab18a-a151-4ac9-82e8-c05038f8891a-root {
    text-align: center;
  }


#s-f6bab18a-a151-4ac9-82e8-c05038f8891a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6bab18a-a151-4ac9-82e8-c05038f8891a-root {
    text-align: center;
  }


#s-f6bab18a-a151-4ac9-82e8-c05038f8891a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6bab18a-a151-4ac9-82e8-c05038f8891a-root {
    text-align: center;
  }


#s-f6bab18a-a151-4ac9-82e8-c05038f8891a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f6bab18a-a151-4ac9-82e8-c05038f8891a-root {
    text-align: center;
  }


#s-f6bab18a-a151-4ac9-82e8-c05038f8891a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa {
  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-5d9483ea-65cc-42c0-85cc-f2e7392af7fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa-root {
    text-align: center;
  }


#s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa-root {
    text-align: center;
  }


#s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa-root {
    text-align: center;
  }


#s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa-root {
    text-align: center;
  }


#s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa-root {
    text-align: center;
  }


#s-5d9483ea-65cc-42c0-85cc-f2e7392af7fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-81dafa58-884f-414c-aaf1-58b5d77da00f hr {
  border-top: 2px solid #ddd;
}

#s-f36d0a27-f1dd-4b74-9614-e8e8884b6276 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-74dc66be-4dff-4ce8-a688-598a79ad70fd {
  padding-left: 3%;
padding-right: 3%;
}

#s-74dc66be-4dff-4ce8-a688-598a79ad70fd .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-74dc66be-4dff-4ce8-a688-598a79ad70fd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-74dc66be-4dff-4ce8-a688-598a79ad70fd td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-74dc66be-4dff-4ce8-a688-598a79ad70fd td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-74dc66be-4dff-4ce8-a688-598a79ad70fd td.shogun-table-column, #s-74dc66be-4dff-4ce8-a688-598a79ad70fd td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-72526ee1-29b5-4c0b-9d98-0b182875e10c {
  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-72526ee1-29b5-4c0b-9d98-0b182875e10c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72526ee1-29b5-4c0b-9d98-0b182875e10c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72526ee1-29b5-4c0b-9d98-0b182875e10c-root {
    text-align: center;
  }


#s-72526ee1-29b5-4c0b-9d98-0b182875e10c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-72526ee1-29b5-4c0b-9d98-0b182875e10c-root {
    text-align: center;
  }


#s-72526ee1-29b5-4c0b-9d98-0b182875e10c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72526ee1-29b5-4c0b-9d98-0b182875e10c-root {
    text-align: center;
  }


#s-72526ee1-29b5-4c0b-9d98-0b182875e10c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72526ee1-29b5-4c0b-9d98-0b182875e10c-root {
    text-align: center;
  }


#s-72526ee1-29b5-4c0b-9d98-0b182875e10c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-72526ee1-29b5-4c0b-9d98-0b182875e10c-root {
    text-align: center;
  }


#s-72526ee1-29b5-4c0b-9d98-0b182875e10c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9 {
  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-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9-root {
    text-align: center;
  }


#s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9-root {
    text-align: center;
  }


#s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9-root {
    text-align: center;
  }


#s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9-root {
    text-align: center;
  }


#s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9-root {
    text-align: center;
  }


#s-4f1aaff7-1637-489e-a4b3-d60e0e1f96d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6ac1e648-6255-4c39-9b18-d093d35da490 {
  margin-left: auto;
margin-right: auto;
}

#s-6ac1e648-6255-4c39-9b18-d093d35da490 hr {
  border-top: 2px solid #ddd;
}

#s-76b6db90-0532-411a-a272-9021416ac822 {
  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-76b6db90-0532-411a-a272-9021416ac822:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76b6db90-0532-411a-a272-9021416ac822:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76b6db90-0532-411a-a272-9021416ac822-root {
    text-align: center;
  }


#s-76b6db90-0532-411a-a272-9021416ac822.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-76b6db90-0532-411a-a272-9021416ac822-root {
    text-align: center;
  }


#s-76b6db90-0532-411a-a272-9021416ac822.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76b6db90-0532-411a-a272-9021416ac822-root {
    text-align: center;
  }


#s-76b6db90-0532-411a-a272-9021416ac822.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76b6db90-0532-411a-a272-9021416ac822-root {
    text-align: center;
  }


#s-76b6db90-0532-411a-a272-9021416ac822.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-76b6db90-0532-411a-a272-9021416ac822-root {
    text-align: center;
  }


#s-76b6db90-0532-411a-a272-9021416ac822.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5da253b1-d725-49d9-98b1-e317fdbd4bd5 hr {
  border-top: 2px solid #ddd;
}

#s-fc27dbbb-4452-4250-b9b0-9059dd45268d {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-f5c45d3f-89a4-4156-a2f6-ff2be17dc799 {
  padding-left: 3%;
padding-right: 3%;
}

#s-f5c45d3f-89a4-4156-a2f6-ff2be17dc799 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-f5c45d3f-89a4-4156-a2f6-ff2be17dc799 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f5c45d3f-89a4-4156-a2f6-ff2be17dc799 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-f5c45d3f-89a4-4156-a2f6-ff2be17dc799 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f5c45d3f-89a4-4156-a2f6-ff2be17dc799 td.shogun-table-column, #s-f5c45d3f-89a4-4156-a2f6-ff2be17dc799 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-ac12bc1b-edfb-485f-95bf-70831eed8c76 {
  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-ac12bc1b-edfb-485f-95bf-70831eed8c76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac12bc1b-edfb-485f-95bf-70831eed8c76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac12bc1b-edfb-485f-95bf-70831eed8c76-root {
    text-align: center;
  }


#s-ac12bc1b-edfb-485f-95bf-70831eed8c76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ac12bc1b-edfb-485f-95bf-70831eed8c76-root {
    text-align: center;
  }


#s-ac12bc1b-edfb-485f-95bf-70831eed8c76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac12bc1b-edfb-485f-95bf-70831eed8c76-root {
    text-align: center;
  }


#s-ac12bc1b-edfb-485f-95bf-70831eed8c76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac12bc1b-edfb-485f-95bf-70831eed8c76-root {
    text-align: center;
  }


#s-ac12bc1b-edfb-485f-95bf-70831eed8c76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ac12bc1b-edfb-485f-95bf-70831eed8c76-root {
    text-align: center;
  }


#s-ac12bc1b-edfb-485f-95bf-70831eed8c76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f3b9e72a-2cac-41d0-936b-0e919caa8efd {
  margin-left: auto;
margin-right: auto;
}

#s-f3b9e72a-2cac-41d0-936b-0e919caa8efd hr {
  border-top: 2px solid #ddd;
}

#s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3 {
  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-73594d73-c4ef-40e5-85b7-cf9353dbd7d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3-root {
    text-align: center;
  }


#s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3-root {
    text-align: center;
  }


#s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3-root {
    text-align: center;
  }


#s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3-root {
    text-align: center;
  }


#s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3-root {
    text-align: center;
  }


#s-73594d73-c4ef-40e5-85b7-cf9353dbd7d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-20dc52d2-eee8-469a-ad45-2a0ec4ca3795 hr {
  border-top: 2px solid #ddd;
}

#s-a18e474b-f2dc-458b-8a7d-130676cbe4f0 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-d5f2d14f-d2da-4ab8-af59-d8643239ddb8 {
  padding-left: 3%;
padding-right: 3%;
}

#s-d5f2d14f-d2da-4ab8-af59-d8643239ddb8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-d5f2d14f-d2da-4ab8-af59-d8643239ddb8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d5f2d14f-d2da-4ab8-af59-d8643239ddb8 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-d5f2d14f-d2da-4ab8-af59-d8643239ddb8 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d5f2d14f-d2da-4ab8-af59-d8643239ddb8 td.shogun-table-column, #s-d5f2d14f-d2da-4ab8-af59-d8643239ddb8 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-c3ace6c9-226e-4119-920c-ea1bd316e91d {
  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-c3ace6c9-226e-4119-920c-ea1bd316e91d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3ace6c9-226e-4119-920c-ea1bd316e91d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3ace6c9-226e-4119-920c-ea1bd316e91d-root {
    text-align: center;
  }


#s-c3ace6c9-226e-4119-920c-ea1bd316e91d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3ace6c9-226e-4119-920c-ea1bd316e91d-root {
    text-align: center;
  }


#s-c3ace6c9-226e-4119-920c-ea1bd316e91d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3ace6c9-226e-4119-920c-ea1bd316e91d-root {
    text-align: center;
  }


#s-c3ace6c9-226e-4119-920c-ea1bd316e91d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3ace6c9-226e-4119-920c-ea1bd316e91d-root {
    text-align: center;
  }


#s-c3ace6c9-226e-4119-920c-ea1bd316e91d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3ace6c9-226e-4119-920c-ea1bd316e91d-root {
    text-align: center;
  }


#s-c3ace6c9-226e-4119-920c-ea1bd316e91d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8 {
  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-c102ca26-1fe8-48a0-a750-7534c3dcb2a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8-root {
    text-align: center;
  }


#s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8-root {
    text-align: center;
  }


#s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8-root {
    text-align: center;
  }


#s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8-root {
    text-align: center;
  }


#s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8-root {
    text-align: center;
  }


#s-c102ca26-1fe8-48a0-a750-7534c3dcb2a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-08aeab87-6bb0-4bc6-b691-19400ec07c6b {
  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-08aeab87-6bb0-4bc6-b691-19400ec07c6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08aeab87-6bb0-4bc6-b691-19400ec07c6b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08aeab87-6bb0-4bc6-b691-19400ec07c6b-root {
    text-align: center;
  }


#s-08aeab87-6bb0-4bc6-b691-19400ec07c6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08aeab87-6bb0-4bc6-b691-19400ec07c6b-root {
    text-align: center;
  }


#s-08aeab87-6bb0-4bc6-b691-19400ec07c6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08aeab87-6bb0-4bc6-b691-19400ec07c6b-root {
    text-align: center;
  }


#s-08aeab87-6bb0-4bc6-b691-19400ec07c6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08aeab87-6bb0-4bc6-b691-19400ec07c6b-root {
    text-align: center;
  }


#s-08aeab87-6bb0-4bc6-b691-19400ec07c6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08aeab87-6bb0-4bc6-b691-19400ec07c6b-root {
    text-align: center;
  }


#s-08aeab87-6bb0-4bc6-b691-19400ec07c6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-434d3399-9627-41ef-b07e-8a01f91e2504 {
  margin-top: 4%;
margin-bottom: 0%;
padding-left: 3%;
padding-right: 3%;
}

.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-5cf03ccc-9f0b-4fa0-9f29-2a5348a4a1fe {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-5cf03ccc-9f0b-4fa0-9f29-2a5348a4a1fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5cf03ccc-9f0b-4fa0-9f29-2a5348a4a1fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5cf03ccc-9f0b-4fa0-9f29-2a5348a4a1fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5cf03ccc-9f0b-4fa0-9f29-2a5348a4a1fe"] > .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-9016e432-d82c-473c-b106-d768f6cb73c9 {
  max-width: 823px;
aspect-ratio: 823/564;
text-align: center;
}





  #s-9016e432-d82c-473c-b106-d768f6cb73c9 img.shogun-image,
  #s-9016e432-d82c-473c-b106-d768f6cb73c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9016e432-d82c-473c-b106-d768f6cb73c9 {
    width: 100%;
    height: auto;
  }



  #s-9016e432-d82c-473c-b106-d768f6cb73c9 img.shogun-image {
    

    
    
    
  }


#s-9016e432-d82c-473c-b106-d768f6cb73c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-747cb094-2e0a-4659-8fcc-f73fcc3b7c05 {
  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-747cb094-2e0a-4659-8fcc-f73fcc3b7c05 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-857275c7-83ff-4037-98c1-3ff23852eda7 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-857275c7-83ff-4037-98c1-3ff23852eda7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-857275c7-83ff-4037-98c1-3ff23852eda7 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-1fedd49c-6dda-46ac-80c7-be96702c32c0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-1fedd49c-6dda-46ac-80c7-be96702c32c0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1fedd49c-6dda-46ac-80c7-be96702c32c0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4f8b289c-9a47-4b34-949d-0953b4d27df5 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4f8b289c-9a47-4b34-949d-0953b4d27df5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4f8b289c-9a47-4b34-949d-0953b4d27df5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


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







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

    
    
    
  }


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

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

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



#s-73204677-1ccc-4072-9188-ff883b6d3b1d {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-73204677-1ccc-4072-9188-ff883b6d3b1d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-73204677-1ccc-4072-9188-ff883b6d3b1d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-67a1607b-4234-4748-8dd7-f899a9e6045c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-67a1607b-4234-4748-8dd7-f899a9e6045c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-67a1607b-4234-4748-8dd7-f899a9e6045c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4034d4f9-d42d-4f1b-81db-60abb8edb7f0 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4034d4f9-d42d-4f1b-81db-60abb8edb7f0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4034d4f9-d42d-4f1b-81db-60abb8edb7f0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-6034ef6b-0467-46f8-a367-25d1f16688c8 {
  text-align: center;
}







  #s-6034ef6b-0467-46f8-a367-25d1f16688c8 img.shogun-image {
    

    
    
    
  }


#s-6034ef6b-0467-46f8-a367-25d1f16688c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b037d990-a010-4838-b655-607adec6d3aa {
  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-b037d990-a010-4838-b655-607adec6d3aa .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-7f5b0a8f-5e82-4194-995f-e3895728503e {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-7f5b0a8f-5e82-4194-995f-e3895728503e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7f5b0a8f-5e82-4194-995f-e3895728503e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-28e5b4fc-d811-424d-8eb2-83a8510779ee {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-28e5b4fc-d811-424d-8eb2-83a8510779ee .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-28e5b4fc-d811-424d-8eb2-83a8510779ee .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-06dec13c-48d1-417a-989e-be1d7d379154 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-06dec13c-48d1-417a-989e-be1d7d379154 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-06dec13c-48d1-417a-989e-be1d7d379154 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d3dca280-b072-4465-a550-ac50f49e65bb {
  text-align: center;
}







  #s-d3dca280-b072-4465-a550-ac50f49e65bb img.shogun-image {
    

    
    
    
  }


#s-d3dca280-b072-4465-a550-ac50f49e65bb .shogun-image-content {
  
    align-items: center;
  
}

#s-4807cfb0-97ef-4b0b-bf85-f64dc52d024b {
  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-4807cfb0-97ef-4b0b-bf85-f64dc52d024b .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-8019b374-8d05-4c73-abc0-776be7ce5a8d {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8019b374-8d05-4c73-abc0-776be7ce5a8d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8019b374-8d05-4c73-abc0-776be7ce5a8d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-72b22ddc-7857-491c-a308-6b75fd231f47 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-72b22ddc-7857-491c-a308-6b75fd231f47 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-72b22ddc-7857-491c-a308-6b75fd231f47 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-08167eb3-eb45-4ade-a26e-9bedfbdde53b {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-08167eb3-eb45-4ade-a26e-9bedfbdde53b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-08167eb3-eb45-4ade-a26e-9bedfbdde53b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


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

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

}

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

}

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

}

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

}

#s-8718b732-71b0-487d-bf9b-f3e6c1838f96 {
  text-align: center;
}







  #s-8718b732-71b0-487d-bf9b-f3e6c1838f96 img.shogun-image {
    

    
    
    
  }


#s-8718b732-71b0-487d-bf9b-f3e6c1838f96 .shogun-image-content {
  
    align-items: center;
  
}

#s-0db7d0f3-9612-4974-bbfb-e323c91ce162 {
  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-0db7d0f3-9612-4974-bbfb-e323c91ce162 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-088ea888-210c-422d-adfa-6f5d0da4c11d {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-088ea888-210c-422d-adfa-6f5d0da4c11d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-088ea888-210c-422d-adfa-6f5d0da4c11d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-afa8c8e6-e79c-4f14-9540-3bf96055c561 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-afa8c8e6-e79c-4f14-9540-3bf96055c561 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-afa8c8e6-e79c-4f14-9540-3bf96055c561 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-34b4151c-7534-4597-8001-7a6bfd6a94a1 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-34b4151c-7534-4597-8001-7a6bfd6a94a1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-34b4151c-7534-4597-8001-7a6bfd6a94a1 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-efc70771-e850-4908-8204-d87e7ffa856c {
  text-align: center;
}







  #s-efc70771-e850-4908-8204-d87e7ffa856c img.shogun-image {
    

    
    
    
  }


#s-efc70771-e850-4908-8204-d87e7ffa856c .shogun-image-content {
  
    align-items: center;
  
}

#s-2f83d399-faee-44f2-80a0-7ecd0c813fb9 {
  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-2f83d399-faee-44f2-80a0-7ecd0c813fb9 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-95eb8e56-388f-47c2-aa4e-a987de6ae7ac {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-95eb8e56-388f-47c2-aa4e-a987de6ae7ac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-95eb8e56-388f-47c2-aa4e-a987de6ae7ac .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ca76ec91-f1c1-4f6f-9e17-c631b78e65f1 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ca76ec91-f1c1-4f6f-9e17-c631b78e65f1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ca76ec91-f1c1-4f6f-9e17-c631b78e65f1 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a0c630bd-c0fc-4ef6-b700-5d759a46b9c5 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a0c630bd-c0fc-4ef6-b700-5d759a46b9c5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a0c630bd-c0fc-4ef6-b700-5d759a46b9c5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-268395bd-1066-4207-951e-fb2b71dba5c8 {
  text-align: center;
}







  #s-268395bd-1066-4207-951e-fb2b71dba5c8 img.shogun-image {
    

    
    
    
  }


#s-268395bd-1066-4207-951e-fb2b71dba5c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d44778e-9071-4769-869f-9a66f6cfb524 {
  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-2d44778e-9071-4769-869f-9a66f6cfb524 .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-9ccb5ba3-bddd-4eaa-8d2d-8cd8548bdb60 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9ccb5ba3-bddd-4eaa-8d2d-8cd8548bdb60 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9ccb5ba3-bddd-4eaa-8d2d-8cd8548bdb60 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5ee29172-8456-47df-8e29-ab16ad73dbe0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5ee29172-8456-47df-8e29-ab16ad73dbe0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5ee29172-8456-47df-8e29-ab16ad73dbe0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e13de0e8-5a65-4ec3-8d58-25356aee41a2 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-e13de0e8-5a65-4ec3-8d58-25356aee41a2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-e13de0e8-5a65-4ec3-8d58-25356aee41a2 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-8f7075b6-99ca-4fa2-9f8e-43b39a686382 {
  text-align: center;
}







  #s-8f7075b6-99ca-4fa2-9f8e-43b39a686382 img.shogun-image {
    

    
    
    
  }


#s-8f7075b6-99ca-4fa2-9f8e-43b39a686382 .shogun-image-content {
  
    align-items: center;
  
}

#s-b836f248-18e7-407e-8633-df622d0abe23 {
  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-b836f248-18e7-407e-8633-df622d0abe23 .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-c8a6152a-c321-481f-99f7-f4b69fe3e29d {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c8a6152a-c321-481f-99f7-f4b69fe3e29d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c8a6152a-c321-481f-99f7-f4b69fe3e29d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-78f34559-701c-4191-9edd-83ec431090bf {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-78f34559-701c-4191-9edd-83ec431090bf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-78f34559-701c-4191-9edd-83ec431090bf .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-429115b3-2809-4b7f-a839-dee77d683c4d {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-429115b3-2809-4b7f-a839-dee77d683c4d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-429115b3-2809-4b7f-a839-dee77d683c4d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-0909c5f3-9c32-490f-94a5-005d5074c052 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-0909c5f3-9c32-490f-94a5-005d5074c052"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0909c5f3-9c32-490f-94a5-005d5074c052"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0909c5f3-9c32-490f-94a5-005d5074c052"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0909c5f3-9c32-490f-94a5-005d5074c052"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f2fc2e47-ee29-4229-b930-b69284852d5d {
  text-align: center;
}







  #s-f2fc2e47-ee29-4229-b930-b69284852d5d img.shogun-image {
    

    
    
    
  }


#s-f2fc2e47-ee29-4229-b930-b69284852d5d .shogun-image-content {
  
    align-items: center;
  
}

#s-9a70820d-af68-426f-a638-f77c63d7c747 {
  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-9a70820d-af68-426f-a638-f77c63d7c747 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-fce8d1e1-b206-4dcd-96bb-7eefa9dbc612 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-fce8d1e1-b206-4dcd-96bb-7eefa9dbc612 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-fce8d1e1-b206-4dcd-96bb-7eefa9dbc612 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-53540c12-9df2-4a92-a977-edc7770ef035 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-53540c12-9df2-4a92-a977-edc7770ef035 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-53540c12-9df2-4a92-a977-edc7770ef035 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-32320496-a8fc-4e29-a912-ae6dd88beeb1 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-32320496-a8fc-4e29-a912-ae6dd88beeb1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-32320496-a8fc-4e29-a912-ae6dd88beeb1 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ce5f69c0-b7b5-4527-8a05-436b927cf875 {
  text-align: center;
}







  #s-ce5f69c0-b7b5-4527-8a05-436b927cf875 img.shogun-image {
    

    
    
    
  }


#s-ce5f69c0-b7b5-4527-8a05-436b927cf875 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c8bf52d-93ec-4d78-9728-c40bbfbcd913 {
  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-8c8bf52d-93ec-4d78-9728-c40bbfbcd913 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-1d8003d0-a1c9-4a84-8e83-b3ed20fd6e5a {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-1d8003d0-a1c9-4a84-8e83-b3ed20fd6e5a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1d8003d0-a1c9-4a84-8e83-b3ed20fd6e5a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4fb9b7e1-2524-4052-a009-9ff2accc600e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4fb9b7e1-2524-4052-a009-9ff2accc600e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4fb9b7e1-2524-4052-a009-9ff2accc600e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e5e27b03-1b8d-4612-8bab-f4cc226c5eb4 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-e5e27b03-1b8d-4612-8bab-f4cc226c5eb4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-e5e27b03-1b8d-4612-8bab-f4cc226c5eb4 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-c6bc079f-9035-416d-93a7-4872102ab40b {
  text-align: center;
}







  #s-c6bc079f-9035-416d-93a7-4872102ab40b img.shogun-image {
    

    
    
    
  }


#s-c6bc079f-9035-416d-93a7-4872102ab40b .shogun-image-content {
  
    align-items: center;
  
}

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



#s-1fe31667-2860-47a9-bddf-d1a8ce6724e8 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-1fe31667-2860-47a9-bddf-d1a8ce6724e8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1fe31667-2860-47a9-bddf-d1a8ce6724e8 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-de384431-75bc-428a-bfaa-f0dd09bca366 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-de384431-75bc-428a-bfaa-f0dd09bca366 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-de384431-75bc-428a-bfaa-f0dd09bca366 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-426f4cd8-f866-43cc-ae10-9021e469ed2d {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-426f4cd8-f866-43cc-ae10-9021e469ed2d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-426f4cd8-f866-43cc-ae10-9021e469ed2d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-88b0469e-dd3e-4385-891f-043f103c2b24 {
  text-align: center;
}







  #s-88b0469e-dd3e-4385-891f-043f103c2b24 img.shogun-image {
    

    
    
    
  }


#s-88b0469e-dd3e-4385-891f-043f103c2b24 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8290510-486e-4e37-8bff-a03a2df6533d {
  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-a8290510-486e-4e37-8bff-a03a2df6533d .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: 0px;
  
}



#s-a885f02c-5ecb-4226-b133-4bc2f195d798 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a885f02c-5ecb-4226-b133-4bc2f195d798 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a885f02c-5ecb-4226-b133-4bc2f195d798 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-c689a085-c14c-491f-9346-954199be364e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c689a085-c14c-491f-9346-954199be364e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c689a085-c14c-491f-9346-954199be364e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-1b599988-b156-43d9-a78d-a668daf174ed {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-1b599988-b156-43d9-a78d-a668daf174ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1b599988-b156-43d9-a78d-a668daf174ed .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-53fd661e-ada8-4dd3-8198-a5740ad4daaa {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-53fd661e-ada8-4dd3-8198-a5740ad4daaa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-53fd661e-ada8-4dd3-8198-a5740ad4daaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-53fd661e-ada8-4dd3-8198-a5740ad4daaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-53fd661e-ada8-4dd3-8198-a5740ad4daaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8026f180-dbce-44f7-878b-c526851bc933 {
  text-align: center;
}







  #s-8026f180-dbce-44f7-878b-c526851bc933 img.shogun-image {
    

    
    
    
  }


#s-8026f180-dbce-44f7-878b-c526851bc933 .shogun-image-content {
  
    align-items: center;
  
}

#s-8654c2d7-df94-4d6e-919d-43c137c65b3d {
  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-8654c2d7-df94-4d6e-919d-43c137c65b3d .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-9962aa33-4d37-4679-b33a-4746c58ff174 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9962aa33-4d37-4679-b33a-4746c58ff174 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9962aa33-4d37-4679-b33a-4746c58ff174 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f5d188ec-7793-403b-952b-85c91d83021d {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f5d188ec-7793-403b-952b-85c91d83021d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f5d188ec-7793-403b-952b-85c91d83021d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-74595379-5b00-434e-9c09-a65c2fbcc35e {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-74595379-5b00-434e-9c09-a65c2fbcc35e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-74595379-5b00-434e-9c09-a65c2fbcc35e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-21fe64aa-df1b-4139-a7b1-99219be370f2 {
  text-align: center;
}







  #s-21fe64aa-df1b-4139-a7b1-99219be370f2 img.shogun-image {
    

    
    
    
  }


#s-21fe64aa-df1b-4139-a7b1-99219be370f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-aee8e08d-38f1-4107-b2c4-1f9ed257ad88 {
  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-aee8e08d-38f1-4107-b2c4-1f9ed257ad88 .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-d41413f1-99f2-4ab3-bd19-b8ca1482d1d3 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d41413f1-99f2-4ab3-bd19-b8ca1482d1d3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d41413f1-99f2-4ab3-bd19-b8ca1482d1d3 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-7302760a-6806-4b50-a231-f83893cd073a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-7302760a-6806-4b50-a231-f83893cd073a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7302760a-6806-4b50-a231-f83893cd073a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-37bed02a-5ccb-4ada-a9fe-17a29e837e5c {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-37bed02a-5ccb-4ada-a9fe-17a29e837e5c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-37bed02a-5ccb-4ada-a9fe-17a29e837e5c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-15749168-589d-42e3-9bd1-746699e1bc4e {
  text-align: center;
}







  #s-15749168-589d-42e3-9bd1-746699e1bc4e img.shogun-image {
    

    
    
    
  }


#s-15749168-589d-42e3-9bd1-746699e1bc4e .shogun-image-content {
  
    align-items: center;
  
}

#s-168d27e2-d5e8-45cf-a427-f96231afce9c {
  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-168d27e2-d5e8-45cf-a427-f96231afce9c .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-bf9236ce-beb1-4363-a77f-5fba9059e5e7 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-bf9236ce-beb1-4363-a77f-5fba9059e5e7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-bf9236ce-beb1-4363-a77f-5fba9059e5e7 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-85dd3efb-82e4-4fa8-a62b-ada8f6ab450e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-85dd3efb-82e4-4fa8-a62b-ada8f6ab450e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-85dd3efb-82e4-4fa8-a62b-ada8f6ab450e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ffe0bfb1-a894-44b0-a02d-4e5e6fbd09bb {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ffe0bfb1-a894-44b0-a02d-4e5e6fbd09bb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ffe0bfb1-a894-44b0-a02d-4e5e6fbd09bb .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-824cd98e-fc51-40a9-9441-e80ad8350fe3 {
  margin-top: 4%;
margin-bottom: 0%;
padding-left: 3%;
padding-right: 3%;
}

#s-e15febaa-15bb-497a-988d-44569418c371 {
  padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
max-width: 1170px;
}

#s-41259a5d-0887-4119-a126-e9b78693a6c4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}

#s-692fec2e-f81e-40b5-a188-92ff2a400406 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-692fec2e-f81e-40b5-a188-92ff2a400406"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-692fec2e-f81e-40b5-a188-92ff2a400406"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-692fec2e-f81e-40b5-a188-92ff2a400406"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-692fec2e-f81e-40b5-a188-92ff2a400406"] > .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-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
      position: relative;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  
  
  
  
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
      position: relative;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  
  
  
  
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
      position: relative;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  
  
  
  
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
      position: relative;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  
  
  
  
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container {
      position: relative;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20ca581f-d2f9-4849-971a-f4db0bda8c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTBjNzdkNDQtMWNiMi00MWU0LTgzMzMtNzEzYWQyNmYwMjQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMGM3N2Q0NC0xY2IyLTQxZTQtODMzMy03MTNhZDI2ZjAyNDEpIi8+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-558959b0-61c7-4db2-b9fd-d91b2da5cb8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e-root {
    text-align: center;
  }


#s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e-root {
    text-align: center;
  }


#s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e-root {
    text-align: center;
  }


#s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e-root {
    text-align: center;
  }


#s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e-root {
    text-align: center;
  }


#s-558959b0-61c7-4db2-b9fd-d91b2da5cb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d1a6a612-3308-4032-af77-0ac9becc459d {
  margin-left: auto;
margin-right: auto;
}

#s-d1a6a612-3308-4032-af77-0ac9becc459d hr {
  border-top: 2px solid #ddd;
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
      position: relative;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  
  
  
  
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
      position: relative;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  
  
  
  
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
      position: relative;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  
  
  
  
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
      position: relative;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  
  
  
  
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container {
      position: relative;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e11c1f83-8bd0-48ce-a781-e7f7d70c0f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-1b61cc79-1282-4145-8010-c520309970af {
  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-1b61cc79-1282-4145-8010-c520309970af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b61cc79-1282-4145-8010-c520309970af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b61cc79-1282-4145-8010-c520309970af-root {
    text-align: center;
  }


#s-1b61cc79-1282-4145-8010-c520309970af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b61cc79-1282-4145-8010-c520309970af-root {
    text-align: center;
  }


#s-1b61cc79-1282-4145-8010-c520309970af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b61cc79-1282-4145-8010-c520309970af-root {
    text-align: center;
  }


#s-1b61cc79-1282-4145-8010-c520309970af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b61cc79-1282-4145-8010-c520309970af-root {
    text-align: center;
  }


#s-1b61cc79-1282-4145-8010-c520309970af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b61cc79-1282-4145-8010-c520309970af-root {
    text-align: center;
  }


#s-1b61cc79-1282-4145-8010-c520309970af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-62ecdd95-1b67-4949-bfaf-2b0df858f6d7 {
  margin-left: auto;
margin-right: auto;
}

#s-62ecdd95-1b67-4949-bfaf-2b0df858f6d7 hr {
  border-top: 2px solid #ddd;
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0603261-ed35-415c-a30f-b7ffeda5732e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
      position: relative;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  
  
  
  
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0603261-ed35-415c-a30f-b7ffeda5732e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
      position: relative;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  
  
  
  
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0603261-ed35-415c-a30f-b7ffeda5732e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
      position: relative;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  
  
  
  
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0603261-ed35-415c-a30f-b7ffeda5732e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
      position: relative;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  
  
  
  
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0603261-ed35-415c-a30f-b7ffeda5732e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e0603261-ed35-415c-a30f-b7ffeda5732e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0603261-ed35-415c-a30f-b7ffeda5732e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container {
      position: relative;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0603261-ed35-415c-a30f-b7ffeda5732e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58 {
  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-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58-root {
    text-align: center;
  }


#s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58-root {
    text-align: center;
  }


#s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58-root {
    text-align: center;
  }


#s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58-root {
    text-align: center;
  }


#s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58-root {
    text-align: center;
  }


#s-c7a3ac12-fdeb-4d6b-95a6-bdf746da9a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1750b443-4a60-4da3-8232-c3e79367f032 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;
}

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

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
