.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-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center top;
}

#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3 {
  cursor: pointer;
}#s-d8cc4d76-ac71-47de-80b0-5d28fff476d3.shg-box.shg-c {
  justify-content: center;
}

#s-10b2a818-b0ec-47a0-9cc4-eb6c1acea9ab {
  min-height: 50px;
}








#s-10b2a818-b0ec-47a0-9cc4-eb6c1acea9ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10b2a818-b0ec-47a0-9cc4-eb6c1acea9ab.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-9d8b8293-8421-4476-bd68-370ee067e24e {
  margin-top: 47px;
}
@media (max-width: 767px){#s-9d8b8293-8421-4476-bd68-370ee067e24e {
  margin-top: 37px;
margin-bottom: -14px;
}
}
#s-31b7093e-d2d4-42e7-a3e4-fcbab093fc37 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31b7093e-d2d4-42e7-a3e4-fcbab093fc37 {
  display: unset;
}
#s-31b7093e-d2d4-42e7-a3e4-fcbab093fc37, #wrap-s-31b7093e-d2d4-42e7-a3e4-fcbab093fc37 { display: unset !important; }}
#s-de27003d-22db-40f7-8c39-b8a1ef2ad187 {
  margin-top: -14px;
margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de27003d-22db-40f7-8c39-b8a1ef2ad187 {
  display: unset;
}
#s-de27003d-22db-40f7-8c39-b8a1ef2ad187, #wrap-s-de27003d-22db-40f7-8c39-b8a1ef2ad187 { display: unset !important; }}
#s-b5f0b401-e92e-4c42-bc0a-344defe6978e {
  margin-top: -4px;
margin-left: 7%;
margin-bottom: 2px;
margin-right: 7%;
}

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

@media (min-width: 0px) {
[id="s-df372f61-9470-4004-a741-7951b53e74c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-df372f61-9470-4004-a741-7951b53e74c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df372f61-9470-4004-a741-7951b53e74c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df372f61-9470-4004-a741-7951b53e74c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-40042530-f59b-4019-ac3c-1d9dc7841d53 {
  margin-left: 14%;
}

#s-dde59896-46cf-4634-b624-3feaea118424 {
  margin-right: 14%;
}

#s-70955ec3-feae-424f-9312-0725445fc62e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-70955ec3-feae-424f-9312-0725445fc62e {
  margin-top: 26px;
}
}







#s-70955ec3-feae-424f-9312-0725445fc62e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70955ec3-feae-424f-9312-0725445fc62e {
  cursor: pointer;
}#s-70955ec3-feae-424f-9312-0725445fc62e.shg-box.shg-c {
  justify-content: center;
}

#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}

#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acf3f0bd-2ced-4fc7-b432-ce5be8c2dc7d.shg-box.shg-c {
  justify-content: center;
}

#s-a48b939b-dcf8-40b9-921d-a45ae9b47694 {
  min-height: 50px;
}








#s-a48b939b-dcf8-40b9-921d-a45ae9b47694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a48b939b-dcf8-40b9-921d-a45ae9b47694.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-2ca69944-b5f6-42dd-b3a4-df92b3319fb3 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ca69944-b5f6-42dd-b3a4-df92b3319fb3 {
  margin-top: -4px;
margin-bottom: -4px;
display: unset;
}
#s-2ca69944-b5f6-42dd-b3a4-df92b3319fb3, #wrap-s-2ca69944-b5f6-42dd-b3a4-df92b3319fb3 { display: unset !important; }}@media (max-width: 767px){#s-2ca69944-b5f6-42dd-b3a4-df92b3319fb3 {
  display: unset;
}
#s-2ca69944-b5f6-42dd-b3a4-df92b3319fb3, #wrap-s-2ca69944-b5f6-42dd-b3a4-df92b3319fb3 { display: unset !important; }}
#s-2ca69944-b5f6-42dd-b3a4-df92b3319fb3 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-db0c5618-e8db-4bfd-b38a-9502b3b9a239 {
  margin-top: 3px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db0c5618-e8db-4bfd-b38a-9502b3b9a239 {
  display: unset;
}
#s-db0c5618-e8db-4bfd-b38a-9502b3b9a239, #wrap-s-db0c5618-e8db-4bfd-b38a-9502b3b9a239 { display: unset !important; }}
#s-e06e01eb-d0db-4d61-a531-02f5af742404 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-26305c66-3b76-403a-b3ce-ef314ea768f4 {
  margin-top: -8px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26305c66-3b76-403a-b3ce-ef314ea768f4 {
  display: unset;
}
#s-26305c66-3b76-403a-b3ce-ef314ea768f4, #wrap-s-26305c66-3b76-403a-b3ce-ef314ea768f4 { display: unset !important; }}
.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-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODg4MmJmNTEtMGU5MC00NTRkLTk4NDEtODUzYTliOTU0MmVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjNTc0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDA4ZTJmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ODgyYmY1MS0wZTkwLTQ1NGQtOTg0MS04NTNhOWI5NTQyZWMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 40px;
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"=>"#fdc574"}, {"id"=>2, "pos"=>1, "color"=>"#d08e2f"}];
color: rgba(10, 19, 35, 1);
}
#s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf-root {
    text-align: center;
  }


#s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf-root {
    text-align: center;
  }


#s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf-root {
    text-align: center;
  }


#s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf-root {
    text-align: center;
  }


#s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf-root {
    text-align: center;
  }


#s-479e7e88-8b32-4e79-8dc2-ac6a8a2212cf.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-c7c37e33-503b-457c-908a-038c33a732d0 {
  min-height: 50px;
}








#s-c7c37e33-503b-457c-908a-038c33a732d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7c37e33-503b-457c-908a-038c33a732d0.shg-box.shg-c {
  justify-content: center;
}

#s-5407ac91-4479-4cec-9545-2326f7c6034a {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5407ac91-4479-4cec-9545-2326f7c6034a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5407ac91-4479-4cec-9545-2326f7c6034a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5407ac91-4479-4cec-9545-2326f7c6034a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5407ac91-4479-4cec-9545-2326f7c6034a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-197132f3-0efd-489d-bbd9-ee780269b9a9 {
  margin-top: 3px;
margin-left: 3%;
margin-bottom: 3px;
margin-right: 3%;
min-height: 50px;
}








#s-197132f3-0efd-489d-bbd9-ee780269b9a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-197132f3-0efd-489d-bbd9-ee780269b9a9 {
  cursor: pointer;
}#s-197132f3-0efd-489d-bbd9-ee780269b9a9.shg-box.shg-c {
  justify-content: center;
}

.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-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  max-width: 1001px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  
  
  
  
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
    
    
  }


.s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
      position: relative;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  
  
  
  
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
    
    
  }


.s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
      position: relative;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  
  
  
  
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
    
    
  }


.s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
      position: relative;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  
  
  
  
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
    
    
  }


.s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
      position: relative;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  
  
  
  
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
    
    
  }


.s-f3c17428-ca69-4921-a78c-c41d702e8dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container {
      position: relative;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3c17428-ca69-4921-a78c-c41d702e8dc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-14617ea9-21f0-455b-ba3b-77236c08cfb8 {
  margin-top: 3px;
margin-left: 3%;
margin-bottom: 3px;
margin-right: 3%;
min-height: 50px;
}








#s-14617ea9-21f0-455b-ba3b-77236c08cfb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14617ea9-21f0-455b-ba3b-77236c08cfb8 {
  cursor: pointer;
}#s-14617ea9-21f0-455b-ba3b-77236c08cfb8.shg-box.shg-c {
  justify-content: center;
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  max-width: 1406px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  
  
  
  
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
    
    
  }


.s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
      position: relative;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  
  
  
  
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
    
    
  }


.s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
      position: relative;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  
  
  
  
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
    
    
  }


.s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
      position: relative;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  
  
  
  
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
    
    
  }


.s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
      position: relative;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  
  
  
  
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
    
    
  }


.s-627670ea-0db9-45f5-acb1-25f176fd6e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container {
      position: relative;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-627670ea-0db9-45f5-acb1-25f176fd6e1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-af20be5c-78e7-4f13-a4b0-0a9e3089dc9d {
  margin-top: 3px;
margin-left: 3%;
margin-bottom: 3px;
margin-right: 3%;
min-height: 50px;
}








#s-af20be5c-78e7-4f13-a4b0-0a9e3089dc9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af20be5c-78e7-4f13-a4b0-0a9e3089dc9d {
  cursor: pointer;
}#s-af20be5c-78e7-4f13-a4b0-0a9e3089dc9d.shg-box.shg-c {
  justify-content: center;
}

#s-2664846f-c732-4453-a380-f86903538d39 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2664846f-c732-4453-a380-f86903538d39 {
  
  
  
  
}

#s-2664846f-c732-4453-a380-f86903538d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
    
    
  }


.s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-2664846f-c732-4453-a380-f86903538d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2664846f-c732-4453-a380-f86903538d39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
      position: relative;
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2664846f-c732-4453-a380-f86903538d39 {
  
  
  
  
}

#s-2664846f-c732-4453-a380-f86903538d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
    
    
  }


.s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-2664846f-c732-4453-a380-f86903538d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2664846f-c732-4453-a380-f86903538d39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
      position: relative;
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2664846f-c732-4453-a380-f86903538d39 {
  
  
  
  
}

#s-2664846f-c732-4453-a380-f86903538d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
    
    
  }


.s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-2664846f-c732-4453-a380-f86903538d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2664846f-c732-4453-a380-f86903538d39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
      position: relative;
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2664846f-c732-4453-a380-f86903538d39 {
  
  
  
  
}

#s-2664846f-c732-4453-a380-f86903538d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
    
    
  }


.s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-2664846f-c732-4453-a380-f86903538d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2664846f-c732-4453-a380-f86903538d39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
      position: relative;
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2664846f-c732-4453-a380-f86903538d39 {
  
  
  
  
}

#s-2664846f-c732-4453-a380-f86903538d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2664846f-c732-4453-a380-f86903538d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
    
    
  }


.s-2664846f-c732-4453-a380-f86903538d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-2664846f-c732-4453-a380-f86903538d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2664846f-c732-4453-a380-f86903538d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2664846f-c732-4453-a380-f86903538d39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container {
      position: relative;
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2664846f-c732-4453-a380-f86903538d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2664846f-c732-4453-a380-f86903538d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e9a0eea8-8323-4148-b5b3-01fd2550ade0 {
  margin-top: 3px;
margin-left: 3%;
margin-bottom: 3px;
margin-right: 3%;
min-height: 50px;
}








#s-e9a0eea8-8323-4148-b5b3-01fd2550ade0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9a0eea8-8323-4148-b5b3-01fd2550ade0 {
  cursor: pointer;
}#s-e9a0eea8-8323-4148-b5b3-01fd2550ade0.shg-box.shg-c {
  justify-content: center;
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f5504da8-e473-4f81-8329-b53132f30e6a {
  
  
  
  
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
    
    
  }


.s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5504da8-e473-4f81-8329-b53132f30e6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
      position: relative;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f5504da8-e473-4f81-8329-b53132f30e6a {
  
  
  
  
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
    
    
  }


.s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5504da8-e473-4f81-8329-b53132f30e6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
      position: relative;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5504da8-e473-4f81-8329-b53132f30e6a {
  
  
  
  
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
    
    
  }


.s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5504da8-e473-4f81-8329-b53132f30e6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
      position: relative;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5504da8-e473-4f81-8329-b53132f30e6a {
  
  
  
  
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
    
    
  }


.s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5504da8-e473-4f81-8329-b53132f30e6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
      position: relative;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5504da8-e473-4f81-8329-b53132f30e6a {
  
  
  
  
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5504da8-e473-4f81-8329-b53132f30e6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
    
    
  }


.s-f5504da8-e473-4f81-8329-b53132f30e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5504da8-e473-4f81-8329-b53132f30e6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container {
      position: relative;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5504da8-e473-4f81-8329-b53132f30e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8c685e1b-8b25-4cab-891c-fea81ee18f27 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-8c685e1b-8b25-4cab-891c-fea81ee18f27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c685e1b-8b25-4cab-891c-fea81ee18f27 {
  cursor: pointer;
}#s-8c685e1b-8b25-4cab-891c-fea81ee18f27.shg-box.shg-c {
  justify-content: center;
}

#s-716008df-5140-45b5-8553-ecc96d144327 {
  background-repeat: no-repeat;
min-height: 50px;
}

#s-716008df-5140-45b5-8553-ecc96d144327 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjAwN2FkZDMtYThmOC00ZjYzLWFmMDctNTY2NWZkNWI4ZGM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDA4ZTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWZiZDczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMDA3YWRkMy1hOGY4LTRmNjMtYWYwNy01NjY1ZmQ1YjhkYzUpIi8+PC9zdmc+);
}








#s-716008df-5140-45b5-8553-ecc96d144327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-716008df-5140-45b5-8553-ecc96d144327.shg-box.shg-c {
  justify-content: center;
}

#s-33b037b4-18cd-4e6a-9c3a-33fb88d5114f {
  margin-top: 10px;
}

#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}

#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5bbfaf34-9f36-422f-94b2-90a15291a30f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-5bbfaf34-9f36-422f-94b2-90a15291a30f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bbfaf34-9f36-422f-94b2-90a15291a30f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-97fabb5f-26e5-4324-be3b-a5db13a0dbf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97fabb5f-26e5-4324-be3b-a5db13a0dbf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-97fabb5f-26e5-4324-be3b-a5db13a0dbf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-97fabb5f-26e5-4324-be3b-a5db13a0dbf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-97fabb5f-26e5-4324-be3b-a5db13a0dbf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-97fabb5f-26e5-4324-be3b-a5db13a0dbf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-97fabb5f-26e5-4324-be3b-a5db13a0dbf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

#s-18857e12-0819-4006-a585-5c644eb8dac3 {
  min-height: 50px;
}








#s-18857e12-0819-4006-a585-5c644eb8dac3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18857e12-0819-4006-a585-5c644eb8dac3 {
  cursor: pointer;
}#s-18857e12-0819-4006-a585-5c644eb8dac3.shg-box.shg-c {
  justify-content: center;
}

#s-de19d486-a213-4e41-aae2-9f3636908a82 {
  max-width: 600px;
aspect-ratio: 600/773;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-de19d486-a213-4e41-aae2-9f3636908a82 {
  display: unset;
}
#s-de19d486-a213-4e41-aae2-9f3636908a82, #wrap-s-de19d486-a213-4e41-aae2-9f3636908a82 { display: unset !important; }}@media (max-width: 767px){#s-de19d486-a213-4e41-aae2-9f3636908a82 {
  display: none;
}
#s-de19d486-a213-4e41-aae2-9f3636908a82, #wrap-s-de19d486-a213-4e41-aae2-9f3636908a82 { display: none !important; }}


.shg-image-margin-container-s-de19d486-a213-4e41-aae2-9f3636908a82 {
  
  
  
  
}

#s-de19d486-a213-4e41-aae2-9f3636908a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      aspect-ratio: 600/773;
      width: 100%;
      height: 100%;
    }

    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-link {
      aspect-ratio: 600/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
    
    
  }


.s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de19d486-a213-4e41-aae2-9f3636908a82 {
      --shg-aspect-ratio: calc(600/773); 
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
      position: relative;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-de19d486-a213-4e41-aae2-9f3636908a82 {
  
  
  
  
}

#s-de19d486-a213-4e41-aae2-9f3636908a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      aspect-ratio: 600/773;
      width: 100%;
      height: 100%;
    }

    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-link {
      aspect-ratio: 600/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
    
    
  }


.s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de19d486-a213-4e41-aae2-9f3636908a82 {
      --shg-aspect-ratio: calc(600/773); 
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
      position: relative;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-de19d486-a213-4e41-aae2-9f3636908a82 {
  
  
  
  
}

#s-de19d486-a213-4e41-aae2-9f3636908a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      aspect-ratio: 600/773;
      width: 100%;
      height: 100%;
    }

    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-link {
      aspect-ratio: 600/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
    
    
  }


.s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de19d486-a213-4e41-aae2-9f3636908a82 {
      --shg-aspect-ratio: calc(600/773); 
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
      position: relative;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-de19d486-a213-4e41-aae2-9f3636908a82 {
  
  
  
  
}

#s-de19d486-a213-4e41-aae2-9f3636908a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      aspect-ratio: 600/773;
      width: 100%;
      height: 100%;
    }

    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-link {
      aspect-ratio: 600/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
    
    
  }


.s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de19d486-a213-4e41-aae2-9f3636908a82 {
      --shg-aspect-ratio: calc(600/773); 
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
      position: relative;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-de19d486-a213-4e41-aae2-9f3636908a82 {
  
  
  
  
}

#s-de19d486-a213-4e41-aae2-9f3636908a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      aspect-ratio: 600/773;
      width: 100%;
      height: 100%;
    }

    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-link {
      aspect-ratio: 600/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de19d486-a213-4e41-aae2-9f3636908a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
    
    
  }


.s-de19d486-a213-4e41-aae2-9f3636908a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de19d486-a213-4e41-aae2-9f3636908a82 {
      --shg-aspect-ratio: calc(600/773); 
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container {
      position: relative;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de19d486-a213-4e41-aae2-9f3636908a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ebf24331-68f2-4b89-be50-1f4ab9cfce28 {
  min-height: 50px;
}








#s-ebf24331-68f2-4b89-be50-1f4ab9cfce28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebf24331-68f2-4b89-be50-1f4ab9cfce28.shg-box.shg-c {
  justify-content: center;
}

#s-477a079e-18b2-47d8-a957-d63a88a3787f {
  margin-top: 20px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-477a079e-18b2-47d8-a957-d63a88a3787f {
  margin-left: 9%;
margin-right: 9%;
}
}@media (max-width: 767px){#s-477a079e-18b2-47d8-a957-d63a88a3787f {
  margin-top: 49px;
}
}
#s-ce8e93ba-666b-49c9-b4ca-ed97cb94f284 {
  margin-top: 6px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-ce8e93ba-666b-49c9-b4ca-ed97cb94f284 {
  margin-left: 16%;
margin-right: 16%;
}
}
#s-44e81819-db61-4074-b2e5-9068b8422a93 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(221, 155, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-44e81819-db61-4074-b2e5-9068b8422a93:hover {background-color: rgba(130, 15, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44e81819-db61-4074-b2e5-9068b8422a93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-44e81819-db61-4074-b2e5-9068b8422a93-root {
    text-align: center;
  }


#s-44e81819-db61-4074-b2e5-9068b8422a93.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-44e81819-db61-4074-b2e5-9068b8422a93-root {
    text-align: center;
  }


#s-44e81819-db61-4074-b2e5-9068b8422a93.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44e81819-db61-4074-b2e5-9068b8422a93-root {
    text-align: center;
  }


#s-44e81819-db61-4074-b2e5-9068b8422a93.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44e81819-db61-4074-b2e5-9068b8422a93-root {
    text-align: center;
  }


#s-44e81819-db61-4074-b2e5-9068b8422a93.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-44e81819-db61-4074-b2e5-9068b8422a93-root {
    text-align: center;
  }


#s-44e81819-db61-4074-b2e5-9068b8422a93.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-1e7ae1f1-4065-417b-93da-439bfa6d3823 {
  margin-top: 6px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-1e7ae1f1-4065-417b-93da-439bfa6d3823 {
  margin-left: 16%;
margin-right: 16%;
}
}
#s-9f7e5799-0ffe-4eb4-9270-4ad89c9b0145 {
  min-height: 50px;
}








#s-9f7e5799-0ffe-4eb4-9270-4ad89c9b0145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f7e5799-0ffe-4eb4-9270-4ad89c9b0145 {
  cursor: pointer;
}#s-9f7e5799-0ffe-4eb4-9270-4ad89c9b0145.shg-box.shg-c {
  justify-content: center;
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 600px;
aspect-ratio: 600/774;
text-align: center;
}
@media (max-width: 767px){#s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  
}
}


.shg-image-margin-container-s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      aspect-ratio: 600/774;
      width: 100%;
      height: 100%;
    }

    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-link {
      aspect-ratio: 600/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
    
    
  }


.s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-content {
  
    align-items: center;
  
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
      --shg-aspect-ratio: calc(600/774); 
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
      position: relative;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  
  
  
  
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      aspect-ratio: 600/774;
      width: 100%;
      height: 100%;
    }

    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-link {
      aspect-ratio: 600/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
    
    
  }


.s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-content {
  
    align-items: center;
  
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
      --shg-aspect-ratio: calc(600/774); 
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
      position: relative;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  
  
  
  
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      aspect-ratio: 600/774;
      width: 100%;
      height: 100%;
    }

    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-link {
      aspect-ratio: 600/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
    
    
  }


.s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-content {
  
    align-items: center;
  
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
      --shg-aspect-ratio: calc(600/774); 
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
      position: relative;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  
  
  
  
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      aspect-ratio: 600/774;
      width: 100%;
      height: 100%;
    }

    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-link {
      aspect-ratio: 600/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
    
    
  }


.s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-content {
  
    align-items: center;
  
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
      --shg-aspect-ratio: calc(600/774); 
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
      position: relative;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  
  
  
  
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      aspect-ratio: 600/774;
      width: 100%;
      height: 100%;
    }

    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-link {
      aspect-ratio: 600/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
    
    
  }


.s-0664a111-8e07-4eb3-8ff4-84aa659e5988 .shogun-image-content {
  
    align-items: center;
  
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 {
      --shg-aspect-ratio: calc(600/774); 
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container {
      position: relative;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0664a111-8e07-4eb3-8ff4-84aa659e5988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-53280d42-217b-420c-98c3-3f66128d17ac {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}

#s-53280d42-217b-420c-98c3-3f66128d17ac {
  background-image: url();
}








#s-53280d42-217b-420c-98c3-3f66128d17ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53280d42-217b-420c-98c3-3f66128d17ac {
  cursor: pointer;
}#s-53280d42-217b-420c-98c3-3f66128d17ac.shg-box.shg-c {
  justify-content: center;
}

#s-95e2b2ac-c9e2-4c33-bfee-de22ec9e3539 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}

#s-95e2b2ac-c9e2-4c33-bfee-de22ec9e3539 {
  background-image: url(https://i.shgcdn.com/24b1e5bd-c0db-4504-9ccf-ef48820e213c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-95e2b2ac-c9e2-4c33-bfee-de22ec9e3539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95e2b2ac-c9e2-4c33-bfee-de22ec9e3539.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ceff96f5-c46a-4c25-aa57-ed5546762d95 {
  margin-top: 46px;
margin-bottom: -1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ceff96f5-c46a-4c25-aa57-ed5546762d95 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-ceff96f5-c46a-4c25-aa57-ed5546762d95 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-70491860-bc11-4192-84f1-d1def402cd6d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70491860-bc11-4192-84f1-d1def402cd6d {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-70491860-bc11-4192-84f1-d1def402cd6d {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(165, 43, 62, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44:hover {background-color: rgba(208, 142, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}
#s-e350d29e-abfb-4a6b-bd2b-61113fbe871b {
  margin-top: 6px;
margin-bottom: 8px;
}

#s-0a9f136c-cc27-4a33-a760-84d2aac23762 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a9f136c-cc27-4a33-a760-84d2aac23762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a9f136c-cc27-4a33-a760-84d2aac23762 {
  cursor: pointer;
}#s-0a9f136c-cc27-4a33-a760-84d2aac23762.shg-box.shg-c {
  justify-content: center;
}

#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c7807d3-7214-4cb8-8159-3bcb173d39ed {
  margin-top: 76px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-7c7807d3-7214-4cb8-8159-3bcb173d39ed {
  margin-top: 40px;
margin-bottom: -9px;
}
}
#s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9 {
  margin-top: 3px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9 {
  margin-top: -1px;
}
}@media (max-width: 767px){#s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9 {
  display: none;
}
#s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9, #wrap-s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9 { display: none !important; }}
#s-208efb25-42d9-4951-8a8a-9267826228be {
  margin-top: 3px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-208efb25-42d9-4951-8a8a-9267826228be {
  display: none;
}
#s-208efb25-42d9-4951-8a8a-9267826228be, #wrap-s-208efb25-42d9-4951-8a8a-9267826228be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-208efb25-42d9-4951-8a8a-9267826228be {
  display: none;
}
#s-208efb25-42d9-4951-8a8a-9267826228be, #wrap-s-208efb25-42d9-4951-8a8a-9267826228be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-208efb25-42d9-4951-8a8a-9267826228be {
  display: none;
}
#s-208efb25-42d9-4951-8a8a-9267826228be, #wrap-s-208efb25-42d9-4951-8a8a-9267826228be { display: none !important; }}@media (max-width: 767px){#s-208efb25-42d9-4951-8a8a-9267826228be {
  margin-top: -7px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-533c9058-0c02-4bb8-9967-4faad05ae133 {
  margin-top: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-533c9058-0c02-4bb8-9967-4faad05ae133 {
  display: none;
}
#s-533c9058-0c02-4bb8-9967-4faad05ae133, #wrap-s-533c9058-0c02-4bb8-9967-4faad05ae133 { display: none !important; }}
#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  margin-top: 1px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  display: none;
}
#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b, #wrap-s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  display: none;
}
#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b, #wrap-s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  display: none;
}
#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b, #wrap-s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b { display: none !important; }}@media (max-width: 767px){#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  margin-top: -10px;
}
}
#s-40e0bc0d-d4e9-4d7d-8ec9-01a76f6cc009 {
  margin-top: 9px;
margin-bottom: 0px;
min-height: 50px;
}








#s-40e0bc0d-d4e9-4d7d-8ec9-01a76f6cc009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40e0bc0d-d4e9-4d7d-8ec9-01a76f6cc009.shg-box.shg-c {
  justify-content: center;
}

#s-ffec49ea-e641-45b3-ac67-723f51db8d31 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ffec49ea-e641-45b3-ac67-723f51db8d31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ffec49ea-e641-45b3-ac67-723f51db8d31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ffec49ea-e641-45b3-ac67-723f51db8d31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ffec49ea-e641-45b3-ac67-723f51db8d31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f20e20c4-224d-44ff-849a-c8e3601fc859 {
  min-height: 50px;
max-width: 600px;
}
@media (max-width: 767px){#s-f20e20c4-224d-44ff-849a-c8e3601fc859 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-f20e20c4-224d-44ff-849a-c8e3601fc859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f20e20c4-224d-44ff-849a-c8e3601fc859 {
  cursor: pointer;
}#s-f20e20c4-224d-44ff-849a-c8e3601fc859.shg-box.shg-c {
  justify-content: center;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-16271e8b-99f3-4041-97e2-c5f82b7fec42 {
  min-height: 50px;
}








#s-16271e8b-99f3-4041-97e2-c5f82b7fec42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16271e8b-99f3-4041-97e2-c5f82b7fec42 {
  cursor: pointer;
}#s-16271e8b-99f3-4041-97e2-c5f82b7fec42.shg-box.shg-c {
  justify-content: center;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  max-width: 1944px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-14e3b97e-cd08-4db4-91dc-311f78bcd331 {
  min-height: 50px;
}








#s-14e3b97e-cd08-4db4-91dc-311f78bcd331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14e3b97e-cd08-4db4-91dc-311f78bcd331 {
  cursor: pointer;
}#s-14e3b97e-cd08-4db4-91dc-311f78bcd331.shg-box.shg-c {
  justify-content: center;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-320f576a-9a81-402a-a3c4-ed00f3993b68 {
  min-height: 50px;
}
@media (max-width: 767px){#s-320f576a-9a81-402a-a3c4-ed00f3993b68 {
  
}
}







#s-320f576a-9a81-402a-a3c4-ed00f3993b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-320f576a-9a81-402a-a3c4-ed00f3993b68 {
  cursor: pointer;
}#s-320f576a-9a81-402a-a3c4-ed00f3993b68.shg-box.shg-c {
  justify-content: center;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  max-width: 1736px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0083c4b9-f82c-4add-a225-5a91fb89690c {
  margin-top: 15px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0083c4b9-f82c-4add-a225-5a91fb89690c:hover {background-color: rgba(165, 43, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0083c4b9-f82c-4add-a225-5a91fb89690c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-5adda416-b5b5-4e29-b347-66e608ed9073 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-5adda416-b5b5-4e29-b347-66e608ed9073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5adda416-b5b5-4e29-b347-66e608ed9073 {
  cursor: pointer;
}#s-5adda416-b5b5-4e29-b347-66e608ed9073.shg-box.shg-c {
  justify-content: center;
}

#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shg-box.shg-c {
  justify-content: center;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2048px;
aspect-ratio: 2048/221;
text-align: center;
}



.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  
  
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  
  
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  
  
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  
  
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ca7dcc65-463b-4d1e-8e23-bc03407a3864 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d6a6380a-bd00-4a38-9f56-044b2b678d5e {
  margin-top: -14px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a64ab9c1-ab71-4cee-a527-803a5f1a23c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a64ab9c1-ab71-4cee-a527-803a5f1a23c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a64ab9c1-ab71-4cee-a527-803a5f1a23c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a64ab9c1-ab71-4cee-a527-803a5f1a23c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0b34cc0b-e9e6-4545-9f23-6b5e1841dded {
  min-height: 50px;
max-width: 600px;
}








#s-0b34cc0b-e9e6-4545-9f23-6b5e1841dded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b34cc0b-e9e6-4545-9f23-6b5e1841dded {
  cursor: pointer;
}#s-0b34cc0b-e9e6-4545-9f23-6b5e1841dded.shg-box.shg-c {
  justify-content: center;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fd117095-f8c4-4323-bcab-c91163344fcc {
  min-height: 50px;
}








#s-fd117095-f8c4-4323-bcab-c91163344fcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd117095-f8c4-4323-bcab-c91163344fcc {
  cursor: pointer;
}#s-fd117095-f8c4-4323-bcab-c91163344fcc.shg-box.shg-c {
  justify-content: center;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin-bottom: 10px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  margin-bottom: 10px;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5a09cd79-11e6-4239-9352-689a40e86b2a {
  min-height: 50px;
}








#s-5a09cd79-11e6-4239-9352-689a40e86b2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a09cd79-11e6-4239-9352-689a40e86b2a {
  cursor: pointer;
}#s-5a09cd79-11e6-4239-9352-689a40e86b2a.shg-box.shg-c {
  justify-content: center;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
}
}


.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0 {
  
}
}







#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0 {
  cursor: pointer;
}#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0.shg-box.shg-c {
  justify-content: center;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b {
  margin-top: 10px;
margin-bottom: 26px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 252, 254, 1);
}
#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b:hover {background-color: rgba(165, 43, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-9a576eea-c2d6-4b47-aca6-135c18f93331 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-9a576eea-c2d6-4b47-aca6-135c18f93331 {
  display: unset;
}
#s-9a576eea-c2d6-4b47-aca6-135c18f93331, #wrap-s-9a576eea-c2d6-4b47-aca6-135c18f93331 { display: unset !important; }}







#s-9a576eea-c2d6-4b47-aca6-135c18f93331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a576eea-c2d6-4b47-aca6-135c18f93331 {
  cursor: pointer;
}#s-9a576eea-c2d6-4b47-aca6-135c18f93331.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-262719c8-ab26-42ab-8fb6-b69ea78d8baa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-262719c8-ab26-42ab-8fb6-b69ea78d8baa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-262719c8-ab26-42ab-8fb6-b69ea78d8baa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-262719c8-ab26-42ab-8fb6-b69ea78d8baa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-65870d2f-89f2-4e5f-a661-9cdbb641d4eb {
  min-height: 50px;
}








#s-65870d2f-89f2-4e5f-a661-9cdbb641d4eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65870d2f-89f2-4e5f-a661-9cdbb641d4eb.shg-box.shg-c {
  justify-content: center;
}

#s-10b34f95-b93e-4f44-a205-22b6c236781f {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-10b34f95-b93e-4f44-a205-22b6c236781f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-061f0702-6b21-46c6-ad2c-b3d998d4e0c3 {
  margin-bottom: -19px;
}

#s-3ec52f13-19ef-491d-8021-9c2fa7de081e {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-3ec52f13-19ef-491d-8021-9c2fa7de081e {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9 {
  margin-top: 20px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9:hover {background-color: rgba(165, 43, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9 {
  margin-top: 5px;
margin-bottom: 15px;
}
}

  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
}
}


.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  
  
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  
  
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  
  
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  
  
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-position: center center;
}

#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  cursor: pointer;
}#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shg-box.shg-c {
  justify-content: center;
}

#s-bd076751-5570-4e69-974e-8ec39b6e9442 {
  background-image: url(https://i.shgcdn.com/12ddc3a1-7d27-4e9a-a9f2-0a6d6cd90aea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: rgba(25, 66, 109, 0);
}

@media (min-width: 0px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-03372c68-91cc-4440-a134-94fae62cb57c {
  min-height: 50px;
background-color: rgba(21, 44, 78, 0);
}








#s-03372c68-91cc-4440-a134-94fae62cb57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03372c68-91cc-4440-a134-94fae62cb57c.shg-box.shg-c {
  justify-content: center;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right center;
}

#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-caaa32e1-75ac-4863-a179-8bed3c559a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shg-box.shg-c {
  justify-content: center;
}

#s-febcdc9f-0c40-4d1a-8ee3-4caeae845381 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -6px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-febcdc9f-0c40-4d1a-8ee3-4caeae845381 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-febcdc9f-0c40-4d1a-8ee3-4caeae845381 {
  margin-top: 53px;
margin-left: 15%;
margin-right: 15%;
}
}
#s-df27d369-a66f-4e31-9d1b-1b61097fd735 {
  margin-top: -8px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}
@media (max-width: 767px){#s-df27d369-a66f-4e31-9d1b-1b61097fd735 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8b376824-7d5c-4215-af98-e6bc1ff5d419 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(208, 142, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8b376824-7d5c-4215-af98-e6bc1ff5d419:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b376824-7d5c-4215-af98-e6bc1ff5d419:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8b376824-7d5c-4215-af98-e6bc1ff5d419 {
  margin-bottom: 40px;
}
}

  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 26%;
margin-right: 26%;
max-width: 2048px;
aspect-ratio: 2000/635;
text-align: center;
}
@media (max-width: 767px){#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 16%;
margin-right: 16%;
}
}


.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 26%;
  margin-right: 26%;
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 16%;
  margin-right: 16%;
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  cursor: pointer;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad.shg-box.shg-c {
  justify-content: center;
}

#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 {
  min-height: 0px;
}








#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140.shg-box.shg-c {
  justify-content: center;
}

#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792 {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-19234c03-aec9-4b7e-b723-cf5958b0b059 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}

#s-a2518a16-426b-45ef-90c2-915bfe8a0a43 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-a2518a16-426b-45ef-90c2-915bfe8a0a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2518a16-426b-45ef-90c2-915bfe8a0a43.shg-box.shg-c {
  justify-content: center;
}

#s-679ef247-764f-458f-813f-674be42da10c {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-679ef247-764f-458f-813f-674be42da10c {
  
}
}
@media (min-width: 0px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-60d39366-cd53-403a-861f-1c9d668735dd {
  min-height: 50px;
}








#s-60d39366-cd53-403a-861f-1c9d668735dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60d39366-cd53-403a-861f-1c9d668735dd {
  cursor: pointer;
}#s-60d39366-cd53-403a-861f-1c9d668735dd.shg-box.shg-c {
  justify-content: center;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c745e99c-1146-4974-b5e5-5c2d6f73195d {
  min-height: 50px;
}








#s-c745e99c-1146-4974-b5e5-5c2d6f73195d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c745e99c-1146-4974-b5e5-5c2d6f73195d {
  cursor: pointer;
}#s-c745e99c-1146-4974-b5e5-5c2d6f73195d.shg-box.shg-c {
  justify-content: center;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-808eb7ce-3b88-470a-ae48-6405c0189acb {
  min-height: 50px;
}








#s-808eb7ce-3b88-470a-ae48-6405c0189acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-808eb7ce-3b88-470a-ae48-6405c0189acb {
  cursor: pointer;
}#s-808eb7ce-3b88-470a-ae48-6405c0189acb.shg-box.shg-c {
  justify-content: center;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin-top: 0px;
margin-bottom: 15px;
}
}


.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  margin-top: 0px;
  margin-bottom: 15px;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced {
  min-height: 50px;
}








#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced {
  cursor: pointer;
}#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced.shg-box.shg-c {
  justify-content: center;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7223ecab-09af-49cf-aefa-02d615e6773d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-7223ecab-09af-49cf-aefa-02d615e6773d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7223ecab-09af-49cf-aefa-02d615e6773d {
  cursor: pointer;
}#s-7223ecab-09af-49cf-aefa-02d615e6773d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-04f671df-66ce-4ddd-aa99-e95192c508ba {
  min-height: 50px;
}








#s-04f671df-66ce-4ddd-aa99-e95192c508ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04f671df-66ce-4ddd-aa99-e95192c508ba.shg-box.shg-c {
  justify-content: center;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 8%;
margin-right: 8%;
}
}


.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




}
#s-79f3f704-9425-4c89-8675-58e8b808711c {
  margin-left: 0%;
margin-right: 0%;
}

#s-db20a3f6-26b0-4f3e-8c08-4473099da241 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6fd72436-a230-4305-a64d-eec43fbbab64 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6fd72436-a230-4305-a64d-eec43fbbab64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fd72436-a230-4305-a64d-eec43fbbab64:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6fd72436-a230-4305-a64d-eec43fbbab64 {
  margin-left: 9%;
margin-right: 9%;
}
}

  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
margin-right: 5%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
margin-right: 0%;
}
}


.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-4faff114-1713-4b2c-9466-6f17e22d4d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4faff114-1713-4b2c-9466-6f17e22d4d76.shg-box.shg-c {
  justify-content: center;
}

#s-01ff7565-57d6-4f68-819c-c8083ba4b682 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-56d025cd-e36a-4844-bbf5-7380578214ff {
  min-height: 50px;
}








#s-56d025cd-e36a-4844-bbf5-7380578214ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56d025cd-e36a-4844-bbf5-7380578214ff.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  min-height: 50px;
}








#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  cursor: pointer;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f.shg-box.shg-c {
  justify-content: center;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-11732bae-3de7-467a-9f91-bdf274bf82fe {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  padding-bottom: 15px;
}
}
#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  min-height: 50px;
}








#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  cursor: pointer;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe.shg-box.shg-c {
  justify-content: center;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-64fa248b-03aa-4e5b-a9ec-2cb44b0a4c78 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  padding-bottom: 15px;
}
}
#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  min-height: 50px;
}








#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  cursor: pointer;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866.shg-box.shg-c {
  justify-content: center;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fb794dc6-424f-45ba-b5a9-038b1095036e {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-fb2a9ce4-308b-47a2-ac74-4c26ad6c22c6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
/*
  $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;
  }
}
