.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-0b441ce2-e286-48ca-980e-037afce915e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b441ce2-e286-48ca-980e-037afce915e0 {
  display: none;
}
#s-0b441ce2-e286-48ca-980e-037afce915e0, #wrap-s-0b441ce2-e286-48ca-980e-037afce915e0 { display: none !important; }}@media (max-width: 767px){#s-0b441ce2-e286-48ca-980e-037afce915e0 {
  display: none;
}
#s-0b441ce2-e286-48ca-980e-037afce915e0, #wrap-s-0b441ce2-e286-48ca-980e-037afce915e0 { display: none !important; }}







#s-0b441ce2-e286-48ca-980e-037afce915e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b441ce2-e286-48ca-980e-037afce915e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "HKNova-Bold.woff2";
  text-transform: none;
  font-weight: 400;
  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-9d10870e-091a-4b70-916f-75feced2dc66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
text-align: center;
}

#s-9d10870e-091a-4b70-916f-75feced2dc66 .shogun-heading-component h1 {
  color: rgba(56, 21, 21, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.5em;
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-c87543f4-f7f3-4a03-9764-a422eda37b59 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-c87543f4-f7f3-4a03-9764-a422eda37b59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c87543f4-f7f3-4a03-9764-a422eda37b59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c87543f4-f7f3-4a03-9764-a422eda37b59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c87543f4-f7f3-4a03-9764-a422eda37b59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 198/193;
text-align: center;
}



.shg-image-margin-container-s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
      position: relative;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  
  
  
  
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
      position: relative;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  
  
  
  
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
      position: relative;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  
  
  
  
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
      position: relative;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  
  
  
  
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container {
      position: relative;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f2a7ee-fa33-4cba-9b78-3c34699e3982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-e795d4ea-280d-4970-aa5f-3ddd9eef42b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e795d4ea-280d-4970-aa5f-3ddd9eef42b9 .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
      position: relative;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  
  
  
  
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
      position: relative;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  
  
  
  
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
      position: relative;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  
  
  
  
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
      position: relative;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  
  
  
  
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container {
      position: relative;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4de56b-7986-4027-a0d4-3b35f4aa5bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-ad40b532-fbed-42db-a0e6-0e7ea7d20f23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad40b532-fbed-42db-a0e6-0e7ea7d20f23 .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 193/191;
text-align: center;
}



.shg-image-margin-container-s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
      position: relative;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  
  
  
  
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
      position: relative;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  
  
  
  
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
      position: relative;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  
  
  
  
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
      position: relative;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  
  
  
  
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container {
      position: relative;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8ff9ac7-044e-49d8-ae6a-bb1b92b953bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-a3df9827-da1f-4740-88c5-0a3de7419c68 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3df9827-da1f-4740-88c5-0a3de7419c68 .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
      position: relative;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  
  
  
  
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
      position: relative;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  
  
  
  
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
      position: relative;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  
  
  
  
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
      position: relative;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  
  
  
  
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container {
      position: relative;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab84f4b9-e458-4b29-933a-c86e3ed80e41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-b2cf743a-1224-4384-b259-6b17929e3289 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2cf743a-1224-4384-b259-6b17929e3289 .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
      position: relative;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  
  
  
  
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
      position: relative;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  
  
  
  
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
      position: relative;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  
  
  
  
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
      position: relative;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  
  
  
  
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container {
      position: relative;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a98316f-ac04-4673-94cb-e1e2c0f24d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-c4dea742-81b0-4224-8651-4b03ca4b8d7c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4dea742-81b0-4224-8651-4b03ca4b8d7c .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 192/189;
text-align: center;
}



.shg-image-margin-container-s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
      position: relative;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  
  
  
  
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
      position: relative;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  
  
  
  
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
      position: relative;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  
  
  
  
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
      position: relative;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  
  
  
  
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container {
      position: relative;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7850295-0bf5-48f1-9f11-0de573f0a2c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-96a7a761-9f22-45f3-9b6b-3a8a2e8c6d7e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96a7a761-9f22-45f3-9b6b-3a8a2e8c6d7e .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-02ac16dc-b979-498b-9b78-d6fcb829b0b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 500px;
}
@media (min-width: 1200px){#s-02ac16dc-b979-498b-9b78-d6fcb829b0b2 {
  display: none;
}
#s-02ac16dc-b979-498b-9b78-d6fcb829b0b2, #wrap-s-02ac16dc-b979-498b-9b78-d6fcb829b0b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02ac16dc-b979-498b-9b78-d6fcb829b0b2 {
  display: none;
}
#s-02ac16dc-b979-498b-9b78-d6fcb829b0b2, #wrap-s-02ac16dc-b979-498b-9b78-d6fcb829b0b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02ac16dc-b979-498b-9b78-d6fcb829b0b2 {
  padding-top: 40px;
padding-bottom: 80px;
}
}@media (max-width: 767px){#s-02ac16dc-b979-498b-9b78-d6fcb829b0b2 {
  padding-top: 40px;
padding-bottom: 80px;
}
}







#s-02ac16dc-b979-498b-9b78-d6fcb829b0b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02ac16dc-b979-498b-9b78-d6fcb829b0b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70ecb782-8031-4eb3-8b4e-9fe161ccc815 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
max-width: 350px;
text-align: center;
}

#s-70ecb782-8031-4eb3-8b4e-9fe161ccc815 .shogun-heading-component h1 {
  color: rgba(21, 34, 56, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-70ecb782-8031-4eb3-8b4e-9fe161ccc815 .shogun-heading-component h1 {
  color: rgba(21, 34, 56, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-70ecb782-8031-4eb3-8b4e-9fe161ccc815 .shogun-heading-component h1 {
  color: rgba(21, 34, 56, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}
#s-8267e199-4325-42e5-8af8-d1af565170dc {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 350px;
}

@media (min-width: 0px) {
[id="s-8267e199-4325-42e5-8af8-d1af565170dc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8267e199-4325-42e5-8af8-d1af565170dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8267e199-4325-42e5-8af8-d1af565170dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8267e199-4325-42e5-8af8-d1af565170dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
aspect-ratio: 198/193;
text-align: center;
}



.shg-image-margin-container-s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-content {
  
    align-items: center;
  
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
      position: relative;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  
  
  
  
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-content {
  
    align-items: center;
  
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
      position: relative;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  
  
  
  
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-content {
  
    align-items: center;
  
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
      position: relative;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  
  
  
  
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-content {
  
    align-items: center;
  
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
      position: relative;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  
  
  
  
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }

    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-link {
      aspect-ratio: 198/193;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-27dc5881-ac92-4be2-bbb5-0ba43842d871 .shogun-image-content {
  
    align-items: center;
  
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 {
      --shg-aspect-ratio: calc(198/193); 
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container {
      position: relative;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27dc5881-ac92-4be2-bbb5-0ba43842d871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-3905d4b4-6abf-4aac-bf94-db0b0dd4a6aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3905d4b4-6abf-4aac-bf94-db0b0dd4a6aa .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-content {
  
    align-items: center;
  
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
      position: relative;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  
  
  
  
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-content {
  
    align-items: center;
  
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
      position: relative;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  
  
  
  
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-content {
  
    align-items: center;
  
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
      position: relative;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  
  
  
  
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-content {
  
    align-items: center;
  
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
      position: relative;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  
  
  
  
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc .shogun-image-content {
  
    align-items: center;
  
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container {
      position: relative;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cf3a98-0ab7-4637-b1a6-60b513d9d2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-3b692855-31e6-43ff-9a59-b18ea950341e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b692855-31e6-43ff-9a59-b18ea950341e .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
aspect-ratio: 193/191;
text-align: center;
}



.shg-image-margin-container-s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-content {
  
    align-items: center;
  
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a74dac4-9787-4c5d-a03e-e929135440bc {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
      position: relative;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  
  
  
  
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-content {
  
    align-items: center;
  
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a74dac4-9787-4c5d-a03e-e929135440bc {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
      position: relative;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  
  
  
  
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-content {
  
    align-items: center;
  
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a74dac4-9787-4c5d-a03e-e929135440bc {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
      position: relative;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  
  
  
  
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-content {
  
    align-items: center;
  
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a74dac4-9787-4c5d-a03e-e929135440bc {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
      position: relative;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  
  
  
  
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }

    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-link {
      aspect-ratio: 193/191;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a74dac4-9787-4c5d-a03e-e929135440bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8a74dac4-9787-4c5d-a03e-e929135440bc .shogun-image-content {
  
    align-items: center;
  
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a74dac4-9787-4c5d-a03e-e929135440bc {
      --shg-aspect-ratio: calc(193/191); 
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container {
      position: relative;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a74dac4-9787-4c5d-a03e-e929135440bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-caccdcf5-b249-406b-a00d-370aa78a06fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caccdcf5-b249-406b-a00d-370aa78a06fa .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-5fa7a48b-2644-426f-9e4a-131b2cce271f {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}

@media (min-width: 0px) {
[id="s-5fa7a48b-2644-426f-9e4a-131b2cce271f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5fa7a48b-2644-426f-9e4a-131b2cce271f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5fa7a48b-2644-426f-9e4a-131b2cce271f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fa7a48b-2644-426f-9e4a-131b2cce271f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-595beefa-7849-4e7d-9268-15a4ff701f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
      position: relative;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  
  
  
  
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-595beefa-7849-4e7d-9268-15a4ff701f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
      position: relative;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  
  
  
  
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-595beefa-7849-4e7d-9268-15a4ff701f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
      position: relative;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  
  
  
  
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-595beefa-7849-4e7d-9268-15a4ff701f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
      position: relative;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  
  
  
  
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-595beefa-7849-4e7d-9268-15a4ff701f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-595beefa-7849-4e7d-9268-15a4ff701f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-595beefa-7849-4e7d-9268-15a4ff701f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container {
      position: relative;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-595beefa-7849-4e7d-9268-15a4ff701f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-c7ce21cc-785c-4cf3-84ec-770b7b963b93 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7ce21cc-785c-4cf3-84ec-770b7b963b93 .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
      position: relative;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  
  
  
  
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
      position: relative;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  
  
  
  
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
      position: relative;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  
  
  
  
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
      position: relative;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  
  
  
  
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container {
      position: relative;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8381bb78-f1e8-497b-b92b-9fc26ede52d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-43bf1095-13b4-43f2-b61d-47ad77f5fcd3 {
  margin-left: -5%;
margin-right: -5%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-43bf1095-13b4-43f2-b61d-47ad77f5fcd3 .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
aspect-ratio: 192/189;
text-align: center;
}



.shg-image-margin-container-s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
      position: relative;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  
  
  
  
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
      position: relative;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  
  
  
  
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
      position: relative;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  
  
  
  
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
      position: relative;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

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

.shg-image-margin-container-s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  
  
  
  
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }

    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-link {
      aspect-ratio: 192/189;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60px;
  }



  img.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d {
      --shg-aspect-ratio: calc(192/189); 
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container {
      position: relative;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7872d7ff-5aff-4d5a-bbd9-f616fc38be2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-1d434afb-382b-40f5-bb89-3bc7004f8251 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d434afb-382b-40f5-bb89-3bc7004f8251 .shogun-heading-component h1 {
  color: rgba(223, 153, 120, 1);
  font-weight:  normal ;
  font-family: "League Spartan";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



/*
  $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;
  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;
}
