.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-b111c7cb-ffc7-4d40-a17b-e4e5366cb2b6 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-b111c7cb-ffc7-4d40-a17b-e4e5366cb2b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b111c7cb-ffc7-4d40-a17b-e4e5366cb2b6.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-d5948dd8-0aae-49d5-b695-e82ae9acb9b4 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-d5948dd8-0aae-49d5-b695-e82ae9acb9b4 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-d5948dd8-0aae-49d5-b695-e82ae9acb9b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5948dd8-0aae-49d5-b695-e82ae9acb9b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5948dd8-0aae-49d5-b695-e82ae9acb9b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5948dd8-0aae-49d5-b695-e82ae9acb9b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5948dd8-0aae-49d5-b695-e82ae9acb9b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5948dd8-0aae-49d5-b695-e82ae9acb9b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5948dd8-0aae-49d5-b695-e82ae9acb9b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-41d6324d-8167-4d6d-994f-6afcf2e251d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 15%;
padding-bottom: 15%;
min-height: 50px;
}








#s-41d6324d-8167-4d6d-994f-6afcf2e251d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41d6324d-8167-4d6d-994f-6afcf2e251d8.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-608e3030-7603-437e-8f32-7b207eead4d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-608e3030-7603-437e-8f32-7b207eead4d7 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.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-84f6f968-7ecb-470f-8612-bd342144146c {
  margin-left: auto;
margin-right: auto;
}

.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-7f708522-816d-4dea-b94e-598dddd0a6c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7f708522-816d-4dea-b94e-598dddd0a6c1:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7f708522-816d-4dea-b94e-598dddd0a6c1:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7f708522-816d-4dea-b94e-598dddd0a6c1-root {
    text-align: center;
  }


#s-7f708522-816d-4dea-b94e-598dddd0a6c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f708522-816d-4dea-b94e-598dddd0a6c1-root {
    text-align: center;
  }


#s-7f708522-816d-4dea-b94e-598dddd0a6c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f708522-816d-4dea-b94e-598dddd0a6c1-root {
    text-align: center;
  }


#s-7f708522-816d-4dea-b94e-598dddd0a6c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f708522-816d-4dea-b94e-598dddd0a6c1-root {
    text-align: center;
  }


#s-7f708522-816d-4dea-b94e-598dddd0a6c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f708522-816d-4dea-b94e-598dddd0a6c1-root {
    text-align: center;
  }


#s-7f708522-816d-4dea-b94e-598dddd0a6c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.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-da4db399-0427-4e62-a1f7-79faa2ed057d {
  margin-left: auto;
margin-right: auto;
max-width: 865px;
aspect-ratio: 665/315;
text-align: center;
}



.shg-image-margin-container-s-da4db399-0427-4e62-a1f7-79faa2ed057d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4db399-0427-4e62-a1f7-79faa2ed057d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
    
    
  }


.s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-content {
  
    align-items: center;
  
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da4db399-0427-4e62-a1f7-79faa2ed057d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
      position: relative;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-da4db399-0427-4e62-a1f7-79faa2ed057d {
  
  
  
  
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4db399-0427-4e62-a1f7-79faa2ed057d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
    
    
  }


.s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-content {
  
    align-items: center;
  
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da4db399-0427-4e62-a1f7-79faa2ed057d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
      position: relative;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d 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-da4db399-0427-4e62-a1f7-79faa2ed057d {
  
  
  
  
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4db399-0427-4e62-a1f7-79faa2ed057d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
    
    
  }


.s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-content {
  
    align-items: center;
  
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da4db399-0427-4e62-a1f7-79faa2ed057d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
      position: relative;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d 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-da4db399-0427-4e62-a1f7-79faa2ed057d {
  
  
  
  
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4db399-0427-4e62-a1f7-79faa2ed057d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
    
    
  }


.s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-content {
  
    align-items: center;
  
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da4db399-0427-4e62-a1f7-79faa2ed057d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
      position: relative;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-da4db399-0427-4e62-a1f7-79faa2ed057d {
  
  
  
  
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4db399-0427-4e62-a1f7-79faa2ed057d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4db399-0427-4e62-a1f7-79faa2ed057d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
    
    
  }


.s-da4db399-0427-4e62-a1f7-79faa2ed057d .shogun-image-content {
  
    align-items: center;
  
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da4db399-0427-4e62-a1f7-79faa2ed057d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container {
      position: relative;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4db399-0427-4e62-a1f7-79faa2ed057d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d15d41a0-d098-445e-bfa5-c3e38c1dc07e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-d15d41a0-d098-445e-bfa5-c3e38c1dc07e {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-d15d41a0-d098-445e-bfa5-c3e38c1dc07e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d15d41a0-d098-445e-bfa5-c3e38c1dc07e.shg-box.shg-c {
  justify-content: center;
}

#s-c06f9c97-70a5-4e6b-a9ee-ea8d6d0163a0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-c06f9c97-70a5-4e6b-a9ee-ea8d6d0163a0 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-fbfdb35e-416e-4647-a3a7-5c87ec843041 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fbfdb35e-416e-4647-a3a7-5c87ec843041"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fbfdb35e-416e-4647-a3a7-5c87ec843041"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-fbfdb35e-416e-4647-a3a7-5c87ec843041"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-fbfdb35e-416e-4647-a3a7-5c87ec843041"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-d2288f52-39da-4c13-ac1c-6a9167e0a91c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d2288f52-39da-4c13-ac1c-6a9167e0a91c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2288f52-39da-4c13-ac1c-6a9167e0a91c.shg-box.shg-c {
  justify-content: center;
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbb99661-1fad-4acb-a0e0-d08901642e82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
    
    
  }


.s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
      position: relative;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  
  
  
  
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbb99661-1fad-4acb-a0e0-d08901642e82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
    
    
  }


.s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
      position: relative;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 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-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  
  
  
  
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbb99661-1fad-4acb-a0e0-d08901642e82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
    
    
  }


.s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
      position: relative;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 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-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  
  
  
  
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbb99661-1fad-4acb-a0e0-d08901642e82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
    
    
  }


.s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
      position: relative;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  
  
  
  
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbb99661-1fad-4acb-a0e0-d08901642e82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
    
    
  }


.s-dbb99661-1fad-4acb-a0e0-d08901642e82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container {
      position: relative;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbb99661-1fad-4acb-a0e0-d08901642e82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b24b22cf-8212-41a7-b090-5838638ec109 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b24b22cf-8212-41a7-b090-5838638ec109 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-b24b22cf-8212-41a7-b090-5838638ec109 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-2b0b444b-c935-4f81-9b04-3c6608f759e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2b0b444b-c935-4f81-9b04-3c6608f759e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b0b444b-c935-4f81-9b04-3c6608f759e4.shg-box.shg-c {
  justify-content: center;
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
    
    
  }


.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
      position: relative;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  
  
  
  
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
    
    
  }


.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
      position: relative;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef 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-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  
  
  
  
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
    
    
  }


.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
      position: relative;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef 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-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  
  
  
  
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
    
    
  }


.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
      position: relative;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  
  
  
  
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
    
    
  }


.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container {
      position: relative;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5daa5b9-34de-4ba4-a3a6-5c7af8f4dbef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-caa77bcb-39bd-47a9-b3e2-4a0cad9bdc01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caa77bcb-39bd-47a9-b3e2-4a0cad9bdc01 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-caa77bcb-39bd-47a9-b3e2-4a0cad9bdc01 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-b4f0d84a-654f-41ca-a889-fcd2e4deaddf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b4f0d84a-654f-41ca-a889-fcd2e4deaddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4f0d84a-654f-41ca-a889-fcd2e4deaddf.shg-box.shg-c {
  justify-content: center;
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
    
    
  }


.s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-content {
  
    align-items: center;
  
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
      position: relative;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  
  
  
  
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
    
    
  }


.s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-content {
  
    align-items: center;
  
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
      position: relative;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 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-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  
  
  
  
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
    
    
  }


.s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-content {
  
    align-items: center;
  
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
      position: relative;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 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-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  
  
  
  
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
    
    
  }


.s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-content {
  
    align-items: center;
  
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
      position: relative;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  
  
  
  
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf3745-ecb2-4bdc-9b66-aed24803a715 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
    
    
  }


.s-64bf3745-ecb2-4bdc-9b66-aed24803a715 .shogun-image-content {
  
    align-items: center;
  
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container {
      position: relative;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf3745-ecb2-4bdc-9b66-aed24803a715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-47cb9071-4276-4804-9645-d34ddb4050dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47cb9071-4276-4804-9645-d34ddb4050dd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-47cb9071-4276-4804-9645-d34ddb4050dd .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-7dc1b662-7226-4f31-9f88-8da776f66bf7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7dc1b662-7226-4f31-9f88-8da776f66bf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7dc1b662-7226-4f31-9f88-8da776f66bf7.shg-box.shg-c {
  justify-content: center;
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17e04f4-3de7-440b-a62d-f34aea057cbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
    
    
  }


.s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
      position: relative;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  
  
  
  
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17e04f4-3de7-440b-a62d-f34aea057cbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
    
    
  }


.s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
      position: relative;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf 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-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  
  
  
  
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17e04f4-3de7-440b-a62d-f34aea057cbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
    
    
  }


.s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
      position: relative;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf 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-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  
  
  
  
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17e04f4-3de7-440b-a62d-f34aea057cbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
    
    
  }


.s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
      position: relative;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  
  
  
  
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17e04f4-3de7-440b-a62d-f34aea057cbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
    
    
  }


.s-f17e04f4-3de7-440b-a62d-f34aea057cbf .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container {
      position: relative;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17e04f4-3de7-440b-a62d-f34aea057cbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-71b46dbf-9b4b-41ee-a365-d5ae8b568e93 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71b46dbf-9b4b-41ee-a365-d5ae8b568e93 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-71b46dbf-9b4b-41ee-a365-d5ae8b568e93 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-20ec963b-9b3e-46fe-aa10-75270cf70a28 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-20ec963b-9b3e-46fe-aa10-75270cf70a28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20ec963b-9b3e-46fe-aa10-75270cf70a28.shg-box.shg-c {
  justify-content: center;
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
    
    
  }


.s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
      position: relative;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  
  
  
  
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
    
    
  }


.s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
      position: relative;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 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-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  
  
  
  
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
    
    
  }


.s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
      position: relative;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 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-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  
  
  
  
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
    
    
  }


.s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
      position: relative;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  
  
  
  
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-550323dd-35b1-4cc4-b2a2-11714e3300d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
    
    
  }


.s-550323dd-35b1-4cc4-b2a2-11714e3300d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container {
      position: relative;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-550323dd-35b1-4cc4-b2a2-11714e3300d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d124e993-ccbe-4a15-8bb4-ff74b8699d93 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d124e993-ccbe-4a15-8bb4-ff74b8699d93 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-d124e993-ccbe-4a15-8bb4-ff74b8699d93 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-49fba9eb-f65c-45b1-a5a3-fcaaae8533e8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-49fba9eb-f65c-45b1-a5a3-fcaaae8533e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49fba9eb-f65c-45b1-a5a3-fcaaae8533e8.shg-box.shg-c {
  justify-content: center;
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 191/185;
text-align: center;
}



.shg-image-margin-container-s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
    
    
  }


.s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
      position: relative;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  
  
  
  
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
    
    
  }


.s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
      position: relative;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 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-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  
  
  
  
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
    
    
  }


.s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
      position: relative;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 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-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  
  
  
  
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
    
    
  }


.s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
      position: relative;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  
  
  
  
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79249ef0-9489-44f1-9bc5-6d431878f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
    
    
  }


.s-79249ef0-9489-44f1-9bc5-6d431878f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container {
      position: relative;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79249ef0-9489-44f1-9bc5-6d431878f0d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0e04cefe-125b-41ef-8957-d135c16cda09 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e04cefe-125b-41ef-8957-d135c16cda09 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-0e04cefe-125b-41ef-8957-d135c16cda09 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-37decd3e-fba7-4e17-9f26-9b1414249457 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-37decd3e-fba7-4e17-9f26-9b1414249457"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-37decd3e-fba7-4e17-9f26-9b1414249457"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-37decd3e-fba7-4e17-9f26-9b1414249457"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-37decd3e-fba7-4e17-9f26-9b1414249457"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-89c61737-10cb-4c02-8f2b-d2404cf5cbec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-89c61737-10cb-4c02-8f2b-d2404cf5cbec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89c61737-10cb-4c02-8f2b-d2404cf5cbec.shg-box.shg-c {
  justify-content: center;
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 191/185;
text-align: center;
}



.shg-image-margin-container-s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
    
    
  }


.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-content {
  
    align-items: center;
  
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
      position: relative;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  
  
  
  
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
    
    
  }


.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-content {
  
    align-items: center;
  
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
      position: relative;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e 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-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  
  
  
  
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
    
    
  }


.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-content {
  
    align-items: center;
  
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
      position: relative;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e 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-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  
  
  
  
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
    
    
  }


.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-content {
  
    align-items: center;
  
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
      position: relative;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  
  
  
  
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
    
    
  }


.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e .shogun-image-content {
  
    align-items: center;
  
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container {
      position: relative;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0fddd63-eb47-4d18-96b4-9be3b499ca4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f71783dc-7f5c-44a5-86c2-249b36df18ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f71783dc-7f5c-44a5-86c2-249b36df18ee .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-f71783dc-7f5c-44a5-86c2-249b36df18ee .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-3c551b0b-2b80-4258-8873-7bcf766fc9e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3c551b0b-2b80-4258-8873-7bcf766fc9e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c551b0b-2b80-4258-8873-7bcf766fc9e4.shg-box.shg-c {
  justify-content: center;
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 191/185;
text-align: center;
}



.shg-image-margin-container-s-642098b0-c014-4a5e-8a9e-85ce616155ac {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-642098b0-c014-4a5e-8a9e-85ce616155ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
    
    
  }


.s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-content {
  
    align-items: center;
  
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-642098b0-c014-4a5e-8a9e-85ce616155ac {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
      position: relative;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-642098b0-c014-4a5e-8a9e-85ce616155ac {
  
  
  
  
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-642098b0-c014-4a5e-8a9e-85ce616155ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
    
    
  }


.s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-content {
  
    align-items: center;
  
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-642098b0-c014-4a5e-8a9e-85ce616155ac {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
      position: relative;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac 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-642098b0-c014-4a5e-8a9e-85ce616155ac {
  
  
  
  
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-642098b0-c014-4a5e-8a9e-85ce616155ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
    
    
  }


.s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-content {
  
    align-items: center;
  
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-642098b0-c014-4a5e-8a9e-85ce616155ac {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
      position: relative;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac 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-642098b0-c014-4a5e-8a9e-85ce616155ac {
  
  
  
  
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-642098b0-c014-4a5e-8a9e-85ce616155ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
    
    
  }


.s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-content {
  
    align-items: center;
  
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-642098b0-c014-4a5e-8a9e-85ce616155ac {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
      position: relative;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-642098b0-c014-4a5e-8a9e-85ce616155ac {
  
  
  
  
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-642098b0-c014-4a5e-8a9e-85ce616155ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-642098b0-c014-4a5e-8a9e-85ce616155ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
    
    
  }


.s-642098b0-c014-4a5e-8a9e-85ce616155ac .shogun-image-content {
  
    align-items: center;
  
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-642098b0-c014-4a5e-8a9e-85ce616155ac {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container {
      position: relative;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-642098b0-c014-4a5e-8a9e-85ce616155ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-03750740-a9de-4bde-a445-4383955f267c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03750740-a9de-4bde-a445-4383955f267c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-03750740-a9de-4bde-a445-4383955f267c .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-ff0732ac-0f9a-48a2-afe8-cfc28ce9fa4c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ff0732ac-0f9a-48a2-afe8-cfc28ce9fa4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff0732ac-0f9a-48a2-afe8-cfc28ce9fa4c.shg-box.shg-c {
  justify-content: center;
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 191/185;
text-align: center;
}



.shg-image-margin-container-s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
    
    
  }


.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
      position: relative;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  
  
  
  
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
    
    
  }


.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
      position: relative;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb 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-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  
  
  
  
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
    
    
  }


.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
      position: relative;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb 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-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  
  
  
  
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
    
    
  }


.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
      position: relative;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  
  
  
  
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
    
    
  }


.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container {
      position: relative;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe5caf0-0b1e-4c07-94b2-f4226dfa81eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4f400da5-1f89-42f7-8cc6-16442c4e5b6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f400da5-1f89-42f7-8cc6-16442c4e5b6d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-4f400da5-1f89-42f7-8cc6-16442c4e5b6d .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-6b16a2c7-0cf7-407a-8ecc-191c044982a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6b16a2c7-0cf7-407a-8ecc-191c044982a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b16a2c7-0cf7-407a-8ecc-191c044982a2.shg-box.shg-c {
  justify-content: center;
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 191/185;
text-align: center;
}



.shg-image-margin-container-s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9644ec4c-eaaa-41a7-9f13-f565907a806d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
    
    
  }


.s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-content {
  
    align-items: center;
  
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
      position: relative;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  
  
  
  
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9644ec4c-eaaa-41a7-9f13-f565907a806d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
    
    
  }


.s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-content {
  
    align-items: center;
  
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
      position: relative;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d 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-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  
  
  
  
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9644ec4c-eaaa-41a7-9f13-f565907a806d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
    
    
  }


.s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-content {
  
    align-items: center;
  
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
      position: relative;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d 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-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  
  
  
  
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9644ec4c-eaaa-41a7-9f13-f565907a806d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
    
    
  }


.s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-content {
  
    align-items: center;
  
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
      position: relative;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  
  
  
  
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      aspect-ratio: 191/185;
      width: 100%;
      height: 100%;
    }

    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-link {
      aspect-ratio: 191/185;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9644ec4c-eaaa-41a7-9f13-f565907a806d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
    
    
  }


.s-9644ec4c-eaaa-41a7-9f13-f565907a806d .shogun-image-content {
  
    align-items: center;
  
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d {
      --shg-aspect-ratio: calc(191/185); 
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container {
      position: relative;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9644ec4c-eaaa-41a7-9f13-f565907a806d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1bd014ba-510a-49a6-87bd-e2bb36311040 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bd014ba-510a-49a6-87bd-e2bb36311040 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-1bd014ba-510a-49a6-87bd-e2bb36311040 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-0ae3fa1f-c63d-4d6d-8010-66e8b145f17a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0ae3fa1f-c63d-4d6d-8010-66e8b145f17a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ae3fa1f-c63d-4d6d-8010-66e8b145f17a.shg-box.shg-c {
  justify-content: center;
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
    
    
  }


.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-content {
  
    align-items: center;
  
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
      position: relative;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  
  
  
  
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
    
    
  }


.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-content {
  
    align-items: center;
  
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
      position: relative;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a 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-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  
  
  
  
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
    
    
  }


.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-content {
  
    align-items: center;
  
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
      position: relative;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a 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-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  
  
  
  
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
    
    
  }


.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-content {
  
    align-items: center;
  
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
      position: relative;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  
  
  
  
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78802b68-0791-47cc-a3db-b0ead2c6ba6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
    
    
  }


.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a .shogun-image-content {
  
    align-items: center;
  
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container {
      position: relative;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78802b68-0791-47cc-a3db-b0ead2c6ba6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7507cac2-0e43-4b2e-b10a-14df36bc4854 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7507cac2-0e43-4b2e-b10a-14df36bc4854 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-7507cac2-0e43-4b2e-b10a-14df36bc4854 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-51951d4d-2d7c-4949-b37b-043edfaf94c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-51951d4d-2d7c-4949-b37b-043edfaf94c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51951d4d-2d7c-4949-b37b-043edfaf94c5.shg-box.shg-c {
  justify-content: center;
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
    
    
  }


.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
      position: relative;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  
  
  
  
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
    
    
  }


.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
      position: relative;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 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-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  
  
  
  
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
    
    
  }


.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
      position: relative;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 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-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  
  
  
  
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
    
    
  }


.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
      position: relative;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  
  
  
  
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
    
    
  }


.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container {
      position: relative;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa2e8a2b-9fdf-4c75-b6c1-bb490cf647c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-39b9cff6-208b-44ea-8828-47709e171250 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39b9cff6-208b-44ea-8828-47709e171250 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-39b9cff6-208b-44ea-8828-47709e171250 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-7cedaa3c-b53e-4c88-9dd4-c536eaadcafd {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-7cedaa3c-b53e-4c88-9dd4-c536eaadcafd {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-7cedaa3c-b53e-4c88-9dd4-c536eaadcafd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cedaa3c-b53e-4c88-9dd4-c536eaadcafd.shg-box.shg-c {
  justify-content: center;
}

#s-4ef0b3e4-f4b7-4e58-8504-ad8bb5c7e527 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 236, 227, 1);
}

@media (min-width: 0px) {
[id="s-4ef0b3e4-f4b7-4e58-8504-ad8bb5c7e527"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ef0b3e4-f4b7-4e58-8504-ad8bb5c7e527"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ef0b3e4-f4b7-4e58-8504-ad8bb5c7e527"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ef0b3e4-f4b7-4e58-8504-ad8bb5c7e527"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ef0b3e4-f4b7-4e58-8504-ad8bb5c7e527"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ef0b3e4-f4b7-4e58-8504-ad8bb5c7e527"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ef0b3e4-f4b7-4e58-8504-ad8bb5c7e527"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  margin-left: auto;
margin-right: auto;
max-width: 909px;
aspect-ratio: 909/400;
text-align: left;
}



.shg-image-margin-container-s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
    
    
  }


.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
      position: relative;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  
  
  
  
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
    
    
  }


.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
      position: relative;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a 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-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  
  
  
  
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
    
    
  }


.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
      position: relative;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a 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-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  
  
  
  
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
    
    
  }


.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
      position: relative;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  
  
  
  
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
    
    
  }


.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container {
      position: relative;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c5bb3d2-7a2e-460b-8a82-2d7153ad1b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-902b4c7a-544c-445b-ad3f-165dd7089be5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 15%;
padding-bottom: 20%;
padding-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-902b4c7a-544c-445b-ad3f-165dd7089be5 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-902b4c7a-544c-445b-ad3f-165dd7089be5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-902b4c7a-544c-445b-ad3f-165dd7089be5.shg-box.shg-c {
  justify-content: center;
}

#s-6971134e-2d9c-4d12-81d0-f9be41e72f10 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-6971134e-2d9c-4d12-81d0-f9be41e72f10 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-03e27ea6-4833-4d4d-a2b5-03b38ee3686a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa-root {
    text-align: left;
  }


#s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa-root {
    text-align: left;
  }


#s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa-root {
    text-align: left;
  }


#s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa-root {
    text-align: left;
  }


#s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa-root {
    text-align: left;
  }


#s-5ac09c25-e8c8-4db6-af73-b3c8a12372aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e824d86d-feff-4403-90f0-bce02379ae0f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-e824d86d-feff-4403-90f0-bce02379ae0f {
  max-width: 1376px;
}
}@media (max-width: 767px){#s-e824d86d-feff-4403-90f0-bce02379ae0f {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-e824d86d-feff-4403-90f0-bce02379ae0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e824d86d-feff-4403-90f0-bce02379ae0f.shg-box.shg-c {
  justify-content: center;
}

#s-648ccca0-fcbf-4585-80c3-c9012d26698c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-648ccca0-fcbf-4585-80c3-c9012d26698c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-648ccca0-fcbf-4585-80c3-c9012d26698c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-648ccca0-fcbf-4585-80c3-c9012d26698c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-648ccca0-fcbf-4585-80c3-c9012d26698c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  margin-left: auto;
margin-right: auto;
max-width: 695px;
aspect-ratio: 595/370;
text-align: right;
}



.shg-image-margin-container-s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
    
    
  }


.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
      position: relative;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  
  
  
  
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
    
    
  }


.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
      position: relative;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d 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-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  
  
  
  
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
    
    
  }


.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
      position: relative;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d 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-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  
  
  
  
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
    
    
  }


.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
      position: relative;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  
  
  
  
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
    
    
  }


.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container {
      position: relative;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b2ba7e-30ad-4858-bad7-a4f479c5650d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-089937fd-ef6a-4cd7-8c87-3e3109d7af7e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-089937fd-ef6a-4cd7-8c87-3e3109d7af7e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e8d45617-3ae5-4416-a639-54b8d5794d08 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d45617-3ae5-4416-a639-54b8d5794d08 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-7dc891ab-44f7-4360-8a91-93cbce50162d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-7dc891ab-44f7-4360-8a91-93cbce50162d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-7dc891ab-44f7-4360-8a91-93cbce50162d .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  margin-left: auto;
margin-right: auto;
max-width: 695px;
aspect-ratio: 595/370;
text-align: right;
}



.shg-image-margin-container-s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
    
    
  }


.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
      position: relative;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  
  
  
  
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
    
    
  }


.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
      position: relative;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 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-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  
  
  
  
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
    
    
  }


.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
      position: relative;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 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-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  
  
  
  
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
    
    
  }


.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
      position: relative;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  
  
  
  
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
    
    
  }


.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container {
      position: relative;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1741800e-22e7-46f5-90ee-e3b3cb783bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e0c03cc3-d7f4-4372-a9f5-cf5b0253a218 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0c03cc3-d7f4-4372-a9f5-cf5b0253a218 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-65893e88-9b10-48df-b9e0-2648f42d3cc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65893e88-9b10-48df-b9e0-2648f42d3cc4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-09dd1277-435e-40b3-a28a-1a7a4177b778 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-09dd1277-435e-40b3-a28a-1a7a4177b778 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-09dd1277-435e-40b3-a28a-1a7a4177b778 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-d5e6294d-83a7-4fc5-8404-eba076ef037d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-d5e6294d-83a7-4fc5-8404-eba076ef037d {
  max-width: 1376px;
}
}@media (max-width: 767px){#s-d5e6294d-83a7-4fc5-8404-eba076ef037d {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-d5e6294d-83a7-4fc5-8404-eba076ef037d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5e6294d-83a7-4fc5-8404-eba076ef037d.shg-box.shg-c {
  justify-content: center;
}

#s-263f09ba-b517-48ff-8f80-7ec70503827d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-263f09ba-b517-48ff-8f80-7ec70503827d .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-3517325b-27be-4054-a4c2-54c8891d00f8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3517325b-27be-4054-a4c2-54c8891d00f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3517325b-27be-4054-a4c2-54c8891d00f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 17.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-3517325b-27be-4054-a4c2-54c8891d00f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 17.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-3517325b-27be-4054-a4c2-54c8891d00f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 17.333333333333332px);
}

}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
    
    
  }


.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
      position: relative;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  
  
  
  
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
    
    
  }


.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
      position: relative;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 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-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  
  
  
  
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
    
    
  }


.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
      position: relative;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 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-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  
  
  
  
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
    
    
  }


.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
      position: relative;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  
  
  
  
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
    
    
  }


.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container {
      position: relative;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4570fd0-c84a-4fc9-b894-0e4c372b1019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c6b2e1f1-68f7-4907-98db-212f51b4dd26 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c6b2e1f1-68f7-4907-98db-212f51b4dd26 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-c6b2e1f1-68f7-4907-98db-212f51b4dd26 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
    
    
  }


.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
      position: relative;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  
  
  
  
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
    
    
  }


.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
      position: relative;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 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-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  
  
  
  
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
    
    
  }


.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
      position: relative;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 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-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  
  
  
  
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
    
    
  }


.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
      position: relative;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  
  
  
  
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
    
    
  }


.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container {
      position: relative;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6d559-8f3b-465e-8fe1-e6e92949eff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d7d2da0a-1d00-438b-a98a-8b949a426ad7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7d2da0a-1d00-438b-a98a-8b949a426ad7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-d7d2da0a-1d00-438b-a98a-8b949a426ad7 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed07c302-9e42-460f-8d15-ba3cbe50deed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
    
    
  }


.s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-content {
  
    align-items: center;
  
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
      position: relative;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  
  
  
  
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed07c302-9e42-460f-8d15-ba3cbe50deed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
    
    
  }


.s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-content {
  
    align-items: center;
  
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
      position: relative;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed 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-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  
  
  
  
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed07c302-9e42-460f-8d15-ba3cbe50deed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
    
    
  }


.s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-content {
  
    align-items: center;
  
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
      position: relative;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed 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-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  
  
  
  
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed07c302-9e42-460f-8d15-ba3cbe50deed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
    
    
  }


.s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-content {
  
    align-items: center;
  
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
      position: relative;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  
  
  
  
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed07c302-9e42-460f-8d15-ba3cbe50deed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
    
    
  }


.s-ed07c302-9e42-460f-8d15-ba3cbe50deed .shogun-image-content {
  
    align-items: center;
  
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container {
      position: relative;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed07c302-9e42-460f-8d15-ba3cbe50deed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7bbe9877-0f6f-437f-8a04-b55f2f49bae1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7bbe9877-0f6f-437f-8a04-b55f2f49bae1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-7bbe9877-0f6f-437f-8a04-b55f2f49bae1 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-9bead712-5d0d-46e9-bb63-b5aa9ab6de8b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9bead712-5d0d-46e9-bb63-b5aa9ab6de8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bead712-5d0d-46e9-bb63-b5aa9ab6de8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 17.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-9bead712-5d0d-46e9-bb63-b5aa9ab6de8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 17.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-9bead712-5d0d-46e9-bb63-b5aa9ab6de8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 17.333333333333332px);
}

}

#s-c79eccba-8983-4340-b28e-6a995a378ed2 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-c79eccba-8983-4340-b28e-6a995a378ed2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79eccba-8983-4340-b28e-6a995a378ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
    
    
  }


.s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79eccba-8983-4340-b28e-6a995a378ed2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
      position: relative;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c79eccba-8983-4340-b28e-6a995a378ed2 {
  
  
  
  
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79eccba-8983-4340-b28e-6a995a378ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
    
    
  }


.s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79eccba-8983-4340-b28e-6a995a378ed2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
      position: relative;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2 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-c79eccba-8983-4340-b28e-6a995a378ed2 {
  
  
  
  
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79eccba-8983-4340-b28e-6a995a378ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
    
    
  }


.s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79eccba-8983-4340-b28e-6a995a378ed2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
      position: relative;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2 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-c79eccba-8983-4340-b28e-6a995a378ed2 {
  
  
  
  
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79eccba-8983-4340-b28e-6a995a378ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
    
    
  }


.s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79eccba-8983-4340-b28e-6a995a378ed2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
      position: relative;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c79eccba-8983-4340-b28e-6a995a378ed2 {
  
  
  
  
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79eccba-8983-4340-b28e-6a995a378ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79eccba-8983-4340-b28e-6a995a378ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
    
    
  }


.s-c79eccba-8983-4340-b28e-6a995a378ed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c79eccba-8983-4340-b28e-6a995a378ed2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container {
      position: relative;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79eccba-8983-4340-b28e-6a995a378ed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f18ad824-d4ef-4176-ae86-87981200be1c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f18ad824-d4ef-4176-ae86-87981200be1c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-f18ad824-d4ef-4176-ae86-87981200be1c .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
    
    
  }


.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
      position: relative;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  
  
  
  
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
    
    
  }


.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
      position: relative;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e 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-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  
  
  
  
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
    
    
  }


.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
      position: relative;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e 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-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  
  
  
  
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
    
    
  }


.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
      position: relative;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  
  
  
  
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b3e4f74-71f4-4531-9e77-c20942b27e4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
    
    
  }


.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container {
      position: relative;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b3e4f74-71f4-4531-9e77-c20942b27e4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ccdfd0a7-9694-4ffd-8f0c-37ad4aabddff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ccdfd0a7-9694-4ffd-8f0c-37ad4aabddff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-ccdfd0a7-9694-4ffd-8f0c-37ad4aabddff .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
    
    
  }


.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
      position: relative;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  
  
  
  
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
    
    
  }


.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
      position: relative;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 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-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  
  
  
  
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
    
    
  }


.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
      position: relative;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 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-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  
  
  
  
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
    
    
  }


.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
      position: relative;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  
  
  
  
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
    
    
  }


.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container {
      position: relative;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef3f89dc-f721-4dd6-b345-ee8bd3fb6140 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-57ad3832-8df9-42bf-bfbf-ceb60248d54d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-57ad3832-8df9-42bf-bfbf-ceb60248d54d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-57ad3832-8df9-42bf-bfbf-ceb60248d54d .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-8aa078f5-2f9b-4390-8e7a-673c06aa0ca1 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-8aa078f5-2f9b-4390-8e7a-673c06aa0ca1 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-8aa078f5-2f9b-4390-8e7a-673c06aa0ca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8aa078f5-2f9b-4390-8e7a-673c06aa0ca1.shg-box.shg-c {
  justify-content: center;
}

#s-a167d45e-a4b8-4adc-9f56-9f3c4a7aeb75 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(225, 234, 224, 1);
}

@media (min-width: 0px) {
[id="s-a167d45e-a4b8-4adc-9f56-9f3c4a7aeb75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a167d45e-a4b8-4adc-9f56-9f3c4a7aeb75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a167d45e-a4b8-4adc-9f56-9f3c4a7aeb75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a167d45e-a4b8-4adc-9f56-9f3c4a7aeb75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a167d45e-a4b8-4adc-9f56-9f3c4a7aeb75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a167d45e-a4b8-4adc-9f56-9f3c4a7aeb75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a167d45e-a4b8-4adc-9f56-9f3c4a7aeb75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  margin-left: auto;
margin-right: auto;
max-width: 908px;
aspect-ratio: 908/400;
text-align: left;
}



.shg-image-margin-container-s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
    
    
  }


.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
      position: relative;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  
  
  
  
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
    
    
  }


.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
      position: relative;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 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-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  
  
  
  
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
    
    
  }


.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
      position: relative;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 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-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  
  
  
  
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
    
    
  }


.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
      position: relative;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  
  
  
  
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
    
    
  }


.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container {
      position: relative;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db47fcf-8dfd-4665-a50b-30596a3c2a78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-23ecabfa-c202-426d-932a-e1920c57f734 {
  margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 15%;
padding-bottom: 20%;
padding-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-23ecabfa-c202-426d-932a-e1920c57f734 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-23ecabfa-c202-426d-932a-e1920c57f734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23ecabfa-c202-426d-932a-e1920c57f734.shg-box.shg-c {
  justify-content: center;
}

#s-8f7f565f-fa61-4c06-b8b5-8e363f70a39f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-8f7f565f-fa61-4c06-b8b5-8e363f70a39f .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5bb820cd-5593-4c7c-9a90-99703ecb9691 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3-root {
    text-align: left;
  }


#s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3-root {
    text-align: left;
  }


#s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3-root {
    text-align: left;
  }


#s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3-root {
    text-align: left;
  }


#s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3-root {
    text-align: left;
  }


#s-9c7222d9-3956-482d-8a2d-97ad9a0ce4f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-3ebedc4c-c73b-4688-b450-ba8fc96899bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3ebedc4c-c73b-4688-b450-ba8fc96899bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ebedc4c-c73b-4688-b450-ba8fc96899bc.shg-box.shg-c {
  justify-content: center;
}

#s-f65b7954-0d12-4475-8544-ea8c6d8de536 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-f65b7954-0d12-4475-8544-ea8c6d8de536 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 1.6em;
  
  
  
}



.swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height) var(--arrow-button-size);
}

.swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.swiper-container > .swiper {
  margin-left: 0;
  margin-right: 0;
}

.swiper:not(.swiper-initialized) ~ .swiper-pagination,
.swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.swiper-container > .swiper-button-prev,
.swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.swiper-container > .swiper-button-prev {
  left: 0;
}

.swiper-container > .swiper-button-next {
  right: 0;
}

.swiper-container > .swiper-button-next:after,
.swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.swiper-container > .swiper-button-next svg,
.swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}
#s-02b939e3-b74d-4300-ba2a-e744f41c7877 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-02b939e3-b74d-4300-ba2a-e744f41c7877 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-02b939e3-b74d-4300-ba2a-e744f41c7877 > .swiper-button-prev,
#slider-v3-s-02b939e3-b74d-4300-ba2a-e744f41c7877 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-02b939e3-b74d-4300-ba2a-e744f41c7877 > .swiper-button-next svg,
#slider-v3-s-02b939e3-b74d-4300-ba2a-e744f41c7877 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-699a78be-f736-432e-9a96-b3f58eb843bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-699a78be-f736-432e-9a96-b3f58eb843bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-699a78be-f736-432e-9a96-b3f58eb843bf.shg-box.shg-c {
  justify-content: center;
}

#s-2f4ba5fa-c4e8-4d74-a80a-88ac23fbacd4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2f4ba5fa-c4e8-4d74-a80a-88ac23fbacd4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2f4ba5fa-c4e8-4d74-a80a-88ac23fbacd4"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-2f4ba5fa-c4e8-4d74-a80a-88ac23fbacd4"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f4ba5fa-c4e8-4d74-a80a-88ac23fbacd4"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-f1980337-a8f2-4476-a071-daf9c4a06f38 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-f1980337-a8f2-4476-a071-daf9c4a06f38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1980337-a8f2-4476-a071-daf9c4a06f38.shg-box.shg-c {
  justify-content: center;
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4c0b2244-af8a-4928-8361-69588d191c2e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0b2244-af8a-4928-8361-69588d191c2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
    
    
  }


.s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-content {
  
    align-items: center;
  
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0b2244-af8a-4928-8361-69588d191c2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
      position: relative;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4c0b2244-af8a-4928-8361-69588d191c2e {
  
  
  
  
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0b2244-af8a-4928-8361-69588d191c2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
    
    
  }


.s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-content {
  
    align-items: center;
  
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0b2244-af8a-4928-8361-69588d191c2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
      position: relative;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e 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-4c0b2244-af8a-4928-8361-69588d191c2e {
  
  
  
  
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0b2244-af8a-4928-8361-69588d191c2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
    
    
  }


.s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-content {
  
    align-items: center;
  
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0b2244-af8a-4928-8361-69588d191c2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
      position: relative;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e 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-4c0b2244-af8a-4928-8361-69588d191c2e {
  
  
  
  
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0b2244-af8a-4928-8361-69588d191c2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
    
    
  }


.s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-content {
  
    align-items: center;
  
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0b2244-af8a-4928-8361-69588d191c2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
      position: relative;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4c0b2244-af8a-4928-8361-69588d191c2e {
  
  
  
  
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0b2244-af8a-4928-8361-69588d191c2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0b2244-af8a-4928-8361-69588d191c2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
    
    
  }


.s-4c0b2244-af8a-4928-8361-69588d191c2e .shogun-image-content {
  
    align-items: center;
  
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0b2244-af8a-4928-8361-69588d191c2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container {
      position: relative;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0b2244-af8a-4928-8361-69588d191c2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2daf08fe-8a78-4c42-8520-747df80d545a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-2daf08fe-8a78-4c42-8520-747df80d545a .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1-root {
    text-align: left;
  }


#s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1-root {
    text-align: left;
  }


#s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1-root {
    text-align: left;
  }


#s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1-root {
    text-align: left;
  }


#s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1-root {
    text-align: left;
  }


#s-bf5775ba-83ee-4d7f-9b2e-97678b5912a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-80a051e0-59d7-4ddd-a9e0-9587a403d712 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-80a051e0-59d7-4ddd-a9e0-9587a403d712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80a051e0-59d7-4ddd-a9e0-9587a403d712.shg-box.shg-c {
  justify-content: center;
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-146c3829-7725-4080-9be7-d007b7f15ae8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-146c3829-7725-4080-9be7-d007b7f15ae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
    
    
  }


.s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-146c3829-7725-4080-9be7-d007b7f15ae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
      position: relative;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-146c3829-7725-4080-9be7-d007b7f15ae8 {
  
  
  
  
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-146c3829-7725-4080-9be7-d007b7f15ae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
    
    
  }


.s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-146c3829-7725-4080-9be7-d007b7f15ae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
      position: relative;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8 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-146c3829-7725-4080-9be7-d007b7f15ae8 {
  
  
  
  
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-146c3829-7725-4080-9be7-d007b7f15ae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
    
    
  }


.s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-146c3829-7725-4080-9be7-d007b7f15ae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
      position: relative;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8 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-146c3829-7725-4080-9be7-d007b7f15ae8 {
  
  
  
  
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-146c3829-7725-4080-9be7-d007b7f15ae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
    
    
  }


.s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-146c3829-7725-4080-9be7-d007b7f15ae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
      position: relative;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-146c3829-7725-4080-9be7-d007b7f15ae8 {
  
  
  
  
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-146c3829-7725-4080-9be7-d007b7f15ae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-146c3829-7725-4080-9be7-d007b7f15ae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
    
    
  }


.s-146c3829-7725-4080-9be7-d007b7f15ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-146c3829-7725-4080-9be7-d007b7f15ae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container {
      position: relative;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-146c3829-7725-4080-9be7-d007b7f15ae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-60d021e3-e087-4718-a4c0-affa9913e871 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-60d021e3-e087-4718-a4c0-affa9913e871 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ea324fc6-3878-49c9-a418-7b2a86bbb84e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ea324fc6-3878-49c9-a418-7b2a86bbb84e:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ea324fc6-3878-49c9-a418-7b2a86bbb84e:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ea324fc6-3878-49c9-a418-7b2a86bbb84e-root {
    text-align: left;
  }


#s-ea324fc6-3878-49c9-a418-7b2a86bbb84e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea324fc6-3878-49c9-a418-7b2a86bbb84e-root {
    text-align: left;
  }


#s-ea324fc6-3878-49c9-a418-7b2a86bbb84e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea324fc6-3878-49c9-a418-7b2a86bbb84e-root {
    text-align: left;
  }


#s-ea324fc6-3878-49c9-a418-7b2a86bbb84e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea324fc6-3878-49c9-a418-7b2a86bbb84e-root {
    text-align: left;
  }


#s-ea324fc6-3878-49c9-a418-7b2a86bbb84e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea324fc6-3878-49c9-a418-7b2a86bbb84e-root {
    text-align: left;
  }


#s-ea324fc6-3878-49c9-a418-7b2a86bbb84e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-dfe8dfc0-e201-4b97-bbf0-fada671649ad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-dfe8dfc0-e201-4b97-bbf0-fada671649ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfe8dfc0-e201-4b97-bbf0-fada671649ad.shg-box.shg-c {
  justify-content: center;
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cfabf5b-52d0-442b-96c3-20f415827f3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
    
    
  }


.s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
      position: relative;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  
  
  
  
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cfabf5b-52d0-442b-96c3-20f415827f3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
    
    
  }


.s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
      position: relative;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b 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-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  
  
  
  
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cfabf5b-52d0-442b-96c3-20f415827f3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
    
    
  }


.s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
      position: relative;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b 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-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  
  
  
  
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cfabf5b-52d0-442b-96c3-20f415827f3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
    
    
  }


.s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
      position: relative;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  
  
  
  
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cfabf5b-52d0-442b-96c3-20f415827f3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
    
    
  }


.s-1cfabf5b-52d0-442b-96c3-20f415827f3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container {
      position: relative;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cfabf5b-52d0-442b-96c3-20f415827f3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5436d20e-ae11-4cb6-96f6-b8576a5f0849 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-5436d20e-ae11-4cb6-96f6-b8576a5f0849 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-95a27149-c803-4e39-abec-8621d1300f7d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-95a27149-c803-4e39-abec-8621d1300f7d:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-95a27149-c803-4e39-abec-8621d1300f7d:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-95a27149-c803-4e39-abec-8621d1300f7d-root {
    text-align: left;
  }


#s-95a27149-c803-4e39-abec-8621d1300f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95a27149-c803-4e39-abec-8621d1300f7d-root {
    text-align: left;
  }


#s-95a27149-c803-4e39-abec-8621d1300f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95a27149-c803-4e39-abec-8621d1300f7d-root {
    text-align: left;
  }


#s-95a27149-c803-4e39-abec-8621d1300f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95a27149-c803-4e39-abec-8621d1300f7d-root {
    text-align: left;
  }


#s-95a27149-c803-4e39-abec-8621d1300f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95a27149-c803-4e39-abec-8621d1300f7d-root {
    text-align: left;
  }


#s-95a27149-c803-4e39-abec-8621d1300f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9c51e708-5737-4797-8d99-a9c8ab56cce7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-9c51e708-5737-4797-8d99-a9c8ab56cce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c51e708-5737-4797-8d99-a9c8ab56cce7.shg-box.shg-c {
  justify-content: center;
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2fd8188e-a61b-4792-9559-df23dc101d5f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd8188e-a61b-4792-9559-df23dc101d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
    
    
  }


.s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd8188e-a61b-4792-9559-df23dc101d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
      position: relative;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2fd8188e-a61b-4792-9559-df23dc101d5f {
  
  
  
  
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd8188e-a61b-4792-9559-df23dc101d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
    
    
  }


.s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd8188e-a61b-4792-9559-df23dc101d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
      position: relative;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f 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-2fd8188e-a61b-4792-9559-df23dc101d5f {
  
  
  
  
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd8188e-a61b-4792-9559-df23dc101d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
    
    
  }


.s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd8188e-a61b-4792-9559-df23dc101d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
      position: relative;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f 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-2fd8188e-a61b-4792-9559-df23dc101d5f {
  
  
  
  
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd8188e-a61b-4792-9559-df23dc101d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
    
    
  }


.s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd8188e-a61b-4792-9559-df23dc101d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
      position: relative;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2fd8188e-a61b-4792-9559-df23dc101d5f {
  
  
  
  
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd8188e-a61b-4792-9559-df23dc101d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd8188e-a61b-4792-9559-df23dc101d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
    
    
  }


.s-2fd8188e-a61b-4792-9559-df23dc101d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd8188e-a61b-4792-9559-df23dc101d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container {
      position: relative;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd8188e-a61b-4792-9559-df23dc101d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d9d1d256-5b26-4593-a7cd-f00cce799490 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-d9d1d256-5b26-4593-a7cd-f00cce799490 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb-root {
    text-align: left;
  }


#s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb-root {
    text-align: left;
  }


#s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb-root {
    text-align: left;
  }


#s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb-root {
    text-align: left;
  }


#s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb-root {
    text-align: left;
  }


#s-098c1b74-17dc-4f7c-a4c2-178cc5712ffb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-0923510c-d79b-40e9-b1b1-7e5e7c37731a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0923510c-d79b-40e9-b1b1-7e5e7c37731a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0923510c-d79b-40e9-b1b1-7e5e7c37731a.shg-box.shg-c {
  justify-content: center;
}

#s-a9b92331-b501-4348-a5a0-c14c10697360 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a9b92331-b501-4348-a5a0-c14c10697360"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a9b92331-b501-4348-a5a0-c14c10697360"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-a9b92331-b501-4348-a5a0-c14c10697360"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9b92331-b501-4348-a5a0-c14c10697360"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-4fbb9917-caca-482a-b033-7e94887b5257 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-4fbb9917-caca-482a-b033-7e94887b5257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fbb9917-caca-482a-b033-7e94887b5257.shg-box.shg-c {
  justify-content: center;
}

#s-d058eaef-4374-407a-a848-c9fe77295169 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d058eaef-4374-407a-a848-c9fe77295169 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d058eaef-4374-407a-a848-c9fe77295169 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d058eaef-4374-407a-a848-c9fe77295169 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
    
    
  }


.s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-content {
  
    align-items: center;
  
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d058eaef-4374-407a-a848-c9fe77295169 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
      position: relative;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d058eaef-4374-407a-a848-c9fe77295169 {
  
  
  
  
}

#s-d058eaef-4374-407a-a848-c9fe77295169 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d058eaef-4374-407a-a848-c9fe77295169 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
    
    
  }


.s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-content {
  
    align-items: center;
  
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d058eaef-4374-407a-a848-c9fe77295169 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
      position: relative;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169 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-d058eaef-4374-407a-a848-c9fe77295169 {
  
  
  
  
}

#s-d058eaef-4374-407a-a848-c9fe77295169 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d058eaef-4374-407a-a848-c9fe77295169 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
    
    
  }


.s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-content {
  
    align-items: center;
  
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d058eaef-4374-407a-a848-c9fe77295169 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
      position: relative;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169 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-d058eaef-4374-407a-a848-c9fe77295169 {
  
  
  
  
}

#s-d058eaef-4374-407a-a848-c9fe77295169 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d058eaef-4374-407a-a848-c9fe77295169 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
    
    
  }


.s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-content {
  
    align-items: center;
  
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d058eaef-4374-407a-a848-c9fe77295169 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
      position: relative;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d058eaef-4374-407a-a848-c9fe77295169 {
  
  
  
  
}

#s-d058eaef-4374-407a-a848-c9fe77295169 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d058eaef-4374-407a-a848-c9fe77295169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d058eaef-4374-407a-a848-c9fe77295169 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
    
    
  }


.s-d058eaef-4374-407a-a848-c9fe77295169 .shogun-image-content {
  
    align-items: center;
  
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d058eaef-4374-407a-a848-c9fe77295169 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container {
      position: relative;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d058eaef-4374-407a-a848-c9fe77295169 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-deaef075-a34e-4bcf-8d71-60af2ca4405b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-deaef075-a34e-4bcf-8d71-60af2ca4405b .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d16a03f6-5561-46bc-8070-2fb28e765d88 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d16a03f6-5561-46bc-8070-2fb28e765d88:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d16a03f6-5561-46bc-8070-2fb28e765d88:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d16a03f6-5561-46bc-8070-2fb28e765d88-root {
    text-align: left;
  }


#s-d16a03f6-5561-46bc-8070-2fb28e765d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d16a03f6-5561-46bc-8070-2fb28e765d88-root {
    text-align: left;
  }


#s-d16a03f6-5561-46bc-8070-2fb28e765d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d16a03f6-5561-46bc-8070-2fb28e765d88-root {
    text-align: left;
  }


#s-d16a03f6-5561-46bc-8070-2fb28e765d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d16a03f6-5561-46bc-8070-2fb28e765d88-root {
    text-align: left;
  }


#s-d16a03f6-5561-46bc-8070-2fb28e765d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d16a03f6-5561-46bc-8070-2fb28e765d88-root {
    text-align: left;
  }


#s-d16a03f6-5561-46bc-8070-2fb28e765d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5dc69197-a547-4b8e-89ed-5ab8ce053f40 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-5dc69197-a547-4b8e-89ed-5ab8ce053f40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dc69197-a547-4b8e-89ed-5ab8ce053f40.shg-box.shg-c {
  justify-content: center;
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-983da6ac-52b7-461f-b77c-fb1304669e11 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-983da6ac-52b7-461f-b77c-fb1304669e11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
    
    
  }


.s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-983da6ac-52b7-461f-b77c-fb1304669e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
      position: relative;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-983da6ac-52b7-461f-b77c-fb1304669e11 {
  
  
  
  
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-983da6ac-52b7-461f-b77c-fb1304669e11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
    
    
  }


.s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-983da6ac-52b7-461f-b77c-fb1304669e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
      position: relative;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11 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-983da6ac-52b7-461f-b77c-fb1304669e11 {
  
  
  
  
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-983da6ac-52b7-461f-b77c-fb1304669e11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
    
    
  }


.s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-983da6ac-52b7-461f-b77c-fb1304669e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
      position: relative;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11 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-983da6ac-52b7-461f-b77c-fb1304669e11 {
  
  
  
  
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-983da6ac-52b7-461f-b77c-fb1304669e11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
    
    
  }


.s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-983da6ac-52b7-461f-b77c-fb1304669e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
      position: relative;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-983da6ac-52b7-461f-b77c-fb1304669e11 {
  
  
  
  
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-983da6ac-52b7-461f-b77c-fb1304669e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-983da6ac-52b7-461f-b77c-fb1304669e11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
    
    
  }


.s-983da6ac-52b7-461f-b77c-fb1304669e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-983da6ac-52b7-461f-b77c-fb1304669e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container {
      position: relative;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-983da6ac-52b7-461f-b77c-fb1304669e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-858175b9-defb-471c-808b-b23cf16a3323 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-858175b9-defb-471c-808b-b23cf16a3323 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-edd84f57-0cbb-4f07-8099-be8435934285 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-edd84f57-0cbb-4f07-8099-be8435934285:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-edd84f57-0cbb-4f07-8099-be8435934285:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-edd84f57-0cbb-4f07-8099-be8435934285-root {
    text-align: left;
  }


#s-edd84f57-0cbb-4f07-8099-be8435934285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-edd84f57-0cbb-4f07-8099-be8435934285-root {
    text-align: left;
  }


#s-edd84f57-0cbb-4f07-8099-be8435934285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-edd84f57-0cbb-4f07-8099-be8435934285-root {
    text-align: left;
  }


#s-edd84f57-0cbb-4f07-8099-be8435934285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-edd84f57-0cbb-4f07-8099-be8435934285-root {
    text-align: left;
  }


#s-edd84f57-0cbb-4f07-8099-be8435934285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-edd84f57-0cbb-4f07-8099-be8435934285-root {
    text-align: left;
  }


#s-edd84f57-0cbb-4f07-8099-be8435934285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5454939e-a59d-4f56-831a-255b4b30de7e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-5454939e-a59d-4f56-831a-255b4b30de7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5454939e-a59d-4f56-831a-255b4b30de7e.shg-box.shg-c {
  justify-content: center;
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
    
    
  }


.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
      position: relative;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  
  
  
  
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
    
    
  }


.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
      position: relative;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 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-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  
  
  
  
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
    
    
  }


.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
      position: relative;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 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-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  
  
  
  
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
    
    
  }


.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
      position: relative;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  
  
  
  
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
    
    
  }


.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container {
      position: relative;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9921c5bc-eda2-4f4a-9176-ab55c2186b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f2dfd463-1670-4843-a618-d1deddad2613 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-f2dfd463-1670-4843-a618-d1deddad2613 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273-root {
    text-align: left;
  }


#s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273-root {
    text-align: left;
  }


#s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273-root {
    text-align: left;
  }


#s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273-root {
    text-align: left;
  }


#s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273-root {
    text-align: left;
  }


#s-cea0bb9f-0cfa-4b47-943a-34dc5ef48273.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6254d8c6-e1ae-4ff1-8844-cfe433ef831c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-6254d8c6-e1ae-4ff1-8844-cfe433ef831c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6254d8c6-e1ae-4ff1-8844-cfe433ef831c.shg-box.shg-c {
  justify-content: center;
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
    
    
  }


.s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
      position: relative;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  
  
  
  
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
    
    
  }


.s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
      position: relative;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 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-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  
  
  
  
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
    
    
  }


.s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
      position: relative;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 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-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  
  
  
  
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
    
    
  }


.s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
      position: relative;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  
  
  
  
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858ca579-4d82-4933-a9ea-b4b9ca012e76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
    
    
  }


.s-858ca579-4d82-4933-a9ea-b4b9ca012e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container {
      position: relative;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858ca579-4d82-4933-a9ea-b4b9ca012e76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-04a95f50-5ee4-4d46-b89d-79f825508101 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-04a95f50-5ee4-4d46-b89d-79f825508101 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-58cf103d-6748-430b-9e60-3636c4a88db3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-58cf103d-6748-430b-9e60-3636c4a88db3:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-58cf103d-6748-430b-9e60-3636c4a88db3:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-58cf103d-6748-430b-9e60-3636c4a88db3-root {
    text-align: left;
  }


#s-58cf103d-6748-430b-9e60-3636c4a88db3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58cf103d-6748-430b-9e60-3636c4a88db3-root {
    text-align: left;
  }


#s-58cf103d-6748-430b-9e60-3636c4a88db3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58cf103d-6748-430b-9e60-3636c4a88db3-root {
    text-align: left;
  }


#s-58cf103d-6748-430b-9e60-3636c4a88db3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58cf103d-6748-430b-9e60-3636c4a88db3-root {
    text-align: left;
  }


#s-58cf103d-6748-430b-9e60-3636c4a88db3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58cf103d-6748-430b-9e60-3636c4a88db3-root {
    text-align: left;
  }


#s-58cf103d-6748-430b-9e60-3636c4a88db3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e6901eb0-2f05-4b70-8124-d46c777a22c3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e6901eb0-2f05-4b70-8124-d46c777a22c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6901eb0-2f05-4b70-8124-d46c777a22c3.shg-box.shg-c {
  justify-content: center;
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
    
    
  }


.s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
      position: relative;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  
  
  
  
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
    
    
  }


.s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
      position: relative;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 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-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  
  
  
  
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
    
    
  }


.s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
      position: relative;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 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-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  
  
  
  
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
    
    
  }


.s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
      position: relative;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  
  
  
  
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2feb99f9-ff7d-4417-98d5-781de56efdd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
    
    
  }


.s-2feb99f9-ff7d-4417-98d5-781de56efdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container {
      position: relative;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2feb99f9-ff7d-4417-98d5-781de56efdd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-98b30dfe-1602-4f47-a9e9-61e821a34b3c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-98b30dfe-1602-4f47-a9e9-61e821a34b3c .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f6639422-a572-472c-8005-cda9d58dfef2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f6639422-a572-472c-8005-cda9d58dfef2:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f6639422-a572-472c-8005-cda9d58dfef2:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f6639422-a572-472c-8005-cda9d58dfef2-root {
    text-align: left;
  }


#s-f6639422-a572-472c-8005-cda9d58dfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6639422-a572-472c-8005-cda9d58dfef2-root {
    text-align: left;
  }


#s-f6639422-a572-472c-8005-cda9d58dfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6639422-a572-472c-8005-cda9d58dfef2-root {
    text-align: left;
  }


#s-f6639422-a572-472c-8005-cda9d58dfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6639422-a572-472c-8005-cda9d58dfef2-root {
    text-align: left;
  }


#s-f6639422-a572-472c-8005-cda9d58dfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6639422-a572-472c-8005-cda9d58dfef2-root {
    text-align: left;
  }


#s-f6639422-a572-472c-8005-cda9d58dfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-21498325-bcec-4be0-8c94-121436c81318 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-21498325-bcec-4be0-8c94-121436c81318 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-21498325-bcec-4be0-8c94-121436c81318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21498325-bcec-4be0-8c94-121436c81318.shg-box.shg-c {
  justify-content: center;
}

#s-53a89653-c2cf-4f08-9c2a-798466d6e9fc {
  margin-left: auto;
margin-right: auto;
background-color: rgba(55, 53, 52, 1);
}

@media (min-width: 0px) {
[id="s-53a89653-c2cf-4f08-9c2a-798466d6e9fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53a89653-c2cf-4f08-9c2a-798466d6e9fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53a89653-c2cf-4f08-9c2a-798466d6e9fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-53a89653-c2cf-4f08-9c2a-798466d6e9fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53a89653-c2cf-4f08-9c2a-798466d6e9fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-53a89653-c2cf-4f08-9c2a-798466d6e9fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53a89653-c2cf-4f08-9c2a-798466d6e9fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-00c92f69-99cb-4cf6-a5a1-7f318fd9b00a {
  margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 15%;
padding-bottom: 10%;
padding-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-00c92f69-99cb-4cf6-a5a1-7f318fd9b00a {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-00c92f69-99cb-4cf6-a5a1-7f318fd9b00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00c92f69-99cb-4cf6-a5a1-7f318fd9b00a.shg-box.shg-c {
  justify-content: center;
}

#s-2b6ca874-d041-4a06-b54d-8efe51b6556a {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2b6ca874-d041-4a06-b54d-8efe51b6556a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2b6ca874-d041-4a06-b54d-8efe51b6556a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2b6ca874-d041-4a06-b54d-8efe51b6556a-root {
    text-align: left;
  }


#s-2b6ca874-d041-4a06-b54d-8efe51b6556a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b6ca874-d041-4a06-b54d-8efe51b6556a-root {
    text-align: left;
  }


#s-2b6ca874-d041-4a06-b54d-8efe51b6556a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b6ca874-d041-4a06-b54d-8efe51b6556a-root {
    text-align: left;
  }


#s-2b6ca874-d041-4a06-b54d-8efe51b6556a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b6ca874-d041-4a06-b54d-8efe51b6556a-root {
    text-align: left;
  }


#s-2b6ca874-d041-4a06-b54d-8efe51b6556a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b6ca874-d041-4a06-b54d-8efe51b6556a-root {
    text-align: left;
  }


#s-2b6ca874-d041-4a06-b54d-8efe51b6556a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-8e0b4517-608a-49d9-accd-a48be511a64e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-8e0b4517-608a-49d9-accd-a48be511a64e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-af1c1bd5-311d-41a1-8e6e-3221464ea965 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-af1c1bd5-311d-41a1-8e6e-3221464ea965:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-af1c1bd5-311d-41a1-8e6e-3221464ea965:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-af1c1bd5-311d-41a1-8e6e-3221464ea965-root {
    text-align: left;
  }


#s-af1c1bd5-311d-41a1-8e6e-3221464ea965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af1c1bd5-311d-41a1-8e6e-3221464ea965-root {
    text-align: left;
  }


#s-af1c1bd5-311d-41a1-8e6e-3221464ea965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af1c1bd5-311d-41a1-8e6e-3221464ea965-root {
    text-align: left;
  }


#s-af1c1bd5-311d-41a1-8e6e-3221464ea965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af1c1bd5-311d-41a1-8e6e-3221464ea965-root {
    text-align: left;
  }


#s-af1c1bd5-311d-41a1-8e6e-3221464ea965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af1c1bd5-311d-41a1-8e6e-3221464ea965-root {
    text-align: left;
  }


#s-af1c1bd5-311d-41a1-8e6e-3221464ea965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  margin-left: auto;
margin-right: auto;
max-width: 908px;
aspect-ratio: 836/400;
text-align: right;
}



.shg-image-margin-container-s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      aspect-ratio: 836/400;
      width: 100%;
      height: 100%;
    }

    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-link {
      aspect-ratio: 836/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89697e8f-6bca-40a8-988a-9a0a5771c32a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
    
    
  }


.s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-content {
  
    align-items: center;
  
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
      --shg-aspect-ratio: calc(836/400); 
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
      position: relative;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  
  
  
  
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      aspect-ratio: 836/400;
      width: 100%;
      height: 100%;
    }

    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-link {
      aspect-ratio: 836/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89697e8f-6bca-40a8-988a-9a0a5771c32a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
    
    
  }


.s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-content {
  
    align-items: center;
  
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
      --shg-aspect-ratio: calc(836/400); 
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
      position: relative;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a 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-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  
  
  
  
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      aspect-ratio: 836/400;
      width: 100%;
      height: 100%;
    }

    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-link {
      aspect-ratio: 836/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89697e8f-6bca-40a8-988a-9a0a5771c32a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
    
    
  }


.s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-content {
  
    align-items: center;
  
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
      --shg-aspect-ratio: calc(836/400); 
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
      position: relative;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a 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-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  
  
  
  
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      aspect-ratio: 836/400;
      width: 100%;
      height: 100%;
    }

    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-link {
      aspect-ratio: 836/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89697e8f-6bca-40a8-988a-9a0a5771c32a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
    
    
  }


.s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-content {
  
    align-items: center;
  
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
      --shg-aspect-ratio: calc(836/400); 
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
      position: relative;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  
  
  
  
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      aspect-ratio: 836/400;
      width: 100%;
      height: 100%;
    }

    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-link {
      aspect-ratio: 836/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89697e8f-6bca-40a8-988a-9a0a5771c32a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
    
    
  }


.s-89697e8f-6bca-40a8-988a-9a0a5771c32a .shogun-image-content {
  
    align-items: center;
  
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a {
      --shg-aspect-ratio: calc(836/400); 
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container {
      position: relative;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89697e8f-6bca-40a8-988a-9a0a5771c32a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-848591ea-3575-40d4-9f57-424384dc7cd0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-848591ea-3575-40d4-9f57-424384dc7cd0 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-848591ea-3575-40d4-9f57-424384dc7cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-848591ea-3575-40d4-9f57-424384dc7cd0.shg-box.shg-c {
  justify-content: center;
}

#s-ef6c780b-a368-4d03-946b-c7e3f82d132e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-ef6c780b-a368-4d03-946b-c7e3f82d132e .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-09e00d5a-9b83-4cac-8720-90a25403b8bf {
  margin-left: auto;
margin-right: auto;
}

#s-dfbe801d-a3be-4627-8731-b1e839279fe5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dfbe801d-a3be-4627-8731-b1e839279fe5 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2355bf66-e580-410b-99f7-34760955b8ec {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-7548ff11-a082-4775-895d-7bc09aea631f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7548ff11-a082-4775-895d-7bc09aea631f .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d837d931-36c9-4c1e-9218-034f15008de4 {
  margin-left: auto;
margin-right: auto;
}

#s-13610315-c398-4479-a601-3dc1487a702a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13610315-c398-4479-a601-3dc1487a702a .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-477c4bbd-9c27-43ed-a4f5-59a4e3fe75a8 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-838f385c-b548-440e-91a3-6697cbc4686a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-838f385c-b548-440e-91a3-6697cbc4686a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-838f385c-b548-440e-91a3-6697cbc4686a.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-49c0a6d1-d77b-4a24-a24c-b363aa08fecd {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (max-width: 767px){#s-5a0c826b-52ad-4c9d-91a6-763c2b9082a0 {
  margin-left: 4%;
margin-right: 4%;
}
}
/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
