.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-670dde60-b155-463f-90a6-868644834a1b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-670dde60-b155-463f-90a6-868644834a1b {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-670dde60-b155-463f-90a6-868644834a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-670dde60-b155-463f-90a6-868644834a1b.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-92e9e884-5360-497a-b37e-f186ae9a60ca {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-92e9e884-5360-497a-b37e-f186ae9a60ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92e9e884-5360-497a-b37e-f186ae9a60ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92e9e884-5360-497a-b37e-f186ae9a60ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92e9e884-5360-497a-b37e-f186ae9a60ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92e9e884-5360-497a-b37e-f186ae9a60ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92e9e884-5360-497a-b37e-f186ae9a60ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92e9e884-5360-497a-b37e-f186ae9a60ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-2d018c03-f6ab-41dd-96b2-fff79384c34b {
  margin-left: auto;
margin-right: auto;
padding-top: 15%;
padding-left: 0px;
padding-bottom: 10%;
padding-right: 0px;
min-height: 50px;
}








#s-2d018c03-f6ab-41dd-96b2-fff79384c34b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d018c03-f6ab-41dd-96b2-fff79384c34b.shg-box.shg-c {
  justify-content: center;
}

.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-064ed0e1-fe4b-4608-8e16-3ec878754104 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-064ed0e1-fe4b-4608-8e16-3ec878754104:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-064ed0e1-fe4b-4608-8e16-3ec878754104:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-064ed0e1-fe4b-4608-8e16-3ec878754104-root {
    text-align: center;
  }


#s-064ed0e1-fe4b-4608-8e16-3ec878754104.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-064ed0e1-fe4b-4608-8e16-3ec878754104-root {
    text-align: center;
  }


#s-064ed0e1-fe4b-4608-8e16-3ec878754104.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-064ed0e1-fe4b-4608-8e16-3ec878754104-root {
    text-align: center;
  }


#s-064ed0e1-fe4b-4608-8e16-3ec878754104.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-064ed0e1-fe4b-4608-8e16-3ec878754104-root {
    text-align: center;
  }


#s-064ed0e1-fe4b-4608-8e16-3ec878754104.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-064ed0e1-fe4b-4608-8e16-3ec878754104-root {
    text-align: center;
  }


#s-064ed0e1-fe4b-4608-8e16-3ec878754104.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.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-29187233-2e17-4ab5-8d23-9d1e0a045d57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29187233-2e17-4ab5-8d23-9d1e0a045d57 .shogun-heading-component h2 {
  
  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-56e580b0-a30a-49ec-a2b3-c2891cc682e2 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-d2eac6f9-798f-4caf-b5af-6cd0ce05eb9c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2eac6f9-798f-4caf-b5af-6cd0ce05eb9c .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-d2eac6f9-798f-4caf-b5af-6cd0ce05eb9c .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


.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-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 665/315;
text-align: right;
}



.shg-image-margin-container-s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
    
    
  }


.s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
      position: relative;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  
  
  
  
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
    
    
  }


.s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
      position: relative;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 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-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  
  
  
  
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
    
    
  }


.s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
      position: relative;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 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-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  
  
  
  
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
    
    
  }


.s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
      position: relative;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  
  
  
  
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e7eeb78-4216-4913-b639-e4e5b578ff58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
    
    
  }


.s-2e7eeb78-4216-4913-b639-e4e5b578ff58 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container {
      position: relative;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e7eeb78-4216-4913-b639-e4e5b578ff58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1d1cd1f1-6160-48eb-ba44-52dea55df0cb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1d1cd1f1-6160-48eb-ba44-52dea55df0cb {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-1d1cd1f1-6160-48eb-ba44-52dea55df0cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d1cd1f1-6160-48eb-ba44-52dea55df0cb.shg-box.shg-c {
  justify-content: center;
}

#s-b776bc75-eb1c-4149-9603-141ef5125cca {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b776bc75-eb1c-4149-9603-141ef5125cca .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-7f0de653-cf40-4b5c-a93f-bdebde3f75ff {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7f0de653-cf40-4b5c-a93f-bdebde3f75ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7f0de653-cf40-4b5c-a93f-bdebde3f75ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7f0de653-cf40-4b5c-a93f-bdebde3f75ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7f0de653-cf40-4b5c-a93f-bdebde3f75ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-bf02e39f-fad8-4307-9f50-528f29c9bebf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bf02e39f-fad8-4307-9f50-528f29c9bebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf02e39f-fad8-4307-9f50-528f29c9bebf.shg-box.shg-c {
  justify-content: center;
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
    
    
  }


.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-content {
  
    align-items: center;
  
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
      position: relative;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  
  
  
  
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
    
    
  }


.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-content {
  
    align-items: center;
  
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
      position: relative;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a 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-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  
  
  
  
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
    
    
  }


.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-content {
  
    align-items: center;
  
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
      position: relative;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a 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-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  
  
  
  
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
    
    
  }


.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-content {
  
    align-items: center;
  
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
      position: relative;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  
  
  
  
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
    
    
  }


.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a .shogun-image-content {
  
    align-items: center;
  
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container {
      position: relative;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7d576ac-f0d6-4b9a-aa55-0ef022babf0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fcc17653-325a-446e-81e8-4cc4106bcdd0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcc17653-325a-446e-81e8-4cc4106bcdd0 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-fcc17653-325a-446e-81e8-4cc4106bcdd0 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-77377007-3d67-4658-96e1-16319d7bf5e6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-77377007-3d67-4658-96e1-16319d7bf5e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77377007-3d67-4658-96e1-16319d7bf5e6.shg-box.shg-c {
  justify-content: center;
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ef0d748d-101e-49d3-97bb-06828793f26d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0d748d-101e-49d3-97bb-06828793f26d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
    
    
  }


.s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0d748d-101e-49d3-97bb-06828793f26d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
      position: relative;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ef0d748d-101e-49d3-97bb-06828793f26d {
  
  
  
  
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0d748d-101e-49d3-97bb-06828793f26d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
    
    
  }


.s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0d748d-101e-49d3-97bb-06828793f26d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
      position: relative;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d 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-ef0d748d-101e-49d3-97bb-06828793f26d {
  
  
  
  
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0d748d-101e-49d3-97bb-06828793f26d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
    
    
  }


.s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0d748d-101e-49d3-97bb-06828793f26d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
      position: relative;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d 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-ef0d748d-101e-49d3-97bb-06828793f26d {
  
  
  
  
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0d748d-101e-49d3-97bb-06828793f26d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
    
    
  }


.s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0d748d-101e-49d3-97bb-06828793f26d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
      position: relative;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ef0d748d-101e-49d3-97bb-06828793f26d {
  
  
  
  
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0d748d-101e-49d3-97bb-06828793f26d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0d748d-101e-49d3-97bb-06828793f26d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
    
    
  }


.s-ef0d748d-101e-49d3-97bb-06828793f26d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0d748d-101e-49d3-97bb-06828793f26d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container {
      position: relative;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0d748d-101e-49d3-97bb-06828793f26d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c11be510-58bc-4add-9fad-7a6c84606e69 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c11be510-58bc-4add-9fad-7a6c84606e69 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-c11be510-58bc-4add-9fad-7a6c84606e69 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-85fcd854-8a78-425b-971c-dc40c04f271b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-85fcd854-8a78-425b-971c-dc40c04f271b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85fcd854-8a78-425b-971c-dc40c04f271b.shg-box.shg-c {
  justify-content: center;
}

#s-031b01be-589c-4376-af06-48100ed2fc05 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-031b01be-589c-4376-af06-48100ed2fc05 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-031b01be-589c-4376-af06-48100ed2fc05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-031b01be-589c-4376-af06-48100ed2fc05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
    
    
  }


.s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-content {
  
    align-items: center;
  
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-031b01be-589c-4376-af06-48100ed2fc05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
      position: relative;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-031b01be-589c-4376-af06-48100ed2fc05 {
  
  
  
  
}

#s-031b01be-589c-4376-af06-48100ed2fc05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-031b01be-589c-4376-af06-48100ed2fc05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
    
    
  }


.s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-content {
  
    align-items: center;
  
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-031b01be-589c-4376-af06-48100ed2fc05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
      position: relative;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05 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-031b01be-589c-4376-af06-48100ed2fc05 {
  
  
  
  
}

#s-031b01be-589c-4376-af06-48100ed2fc05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-031b01be-589c-4376-af06-48100ed2fc05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
    
    
  }


.s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-content {
  
    align-items: center;
  
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-031b01be-589c-4376-af06-48100ed2fc05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
      position: relative;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05 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-031b01be-589c-4376-af06-48100ed2fc05 {
  
  
  
  
}

#s-031b01be-589c-4376-af06-48100ed2fc05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-031b01be-589c-4376-af06-48100ed2fc05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
    
    
  }


.s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-content {
  
    align-items: center;
  
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-031b01be-589c-4376-af06-48100ed2fc05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
      position: relative;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-031b01be-589c-4376-af06-48100ed2fc05 {
  
  
  
  
}

#s-031b01be-589c-4376-af06-48100ed2fc05 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-031b01be-589c-4376-af06-48100ed2fc05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-031b01be-589c-4376-af06-48100ed2fc05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
    
    
  }


.s-031b01be-589c-4376-af06-48100ed2fc05 .shogun-image-content {
  
    align-items: center;
  
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-031b01be-589c-4376-af06-48100ed2fc05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container {
      position: relative;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-031b01be-589c-4376-af06-48100ed2fc05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5b67975e-45cf-4464-be66-e5d7808f41a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b67975e-45cf-4464-be66-e5d7808f41a2 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-5b67975e-45cf-4464-be66-e5d7808f41a2 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-c0cd0bef-8017-430a-a541-1547be4ff071 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c0cd0bef-8017-430a-a541-1547be4ff071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0cd0bef-8017-430a-a541-1547be4ff071.shg-box.shg-c {
  justify-content: center;
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a541a02b-d00d-459b-b2ba-71cb7ef744da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
    
    
  }


.s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-content {
  
    align-items: center;
  
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
      position: relative;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  
  
  
  
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a541a02b-d00d-459b-b2ba-71cb7ef744da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
    
    
  }


.s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-content {
  
    align-items: center;
  
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
      position: relative;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da 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-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  
  
  
  
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a541a02b-d00d-459b-b2ba-71cb7ef744da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
    
    
  }


.s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-content {
  
    align-items: center;
  
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
      position: relative;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da 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-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  
  
  
  
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a541a02b-d00d-459b-b2ba-71cb7ef744da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
    
    
  }


.s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-content {
  
    align-items: center;
  
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
      position: relative;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  
  
  
  
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a541a02b-d00d-459b-b2ba-71cb7ef744da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
    
    
  }


.s-a541a02b-d00d-459b-b2ba-71cb7ef744da .shogun-image-content {
  
    align-items: center;
  
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container {
      position: relative;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a541a02b-d00d-459b-b2ba-71cb7ef744da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9faec5ce-ea6a-4781-94eb-54f631db7b23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9faec5ce-ea6a-4781-94eb-54f631db7b23 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-9faec5ce-ea6a-4781-94eb-54f631db7b23 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-a692a07f-aa6f-4ca2-837a-e30c1c5c0490 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a692a07f-aa6f-4ca2-837a-e30c1c5c0490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a692a07f-aa6f-4ca2-837a-e30c1c5c0490.shg-box.shg-c {
  justify-content: center;
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f0daa3-7dfe-44f1-af80-bc243673672f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
    
    
  }


.s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
      position: relative;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  
  
  
  
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f0daa3-7dfe-44f1-af80-bc243673672f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
    
    
  }


.s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
      position: relative;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f 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-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  
  
  
  
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f0daa3-7dfe-44f1-af80-bc243673672f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
    
    
  }


.s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
      position: relative;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f 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-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  
  
  
  
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f0daa3-7dfe-44f1-af80-bc243673672f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
    
    
  }


.s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
      position: relative;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  
  
  
  
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f0daa3-7dfe-44f1-af80-bc243673672f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
    
    
  }


.s-b4f0daa3-7dfe-44f1-af80-bc243673672f .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container {
      position: relative;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f0daa3-7dfe-44f1-af80-bc243673672f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a0bc1e4b-14c3-44a8-b5d7-31e8532a904c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0bc1e4b-14c3-44a8-b5d7-31e8532a904c .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-a0bc1e4b-14c3-44a8-b5d7-31e8532a904c .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-5b975fc9-9513-45f2-b246-f01c78cee557 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-5b975fc9-9513-45f2-b246-f01c78cee557 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0px;
padding-right: 0px;
}
}







#s-5b975fc9-9513-45f2-b246-f01c78cee557 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b975fc9-9513-45f2-b246-f01c78cee557.shg-box.shg-c {
  justify-content: center;
}

#s-1e37ef8f-0aa8-4e3f-8b03-35eb43ac3727 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-1e37ef8f-0aa8-4e3f-8b03-35eb43ac3727 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-e0319e62-dbf6-4ea7-bf15-d17a677ae7e6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e0319e62-dbf6-4ea7-bf15-d17a677ae7e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e0319e62-dbf6-4ea7-bf15-d17a677ae7e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0319e62-dbf6-4ea7-bf15-d17a677ae7e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0319e62-dbf6-4ea7-bf15-d17a677ae7e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-7037bcfd-cb26-4053-8416-c2ea8cdb4a1b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7037bcfd-cb26-4053-8416-c2ea8cdb4a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7037bcfd-cb26-4053-8416-c2ea8cdb4a1b.shg-box.shg-c {
  justify-content: center;
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 300/240;
text-align: center;
}



.shg-image-margin-container-s-192cd60e-aa72-4742-b459-0494e072bd4f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192cd60e-aa72-4742-b459-0494e072bd4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
    
    
  }


.s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-content {
  
    align-items: center;
  
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192cd60e-aa72-4742-b459-0494e072bd4f {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
      position: relative;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-192cd60e-aa72-4742-b459-0494e072bd4f {
  
  
  
  
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192cd60e-aa72-4742-b459-0494e072bd4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
    
    
  }


.s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-content {
  
    align-items: center;
  
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192cd60e-aa72-4742-b459-0494e072bd4f {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
      position: relative;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f 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-192cd60e-aa72-4742-b459-0494e072bd4f {
  
  
  
  
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192cd60e-aa72-4742-b459-0494e072bd4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
    
    
  }


.s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-content {
  
    align-items: center;
  
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192cd60e-aa72-4742-b459-0494e072bd4f {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
      position: relative;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f 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-192cd60e-aa72-4742-b459-0494e072bd4f {
  
  
  
  
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192cd60e-aa72-4742-b459-0494e072bd4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
    
    
  }


.s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-content {
  
    align-items: center;
  
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192cd60e-aa72-4742-b459-0494e072bd4f {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
      position: relative;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-192cd60e-aa72-4742-b459-0494e072bd4f {
  
  
  
  
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192cd60e-aa72-4742-b459-0494e072bd4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192cd60e-aa72-4742-b459-0494e072bd4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
    
    
  }


.s-192cd60e-aa72-4742-b459-0494e072bd4f .shogun-image-content {
  
    align-items: center;
  
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192cd60e-aa72-4742-b459-0494e072bd4f {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container {
      position: relative;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192cd60e-aa72-4742-b459-0494e072bd4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ed56ec33-4ae2-4c6f-9337-e4110bf382be {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
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-ed56ec33-4ae2-4c6f-9337-e4110bf382be:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
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-ed56ec33-4ae2-4c6f-9337-e4110bf382be: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-ed56ec33-4ae2-4c6f-9337-e4110bf382be-root {
    text-align: center;
  }


#s-ed56ec33-4ae2-4c6f-9337-e4110bf382be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed56ec33-4ae2-4c6f-9337-e4110bf382be-root {
    text-align: center;
  }


#s-ed56ec33-4ae2-4c6f-9337-e4110bf382be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed56ec33-4ae2-4c6f-9337-e4110bf382be-root {
    text-align: center;
  }


#s-ed56ec33-4ae2-4c6f-9337-e4110bf382be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed56ec33-4ae2-4c6f-9337-e4110bf382be-root {
    text-align: center;
  }


#s-ed56ec33-4ae2-4c6f-9337-e4110bf382be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed56ec33-4ae2-4c6f-9337-e4110bf382be-root {
    text-align: center;
  }


#s-ed56ec33-4ae2-4c6f-9337-e4110bf382be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-4062be53-1e4f-4f94-afba-bb9a4b8677bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4062be53-1e4f-4f94-afba-bb9a4b8677bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4062be53-1e4f-4f94-afba-bb9a4b8677bc.shg-box.shg-c {
  justify-content: center;
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 300/240;
text-align: center;
}



.shg-image-margin-container-s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
    
    
  }


.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
      position: relative;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  
  
  
  
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
    
    
  }


.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
      position: relative;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c 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-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  
  
  
  
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
    
    
  }


.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
      position: relative;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c 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-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  
  
  
  
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
    
    
  }


.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
      position: relative;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  
  
  
  
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
    
    
  }


.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container {
      position: relative;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad7c745-f6ad-4d4a-b57b-277a48610d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0ab4f449-4930-477c-b3be-ddffcbfff6af {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
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-0ab4f449-4930-477c-b3be-ddffcbfff6af:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
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-0ab4f449-4930-477c-b3be-ddffcbfff6af: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-0ab4f449-4930-477c-b3be-ddffcbfff6af-root {
    text-align: center;
  }


#s-0ab4f449-4930-477c-b3be-ddffcbfff6af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ab4f449-4930-477c-b3be-ddffcbfff6af-root {
    text-align: center;
  }


#s-0ab4f449-4930-477c-b3be-ddffcbfff6af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ab4f449-4930-477c-b3be-ddffcbfff6af-root {
    text-align: center;
  }


#s-0ab4f449-4930-477c-b3be-ddffcbfff6af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ab4f449-4930-477c-b3be-ddffcbfff6af-root {
    text-align: center;
  }


#s-0ab4f449-4930-477c-b3be-ddffcbfff6af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ab4f449-4930-477c-b3be-ddffcbfff6af-root {
    text-align: center;
  }


#s-0ab4f449-4930-477c-b3be-ddffcbfff6af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-d50dcebf-c0d3-4cc4-a411-3e66ba6a2598 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d50dcebf-c0d3-4cc4-a411-3e66ba6a2598 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d50dcebf-c0d3-4cc4-a411-3e66ba6a2598.shg-box.shg-c {
  justify-content: center;
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 300/240;
text-align: center;
}



.shg-image-margin-container-s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
    
    
  }


.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
      position: relative;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  
  
  
  
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
    
    
  }


.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
      position: relative;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 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-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  
  
  
  
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
    
    
  }


.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
      position: relative;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 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-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  
  
  
  
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
    
    
  }


.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
      position: relative;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  
  
  
  
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
    
    
  }


.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container {
      position: relative;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fc997cd-45af-40ce-a6be-ada3ae5fd496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fc366559-2b35-4ddf-a887-18e909bf7e0f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
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-fc366559-2b35-4ddf-a887-18e909bf7e0f:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
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-fc366559-2b35-4ddf-a887-18e909bf7e0f: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-fc366559-2b35-4ddf-a887-18e909bf7e0f-root {
    text-align: center;
  }


#s-fc366559-2b35-4ddf-a887-18e909bf7e0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc366559-2b35-4ddf-a887-18e909bf7e0f-root {
    text-align: center;
  }


#s-fc366559-2b35-4ddf-a887-18e909bf7e0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc366559-2b35-4ddf-a887-18e909bf7e0f-root {
    text-align: center;
  }


#s-fc366559-2b35-4ddf-a887-18e909bf7e0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc366559-2b35-4ddf-a887-18e909bf7e0f-root {
    text-align: center;
  }


#s-fc366559-2b35-4ddf-a887-18e909bf7e0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc366559-2b35-4ddf-a887-18e909bf7e0f-root {
    text-align: center;
  }


#s-fc366559-2b35-4ddf-a887-18e909bf7e0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-b0fd5dea-1967-4a6b-96d0-5b4a4f295a9f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b0fd5dea-1967-4a6b-96d0-5b4a4f295a9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0fd5dea-1967-4a6b-96d0-5b4a4f295a9f.shg-box.shg-c {
  justify-content: center;
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 300/240;
text-align: center;
}



.shg-image-margin-container-s-f31c7071-beb9-430c-beb1-248de4c6899c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f31c7071-beb9-430c-beb1-248de4c6899c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
    
    
  }


.s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-content {
  
    align-items: center;
  
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31c7071-beb9-430c-beb1-248de4c6899c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
      position: relative;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f31c7071-beb9-430c-beb1-248de4c6899c {
  
  
  
  
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f31c7071-beb9-430c-beb1-248de4c6899c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
    
    
  }


.s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-content {
  
    align-items: center;
  
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31c7071-beb9-430c-beb1-248de4c6899c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
      position: relative;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c 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-f31c7071-beb9-430c-beb1-248de4c6899c {
  
  
  
  
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f31c7071-beb9-430c-beb1-248de4c6899c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
    
    
  }


.s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-content {
  
    align-items: center;
  
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31c7071-beb9-430c-beb1-248de4c6899c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
      position: relative;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c 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-f31c7071-beb9-430c-beb1-248de4c6899c {
  
  
  
  
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f31c7071-beb9-430c-beb1-248de4c6899c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
    
    
  }


.s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-content {
  
    align-items: center;
  
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31c7071-beb9-430c-beb1-248de4c6899c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
      position: relative;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f31c7071-beb9-430c-beb1-248de4c6899c {
  
  
  
  
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      aspect-ratio: 300/240;
      width: 100%;
      height: 100%;
    }

    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-link {
      aspect-ratio: 300/240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f31c7071-beb9-430c-beb1-248de4c6899c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f31c7071-beb9-430c-beb1-248de4c6899c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
    
    
  }


.s-f31c7071-beb9-430c-beb1-248de4c6899c .shogun-image-content {
  
    align-items: center;
  
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31c7071-beb9-430c-beb1-248de4c6899c {
      --shg-aspect-ratio: calc(300/240); 
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container {
      position: relative;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31c7071-beb9-430c-beb1-248de4c6899c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-893878c7-c485-407f-a507-b5d09facb754 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
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-893878c7-c485-407f-a507-b5d09facb754:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
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-893878c7-c485-407f-a507-b5d09facb754: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-893878c7-c485-407f-a507-b5d09facb754-root {
    text-align: center;
  }


#s-893878c7-c485-407f-a507-b5d09facb754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-893878c7-c485-407f-a507-b5d09facb754-root {
    text-align: center;
  }


#s-893878c7-c485-407f-a507-b5d09facb754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-893878c7-c485-407f-a507-b5d09facb754-root {
    text-align: center;
  }


#s-893878c7-c485-407f-a507-b5d09facb754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-893878c7-c485-407f-a507-b5d09facb754-root {
    text-align: center;
  }


#s-893878c7-c485-407f-a507-b5d09facb754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-893878c7-c485-407f-a507-b5d09facb754-root {
    text-align: center;
  }


#s-893878c7-c485-407f-a507-b5d09facb754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5b571a56-8013-4afb-816f-263ff1ae2cd3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-5b571a56-8013-4afb-816f-263ff1ae2cd3 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-5b571a56-8013-4afb-816f-263ff1ae2cd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b571a56-8013-4afb-816f-263ff1ae2cd3.shg-box.shg-c {
  justify-content: center;
}

#s-b24cf26d-e973-42d3-a1ac-92e43242b0a4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b24cf26d-e973-42d3-a1ac-92e43242b0a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b24cf26d-e973-42d3-a1ac-92e43242b0a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-b24cf26d-e973-42d3-a1ac-92e43242b0a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-b24cf26d-e973-42d3-a1ac-92e43242b0a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-462cf119-139d-403a-8e09-85065e290128 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-462cf119-139d-403a-8e09-85065e290128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-462cf119-139d-403a-8e09-85065e290128.shg-box.shg-c {
  justify-content: center;
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  margin-left: auto;
margin-right: auto;
max-width: 670px;
aspect-ratio: 628/405;
text-align: center;
}



.shg-image-margin-container-s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
    
    
  }


.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-content {
  
    align-items: center;
  
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
      position: relative;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  
  
  
  
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
    
    
  }


.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-content {
  
    align-items: center;
  
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
      position: relative;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b 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-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  
  
  
  
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
    
    
  }


.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-content {
  
    align-items: center;
  
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
      position: relative;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b 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-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  
  
  
  
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
    
    
  }


.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-content {
  
    align-items: center;
  
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
      position: relative;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  
  
  
  
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-842d84dd-6dd2-473a-8f7c-fcf50d32405b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
    
    
  }


.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b .shogun-image-content {
  
    align-items: center;
  
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container {
      position: relative;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-842d84dd-6dd2-473a-8f7c-fcf50d32405b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8f429571-f198-49fc-a26c-f1096f0222a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f429571-f198-49fc-a26c-f1096f0222a0 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-8f429571-f198-49fc-a26c-f1096f0222a0 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-7a3329dc-46fc-4b41-a2fa-b9366e637f1a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7a3329dc-46fc-4b41-a2fa-b9366e637f1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a3329dc-46fc-4b41-a2fa-b9366e637f1a.shg-box.shg-c {
  justify-content: center;
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  margin-left: auto;
margin-right: auto;
max-width: 670px;
aspect-ratio: 628/405;
text-align: center;
}



.shg-image-margin-container-s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
    
    
  }


.s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
      position: relative;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  
  
  
  
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
    
    
  }


.s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
      position: relative;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 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-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  
  
  
  
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
    
    
  }


.s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
      position: relative;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 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-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  
  
  
  
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
    
    
  }


.s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
      position: relative;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  
  
  
  
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      aspect-ratio: 628/405;
      width: 100%;
      height: 100%;
    }

    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-link {
      aspect-ratio: 628/405;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5d2bef1-8654-436c-b1d5-12070ce2c301 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
    
    
  }


.s-e5d2bef1-8654-436c-b1d5-12070ce2c301 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 {
      --shg-aspect-ratio: calc(628/405); 
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container {
      position: relative;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5d2bef1-8654-436c-b1d5-12070ce2c301 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f77eb185-f65f-4fd9-a49f-1bc53cf206f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f77eb185-f65f-4fd9-a49f-1bc53cf206f9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-f77eb185-f65f-4fd9-a49f-1bc53cf206f9 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-5f877d6b-5185-4c1e-962d-9f57ccb687ef {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-5f877d6b-5185-4c1e-962d-9f57ccb687ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f877d6b-5185-4c1e-962d-9f57ccb687ef.shg-box.shg-c {
  justify-content: center;
}

.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-1aca971e-6b78-4246-a612-6852b28fcfae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-1aca971e-6b78-4246-a612-6852b28fcfae {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-1aca971e-6b78-4246-a612-6852b28fcfae > .swiper-button-prev,
#slider-v3-s-1aca971e-6b78-4246-a612-6852b28fcfae > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-1aca971e-6b78-4246-a612-6852b28fcfae > .swiper-button-next svg,
#slider-v3-s-1aca971e-6b78-4246-a612-6852b28fcfae > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-2cf3fab3-b98d-455f-9b06-6fa621f2d897 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-2cf3fab3-b98d-455f-9b06-6fa621f2d897"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2cf3fab3-b98d-455f-9b06-6fa621f2d897"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2cf3fab3-b98d-455f-9b06-6fa621f2d897"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cf3fab3-b98d-455f-9b06-6fa621f2d897"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-fc164b83-89ad-45d9-8b38-eaea389c0036 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fc164b83-89ad-45d9-8b38-eaea389c0036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc164b83-89ad-45d9-8b38-eaea389c0036.shg-box.shg-c {
  justify-content: center;
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
    
    
  }


.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
      position: relative;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  
  
  
  
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
    
    
  }


.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
      position: relative;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 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-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  
  
  
  
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
    
    
  }


.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
      position: relative;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 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-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  
  
  
  
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
    
    
  }


.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
      position: relative;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  
  
  
  
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
    
    
  }


.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container {
      position: relative;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1651a2c-1c1c-4a70-8f2b-d084d9f7bd13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-06758fd2-fb07-4712-ada0-c8324dfd4ab6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06758fd2-fb07-4712-ada0-c8324dfd4ab6 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c: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-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c: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-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c-root {
    text-align: left;
  }


#s-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c.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-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c-root {
    text-align: left;
  }


#s-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c.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-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c-root {
    text-align: left;
  }


#s-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c.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-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c-root {
    text-align: left;
  }


#s-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c.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-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c-root {
    text-align: left;
  }


#s-e6e7b145-b2cb-4fa7-9b6e-bd28b2e3c05c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f465c755-f92b-438a-9eea-6d4c68f2721e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f465c755-f92b-438a-9eea-6d4c68f2721e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f465c755-f92b-438a-9eea-6d4c68f2721e.shg-box.shg-c {
  justify-content: center;
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
    
    
  }


.s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
      position: relative;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  
  
  
  
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
    
    
  }


.s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
      position: relative;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 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-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  
  
  
  
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
    
    
  }


.s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
      position: relative;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 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-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  
  
  
  
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
    
    
  }


.s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
      position: relative;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  
  
  
  
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db971d5-1c11-4aac-8c6d-28331cfefea4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
    
    
  }


.s-6db971d5-1c11-4aac-8c6d-28331cfefea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container {
      position: relative;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db971d5-1c11-4aac-8c6d-28331cfefea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1744aa5c-4816-47fa-9af8-ae5009b96385 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1744aa5c-4816-47fa-9af8-ae5009b96385 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3b336816-7353-4e16-96a7-2c2821216700 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3b336816-7353-4e16-96a7-2c2821216700: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-3b336816-7353-4e16-96a7-2c2821216700: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-3b336816-7353-4e16-96a7-2c2821216700-root {
    text-align: left;
  }


#s-3b336816-7353-4e16-96a7-2c2821216700.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-3b336816-7353-4e16-96a7-2c2821216700-root {
    text-align: left;
  }


#s-3b336816-7353-4e16-96a7-2c2821216700.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-3b336816-7353-4e16-96a7-2c2821216700-root {
    text-align: left;
  }


#s-3b336816-7353-4e16-96a7-2c2821216700.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-3b336816-7353-4e16-96a7-2c2821216700-root {
    text-align: left;
  }


#s-3b336816-7353-4e16-96a7-2c2821216700.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-3b336816-7353-4e16-96a7-2c2821216700-root {
    text-align: left;
  }


#s-3b336816-7353-4e16-96a7-2c2821216700.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5e78e32a-efbf-462a-b858-808e60e0d3a9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5e78e32a-efbf-462a-b858-808e60e0d3a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e78e32a-efbf-462a-b858-808e60e0d3a9.shg-box.shg-c {
  justify-content: center;
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0d86b85-4162-4f63-a330-3e73d8b050ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
    
    
  }


.s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
      position: relative;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  
  
  
  
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0d86b85-4162-4f63-a330-3e73d8b050ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
    
    
  }


.s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
      position: relative;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed 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-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  
  
  
  
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0d86b85-4162-4f63-a330-3e73d8b050ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
    
    
  }


.s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
      position: relative;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed 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-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  
  
  
  
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0d86b85-4162-4f63-a330-3e73d8b050ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
    
    
  }


.s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
      position: relative;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  
  
  
  
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0d86b85-4162-4f63-a330-3e73d8b050ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
    
    
  }


.s-d0d86b85-4162-4f63-a330-3e73d8b050ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container {
      position: relative;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0d86b85-4162-4f63-a330-3e73d8b050ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-894dd156-2f2c-4ad0-9530-a9c643c37717 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-894dd156-2f2c-4ad0-9530-a9c643c37717 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-73b4b959-f7e0-4dde-9df0-296d545d90dc {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-73b4b959-f7e0-4dde-9df0-296d545d90dc: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-73b4b959-f7e0-4dde-9df0-296d545d90dc: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-73b4b959-f7e0-4dde-9df0-296d545d90dc-root {
    text-align: left;
  }


#s-73b4b959-f7e0-4dde-9df0-296d545d90dc.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-73b4b959-f7e0-4dde-9df0-296d545d90dc-root {
    text-align: left;
  }


#s-73b4b959-f7e0-4dde-9df0-296d545d90dc.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-73b4b959-f7e0-4dde-9df0-296d545d90dc-root {
    text-align: left;
  }


#s-73b4b959-f7e0-4dde-9df0-296d545d90dc.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-73b4b959-f7e0-4dde-9df0-296d545d90dc-root {
    text-align: left;
  }


#s-73b4b959-f7e0-4dde-9df0-296d545d90dc.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-73b4b959-f7e0-4dde-9df0-296d545d90dc-root {
    text-align: left;
  }


#s-73b4b959-f7e0-4dde-9df0-296d545d90dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5d7acfad-d840-4b85-8bee-f3c4c718ed1a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5d7acfad-d840-4b85-8bee-f3c4c718ed1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d7acfad-d840-4b85-8bee-f3c4c718ed1a.shg-box.shg-c {
  justify-content: center;
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e998189f-4e62-488f-9991-35b9ef4c270d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e998189f-4e62-488f-9991-35b9ef4c270d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
    
    
  }


.s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-content {
  
    align-items: center;
  
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e998189f-4e62-488f-9991-35b9ef4c270d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
      position: relative;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e998189f-4e62-488f-9991-35b9ef4c270d {
  
  
  
  
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e998189f-4e62-488f-9991-35b9ef4c270d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
    
    
  }


.s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-content {
  
    align-items: center;
  
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e998189f-4e62-488f-9991-35b9ef4c270d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
      position: relative;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d 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-e998189f-4e62-488f-9991-35b9ef4c270d {
  
  
  
  
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e998189f-4e62-488f-9991-35b9ef4c270d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
    
    
  }


.s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-content {
  
    align-items: center;
  
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e998189f-4e62-488f-9991-35b9ef4c270d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
      position: relative;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d 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-e998189f-4e62-488f-9991-35b9ef4c270d {
  
  
  
  
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e998189f-4e62-488f-9991-35b9ef4c270d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
    
    
  }


.s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-content {
  
    align-items: center;
  
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e998189f-4e62-488f-9991-35b9ef4c270d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
      position: relative;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e998189f-4e62-488f-9991-35b9ef4c270d {
  
  
  
  
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e998189f-4e62-488f-9991-35b9ef4c270d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e998189f-4e62-488f-9991-35b9ef4c270d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
    
    
  }


.s-e998189f-4e62-488f-9991-35b9ef4c270d .shogun-image-content {
  
    align-items: center;
  
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e998189f-4e62-488f-9991-35b9ef4c270d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container {
      position: relative;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e998189f-4e62-488f-9991-35b9ef4c270d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-caaa43ff-3089-43e5-b2df-6f5edfada23b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-caaa43ff-3089-43e5-b2df-6f5edfada23b .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39: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-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39: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-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39-root {
    text-align: left;
  }


#s-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39.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-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39-root {
    text-align: left;
  }


#s-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39.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-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39-root {
    text-align: left;
  }


#s-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39.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-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39-root {
    text-align: left;
  }


#s-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39.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-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39-root {
    text-align: left;
  }


#s-7fbc8b0d-ac8f-4f72-96fd-cf58ad978b39.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9e18b297-ce95-4ca6-bc5c-105d0d607434 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9e18b297-ce95-4ca6-bc5c-105d0d607434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e18b297-ce95-4ca6-bc5c-105d0d607434.shg-box.shg-c {
  justify-content: center;
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-af5519e4-a214-424d-9239-76f0812b3dc4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af5519e4-a214-424d-9239-76f0812b3dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
    
    
  }


.s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af5519e4-a214-424d-9239-76f0812b3dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
      position: relative;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-af5519e4-a214-424d-9239-76f0812b3dc4 {
  
  
  
  
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af5519e4-a214-424d-9239-76f0812b3dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
    
    
  }


.s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af5519e4-a214-424d-9239-76f0812b3dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
      position: relative;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4 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-af5519e4-a214-424d-9239-76f0812b3dc4 {
  
  
  
  
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af5519e4-a214-424d-9239-76f0812b3dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
    
    
  }


.s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af5519e4-a214-424d-9239-76f0812b3dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
      position: relative;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4 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-af5519e4-a214-424d-9239-76f0812b3dc4 {
  
  
  
  
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af5519e4-a214-424d-9239-76f0812b3dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
    
    
  }


.s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af5519e4-a214-424d-9239-76f0812b3dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
      position: relative;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-af5519e4-a214-424d-9239-76f0812b3dc4 {
  
  
  
  
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af5519e4-a214-424d-9239-76f0812b3dc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af5519e4-a214-424d-9239-76f0812b3dc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
    
    
  }


.s-af5519e4-a214-424d-9239-76f0812b3dc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af5519e4-a214-424d-9239-76f0812b3dc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container {
      position: relative;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af5519e4-a214-424d-9239-76f0812b3dc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-243a8ef7-0956-49bf-b749-9660748eeaf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-243a8ef7-0956-49bf-b749-9660748eeaf3 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dce66183-884b-435c-84f2-49319a764b9f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dce66183-884b-435c-84f2-49319a764b9f: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-dce66183-884b-435c-84f2-49319a764b9f: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-dce66183-884b-435c-84f2-49319a764b9f-root {
    text-align: left;
  }


#s-dce66183-884b-435c-84f2-49319a764b9f.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-dce66183-884b-435c-84f2-49319a764b9f-root {
    text-align: left;
  }


#s-dce66183-884b-435c-84f2-49319a764b9f.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-dce66183-884b-435c-84f2-49319a764b9f-root {
    text-align: left;
  }


#s-dce66183-884b-435c-84f2-49319a764b9f.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-dce66183-884b-435c-84f2-49319a764b9f-root {
    text-align: left;
  }


#s-dce66183-884b-435c-84f2-49319a764b9f.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-dce66183-884b-435c-84f2-49319a764b9f-root {
    text-align: left;
  }


#s-dce66183-884b-435c-84f2-49319a764b9f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-1d7b53cd-4119-43b6-afbd-167b4a45141e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-1d7b53cd-4119-43b6-afbd-167b4a45141e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1d7b53cd-4119-43b6-afbd-167b4a45141e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d7b53cd-4119-43b6-afbd-167b4a45141e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d7b53cd-4119-43b6-afbd-167b4a45141e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-47bebce1-386c-4468-b55d-394c5093f46f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-47bebce1-386c-4468-b55d-394c5093f46f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47bebce1-386c-4468-b55d-394c5093f46f.shg-box.shg-c {
  justify-content: center;
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
    
    
  }


.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-content {
  
    align-items: center;
  
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
      position: relative;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  
  
  
  
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
    
    
  }


.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-content {
  
    align-items: center;
  
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
      position: relative;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e 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-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  
  
  
  
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
    
    
  }


.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-content {
  
    align-items: center;
  
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
      position: relative;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e 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-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  
  
  
  
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
    
    
  }


.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-content {
  
    align-items: center;
  
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
      position: relative;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  
  
  
  
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
    
    
  }


.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e .shogun-image-content {
  
    align-items: center;
  
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container {
      position: relative;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06fc4c0-ae75-46df-a4ab-24f3ea42418e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-aa2ee824-0d4a-4258-8522-f0cc8c633601 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa2ee824-0d4a-4258-8522-f0cc8c633601 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0de4642c-5891-4f4e-9256-1b901d77fbdd {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0de4642c-5891-4f4e-9256-1b901d77fbdd: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-0de4642c-5891-4f4e-9256-1b901d77fbdd: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-0de4642c-5891-4f4e-9256-1b901d77fbdd-root {
    text-align: left;
  }


#s-0de4642c-5891-4f4e-9256-1b901d77fbdd.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-0de4642c-5891-4f4e-9256-1b901d77fbdd-root {
    text-align: left;
  }


#s-0de4642c-5891-4f4e-9256-1b901d77fbdd.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-0de4642c-5891-4f4e-9256-1b901d77fbdd-root {
    text-align: left;
  }


#s-0de4642c-5891-4f4e-9256-1b901d77fbdd.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-0de4642c-5891-4f4e-9256-1b901d77fbdd-root {
    text-align: left;
  }


#s-0de4642c-5891-4f4e-9256-1b901d77fbdd.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-0de4642c-5891-4f4e-9256-1b901d77fbdd-root {
    text-align: left;
  }


#s-0de4642c-5891-4f4e-9256-1b901d77fbdd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6c7fdbf5-68d3-4d87-85de-43bb063f52b5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c7fdbf5-68d3-4d87-85de-43bb063f52b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c7fdbf5-68d3-4d87-85de-43bb063f52b5.shg-box.shg-c {
  justify-content: center;
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
    
    
  }


.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
      position: relative;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  
  
  
  
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
    
    
  }


.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
      position: relative;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 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-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  
  
  
  
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
    
    
  }


.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
      position: relative;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 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-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  
  
  
  
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
    
    
  }


.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
      position: relative;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  
  
  
  
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
    
    
  }


.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container {
      position: relative;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4573a619-1ef2-4416-a2e5-9aedef24e6d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5f691544-1107-4b5a-b340-acd76d74eab6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f691544-1107-4b5a-b340-acd76d74eab6 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-825d8f5b-6d56-4054-b9ac-fb5c54e08031 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-825d8f5b-6d56-4054-b9ac-fb5c54e08031: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-825d8f5b-6d56-4054-b9ac-fb5c54e08031: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-825d8f5b-6d56-4054-b9ac-fb5c54e08031-root {
    text-align: left;
  }


#s-825d8f5b-6d56-4054-b9ac-fb5c54e08031.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-825d8f5b-6d56-4054-b9ac-fb5c54e08031-root {
    text-align: left;
  }


#s-825d8f5b-6d56-4054-b9ac-fb5c54e08031.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-825d8f5b-6d56-4054-b9ac-fb5c54e08031-root {
    text-align: left;
  }


#s-825d8f5b-6d56-4054-b9ac-fb5c54e08031.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-825d8f5b-6d56-4054-b9ac-fb5c54e08031-root {
    text-align: left;
  }


#s-825d8f5b-6d56-4054-b9ac-fb5c54e08031.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-825d8f5b-6d56-4054-b9ac-fb5c54e08031-root {
    text-align: left;
  }


#s-825d8f5b-6d56-4054-b9ac-fb5c54e08031.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9adfa9b3-4e2c-4920-8c55-2655ceaf2f68 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9adfa9b3-4e2c-4920-8c55-2655ceaf2f68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9adfa9b3-4e2c-4920-8c55-2655ceaf2f68.shg-box.shg-c {
  justify-content: center;
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
    
    
  }


.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
      position: relative;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  
  
  
  
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
    
    
  }


.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
      position: relative;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d 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-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  
  
  
  
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
    
    
  }


.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
      position: relative;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d 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-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  
  
  
  
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
    
    
  }


.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
      position: relative;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  
  
  
  
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
    
    
  }


.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container {
      position: relative;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d4d49f-d9ad-4ebe-b1ad-da5ff8f2606d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-27079748-eb2c-481d-bbe1-d88fb440a072 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-27079748-eb2c-481d-bbe1-d88fb440a072 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6a1d84ab-b209-495c-b3a9-79a73f18e3b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6a1d84ab-b209-495c-b3a9-79a73f18e3b1: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-6a1d84ab-b209-495c-b3a9-79a73f18e3b1: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-6a1d84ab-b209-495c-b3a9-79a73f18e3b1-root {
    text-align: left;
  }


#s-6a1d84ab-b209-495c-b3a9-79a73f18e3b1.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-6a1d84ab-b209-495c-b3a9-79a73f18e3b1-root {
    text-align: left;
  }


#s-6a1d84ab-b209-495c-b3a9-79a73f18e3b1.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-6a1d84ab-b209-495c-b3a9-79a73f18e3b1-root {
    text-align: left;
  }


#s-6a1d84ab-b209-495c-b3a9-79a73f18e3b1.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-6a1d84ab-b209-495c-b3a9-79a73f18e3b1-root {
    text-align: left;
  }


#s-6a1d84ab-b209-495c-b3a9-79a73f18e3b1.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-6a1d84ab-b209-495c-b3a9-79a73f18e3b1-root {
    text-align: left;
  }


#s-6a1d84ab-b209-495c-b3a9-79a73f18e3b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-0dc45565-1e1d-448e-988f-202260366fdd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0dc45565-1e1d-448e-988f-202260366fdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0dc45565-1e1d-448e-988f-202260366fdd.shg-box.shg-c {
  justify-content: center;
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
    
    
  }


.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
      position: relative;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  
  
  
  
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
    
    
  }


.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
      position: relative;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 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-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  
  
  
  
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
    
    
  }


.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
      position: relative;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 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-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  
  
  
  
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
    
    
  }


.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
      position: relative;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  
  
  
  
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
    
    
  }


.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container {
      position: relative;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c0f8eb-242a-4dc9-ac16-4aa57526c373 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e464e4b8-bf17-4336-b1ab-90c3dab630fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e464e4b8-bf17-4336-b1ab-90c3dab630fd .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2df61513-18eb-4162-84f1-f790f0fd2eaa {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2df61513-18eb-4162-84f1-f790f0fd2eaa: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-2df61513-18eb-4162-84f1-f790f0fd2eaa: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-2df61513-18eb-4162-84f1-f790f0fd2eaa-root {
    text-align: left;
  }


#s-2df61513-18eb-4162-84f1-f790f0fd2eaa.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-2df61513-18eb-4162-84f1-f790f0fd2eaa-root {
    text-align: left;
  }


#s-2df61513-18eb-4162-84f1-f790f0fd2eaa.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-2df61513-18eb-4162-84f1-f790f0fd2eaa-root {
    text-align: left;
  }


#s-2df61513-18eb-4162-84f1-f790f0fd2eaa.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-2df61513-18eb-4162-84f1-f790f0fd2eaa-root {
    text-align: left;
  }


#s-2df61513-18eb-4162-84f1-f790f0fd2eaa.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-2df61513-18eb-4162-84f1-f790f0fd2eaa-root {
    text-align: left;
  }


#s-2df61513-18eb-4162-84f1-f790f0fd2eaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-66b3723b-fe41-4501-999e-4e4f0dd90089 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-66b3723b-fe41-4501-999e-4e4f0dd90089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66b3723b-fe41-4501-999e-4e4f0dd90089.shg-box.shg-c {
  justify-content: center;
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bad2888e-c78a-4895-b08f-643020a5e9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
    
    
  }


.s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
      position: relative;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  
  
  
  
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bad2888e-c78a-4895-b08f-643020a5e9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
    
    
  }


.s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
      position: relative;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 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-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  
  
  
  
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bad2888e-c78a-4895-b08f-643020a5e9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
    
    
  }


.s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
      position: relative;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 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-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  
  
  
  
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bad2888e-c78a-4895-b08f-643020a5e9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
    
    
  }


.s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
      position: relative;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  
  
  
  
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bad2888e-c78a-4895-b08f-643020a5e9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
    
    
  }


.s-bad2888e-c78a-4895-b08f-643020a5e9c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container {
      position: relative;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bad2888e-c78a-4895-b08f-643020a5e9c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0833b6a7-66e6-478e-a7d9-f2471e7fcddc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0833b6a7-66e6-478e-a7d9-f2471e7fcddc .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dbb62bbf-497d-487e-a98e-37408fe326e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dbb62bbf-497d-487e-a98e-37408fe326e9: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-dbb62bbf-497d-487e-a98e-37408fe326e9: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-dbb62bbf-497d-487e-a98e-37408fe326e9-root {
    text-align: left;
  }


#s-dbb62bbf-497d-487e-a98e-37408fe326e9.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-dbb62bbf-497d-487e-a98e-37408fe326e9-root {
    text-align: left;
  }


#s-dbb62bbf-497d-487e-a98e-37408fe326e9.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-dbb62bbf-497d-487e-a98e-37408fe326e9-root {
    text-align: left;
  }


#s-dbb62bbf-497d-487e-a98e-37408fe326e9.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-dbb62bbf-497d-487e-a98e-37408fe326e9-root {
    text-align: left;
  }


#s-dbb62bbf-497d-487e-a98e-37408fe326e9.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-dbb62bbf-497d-487e-a98e-37408fe326e9-root {
    text-align: left;
  }


#s-dbb62bbf-497d-487e-a98e-37408fe326e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a687032b-d05c-4d1a-9883-7463c42321bd {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-a687032b-d05c-4d1a-9883-7463c42321bd {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-a687032b-d05c-4d1a-9883-7463c42321bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a687032b-d05c-4d1a-9883-7463c42321bd.shg-box.shg-c {
  justify-content: center;
}

#s-3a54f97d-890e-4d5b-a1ac-5cdb0590f13e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3a54f97d-890e-4d5b-a1ac-5cdb0590f13e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a54f97d-890e-4d5b-a1ac-5cdb0590f13e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3a54f97d-890e-4d5b-a1ac-5cdb0590f13e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3a54f97d-890e-4d5b-a1ac-5cdb0590f13e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3a54f97d-890e-4d5b-a1ac-5cdb0590f13e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a54f97d-890e-4d5b-a1ac-5cdb0590f13e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3a54f97d-890e-4d5b-a1ac-5cdb0590f13e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  margin-left: auto;
margin-right: auto;
max-width: 860px;
aspect-ratio: 830/680;
text-align: left;
}



.shg-image-margin-container-s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      aspect-ratio: 830/680;
      width: 100%;
      height: 100%;
    }

    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-link {
      aspect-ratio: 830/680;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82bc2102-d4ef-4184-996f-a14d64ba2acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
    
    
  }


.s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-content {
  
    align-items: center;
  
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
      --shg-aspect-ratio: calc(830/680); 
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
      position: relative;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  
  
  
  
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      aspect-ratio: 830/680;
      width: 100%;
      height: 100%;
    }

    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-link {
      aspect-ratio: 830/680;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82bc2102-d4ef-4184-996f-a14d64ba2acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
    
    
  }


.s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-content {
  
    align-items: center;
  
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
      --shg-aspect-ratio: calc(830/680); 
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
      position: relative;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd 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-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  
  
  
  
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      aspect-ratio: 830/680;
      width: 100%;
      height: 100%;
    }

    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-link {
      aspect-ratio: 830/680;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82bc2102-d4ef-4184-996f-a14d64ba2acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
    
    
  }


.s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-content {
  
    align-items: center;
  
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
      --shg-aspect-ratio: calc(830/680); 
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
      position: relative;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd 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-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  
  
  
  
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      aspect-ratio: 830/680;
      width: 100%;
      height: 100%;
    }

    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-link {
      aspect-ratio: 830/680;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82bc2102-d4ef-4184-996f-a14d64ba2acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
    
    
  }


.s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-content {
  
    align-items: center;
  
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
      --shg-aspect-ratio: calc(830/680); 
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
      position: relative;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  
  
  
  
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      aspect-ratio: 830/680;
      width: 100%;
      height: 100%;
    }

    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-link {
      aspect-ratio: 830/680;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82bc2102-d4ef-4184-996f-a14d64ba2acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
    
    
  }


.s-82bc2102-d4ef-4184-996f-a14d64ba2acd .shogun-image-content {
  
    align-items: center;
  
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd {
      --shg-aspect-ratio: calc(830/680); 
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container {
      position: relative;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82bc2102-d4ef-4184-996f-a14d64ba2acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6541534f-0cbf-44a2-99ec-7f2a3303bfd8 {
  margin-top: 60%;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6541534f-0cbf-44a2-99ec-7f2a3303bfd8 {
  margin-top: 55%;
margin-left: 0%;
padding-left: 3%;
padding-right: 3%;
}
}
#s-6541534f-0cbf-44a2-99ec-7f2a3303bfd8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-6541534f-0cbf-44a2-99ec-7f2a3303bfd8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-df063ec5-7cb3-451f-962c-d25ee64cedb6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-df063ec5-7cb3-451f-962c-d25ee64cedb6 {
  padding-bottom: 0%;
}
}







#s-df063ec5-7cb3-451f-962c-d25ee64cedb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df063ec5-7cb3-451f-962c-d25ee64cedb6.shg-box.shg-c {
  justify-content: center;
}

#s-f3dccbf4-1110-43fb-aaa6-182b4499d565 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-f3dccbf4-1110-43fb-aaa6-182b4499d565"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3dccbf4-1110-43fb-aaa6-182b4499d565"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f3dccbf4-1110-43fb-aaa6-182b4499d565"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3dccbf4-1110-43fb-aaa6-182b4499d565"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f3dccbf4-1110-43fb-aaa6-182b4499d565"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3dccbf4-1110-43fb-aaa6-182b4499d565"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f3dccbf4-1110-43fb-aaa6-182b4499d565"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-52d9b618-09ef-48a9-916f-debb524b303a {
  margin-left: auto;
margin-right: auto;
max-width: 315px;
aspect-ratio: 315/210;
text-align: center;
}
@media (max-width: 767px){#s-52d9b618-09ef-48a9-916f-debb524b303a {
  margin-left: auto;
margin-right: auto;
max-width: 235px;
aspect-ratio: 235/130;
text-align: center;
}
}


.shg-image-margin-container-s-52d9b618-09ef-48a9-916f-debb524b303a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-52d9b618-09ef-48a9-916f-debb524b303a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52d9b618-09ef-48a9-916f-debb524b303a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
    
    
  }


.s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-content {
  
    align-items: center;
  
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52d9b618-09ef-48a9-916f-debb524b303a {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
      position: relative;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-52d9b618-09ef-48a9-916f-debb524b303a {
  
  
  
  
}

#s-52d9b618-09ef-48a9-916f-debb524b303a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52d9b618-09ef-48a9-916f-debb524b303a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
    
    
  }


.s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-content {
  
    align-items: center;
  
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52d9b618-09ef-48a9-916f-debb524b303a {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
      position: relative;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a 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-52d9b618-09ef-48a9-916f-debb524b303a {
  
  
  
  
}

#s-52d9b618-09ef-48a9-916f-debb524b303a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52d9b618-09ef-48a9-916f-debb524b303a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
    
    
  }


.s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-content {
  
    align-items: center;
  
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52d9b618-09ef-48a9-916f-debb524b303a {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
      position: relative;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a 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-52d9b618-09ef-48a9-916f-debb524b303a {
  
  
  
  
}

#s-52d9b618-09ef-48a9-916f-debb524b303a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52d9b618-09ef-48a9-916f-debb524b303a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
    
    
  }


.s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-content {
  
    align-items: center;
  
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52d9b618-09ef-48a9-916f-debb524b303a {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
      position: relative;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-52d9b618-09ef-48a9-916f-debb524b303a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-52d9b618-09ef-48a9-916f-debb524b303a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      aspect-ratio: 235/130;
      width: 100%;
      height: 100%;
    }

    #s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-link {
      aspect-ratio: 235/130;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52d9b618-09ef-48a9-916f-debb524b303a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52d9b618-09ef-48a9-916f-debb524b303a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
    
    
  }


.s-52d9b618-09ef-48a9-916f-debb524b303a .shogun-image-content {
  
    align-items: center;
  
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52d9b618-09ef-48a9-916f-debb524b303a {
      --shg-aspect-ratio: calc(235/130); 
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container {
      position: relative;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52d9b618-09ef-48a9-916f-debb524b303a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5a8b1e4b-2694-4455-bcad-cefecc4ffbb6 {
  margin-top: 30%;
margin-left: auto;
margin-bottom: 30%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-5a8b1e4b-2694-4455-bcad-cefecc4ffbb6 {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}
}
#s-5a8b1e4b-2694-4455-bcad-cefecc4ffbb6 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-5a8b1e4b-2694-4455-bcad-cefecc4ffbb6 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 767px){#s-5a8b1e4b-2694-4455-bcad-cefecc4ffbb6 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5a8b1e4b-2694-4455-bcad-cefecc4ffbb6 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-465cd5b3-438c-4503-8213-ff072678594c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-465cd5b3-438c-4503-8213-ff072678594c {
  padding-bottom: 0%;
}
}







#s-465cd5b3-438c-4503-8213-ff072678594c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-465cd5b3-438c-4503-8213-ff072678594c.shg-box.shg-c {
  justify-content: center;
}

#s-fbe2bd15-f88e-4e36-9d6b-cc391ba4a221 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-fbe2bd15-f88e-4e36-9d6b-cc391ba4a221"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbe2bd15-f88e-4e36-9d6b-cc391ba4a221"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fbe2bd15-f88e-4e36-9d6b-cc391ba4a221"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fbe2bd15-f88e-4e36-9d6b-cc391ba4a221"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fbe2bd15-f88e-4e36-9d6b-cc391ba4a221"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbe2bd15-f88e-4e36-9d6b-cc391ba4a221"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fbe2bd15-f88e-4e36-9d6b-cc391ba4a221"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  margin-left: auto;
margin-right: auto;
max-width: 315px;
aspect-ratio: 315/210;
text-align: center;
}
@media (max-width: 767px){#s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  margin-left: auto;
margin-right: auto;
max-width: 235px;
aspect-ratio: 235/130;
text-align: center;
}
}


.shg-image-margin-container-s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09cff549-3fd0-42d8-adf5-910a2e762b34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
    
    
  }


.s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
      position: relative;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  
  
  
  
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09cff549-3fd0-42d8-adf5-910a2e762b34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
    
    
  }


.s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
      position: relative;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 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-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  
  
  
  
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09cff549-3fd0-42d8-adf5-910a2e762b34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
    
    
  }


.s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
      position: relative;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 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-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  
  
  
  
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09cff549-3fd0-42d8-adf5-910a2e762b34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
    
    
  }


.s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
      position: relative;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      aspect-ratio: 235/130;
      width: 100%;
      height: 100%;
    }

    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-link {
      aspect-ratio: 235/130;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09cff549-3fd0-42d8-adf5-910a2e762b34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
    
    
  }


.s-09cff549-3fd0-42d8-adf5-910a2e762b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 {
      --shg-aspect-ratio: calc(235/130); 
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container {
      position: relative;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09cff549-3fd0-42d8-adf5-910a2e762b34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7e5b16f1-660c-4786-87c9-6c536da65d52 {
  margin-top: 30%;
margin-left: auto;
margin-bottom: 30%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-7e5b16f1-660c-4786-87c9-6c536da65d52 {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}
}
#s-7e5b16f1-660c-4786-87c9-6c536da65d52 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7e5b16f1-660c-4786-87c9-6c536da65d52 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-6aab377e-67a6-4abe-a4a7-6d6c3bd34c78 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-6aab377e-67a6-4abe-a4a7-6d6c3bd34c78 {
  padding-bottom: 0%;
}
}







#s-6aab377e-67a6-4abe-a4a7-6d6c3bd34c78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6aab377e-67a6-4abe-a4a7-6d6c3bd34c78.shg-box.shg-c {
  justify-content: center;
}

#s-e68576b3-e5e1-415c-af24-1c521cff13f0 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-e68576b3-e5e1-415c-af24-1c521cff13f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e68576b3-e5e1-415c-af24-1c521cff13f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e68576b3-e5e1-415c-af24-1c521cff13f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e68576b3-e5e1-415c-af24-1c521cff13f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e68576b3-e5e1-415c-af24-1c521cff13f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e68576b3-e5e1-415c-af24-1c521cff13f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e68576b3-e5e1-415c-af24-1c521cff13f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-b99340f1-3765-40fe-a726-738754867e66 {
  margin-left: auto;
margin-right: auto;
max-width: 315px;
aspect-ratio: 315/210;
text-align: center;
}
@media (max-width: 767px){#s-b99340f1-3765-40fe-a726-738754867e66 {
  margin-left: auto;
margin-right: auto;
max-width: 235px;
aspect-ratio: 235/130;
text-align: center;
}
}


.shg-image-margin-container-s-b99340f1-3765-40fe-a726-738754867e66 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b99340f1-3765-40fe-a726-738754867e66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99340f1-3765-40fe-a726-738754867e66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
    
    
  }


.s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99340f1-3765-40fe-a726-738754867e66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99340f1-3765-40fe-a726-738754867e66 {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
      position: relative;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b99340f1-3765-40fe-a726-738754867e66 {
  
  
  
  
}

#s-b99340f1-3765-40fe-a726-738754867e66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99340f1-3765-40fe-a726-738754867e66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
    
    
  }


.s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99340f1-3765-40fe-a726-738754867e66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99340f1-3765-40fe-a726-738754867e66 {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
      position: relative;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66 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-b99340f1-3765-40fe-a726-738754867e66 {
  
  
  
  
}

#s-b99340f1-3765-40fe-a726-738754867e66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99340f1-3765-40fe-a726-738754867e66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
    
    
  }


.s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99340f1-3765-40fe-a726-738754867e66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99340f1-3765-40fe-a726-738754867e66 {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
      position: relative;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66 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-b99340f1-3765-40fe-a726-738754867e66 {
  
  
  
  
}

#s-b99340f1-3765-40fe-a726-738754867e66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      aspect-ratio: 315/210;
      width: 100%;
      height: 100%;
    }

    #s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-link {
      aspect-ratio: 315/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99340f1-3765-40fe-a726-738754867e66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
    
    
  }


.s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99340f1-3765-40fe-a726-738754867e66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99340f1-3765-40fe-a726-738754867e66 {
      --shg-aspect-ratio: calc(315/210); 
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
      position: relative;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b99340f1-3765-40fe-a726-738754867e66 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b99340f1-3765-40fe-a726-738754867e66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      aspect-ratio: 235/130;
      width: 100%;
      height: 100%;
    }

    #s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-link {
      aspect-ratio: 235/130;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99340f1-3765-40fe-a726-738754867e66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99340f1-3765-40fe-a726-738754867e66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
    
    
  }


.s-b99340f1-3765-40fe-a726-738754867e66 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99340f1-3765-40fe-a726-738754867e66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99340f1-3765-40fe-a726-738754867e66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99340f1-3765-40fe-a726-738754867e66 {
      --shg-aspect-ratio: calc(235/130); 
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container {
      position: relative;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99340f1-3765-40fe-a726-738754867e66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99340f1-3765-40fe-a726-738754867e66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3d2a9549-b0f6-4799-b2d6-c4aff515eb3a {
  margin-top: 30%;
margin-left: auto;
margin-bottom: 30%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-3d2a9549-b0f6-4799-b2d6-c4aff515eb3a {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}
}
#s-3d2a9549-b0f6-4799-b2d6-c4aff515eb3a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-3d2a9549-b0f6-4799-b2d6-c4aff515eb3a .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-7b67df6f-c12f-424d-957b-9faf013fc9cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-7b67df6f-c12f-424d-957b-9faf013fc9cd {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0px;
padding-right: 0px;
}
}







#s-7b67df6f-c12f-424d-957b-9faf013fc9cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b67df6f-c12f-424d-957b-9faf013fc9cd.shg-box.shg-c {
  justify-content: center;
}

#s-2a788a5b-6430-4685-b078-7161e0f675b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2a788a5b-6430-4685-b078-7161e0f675b7 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-c658695e-bab9-40b8-833f-644801e75d07 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c658695e-bab9-40b8-833f-644801e75d07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c658695e-bab9-40b8-833f-644801e75d07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c658695e-bab9-40b8-833f-644801e75d07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c658695e-bab9-40b8-833f-644801e75d07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-149aa02a-e837-4edb-8b3c-74f59c75f2fa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-149aa02a-e837-4edb-8b3c-74f59c75f2fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-149aa02a-e837-4edb-8b3c-74f59c75f2fa.shg-box.shg-c {
  justify-content: center;
}

#s-057e60c8-0d01-4326-b503-db186a9124b5 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-057e60c8-0d01-4326-b503-db186a9124b5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-057e60c8-0d01-4326-b503-db186a9124b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-057e60c8-0d01-4326-b503-db186a9124b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
    
    
  }


.s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-057e60c8-0d01-4326-b503-db186a9124b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
      position: relative;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-057e60c8-0d01-4326-b503-db186a9124b5 {
  
  
  
  
}

#s-057e60c8-0d01-4326-b503-db186a9124b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-057e60c8-0d01-4326-b503-db186a9124b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
    
    
  }


.s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-057e60c8-0d01-4326-b503-db186a9124b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
      position: relative;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5 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-057e60c8-0d01-4326-b503-db186a9124b5 {
  
  
  
  
}

#s-057e60c8-0d01-4326-b503-db186a9124b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-057e60c8-0d01-4326-b503-db186a9124b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
    
    
  }


.s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-057e60c8-0d01-4326-b503-db186a9124b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
      position: relative;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5 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-057e60c8-0d01-4326-b503-db186a9124b5 {
  
  
  
  
}

#s-057e60c8-0d01-4326-b503-db186a9124b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-057e60c8-0d01-4326-b503-db186a9124b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
    
    
  }


.s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-057e60c8-0d01-4326-b503-db186a9124b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
      position: relative;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-057e60c8-0d01-4326-b503-db186a9124b5 {
  
  
  
  
}

#s-057e60c8-0d01-4326-b503-db186a9124b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-057e60c8-0d01-4326-b503-db186a9124b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-057e60c8-0d01-4326-b503-db186a9124b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
    
    
  }


.s-057e60c8-0d01-4326-b503-db186a9124b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-057e60c8-0d01-4326-b503-db186a9124b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container {
      position: relative;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-057e60c8-0d01-4326-b503-db186a9124b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a02a3db8-5483-4a8b-90fb-cdc13c0f2f47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-a02a3db8-5483-4a8b-90fb-cdc13c0f2f47 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-a02a3db8-5483-4a8b-90fb-cdc13c0f2f47 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-30e47108-0c5b-4535-8375-986cb5633d6c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-30e47108-0c5b-4535-8375-986cb5633d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30e47108-0c5b-4535-8375-986cb5633d6c.shg-box.shg-c {
  justify-content: center;
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
    
    
  }


.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
      position: relative;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  
  
  
  
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
    
    
  }


.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
      position: relative;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 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-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  
  
  
  
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
    
    
  }


.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
      position: relative;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 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-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  
  
  
  
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
    
    
  }


.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
      position: relative;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  
  
  
  
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
    
    
  }


.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container {
      position: relative;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd8bdbf9-325a-4ca5-82f7-ad2b319d7b32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-63dabd76-a3ae-4459-b320-1353200ed3b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-63dabd76-a3ae-4459-b320-1353200ed3b4 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-63dabd76-a3ae-4459-b320-1353200ed3b4 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-f0cd405b-1d9f-4540-98ce-bdff0092eb2b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f0cd405b-1d9f-4540-98ce-bdff0092eb2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0cd405b-1d9f-4540-98ce-bdff0092eb2b.shg-box.shg-c {
  justify-content: center;
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
    
    
  }


.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
      position: relative;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  
  
  
  
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
    
    
  }


.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
      position: relative;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 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-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  
  
  
  
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
    
    
  }


.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
      position: relative;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 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-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  
  
  
  
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
    
    
  }


.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
      position: relative;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  
  
  
  
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
    
    
  }


.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container {
      position: relative;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fb5248c-5da1-4823-9ae7-b4692a6b1401 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cee238a0-1996-4674-915b-6d00959c377b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-cee238a0-1996-4674-915b-6d00959c377b .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-cee238a0-1996-4674-915b-6d00959c377b .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-fecd9e8e-d201-475f-bf96-2c8541e8a46a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fecd9e8e-d201-475f-bf96-2c8541e8a46a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fecd9e8e-d201-475f-bf96-2c8541e8a46a.shg-box.shg-c {
  justify-content: center;
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-edff5301-0fe3-43b7-ac41-597be8935f0c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edff5301-0fe3-43b7-ac41-597be8935f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
    
    
  }


.s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edff5301-0fe3-43b7-ac41-597be8935f0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
      position: relative;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-edff5301-0fe3-43b7-ac41-597be8935f0c {
  
  
  
  
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edff5301-0fe3-43b7-ac41-597be8935f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
    
    
  }


.s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edff5301-0fe3-43b7-ac41-597be8935f0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
      position: relative;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c 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-edff5301-0fe3-43b7-ac41-597be8935f0c {
  
  
  
  
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edff5301-0fe3-43b7-ac41-597be8935f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
    
    
  }


.s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edff5301-0fe3-43b7-ac41-597be8935f0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
      position: relative;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c 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-edff5301-0fe3-43b7-ac41-597be8935f0c {
  
  
  
  
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edff5301-0fe3-43b7-ac41-597be8935f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
    
    
  }


.s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edff5301-0fe3-43b7-ac41-597be8935f0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
      position: relative;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-edff5301-0fe3-43b7-ac41-597be8935f0c {
  
  
  
  
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edff5301-0fe3-43b7-ac41-597be8935f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edff5301-0fe3-43b7-ac41-597be8935f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
    
    
  }


.s-edff5301-0fe3-43b7-ac41-597be8935f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edff5301-0fe3-43b7-ac41-597be8935f0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container {
      position: relative;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edff5301-0fe3-43b7-ac41-597be8935f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4fe92c51-4f81-482a-995e-5bd492d9253a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-4fe92c51-4f81-482a-995e-5bd492d9253a .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-4fe92c51-4f81-482a-995e-5bd492d9253a .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-37c8d0cc-e5c1-4081-aab1-642341feb830 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-37c8d0cc-e5c1-4081-aab1-642341feb830 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0px;
padding-right: 0px;
}
}







#s-37c8d0cc-e5c1-4081-aab1-642341feb830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37c8d0cc-e5c1-4081-aab1-642341feb830.shg-box.shg-c {
  justify-content: center;
}

#s-a3e370e2-99fa-4996-8062-9818b0ca944c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a3e370e2-99fa-4996-8062-9818b0ca944c .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-35e4b7c5-5f8f-4aa7-87ce-7e77ae2185f9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-35e4b7c5-5f8f-4aa7-87ce-7e77ae2185f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35e4b7c5-5f8f-4aa7-87ce-7e77ae2185f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-35e4b7c5-5f8f-4aa7-87ce-7e77ae2185f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-35e4b7c5-5f8f-4aa7-87ce-7e77ae2185f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-4db96720-de22-4e46-bf40-019e3426ec23 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4db96720-de22-4e46-bf40-019e3426ec23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4db96720-de22-4e46-bf40-019e3426ec23.shg-box.shg-c {
  justify-content: center;
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 405/300;
text-align: center;
}



.shg-image-margin-container-s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78e5865-d551-484c-8c03-4418a3dc6a30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
    
    
  }


.s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-content {
  
    align-items: center;
  
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
      position: relative;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  
  
  
  
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78e5865-d551-484c-8c03-4418a3dc6a30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
    
    
  }


.s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-content {
  
    align-items: center;
  
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
      position: relative;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 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-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  
  
  
  
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78e5865-d551-484c-8c03-4418a3dc6a30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
    
    
  }


.s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-content {
  
    align-items: center;
  
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
      position: relative;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 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-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  
  
  
  
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78e5865-d551-484c-8c03-4418a3dc6a30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
    
    
  }


.s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-content {
  
    align-items: center;
  
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
      position: relative;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  
  
  
  
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78e5865-d551-484c-8c03-4418a3dc6a30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
    
    
  }


.s-f78e5865-d551-484c-8c03-4418a3dc6a30 .shogun-image-content {
  
    align-items: center;
  
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container {
      position: relative;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78e5865-d551-484c-8c03-4418a3dc6a30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f5d1f299-f33b-4d4a-aa14-3c05920e970f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-f5d1f299-f33b-4d4a-aa14-3c05920e970f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-f5d1f299-f33b-4d4a-aa14-3c05920e970f .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-2bdae85d-d146-4eb6-9844-d245d7cbbc5f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2bdae85d-d146-4eb6-9844-d245d7cbbc5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bdae85d-d146-4eb6-9844-d245d7cbbc5f.shg-box.shg-c {
  justify-content: center;
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 405/300;
text-align: center;
}



.shg-image-margin-container-s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54a7f233-02c2-4f76-850f-59e11bab9d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
    
    
  }


.s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-content {
  
    align-items: center;
  
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
      position: relative;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  
  
  
  
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54a7f233-02c2-4f76-850f-59e11bab9d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
    
    
  }


.s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-content {
  
    align-items: center;
  
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
      position: relative;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 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-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  
  
  
  
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54a7f233-02c2-4f76-850f-59e11bab9d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
    
    
  }


.s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-content {
  
    align-items: center;
  
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
      position: relative;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 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-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  
  
  
  
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54a7f233-02c2-4f76-850f-59e11bab9d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
    
    
  }


.s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-content {
  
    align-items: center;
  
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
      position: relative;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  
  
  
  
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54a7f233-02c2-4f76-850f-59e11bab9d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
    
    
  }


.s-54a7f233-02c2-4f76-850f-59e11bab9d10 .shogun-image-content {
  
    align-items: center;
  
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container {
      position: relative;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54a7f233-02c2-4f76-850f-59e11bab9d10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bc1a2f83-db3f-4f4b-8229-a4b4ccffb4a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc1a2f83-db3f-4f4b-8229-a4b4ccffb4a2 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-bc1a2f83-db3f-4f4b-8229-a4b4ccffb4a2 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-71fe4abf-65e0-49fa-b41d-a1239f11df17 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-71fe4abf-65e0-49fa-b41d-a1239f11df17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71fe4abf-65e0-49fa-b41d-a1239f11df17.shg-box.shg-c {
  justify-content: center;
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 405/300;
text-align: center;
}



.shg-image-margin-container-s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
    
    
  }


.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-content {
  
    align-items: center;
  
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
      position: relative;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  
  
  
  
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
    
    
  }


.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-content {
  
    align-items: center;
  
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
      position: relative;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd 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-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  
  
  
  
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
    
    
  }


.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-content {
  
    align-items: center;
  
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
      position: relative;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd 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-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  
  
  
  
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
    
    
  }


.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-content {
  
    align-items: center;
  
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
      position: relative;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  
  
  
  
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      aspect-ratio: 405/300;
      width: 100%;
      height: 100%;
    }

    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-link {
      aspect-ratio: 405/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
    
    
  }


.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd .shogun-image-content {
  
    align-items: center;
  
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd {
      --shg-aspect-ratio: calc(405/300); 
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container {
      position: relative;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcf8559c-f2f6-495c-b017-21b1ade3a7bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a9fe1bcd-aa5a-49e9-8f94-03ff47eff8a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-a9fe1bcd-aa5a-49e9-8f94-03ff47eff8a6 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-a9fe1bcd-aa5a-49e9-8f94-03ff47eff8a6 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-77dbda91-7245-4c69-8f27-f05124ccb5df {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
background-color: rgba(55, 53, 52, 1);
}
@media (max-width: 767px){#s-77dbda91-7245-4c69-8f27-f05124ccb5df {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-77dbda91-7245-4c69-8f27-f05124ccb5df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77dbda91-7245-4c69-8f27-f05124ccb5df.shg-box.shg-c {
  justify-content: center;
}

#s-c7f5e12c-e5e0-4998-b7f9-162aba2436f6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c7f5e12c-e5e0-4998-b7f9-162aba2436f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7f5e12c-e5e0-4998-b7f9-162aba2436f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c7f5e12c-e5e0-4998-b7f9-162aba2436f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c7f5e12c-e5e0-4998-b7f9-162aba2436f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c7f5e12c-e5e0-4998-b7f9-162aba2436f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7f5e12c-e5e0-4998-b7f9-162aba2436f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c7f5e12c-e5e0-4998-b7f9-162aba2436f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

#s-d85dd607-77bc-4014-ae4a-346e25c8daa8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 20%;
padding-bottom: 10%;
padding-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-d85dd607-77bc-4014-ae4a-346e25c8daa8 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-d85dd607-77bc-4014-ae4a-346e25c8daa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d85dd607-77bc-4014-ae4a-346e25c8daa8.shg-box.shg-c {
  justify-content: center;
}

#s-14592abf-19bb-49d3-973f-81e8be62920a {
  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;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-14592abf-19bb-49d3-973f-81e8be62920a: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-14592abf-19bb-49d3-973f-81e8be62920a: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-14592abf-19bb-49d3-973f-81e8be62920a-root {
    text-align: left;
  }


#s-14592abf-19bb-49d3-973f-81e8be62920a.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-14592abf-19bb-49d3-973f-81e8be62920a-root {
    text-align: left;
  }


#s-14592abf-19bb-49d3-973f-81e8be62920a.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-14592abf-19bb-49d3-973f-81e8be62920a-root {
    text-align: left;
  }


#s-14592abf-19bb-49d3-973f-81e8be62920a.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-14592abf-19bb-49d3-973f-81e8be62920a-root {
    text-align: left;
  }


#s-14592abf-19bb-49d3-973f-81e8be62920a.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-14592abf-19bb-49d3-973f-81e8be62920a-root {
    text-align: left;
  }


#s-14592abf-19bb-49d3-973f-81e8be62920a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9bc45d74-4b59-40c5-a2c4-6aad53f1d161 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-9bc45d74-4b59-40c5-a2c4-6aad53f1d161 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-8ee25480-53a7-4cae-bb82-769b1fc62d34 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
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;
background-image: none;
hover-type: color;
}
#s-8ee25480-53a7-4cae-bb82-769b1fc62d34:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ee25480-53a7-4cae-bb82-769b1fc62d34:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8ee25480-53a7-4cae-bb82-769b1fc62d34-root {
    text-align: left;
  }


#s-8ee25480-53a7-4cae-bb82-769b1fc62d34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ee25480-53a7-4cae-bb82-769b1fc62d34-root {
    text-align: left;
  }


#s-8ee25480-53a7-4cae-bb82-769b1fc62d34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ee25480-53a7-4cae-bb82-769b1fc62d34-root {
    text-align: left;
  }


#s-8ee25480-53a7-4cae-bb82-769b1fc62d34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ee25480-53a7-4cae-bb82-769b1fc62d34-root {
    text-align: left;
  }


#s-8ee25480-53a7-4cae-bb82-769b1fc62d34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ee25480-53a7-4cae-bb82-769b1fc62d34-root {
    text-align: left;
  }


#s-8ee25480-53a7-4cae-bb82-769b1fc62d34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  margin-left: auto;
margin-right: auto;
max-width: 856px;
aspect-ratio: 825/400;
text-align: right;
}



.shg-image-margin-container-s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      aspect-ratio: 825/400;
      width: 100%;
      height: 100%;
    }

    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-link {
      aspect-ratio: 825/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
    
    
  }


.s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
      --shg-aspect-ratio: calc(825/400); 
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
      position: relative;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  
  
  
  
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      aspect-ratio: 825/400;
      width: 100%;
      height: 100%;
    }

    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-link {
      aspect-ratio: 825/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
    
    
  }


.s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
      --shg-aspect-ratio: calc(825/400); 
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
      position: relative;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 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-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  
  
  
  
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      aspect-ratio: 825/400;
      width: 100%;
      height: 100%;
    }

    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-link {
      aspect-ratio: 825/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
    
    
  }


.s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
      --shg-aspect-ratio: calc(825/400); 
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
      position: relative;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 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-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  
  
  
  
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      aspect-ratio: 825/400;
      width: 100%;
      height: 100%;
    }

    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-link {
      aspect-ratio: 825/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
    
    
  }


.s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
      --shg-aspect-ratio: calc(825/400); 
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
      position: relative;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  
  
  
  
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      aspect-ratio: 825/400;
      width: 100%;
      height: 100%;
    }

    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-link {
      aspect-ratio: 825/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d15911a-11aa-4a43-b3c9-9f08019043b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
    
    
  }


.s-4d15911a-11aa-4a43-b3c9-9f08019043b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 {
      --shg-aspect-ratio: calc(825/400); 
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container {
      position: relative;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d15911a-11aa-4a43-b3c9-9f08019043b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1e31a975-51aa-4ec6-becb-5f9dee4be8dd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1e31a975-51aa-4ec6-becb-5f9dee4be8dd {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-1e31a975-51aa-4ec6-becb-5f9dee4be8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e31a975-51aa-4ec6-becb-5f9dee4be8dd.shg-box.shg-c {
  justify-content: center;
}

#s-459e9110-cbd8-4874-b8d2-504fa7939942 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-459e9110-cbd8-4874-b8d2-504fa7939942 .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-dbe13b48-523f-4722-93da-775252e049aa {
  margin-left: auto;
margin-right: auto;
}

#s-6eccd10a-6b8a-45ea-ace1-1ef5aa8c7ad8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6eccd10a-6b8a-45ea-ace1-1ef5aa8c7ad8 .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-4d394b15-553c-4ae1-be7a-b29fdb44cf55 {
  margin-left: auto;
margin-right: auto;
}

#s-94aaa1cd-75ea-4697-848e-b7aac3680279 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-94aaa1cd-75ea-4697-848e-b7aac3680279 .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-591ce63f-63ff-4929-9a84-2fa5b46ee266 {
  margin-left: auto;
margin-right: auto;
}

#s-150200ba-a556-43ec-b9a2-4b30cd72fb21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-150200ba-a556-43ec-b9a2-4b30cd72fb21 .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-99fad4b4-2e13-4415-9c83-6979aa9ef463 {
  margin-left: auto;
margin-right: auto;
}

#s-104bf297-1f10-4d9a-90d8-3eabb89c17e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-104bf297-1f10-4d9a-90d8-3eabb89c17e9 .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-e05229cd-cb17-4e9e-888f-03ec26b38865 {
  margin-left: auto;
margin-right: auto;
}

#s-1f6fe3bc-08ed-4686-849e-e2f00d235159 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1f6fe3bc-08ed-4686-849e-e2f00d235159 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-1f6fe3bc-08ed-4686-849e-e2f00d235159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f6fe3bc-08ed-4686-849e-e2f00d235159.shg-box.shg-c {
  justify-content: center;
}

#s-65798bd6-93f6-4970-8a67-31b9c3943236 {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
  }
}
